File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,9 @@ packages = {
222
222
"openbmc/sdbusplus" ,
223
223
"openbmc/sdeventplus" ,
224
224
],
225
- build_type = "autoconf " ,
225
+ build_type = "meson " ,
226
226
config_flags = [
227
- "--enable-metadata-processing" ,
228
- f"YAML_DIR={ prefix } /share/phosphor-dbus-yaml/yaml" ,
227
+ f"-Dyaml_dir={ prefix } /share/phosphor-dbus-yaml/yaml" ,
229
228
],
230
229
),
231
230
"openbmc/phosphor-objmgr" : PackageDef (
@@ -721,7 +720,7 @@ RUN echo "ubuntu keyserver rev as of 2021-04-21"
721
720
# New releases have a package, older ones fall back to manual fetching
722
721
# https://wiki.ubuntu.com/Debug%20Symbol%20Packages
723
722
RUN apt-get update && apt-get dist-upgrade -yy && \
724
- ( apt-get install ubuntu-dbgsym-keyring || \
723
+ ( apt-get install gpgv ubuntu-dbgsym-keyring || \
725
724
( apt-get install -yy dirmngr && \
726
725
apt-key adv --keyserver keyserver.ubuntu.com \
727
726
--recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622 ) )
You can’t perform that action at this time.
0 commit comments