blob: bf2ff4931bfe36fbf118959e8e9529bc30b09e34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require iproute2.inc
PR = "${INC_PR}.1"
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
file://new-flex-fix.patch;apply=yes \
file://compilation-fix.patch;apply=yes \
file://use-cross-compiler.patch;apply=yes \
file://remove-bashisms.patch;apply=yes \
"
S = "${WORKDIR}/iproute2-${PV}"
SRC_URI[md5sum] = "a3ecfaa091289656fae786b027b44eda"
SRC_URI[sha256sum] = "ff7b78ebb112ebeb3901fe36823328c4af89040b890c25db43d8e35ccbc663b3"
|