]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
m4/opkg/ethtool/attr/libgpg-error: Add missing bash ptest dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Mar 2023 22:00:48 +0000 (22:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Mar 2023 23:36:44 +0000 (23:36 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/m4/m4-1.4.19.inc
meta/recipes-devtools/opkg/opkg_0.6.1.bb
meta/recipes-extended/ethtool/ethtool_6.2.bb
meta/recipes-support/attr/attr.inc
meta/recipes-support/libgpg-error/libgpg-error_1.46.bb

index c098a4077ef625eaa1c4d26745d65e3a61bb9c9c..fd3efa54692f6f43f8b31a47ac52f8f002bf5bd3 100644 (file)
@@ -53,7 +53,7 @@ do_install_ptest() {
 }
 
 
-RDEPENDS:${PN}-ptest += "make coreutils diffutils"
+RDEPENDS:${PN}-ptest += "make coreutils diffutils bash"
 RDEPENDS:${PN}-ptest:append:libc-glibc = "\
      locale-base-fr-fr \
      locale-base-fr-fr.iso-8859-1 \
index c95a40d2689251d58f7f7b10fd13e447c5abcfa6..c3f4a7dd5751f82376656900fbf2d09d18c33410 100644 (file)
@@ -65,7 +65,7 @@ do_install_ptest () {
 RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
 RDEPENDS:${PN}:class-native = ""
 RDEPENDS:${PN}:class-nativesdk = ""
-RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression"
+RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash"
 RREPLACES:${PN} = "opkg-nogpg opkg-collateral"
 RCONFLICTS:${PN} = "opkg-collateral"
 RPROVIDES:${PN} = "opkg-collateral"
index 881e6388518e074a6955970441ae1c33022aeea6..aea03b729d36c1a3f4b2b27340fbbc4a4f4f9df9 100644 (file)
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
 
 inherit autotools ptest bash-completion pkgconfig
 
-RDEPENDS:${PN}-ptest += "make"
+RDEPENDS:${PN}-ptest += "make bash"
 
 PACKAGECONFIG ?= "netlink"
 PACKAGECONFIG[netlink] = "--enable-netlink,--disable-netlink,libmnl,"
index a4e38f2b19935e73ae536583e959520a821fffb1..53d9dccb27e737b65623fc54af147f6d840c17a4 100644 (file)
@@ -49,6 +49,7 @@ do_install_ptest() {
 }
 
 RDEPENDS:${PN}-ptest = "attr \
+                        bash \
                         coreutils \
                         perl-module-filehandle \
                         perl-module-getopt-std \
index 580fe208d475d17c6d447c8c7ad59c781cb84bb8..e0f2d86303e6a29f3c0850c1611f6ce81769987d 100644 (file)
@@ -26,7 +26,7 @@ BINCONFIG = "${bindir}/gpg-error-config"
 
 inherit autotools binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest
 
-RDEPENDS:${PN}-ptest:append = " make"
+RDEPENDS:${PN}-ptest:append = " make bash"
 
 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/gpgrt-config"