diff options
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 240860a..b948131 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -24,7 +24,8 @@ DEPENDS_remove_class-native = "systemd-native" | |||
24 | 24 | ||
25 | RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" | 25 | RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" |
26 | 26 | ||
27 | EXTRA_OECONF = "CFLAGS='-Wno-error=missing-prototypes' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" | 27 | CFLAGS_append = " -Wno-error=missing-prototypes" |
28 | EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" | ||
28 | EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" | 29 | EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" |
29 | 30 | ||
30 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the | 31 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the |