[oe-commits] Jeremy Puhlman : wireless-tools.inc: Change first use of SRC_URI from += to =

git version control git at git.openembedded.org
Thu Aug 20 04:00:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f171a1e3ebe87a7dce99bd44ae6f012828ceac1d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f171a1e3ebe87a7dce99bd44ae6f012828ceac1d

Author: Jeremy Puhlman <jpuhlman at mvista.com>
Date:   Sun Apr  5 07:08:51 2009 -0700

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 at mvista.com>
Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/wireless-tools/wireless-tools.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/wireless-tools/wireless-tools.inc b/recipes/wireless-tools/wireless-tools.inc
index f52c3f1..da1ed91 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 \





More information about the Openembedded-commits mailing list