mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,"
|
||||
|
||||
@@ -49,6 +49,7 @@ do_install_ptest() {
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest = "attr \
|
||||
bash \
|
||||
coreutils \
|
||||
perl-module-filehandle \
|
||||
perl-module-getopt-std \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user