From 63c89b726e9a2c844168ffeddfaf0c778abfd131 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Thu, 12 Jan 2023 11:19:52 +0100 Subject: iproute2: separate routel and add python dependency This script was migrated from shell to python3 in recent versions. Signed-off-by: Peter Marko Signed-off-by: Alexandre Belloni --- meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-connectivity/iproute2') diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb index 4c6dd1f7f4..7272e8f147 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb @@ -64,6 +64,7 @@ IPROUTE2_PACKAGES =+ "\ ${PN}-ip \ ${PN}-lnstat \ ${PN}-nstat \ + ${PN}-routel \ ${PN}-rtacct \ ${PN}-ss \ ${PN}-tc \ @@ -88,6 +89,9 @@ FILES:${PN}-ss = "${base_sbindir}/ss" FILES:${PN}-tipc = "${base_sbindir}/tipc" FILES:${PN}-devlink = "${base_sbindir}/devlink" FILES:${PN}-rdma = "${base_sbindir}/rdma" +FILES:${PN}-routel = "${base_sbindir}/routel" + +RDEPENDS:${PN}-routel = "python3-core" ALTERNATIVE:${PN}-ip = "ip" ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" -- cgit 1.2.3-korg