summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-05-07 13:51:47 +0000
committerSteve Sakoman <steve@sakoman.com>2024-07-09 06:02:56 -0700
commitca27724b44031fe11b631ee50eb1e20f7a60009d (patch)
treec9a33aaf8e2bef3539955b9c1ab5b6a8199d6e39 /meta/recipes-support
parent2c51305b8e63d5c19ba651185c44cc5954676756 (diff)
downloadpoky-ca27724b44031fe11b631ee50eb1e20f7a60009d.tar.gz
curl: locale-base-en-us isn't glibc-specific
The musl-locales package provides this too, so we can depend without a libc override. (From OE-Core rev: 1cab8d06ce5df7a8d00cff8531965a84d90d265a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c8f1d51f4eb6df6c041707d38f60549d13ddab7f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/curl/curl_8.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_8.7.1.bb b/meta/recipes-support/curl/curl_8.7.1.bb
index c74416d7e9..3fdad6a4cf 100644
--- a/meta/recipes-support/curl/curl_8.7.1.bb
+++ b/meta/recipes-support/curl/curl_8.7.1.bb
@@ -120,6 +120,7 @@ do_install_ptest() {
120 120
121RDEPENDS:${PN}-ptest += " \ 121RDEPENDS:${PN}-ptest += " \
122 bash \ 122 bash \
123 locale-base-en-us \
123 perl-module-b \ 124 perl-module-b \
124 perl-module-base \ 125 perl-module-base \
125 perl-module-cwd \ 126 perl-module-cwd \
@@ -135,7 +136,6 @@ RDEPENDS:${PN}-ptest += " \
135 perl-module-storable \ 136 perl-module-storable \
136 perl-module-time-hires \ 137 perl-module-time-hires \
137" 138"
138RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"
139 139
140PACKAGES =+ "lib${BPN}" 140PACKAGES =+ "lib${BPN}"
141 141