]> code.ossystems Code Review - openembedded-core.git/commitdiff
uboot-gta01: Lock to a known good git tag
authorRichard Purdie <richard@openedhand.com>
Tue, 14 Aug 2007 12:25:55 +0000 (12:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 14 Aug 2007 12:25:55 +0000 (12:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2491 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/uboot/uboot-gta01_svn.bb

index f14174f56c76346101c7d62fd602e3b64812be7c..89ebef6b0898eb78238a3fb1bf83a723c5389b7a 100644 (file)
@@ -4,13 +4,13 @@ LICENSE = "GPL"
 SECTION = "bootloader"
 PRIORITY = "optional"
 PV = "1.2.0+svn${SRCDATE}"
-PR = "r4"
+PR = "r5"
 SRCDATE = "20070711"
 
 PROVIDES = "virtual/bootloader"
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \
+SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 \
            svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
           file://fix-arm920t-eabi.patch;patch=1"