diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-10 10:44:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-10 10:44:57 +0000 |
commit | 803d98abb2ae1e1f494652f9e7d62827439640f1 (patch) | |
tree | 02c2477657f31bdd4f5591d8f72171a569fbf813 | |
parent | ffbba6d3cfb7466d824f6529fc44c9f4754076c2 (diff) | |
download | openembedded-core-803d98abb2ae1e1f494652f9e7d62827439640f1.tar.gz openembedded-core-803d98abb2ae1e1f494652f9e7d62827439640f1.tar.bz2 openembedded-core-803d98abb2ae1e1f494652f9e7d62827439640f1.zip |
u-boot for gta01: set u-boot upstream to fixed 'known to build' version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2139 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/uboot/uboot-gta01_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/uboot/uboot-gta01_svn.bb b/meta/packages/uboot/uboot-gta01_svn.bb index d026efccc1..a24eb435e1 100644 --- a/meta/packages/uboot/uboot-gta01_svn.bb +++ b/meta/packages/uboot/uboot-gta01_svn.bb @@ -9,7 +9,7 @@ PR = "r3" 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=c0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc \ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \ file://fix-arm920t-eabi.patch;patch=1" |