mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
iproute2: update to version 4.4.0
4.3.0 -> 4.4.0 a) Added iproute2-fix-building-with-musl.patch to fix build with musl. b) Include below listed utilities that are not yet enabled/packaged in the iproute2 recipe: 1. lnstat 2. ifstat 3. genl 4. rtacct 5. nstat 6. ss (From OE-Core rev: 4e94ba3b0b8b476e46441707d3b1ead13da4ea76) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
21e3b2aa89
commit
79d5041a9c
|
|
@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native iptables elfutils"
|
|||
|
||||
inherit update-alternatives
|
||||
|
||||
EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'"
|
||||
EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge misc genl' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'"
|
||||
|
||||
do_configure_append () {
|
||||
sh configure ${STAGING_INCDIR}
|
||||
|
|
@ -32,9 +32,15 @@ do_install () {
|
|||
# The .so files in iproute2-tc are modules, not traditional libraries
|
||||
INSANE_SKIP_${PN}-tc = "dev-so"
|
||||
|
||||
PACKAGES =+ "${PN}-tc"
|
||||
PACKAGES =+ "${PN}-tc ${PN}-lnstat ${PN}-ifstat ${PN}-genl ${PN}-rtacct ${PN}-nstat ${PN}-ss"
|
||||
FILES_${PN}-tc = "${base_sbindir}/tc* \
|
||||
${libdir}/tc/*.so"
|
||||
FILES_${PN}-lnstat = "${base_sbindir}/lnstat ${base_sbindir}/ctstat ${base_sbindir}/rtstat"
|
||||
FILES_${PN}-ifstat = "${base_sbindir}/ifstat"
|
||||
FILES_${PN}-genl = "${base_sbindir}/genl"
|
||||
FILES_${PN}-rtacct = "${base_sbindir}/rtacct"
|
||||
FILES_${PN}-nstat = "${base_sbindir}/nstat"
|
||||
FILES_${PN}-ss = "${base_sbindir}/ss"
|
||||
|
||||
ALTERNATIVE_${PN} = "ip"
|
||||
ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user