summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-05-04 22:48:37 -0300
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-10 12:24:38 +0200
commitae955c8fbe7e8ae8b08ca48b8ea072eabe2fa563 (patch)
treee503201772f3efcd8c4717ecdb43fbf7b7567de9
parent6ede2d18b0b22b6679089b9a833d3383684221c2 (diff)
downloadmeta-updater-ae955c8fbe7e8ae8b08ca48b8ea072eabe2fa563.tar.gz
ostree: cleanup configure and build flags
Set the standard CFLAGS variable instead of defining it via EXTRA_OECONF and also remove the configure flags that are automatically enabled based on the build depends. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-rw-r--r--recipes-sota/ostree/ostree_git.bb3
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
25RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" 25RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash"
26 26
27EXTRA_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" 27CFLAGS_append = " -Wno-error=missing-prototypes"
28EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup"
28EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" 29EXTRA_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