aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-14 11:19:24 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-14 11:19:24 -0800
commit27e3eff536a83312ad24052570d5056f8bfe8544 (patch)
treeab4da8c64bd2251927812a7aacb4828876fa7286 /recipes/iproute2/iproute2.inc
parent908a23fef2a7df513256a0f039c0db44126f778d (diff)
downloadopenembedded-27e3eff536a83312ad24052570d5056f8bfe8544.tar.gz
iproute2: Use $CC in configure tests.
* Switch to INC_PR * honor LDFLAGS env var. * Use CC env var in configure tests currently it uses native gcc which is wrong in cross compilation context. * Fix PR 5147 Signed-off-by: Erik Boto <erik.boto@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/iproute2/iproute2.inc')
-rw-r--r--recipes/iproute2/iproute2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/iproute2/iproute2.inc b/recipes/iproute2/iproute2.inc
index 8c8519f230..9792bad4d6 100644
--- a/recipes/iproute2/iproute2.inc
+++ b/recipes/iproute2/iproute2.inc
@@ -4,6 +4,8 @@ SECTION = "base"
LICENSE = "GPL"
DEPENDS = "flex-native bison-native"
+INC_PR = "r3"
+
# Set the DATE in the .bb file
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz"