mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
strace: Use locale-base-en-us for locale
locale-base-en-us is available on musl as well therefore, not need to make it glibc specific anymore. (From OE-Core rev: 123ea0953346a5dd209818827021ffe4bcc95392) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -47,10 +47,6 @@ do_install_ptest() {
|
||||
sed -i -e '/^src/s/strace.*[0-9]/ptest/' ${D}/${PTEST_PATH}/${TESTDIR}/Makefile
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "make coreutils grep gawk sed"
|
||||
|
||||
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
||||
locale-base-en-us.iso-8859-1 \
|
||||
"
|
||||
RDEPENDS:${PN}-ptest += "make coreutils grep gawk sed locale-base-en-us"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user