summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-05-04 22:54:08 -0300
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-10 12:35:22 +0200
commit8364e0ba0ae1990c9856f5ca943e549dd82cebd2 (patch)
tree0c365e8ac3746b446b7eeb866d67d8ac45dac8f6
parent3dc7deac3fdfe6437d3aa9b3b1d184a430b94b43 (diff)
downloadmeta-updater-8364e0ba0ae1990c9856f5ca943e549dd82cebd2.tar.gz
ostree: cleanup depends and rdepends
Remove gtk-doc-native from DEPENDS and also remove util-linux-* packages from RDEPENDS as the dependencies for the required libraries are already populated by OE. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-rw-r--r--recipes-sota/ostree/ostree_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 39d3c48..58f30a7 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -16,10 +16,9 @@ S = "${WORKDIR}/git"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18
19DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse e2fsprogs gtk-doc-native curl xz" 19DEPENDS += "attr libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz"
20DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" 20DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}"
21 21RDEPENDS_${PN} = "bash"
22RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash"
23 22
24CFLAGS_append = " -Wno-error=missing-prototypes" 23CFLAGS_append = " -Wno-error=missing-prototypes"
25EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" 24EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup"