aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wireless-tools/wireless-tools.inc
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2009-04-05 07:08:51 -0700
committerChris Larson <clarson@mvista.com>2009-08-19 20:57:36 -0700
commitf171a1e3ebe87a7dce99bd44ae6f012828ceac1d (patch)
treeeaad0a085f7620b222ad604cbe890a0095b86abf /recipes/wireless-tools/wireless-tools.inc
parent27765f8a1d20ea7923fdfb667ca9ec7a9037e106 (diff)
downloadopenembedded-f171a1e3ebe87a7dce99bd44ae6f012828ceac1d.tar.gz
wireless-tools.inc: Change first use of SRC_URI from += to =
Since wireless-tools.inc is included at the top of the recipe it should clear SRC_URI. Without this, SRC_URI contains the recipe file, which in turn gets installed in to the work area. When using BBPATH to set BBFILES, this causes an error on subsequent parsing due to wireless-tools.inc does not get copied with the recipe and is not found. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/wireless-tools/wireless-tools.inc')
-rw-r--r--recipes/wireless-tools/wireless-tools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wireless-tools/wireless-tools.inc b/recipes/wireless-tools/wireless-tools.inc
index f52c3f16a7..da1ed91fd4 100644
--- a/recipes/wireless-tools/wireless-tools.inc
+++ b/recipes/wireless-tools/wireless-tools.inc
@@ -4,7 +4,7 @@ SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
-SRC_URI += "\
+SRC_URI = "\
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${PV}.tar.gz \
file://man.patch;patch=1 \
file://shared_lib_ldflags.patch;patch=1 \