diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:28:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:28:51 -0700 |
commit | cb55e663972541124c1b93848da46a16938e75c6 (patch) | |
tree | 1a69cea9911b787b720a45f3bb78ea45ce5f032b | |
parent | 7f4aeb3143ec6e33840d31425956afbab969f03a (diff) |
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@gmail.com>
-rw-r--r-- | 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 202409287b..d30b0bdbd0 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" |