summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/coreutils/coreutils_9.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.5.bb b/meta/recipes-core/coreutils/coreutils_9.5.bb
index af0fcdcc4c..ae07cba164 100644
--- a/meta/recipes-core/coreutils/coreutils_9.5.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.5.bb
@@ -182,7 +182,9 @@ RDEPENDS:${PN}-ptest += "bash findutils gawk make perl perl-modules python3-core
182# may need tweaking if DEPENDS changes 182# may need tweaking if DEPENDS changes
183# Can't use ${PN}-dev here since flags with overrides and key expansion not supported 183# Can't use ${PN}-dev here since flags with overrides and key expansion not supported
184RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" 184RRECOMMENDS:coreutils-dev[nodeprrecs] = "1"
185RRECOMMENDS:${PN}-dev += "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" 185DEVDEPS = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev"
186DEVDEPS:class-native = ""
187RRECOMMENDS:${PN}-dev += "${DEVDEPS}"
186 188
187do_install_ptest () { 189do_install_ptest () {
188 install -d ${D}${PTEST_PATH}/tests 190 install -d ${D}${PTEST_PATH}/tests