mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
iproute2: separate routel and add python dependency
This script was migrated from shell to python3 in recent versions. (From OE-Core rev: 63c89b726e9a2c844168ffeddfaf0c778abfd131) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0ce159991d
commit
486791b3ac
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user