diff options
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.5.bb | 4 |
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 |
184 | RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" | 184 | RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" |
185 | RRECOMMENDS:${PN}-dev += "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" | 185 | DEVDEPS = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" |
186 | DEVDEPS:class-native = "" | ||
187 | RRECOMMENDS:${PN}-dev += "${DEVDEPS}" | ||
186 | 188 | ||
187 | do_install_ptest () { | 189 | do_install_ptest () { |
188 | install -d ${D}${PTEST_PATH}/tests | 190 | install -d ${D}${PTEST_PATH}/tests |