diff options
| author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-05-04 22:54:08 -0300 |
|---|---|---|
| committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-06-12 16:55:58 -0300 |
| commit | 776453012bce95eb3d8b5a8aea1f1c368bc8900a (patch) | |
| tree | bf3c2e409412b116ecac31ea22892fb6906be2a2 | |
| parent | 9f30ec0c0b818c5268964b845a380270d03d3346 (diff) | |
| download | meta-updater-776453012bce95eb3d8b5a8aea1f1c368bc8900a.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.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" |
