From cb55e663972541124c1b93848da46a16938e75c6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 23 Aug 2009 00:28:51 -0700 Subject: [PATCH] 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 --- recipes/u-boot/u-boot_git.bb | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5