diff options
author | Ross Burton <ross.burton@intel.com> | 2017-10-13 14:52:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-16 23:52:44 +0100 |
commit | 4a2597d44a1969675f9ff0708102eb975f603b6c (patch) | |
tree | 91c90b7d147f77a71a9eb6cdd18f083c56fe55c0 /meta | |
parent | d1f30d37ba38b2a03fc5eb4fd13af4ea5bd8307f (diff) | |
download | poky-4a2597d44a1969675f9ff0708102eb975f603b6c.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index f8a92b59d0..f4e1f7a11f 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -24,7 +24,9 @@ ALTERNATIVE_PRIORITY = "100" | |||
24 | RDEPENDS_${PN} += "base-files" | 24 | RDEPENDS_${PN} += "base-files" |
25 | RDEPENDS_${PN}_class-nativesdk = "" | 25 | RDEPENDS_${PN}_class-nativesdk = "" |
26 | RDEPENDS_${PN}-ptest += "make" | 26 | RDEPENDS_${PN}-ptest += "make" |
27 | RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de" | 27 | |
28 | DEPENDS_append_libc-glibc = " glibc-locale" | ||
29 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de" | ||
28 | 30 | ||
29 | USERADD_PACKAGES = "${PN}-ptest" | 31 | USERADD_PACKAGES = "${PN}-ptest" |
30 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" | 32 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" |