wireless-tools.inc: Change first use of SRC_URI from += to =
authorJeremy Puhlman <jpuhlman@mvista.com>
Sun, 5 Apr 2009 14:08:51 +0000 (07:08 -0700)
committerChris Larson <clarson@mvista.com>
Thu, 20 Aug 2009 03:57:36 +0000 (20:57 -0700)
commitf171a1e3ebe87a7dce99bd44ae6f012828ceac1d
treeeaad0a085f7620b222ad604cbe890a0095b86abf
parent27765f8a1d20ea7923fdfb667ca9ec7a9037e106
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>
recipes/wireless-tools/wireless-tools.inc