[oe-commits] Khem Raj : u-boot_git.bb: Dont reset machine SRC_URIs by using common SRC_URI.

git version control git at git.openembedded.org
Sun Aug 23 07:31:38 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug 23 00:28:51 2009 -0700

u-boot_git.bb: Dont reset machine SRC_URIs by using common SRC_URI.

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 at gmail.com>

---

 recipes/u-boot/u-boot_git.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 2024092..d30b0bd 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -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"





More information about the Openembedded-commits mailing list