From: xf005570@ Date: Fri, 19 Sep 2003 01:09:20 +0000 (+0000) Subject: Alterations based on BUILD/HOST/TARGET changes. X-Git-Tag: Release-2010-05/1~20822 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37773456dca155ed2e186949cb126f7fdc1ced6;p=openembedded.git Alterations based on BUILD/HOST/TARGET changes. BKrev: 3f6a5740rQ54YAIKg7vGDG2_0DOacg --- diff --git a/content/cross-binutils-2.13.2.oe b/content/cross-binutils-2.13.2.oe index aa174e1c69..9d91236392 100644 --- a/content/cross-binutils-2.13.2.oe +++ b/content/cross-binutils-2.13.2.oe @@ -3,7 +3,7 @@ DESCRIPTION="binutils 2.13 from FSF" LICENSE="GPL" RDEPEND="" DEPEND="" -PROVIDES="virtual/${ARCH}-${OS}-binutils" +PROVIDES="virtual/${TARGET_ARCH}-${TARGET_OS}-binutils" SRC_URI="ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.13.2.tar.gz" S = ${WORKDIR}/binutils-${PV} diff --git a/content/cross-binutils-2.14.oe b/content/cross-binutils-2.14.oe index d697538f24..71a5eaef9c 100644 --- a/content/cross-binutils-2.14.oe +++ b/content/cross-binutils-2.14.oe @@ -3,7 +3,7 @@ DESCRIPTION="binutils 2.13 from FSF" LICENSE="GPL" RDEPEND="" DEPEND="" -PROVIDES="virtual/${ARCH}-${OS}-binutils" +PROVIDES="virtual/${TARGET_ARCH}-${TARGET_OS}-binutils" SRC_URI="${GNU_MIRROR}/binutils/binutils-${PV}.tar.gz" S = ${WORKDIR}/binutils-${PV} diff --git a/content/qte-2.3.6.oe b/content/qte-2.3.6.oe index b77b5ae982..f086b961d8 100644 --- a/content/qte-2.3.6.oe +++ b/content/qte-2.3.6.oe @@ -22,9 +22,9 @@ ARCH_i686=x86 EXTRA_OECONF=-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG} EXTRA_OECONF_CONFIG=-qconfig qpe -EXTRA_OECONF_ARCH=-xplatform ${OS}-${ARCH}-g++ -EXTRA_OECONF_ARCH_collie=-xplatform ${OS}-sharp-g++ -EXTRA_OECONF_ARCH_ramses=-xplatform ${OS}-ramses-g++ +EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ +EXTRA_OECONF_ARCH_collie=-xplatform ${TARGET_OS}-sharp-g++ +EXTRA_OECONF_ARCH_ramses=-xplatform ${TARGET_OS}-ramses-g++ do_compile() { if [ "$BUILD_ARCH" = "i686" ]; then diff --git a/content/qte-2.3.7.oe b/content/qte-2.3.7.oe index bd74b250c0..a4e4ee1600 100644 --- a/content/qte-2.3.7.oe +++ b/content/qte-2.3.7.oe @@ -22,9 +22,9 @@ ARCH_i686=x86 EXTRA_OECONF=-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG} EXTRA_OECONF_CONFIG=-qconfig qpe -EXTRA_OECONF_ARCH=-xplatform ${OS}-${ARCH}-g++ -EXTRA_OECONF_ARCH_collie=-xplatform ${OS}-sharp-g++ -EXTRA_OECONF_ARCH_ramses=-xplatform ${OS}-ramses-g++ +EXTRA_OECONF_ARCH=-xplatform ${TARGET_OS}-${TARGET_ARCH}-g++ +EXTRA_OECONF_ARCH_collie=-xplatform ${TARGET_OS}-sharp-g++ +EXTRA_OECONF_ARCH_ramses=-xplatform ${TARGET_OS}-ramses-g++ EXTRA_OEMAKE = -e diff --git a/test~/override_arch-1.0.oe b/test~/override_arch-1.0.oe index e69de29bb2..2c84f542f1 100644 --- a/test~/override_arch-1.0.oe +++ b/test~/override_arch-1.0.oe @@ -0,0 +1,9 @@ +# This is a test to check if ${TARGET_ARCH} override works: + +test() { + einfo "original test() function" +} + +test_arm() { + einfo "test() for arm" +}