mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
2c51305b8e
commit
ca27724b44
@@ -120,6 +120,7 @@ do_install_ptest() {
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
bash \
|
||||
locale-base-en-us \
|
||||
perl-module-b \
|
||||
perl-module-base \
|
||||
perl-module-cwd \
|
||||
@@ -135,7 +136,6 @@ RDEPENDS:${PN}-ptest += " \
|
||||
perl-module-storable \
|
||||
perl-module-time-hires \
|
||||
"
|
||||
RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"
|
||||
|
||||
PACKAGES =+ "lib${BPN}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user