u-boot_git.bb: Dont reset machine SRC_URIs by using common SRC_URI.
authorKhem Raj <raj.khem@gmail.com>
Sun, 23 Aug 2009 07:28:51 +0000 (00:28 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 23 Aug 2009 07:28:51 +0000 (00:28 -0700)
We have this SRC_URI which forces bitbake to abandon the machine
specific SRC_URI override if it happens to be before this in
parse order. Anyway this SRC_URI is not needed too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/u-boot/u-boot_git.bb

index 2024092..d30b0bd 100644 (file)
@@ -67,7 +67,6 @@ SRCREV_neuros-osd2 = "8de979d346624c0e4cfe2e5c0f08ce20ca4b5d14"
 SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git"
 SRCREV_sequoa = "cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093"
 
-SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
 SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
 
 SRC_URI_mini2440 = "git://repo.or.cz/u-boot-openmoko/mini2440.git;protocol=git;branch=dev-mini2440-stable"