]> code.ossystems Code Review - openembedded-core.git/commitdiff
core: recipes: fix some native tools dependencies
authorSumit Garg <sumit.garg@linaro.org>
Tue, 4 Feb 2020 15:06:06 +0000 (07:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2020 18:42:49 +0000 (18:42 +0000)
Some native tools dependency issues were seen while building with
external GCC tool-set rather than source GCC tool-set. While building
with source tool-set these dependencies were implicitly met which is not
the case with external tool-set. So explicitly state these native tools
dependencies.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/man-db/man-db_2.8.7.bb
meta/recipes-extended/psmisc/psmisc.inc
meta/recipes-graphics/xorg-app/xorg-app-common.inc

index 083b2374aa2efb2afaf10f230d93e1e99f4148f9..0d73b0348269ad0001ca5b58269d4e87a847a7ff 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
 SRC_URI[md5sum] = "ec0b23c8314a1654c4d059b2c18ce43d"
 SRC_URI[sha256sum] = "b9cd5bb996305d08bfe9e1114edc30b4c97be807093b88af8033ed1cf9beb326"
 
-DEPENDS = "libpipeline gdbm groff-native base-passwd"
+DEPENDS = "libpipeline gdbm groff-native base-passwd flex-native"
 RDEPENDS_${PN} += "base-passwd"
 
 # | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr'
index 594a10cf2224de08905b5cf76b4d152c7a4bd6f9..6de5acb71b790211eeb01077f6b88f128677a590 100644 (file)
@@ -7,7 +7,7 @@ command sends a specified signal (SIGTERM if nothing is specified) to \
 processes identified by name.  The fuser command identifies the PIDs \
 of processes that are using specified files or filesystems."
 SECTION = "base"
-DEPENDS = "ncurses virtual/libintl gettext-native"
+DEPENDS = "ncurses virtual/libintl gettext-native xz-native"
 LICENSE = "GPLv2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz"
index 3529cb26ef5511402c78572e5279a93673cc02f1..211e399cf0c51e533f173f59fb07dc790c317463 100644 (file)
@@ -12,6 +12,6 @@ INC_PR = "r8"
 
 SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
 
-inherit autotools pkgconfig distro_features_check
+inherit autotools pkgconfig distro_features_check gettext
 
 FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"