diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 22:00:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | f1709ba573455d627bac66db6c16c2262fa056ff (patch) | |
tree | 11bb8fd7e8213d2e601e31e55a2acee1fcecb26b /meta/recipes-support | |
parent | 4617ef6abf44e04b527ed111bb37f22f04ca24ab (diff) | |
download | poky-f1709ba573455d627bac66db6c16c2262fa056ff.tar.gz |
m4/opkg/ethtool/attr/libgpg-error: Add missing bash ptest dependency
(From OE-Core rev: 27b6605c7b95f70a50b4243818a03c5b2412c5a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.46.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index a4e38f2b19..53d9dccb27 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -49,6 +49,7 @@ do_install_ptest() { | |||
49 | } | 49 | } |
50 | 50 | ||
51 | RDEPENDS:${PN}-ptest = "attr \ | 51 | RDEPENDS:${PN}-ptest = "attr \ |
52 | bash \ | ||
52 | coreutils \ | 53 | coreutils \ |
53 | perl-module-filehandle \ | 54 | perl-module-filehandle \ |
54 | perl-module-getopt-std \ | 55 | perl-module-getopt-std \ |
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb index 580fe208d4..e0f2d86303 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb | |||
@@ -26,7 +26,7 @@ BINCONFIG = "${bindir}/gpg-error-config" | |||
26 | 26 | ||
27 | inherit autotools binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest | 27 | inherit autotools binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest |
28 | 28 | ||
29 | RDEPENDS:${PN}-ptest:append = " make" | 29 | RDEPENDS:${PN}-ptest:append = " make bash" |
30 | 30 | ||
31 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/gpgrt-config" | 31 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/gpgrt-config" |
32 | 32 | ||