summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-10-13 14:52:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:52:44 +0100
commit4a2597d44a1969675f9ff0708102eb975f603b6c (patch)
tree91c90b7d147f77a71a9eb6cdd18f083c56fe55c0
parentd1f30d37ba38b2a03fc5eb4fd13af4ea5bd8307f (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-extended/bash/bash.inc4
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"
24RDEPENDS_${PN} += "base-files" 24RDEPENDS_${PN} += "base-files"
25RDEPENDS_${PN}_class-nativesdk = "" 25RDEPENDS_${PN}_class-nativesdk = ""
26RDEPENDS_${PN}-ptest += "make" 26RDEPENDS_${PN}-ptest += "make"
27RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de" 27
28DEPENDS_append_libc-glibc = " glibc-locale"
29RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de"
28 30
29USERADD_PACKAGES = "${PN}-ptest" 31USERADD_PACKAGES = "${PN}-ptest"
30USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" 32USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"