diff options
author | Ross Burton <ross.burton@arm.com> | 2024-05-07 13:51:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-13 15:42:27 +0100 |
commit | f9110767085feca660dec11305aaa986bd60e014 (patch) | |
tree | 2ff5080fe64e819ea13776880447191675aecb50 /meta/recipes-support | |
parent | a23cf505109024b62f545018d5e0a37f3c8d151f (diff) | |
download | poky-f9110767085feca660dec11305aaa986bd60e014.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: c8f1d51f4eb6df6c041707d38f60549d13ddab7f)
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_8.7.1.bb | 2 |
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 | ||
121 | RDEPENDS:${PN}-ptest += " \ | 121 | RDEPENDS:${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 | " |
138 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us" | ||
139 | 139 | ||
140 | PACKAGES =+ "lib${BPN}" | 140 | PACKAGES =+ "lib${BPN}" |
141 | 141 | ||