diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-14 11:19:24 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-14 11:19:24 -0800 |
commit | 27e3eff536a83312ad24052570d5056f8bfe8544 (patch) | |
tree | ab4da8c64bd2251927812a7aacb4828876fa7286 /recipes/iproute2/iproute2_2.6.29.bb | |
parent | 908a23fef2a7df513256a0f039c0db44126f778d (diff) |
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_2.6.29.bb')
-rw-r--r-- | recipes/iproute2/iproute2_2.6.29.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2_2.6.29.bb b/recipes/iproute2/iproute2_2.6.29.bb index d02573a359..d38dde880f 100644 --- a/recipes/iproute2/iproute2_2.6.29.bb +++ b/recipes/iproute2/iproute2_2.6.29.bb @@ -1,10 +1,11 @@ require iproute2.inc -PR = "r1" +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}" |