A change in oe-core [1] broke the bridge command out into its own package. [1] https://git.openembedded.org/openembedded-core/commit/?id=21689b8984fd426f4e21d729d82444d3a8e230b7
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc index bb3b7e9c..602f75ca 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc @@ -96,6 +96,7 @@ RDEPENDS:${PN} = "\ gdb \ gzip \ iproute2 \ + iproute2-bridge \ ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \ ldd \ libaio \ -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17297): https://lists.yoctoproject.org/g/meta-arago/message/17297 Mute This Topic: https://lists.yoctoproject.org/mt/118227953/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
