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-07-08 08:27:16 +0100
commit8ef42d5532960d5668b09fd92cc6c03bb4359dea (patch)
treeb19c64218b7c96a8a46a9d62b671faf014c0bf62
parent20646e140cc926fbe14b17087eeaf551a12230c7 (diff)
downloadpoky-8ef42d5532960d5668b09fd92cc6c03bb4359dea.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: aa1c109283913ddb1aae0adc731ea67709bf50b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a5edae117d0d2a59fd3456ccbeeb6cd35dd1951f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils_9.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.0.bb b/meta/recipes-core/coreutils/coreutils_9.0.bb
index e4a948c7e5..865cffd4cd 100644
--- a/meta/recipes-core/coreutils/coreutils_9.0.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.0.bb
@@ -174,8 +174,9 @@ RDEPENDS:${PN}-ptest += "bash findutils gawk liberror-perl make perl perl-module
174 174
175# -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy 175# -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy
176# may need tweaking if DEPENDS changes 176# may need tweaking if DEPENDS changes
177# Can't use ${PN}-dev here since flags with overrides and key expansion not supported
177RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" 178RRECOMMENDS:coreutils-dev[nodeprrecs] = "1"
178RRECOMMENDS:coreutils-dev = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" 179RRECOMMENDS:${PN}-dev += "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev"
179 180
180do_install_ptest () { 181do_install_ptest () {
181 install -d ${D}${PTEST_PATH}/tests 182 install -d ${D}${PTEST_PATH}/tests