summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/uboot/u-boot_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb
index d8c196a71e..b13deb558d 100644
--- a/meta/recipes-bsp/uboot/u-boot_git.bb
+++ b/meta/recipes-bsp/uboot/u-boot_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \
7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" 7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
8 8
9SRCREV = "v2010.12" 9SRCREV = "v2010.12"
10PV = "v2010.12+${PR}+git${SRCPV}" 10PV = "v2010.12+git${SRCPV}"
11PR="r2" 11PR="r2"
12 12
13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"