mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
bash: add missing build dependencies for ptest
(From OE-Core rev: 2820a2c530018f59895fb57770caa8511d31afd4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d1f30d37ba
commit
4a2597d44a
@@ -24,7 +24,9 @@ ALTERNATIVE_PRIORITY = "100"
|
||||
RDEPENDS_${PN} += "base-files"
|
||||
RDEPENDS_${PN}_class-nativesdk = ""
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de"
|
||||
|
||||
DEPENDS_append_libc-glibc = " glibc-locale"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de"
|
||||
|
||||
USERADD_PACKAGES = "${PN}-ptest"
|
||||
USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"
|
||||
|
||||
Reference in New Issue
Block a user