aboutsummaryrefslogtreecommitdiffstats
path: root/uclibc
diff options
context:
space:
mode:
authorGerald Britton <gbritton@doomcom.org>2004-04-21 00:39:09 +0000
committerGerald Britton <gbritton@doomcom.org>2004-04-21 00:39:09 +0000
commitefde807ff086d0fe23e59cbb024ab050ea8ae642 (patch)
tree4e5bb4ac3c39f4bd890280c66bd48ca098e41b57 /uclibc
parent6436606000e6843b7149667b8bf991dc2720960e (diff)
downloadopenembedded-efde807ff086d0fe23e59cbb024ab050ea8ae642.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into doomcom.org:/home/gbritton/devel/OE/packages 2004/04/20 20:34:22-04:00 doomcom.org!gbritton fix uclibc toolchain building BKrev: 4085c2ad39OHCa1M5jwvNQD62UxrYw
Diffstat (limited to 'uclibc')
-rw-r--r--uclibc/uclibc-initial_0.9.26.oe6
-rw-r--r--uclibc/uclibc_0.9.26.oe5
2 files changed, 11 insertions, 0 deletions
diff --git a/uclibc/uclibc-initial_0.9.26.oe b/uclibc/uclibc-initial_0.9.26.oe
index 935e23d5c2..4a2327960f 100644
--- a/uclibc/uclibc-initial_0.9.26.oe
+++ b/uclibc/uclibc-initial_0.9.26.oe
@@ -1,6 +1,12 @@
include uclibc_${PV}.oe
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}"
+
+# This will ONLY build to this target
+TARGET_VENDOR = "-uclibc"
+TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
+TARGET_PREFIX = "${TARGET_SYS}-"
+
DEPENDS = ""
PACKAGES = ""
diff --git a/uclibc/uclibc_0.9.26.oe b/uclibc/uclibc_0.9.26.oe
index ae07a6aec6..2cbdc38079 100644
--- a/uclibc/uclibc_0.9.26.oe
+++ b/uclibc/uclibc_0.9.26.oe
@@ -4,6 +4,11 @@ SECTION = "libs"
PRIORITY = "required"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
+# This will ONLY build to this target
+TARGET_VENDOR = "-uclibc"
+TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
+TARGET_PREFIX = "${TARGET_SYS}-"
+
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc-initial"