summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-24 23:48:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-28 12:55:26 +0100
commit08f020325ba173707f4493c19a789579ab14b65f (patch)
tree29ef90db3a5084b591bec6265f8af1773bec6fd5
parent99d2648d9ec31cda8561b06d28ef12c299765cb6 (diff)
downloadpoky-08f020325ba173707f4493c19a789579ab14b65f.tar.gz
coreutils: Tweak packaging variable names for coreutils-dev
PACKAGES uses ${PN}-dev so be consistent with the addition to the variable to avoid weird variable conflicts. The flags variable used here is messy, key expansion and overrides are not supported by flags. The plain variable access does happen to work though, so leave it as is for now and note. (From OE-Core rev: a5edae117d0d2a59fd3456ccbeeb6cd35dd1951f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils_9.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.1.bb b/meta/recipes-core/coreutils/coreutils_9.1.bb
index d57e147a7e..55663c7713 100644
--- a/meta/recipes-core/coreutils/coreutils_9.1.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.1.bb
@@ -171,8 +171,9 @@ RDEPENDS:${PN}-ptest += "bash findutils gawk liberror-perl make perl perl-module
171 171
172# -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy 172# -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy
173# may need tweaking if DEPENDS changes 173# may need tweaking if DEPENDS changes
174# Can't use ${PN}-dev here since flags with overrides and key expansion not supported
174RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" 175RRECOMMENDS:coreutils-dev[nodeprrecs] = "1"
175RRECOMMENDS:coreutils-dev = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" 176RRECOMMENDS:${PN}-dev += "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev"
176 177
177do_install_ptest () { 178do_install_ptest () {
178 install -d ${D}${PTEST_PATH}/tests 179 install -d ${D}${PTEST_PATH}/tests