aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u-boot/u-boot-openmoko_svn.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-13 20:59:33 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-13 20:59:33 +0000
commit3e4e9f1191af0ad63acbb830e91dfc6b45e07b5c (patch)
treec38351a625970549139a5cd9cc401dc1e460772d /packages/u-boot/u-boot-openmoko_svn.bb
parentb7ee6eac558fbca6f94cc056c61609c3ea194028 (diff)
downloadopenembedded-3e4e9f1191af0ad63acbb830e91dfc6b45e07b5c.tar.gz
u-boot svn remove obsolete EABI hacking
Diffstat (limited to 'packages/u-boot/u-boot-openmoko_svn.bb')
-rw-r--r--packages/u-boot/u-boot-openmoko_svn.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/u-boot/u-boot-openmoko_svn.bb b/packages/u-boot/u-boot-openmoko_svn.bb
index 2dcf3d4c1f..3ec97f2a77 100644
--- a/packages/u-boot/u-boot-openmoko_svn.bb
+++ b/packages/u-boot/u-boot-openmoko_svn.bb
@@ -15,7 +15,7 @@ UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v1 gta02v2 gta02v3 gta02v4"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "\
- git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream \
+ git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream;tag=3afac79ec27b91df185f090b31dad9620779f440 \
svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \
file://uboot-eabi-fix-HACK.patch;patch=1;maxrev=3773 \
file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
@@ -37,12 +37,6 @@ do_svnrev() {
echo "echo ${LOCALVERSION}" >>tools/setlocalversion
}
-do_configure_prepend() {
- find . -name "*.mk" -exec sed -i 's,-mabi=apcs-gnu,,' {} \;
- find . -name "Makefile" -exec sed -i 's,-mabi=apcs-gnu,,' {} \;
- cat ${WORKDIR}/uboot-eabi-fix-HACK.patch |patch -p1
-}
-
do_compile () {
chmod +x board/neo1973/gta*/split_by_variant.sh
for mach in ${UBOOT_MACHINES}