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:36:44 +0000 |
commit | f63647f742488117c2ff7196479a6b0a2da61ddc (patch) | |
tree | 5adeb5dbb782e493a4e9bd9f989f24f59c4591af | |
parent | 0f111c6eb1673a60663bcdd3d70c0f81bad370c4 (diff) | |
download | openembedded-core-f63647f742488117c2ff7196479a6b0a2da61ddc.tar.gz |
gettext: Add missing bash ptest dependency
Add a dependency on bash to fix execution in minimal images.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() { fi } -RDEPENDS:${PN}-ptest += "make xz" +RDEPENDS:${PN}-ptest += "make xz bash" RDEPENDS:${PN}-ptest:append:libc-glibc = "\ glibc-gconv-big5 \ glibc-charmap-big5 \ |