mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +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"
|
||||
|
||||
Reference in New Issue
Block a user