diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-02-27 17:32:24 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 13:03:27 +0000 |
| commit | 2af25458fcabd62c96574c9ff2eed033cf09001e (patch) | |
| tree | 322bea62e4eba17b48993d10d34c636967bc36dc | |
| parent | dce1da3cf74a10822a33122dae6efb6906c56262 (diff) | |
| download | poky-2af25458fcabd62c96574c9ff2eed033cf09001e.tar.gz | |
iproute2: don't use the kernel header tree
This should compile against the userspace safe kernel headers
(From OE-Core rev: e443887379fae4b4fd70d1cd6f7d0d7f064a2cb1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 41957ce5b3..fb233ebd43 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
| @@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native iptables" | |||
| 13 | 13 | ||
| 14 | inherit update-alternatives | 14 | inherit update-alternatives |
| 15 | 15 | ||
| 16 | EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'" | 16 | EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'" |
| 17 | 17 | ||
| 18 | do_install () { | 18 | do_install () { |
| 19 | oe_runmake DESTDIR=${D} install | 19 | oe_runmake DESTDIR=${D} install |
