aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u-boot
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-02-29 12:06:42 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2008-02-29 12:06:42 +0000
commitea9fb4e010fa6c07154e970a62de7b7239280ab7 (patch)
treeb1d6b9984a15aa338a43194e1a6e6797e9c29667 /packages/u-boot
parent84de034a332e4c92c7533c65e09f6976e2f01866 (diff)
downloadopenembedded-ea9fb4e010fa6c07154e970a62de7b7239280ab7.tar.gz
u-boot-openmoko: remove do_configure_prepend because it's no longer
necessary
Diffstat (limited to 'packages/u-boot')
-rw-r--r--packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
index 737cf8ef0c..020fd421c6 100644
--- a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
+++ b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
@@ -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}