diff options
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 020409fb6d..85639d3bb9 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
| @@ -23,6 +23,9 @@ RDEPENDS_${PN} += "base-files" | |||
| 23 | RDEPENDS_${PN}_class-nativesdk = "" | 23 | RDEPENDS_${PN}_class-nativesdk = "" |
| 24 | RDEPENDS_${PN}-ptest += "make" | 24 | RDEPENDS_${PN}-ptest += "make" |
| 25 | 25 | ||
| 26 | USERADD_PACKAGES = "${PN}-ptest" | ||
| 27 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" | ||
| 28 | |||
| 26 | do_configure_prepend () { | 29 | do_configure_prepend () { |
| 27 | if [ ! -e ${S}/acinclude.m4 ]; then | 30 | if [ ! -e ${S}/acinclude.m4 ]; then |
| 28 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 | 31 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 |
