summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-11 12:21:50 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-11 12:21:50 +0000
commit133786cdb6f2ddac78f8c06634bf0564f5154571 (patch)
treeb677cedf461951d3ee56d4b1de65c83763c5a72c /meta
parent17d6b3082f07f9a69c6769f9d815b17dfe518e1f (diff)
downloadpoky-133786cdb6f2ddac78f8c06634bf0564f5154571.tar.gz
uboot-gta01: fix SRCDATE to 20070711, revert git tag
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2157 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/uboot/uboot-gta01_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/uboot/uboot-gta01_svn.bb b/meta/packages/uboot/uboot-gta01_svn.bb
index a24eb435e1..f63d453294 100644
--- a/meta/packages/uboot/uboot-gta01_svn.bb
+++ b/meta/packages/uboot/uboot-gta01_svn.bb
@@ -5,11 +5,12 @@ SECTION = "bootloader"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PV = "1.2.0+svn${SRCDATE}" 6PV = "1.2.0+svn${SRCDATE}"
7PR = "r3" 7PR = "r3"
8SRCDATE = "20070711"
8 9
9PROVIDES = "virtual/bootloader" 10PROVIDES = "virtual/bootloader"
10S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
11 12
12SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=c0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc \ 13SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \
13 svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \ 14 svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
14 file://fix-arm920t-eabi.patch;patch=1" 15 file://fix-arm920t-eabi.patch;patch=1"
15 16