diff options
| author | xf005570@ <xf005570@> | 2003-09-19 01:09:20 +0000 |
|---|---|---|
| committer | xf005570@ <xf005570@> | 2003-09-19 01:09:20 +0000 |
| commit | c37773456dca155ed2e186949cb126f7fdc1ced6 (patch) | |
| tree | f6400c7af5a82749984ef347088002cb1c3d08fa | |
| parent | 13c6c0268d31c15116c86d5f622f1b4f6e70e5fe (diff) | |
Alterations based on BUILD/HOST/TARGET changes.
BKrev: 3f6a5740rQ54YAIKg7vGDG2_0DOacg
| -rw-r--r-- | content/cross-binutils-2.13.2.oe | 2 | ||||
| -rw-r--r-- | content/cross-binutils-2.14.oe | 2 | ||||
| -rw-r--r-- | content/qte-2.3.6.oe | 6 | ||||
| -rw-r--r-- | content/qte-2.3.7.oe | 6 | ||||
| -rw-r--r-- | test~/override_arch-1.0.oe | 9 |
5 files changed, 17 insertions, 8 deletions
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" +} |
