[oe-commits] org.oe.dev u-boot-openmoko: remove do_configure_prepend because it's no longer

john_lee commit openembedded-commits at lists.openembedded.org
Fri Feb 29 14:18:35 UTC 2008


u-boot-openmoko: remove do_configure_prepend because it's no longer
                 necessary

Author: john_lee at openmoko.com
Branch: org.openembedded.dev
Revision: 63ed025a8da23f1cd592e06330567b2c16b6d881
ViewMTN: http://monotone.openembedded.org/revision/info/63ed025a8da23f1cd592e06330567b2c16b6d881
Files:
1
packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
Diffs:

#
# mt diff -rbd952e49f0619bc20f2129b8f6abbbf976f03123 -r63ed025a8da23f1cd592e06330567b2c16b6d881
#
# 
# 
# patch "packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb"
#  from [de2a6e1fced0d942ccf99957f28a7b6df646c687]
#    to [db78f04c96cb5d27ad12ca8a87b74256bfcbe02d]
# 
============================================================
--- packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb	de2a6e1fced0d942ccf99957f28a7b6df646c687
+++ packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb	db78f04c96cb5d27ad12ca8a87b74256bfcbe02d
@@ -35,12 +35,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