blob: d38dde880f12184bfef9f4ff74b7e2a2b756ac3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require iproute2.inc
PR = "${INC_PR}.0"
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
file://new-flex-fix.patch;patch=1 \
file://compilation-fix.patch;patch=1 \
file://use-cross-compiler.patch;patch=1 \
"
S = "${WORKDIR}/iproute2-${PV}"
|