diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 20:50:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
| commit | 3ad29bf3b733b4f3a86451d204c1755570917814 (patch) | |
| tree | fbd7eefe8186cb38f0c71d9ab3189513dfdc2cea /meta/recipes-core | |
| parent | 2ea27691aa57951aaba3cc1714a080a112d15408 (diff) | |
| download | poky-3ad29bf3b733b4f3a86451d204c1755570917814.tar.gz | |
gettext: Add missing bash ptest dependency
Add a dependency on bash to fix execution in minimal images.
(From OE-Core rev: f63647f742488117c2ff7196479a6b0a2da61ddc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.21.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.21.1.bb b/meta/recipes-core/gettext/gettext_0.21.1.bb index ec80a89e49..b80ea9276e 100644 --- a/meta/recipes-core/gettext/gettext_0.21.1.bb +++ b/meta/recipes-core/gettext/gettext_0.21.1.bb | |||
| @@ -182,7 +182,7 @@ do_install_ptest() { | |||
| 182 | fi | 182 | fi |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | RDEPENDS:${PN}-ptest += "make xz" | 185 | RDEPENDS:${PN}-ptest += "make xz bash" |
| 186 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | 186 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
| 187 | glibc-gconv-big5 \ | 187 | glibc-gconv-big5 \ |
| 188 | glibc-charmap-big5 \ | 188 | glibc-charmap-big5 \ |
