mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
0e62f01559
4.3.0 -> 4.4.0 Added iproute2-fix-building-with-musl.patch to fix build with musl. (From OE-Core rev: c8a7fdb2ac37b42a97f666cae6b3f5061a01ad45) 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>
15 lines
548 B
BlitzBasic
15 lines
548 B
BlitzBasic
require iproute2.inc
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
|
|
file://configure-cross.patch \
|
|
file://0001-iproute2-de-bash-scripts.patch \
|
|
file://iproute2-4.3.0-musl.patch \
|
|
file://iproute2-fix-building-with-musl.patch \
|
|
"
|
|
SRC_URI[md5sum] = "d762653ec3e1ab0d4a9689e169ca184f"
|
|
SRC_URI[sha256sum] = "bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514"
|
|
|
|
# CFLAGS are computed in Makefile and reference CCOPTS
|
|
#
|
|
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"
|