[oe-commits] org.oe.dev u-boot svn remove obsolete EABI hacking

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Jan 13 23:57:37 UTC 2008


u-boot svn remove obsolete EABI hacking

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: acf13b1765e7d3823cb2ea6ee8c8c646cf1fa1d2
ViewMTN: http://monotone.openembedded.org/revision/info/acf13b1765e7d3823cb2ea6ee8c8c646cf1fa1d2
Files:
1
packages/u-boot/u-boot-openmoko_svn.bb
Diffs:

#
# mt diff -r8893c8df053332931ae15737c3ea3a9e58516e2d -racf13b1765e7d3823cb2ea6ee8c8c646cf1fa1d2
#
# 
# 
# patch "packages/u-boot/u-boot-openmoko_svn.bb"
#  from [a358024ed5438a158981212e49cdd6e959bb6594]
#    to [cc49be056ab89c25407b8dbef14a32c86fca227f]
# 
============================================================
--- packages/u-boot/u-boot-openmoko_svn.bb	a358024ed5438a158981212e49cdd6e959bb6594
+++ packages/u-boot/u-boot-openmoko_svn.bb	cc49be056ab89c25407b8dbef14a32c86fca227f
@@ -15,7 +15,7 @@ SRC_URI = "\
 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}






More information about the Openembedded-commits mailing list