diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-05-04 22:54:08 -0300 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-10-10 12:24:38 +0200 |
commit | a27a7fd041f99c9c4bd3d0a136fd4852ce76591a (patch) | |
tree | db9eab7c0dd7613518f5c36db6b540c21563b6e2 /recipes-sota | |
parent | fa3ee917a25cd0b8e7a910f784e5c8fe348d967b (diff) | |
download | meta-updater-a27a7fd041f99c9c4bd3d0a136fd4852ce76591a.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>
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 5 |
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 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse e2fsprogs gtk-doc-native curl xz" | 19 | DEPENDS += "attr libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" |
20 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 20 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
21 | 21 | RDEPENDS_${PN} = "bash" | |
22 | RDEPENDS_${PN} = "util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" | ||
23 | 22 | ||
24 | CFLAGS_append = " -Wno-error=missing-prototypes" | 23 | CFLAGS_append = " -Wno-error=missing-prototypes" |
25 | EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" | 24 | EXTRA_OECONF = "--disable-gtk-doc --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" |