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.20.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.20.bb')
-rw-r--r-- | recipes/iproute2/iproute2_2.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2_2.6.20.bb b/recipes/iproute2/iproute2_2.6.20.bb index e72dfccdde..dd1a504142 100644 --- a/recipes/iproute2/iproute2_2.6.20.bb +++ b/recipes/iproute2/iproute2_2.6.20.bb @@ -1,6 +1,6 @@ require iproute2.inc -PR = "r2" +PR = "${INC_PR}.0" DATE = "070313" SRC_URI_append = " file://new-flex-fix.patch;patch=1 \ |