[oe-commits] Koen Kooi : busybox: bandaid for avr32

GIT User account git at amethyst.openembedded.net
Wed Feb 11 18:59:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b58dface5b148d054d6b7c5b3e03afeea7cd9f6d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b58dface5b148d054d6b7c5b3e03afeea7cd9f6d

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Feb 11 19:58:25 2009 +0100

busybox: bandaid for avr32

---

 packages/busybox/busybox_1.13.2.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/busybox/busybox_1.13.2.bb b/packages/busybox/busybox_1.13.2.bb
index 5ae76b9..bff6d27 100644
--- a/packages/busybox/busybox_1.13.2.bb
+++ b/packages/busybox/busybox_1.13.2.bb
@@ -31,6 +31,9 @@ EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
 
 do_configure () {
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+	if [ "${TARGET_ARCH}" = "avr32" ] ; then
+		sed -i s:CONFIG_FEATURE_OSF_LABEL=y:CONFIG_FEATURE_OSF_LABEL=n: ${S}/.config
+	fi
 	cml1_do_configure
 }
 





More information about the Openembedded-commits mailing list