aboutsummaryrefslogtreecommitdiffstats
path: root/packages/iproute2/iproute2.inc
blob: e14bfdeefe29acebaf0a52f33595d05535d2ac23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "kernel routing and traffic control utilities"
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "flex-native bison-native"

# This changed from iproute2 to iproute with version 2.6.20, so set to
# iproute in the recipe for 2.6.20 and newer versions.
DIRNAME ?= "${PN}"

# Set the DATE in the .bb file
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz"

S = "${WORKDIR}/${DIRNAME}-${PV}-${DATE}"

EXTRA_OEMAKE = "CC='${CC}' \
                KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include \
                DOCDIR=${docdir}/iproute2 \
                SUBDIRS='lib tc ip' \
                SBINDIR=/sbin"

do_install () {
        oe_runmake DESTDIR=${D} install
}

FILES_${PN} += "/usr/lib/tc/*"
FILES_${PN}-dbg += "/usr/lib/tc/.debug"