summaryrefslogtreecommitdiff
path: root/binutils/binutils-cross-sdk_2.15.90.0.3.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-22 21:07:58 +0000
committerPhil Blundell <philb@gnu.org>2004-07-22 21:07:58 +0000
commit1f9c5d1414b22120a7156d248c564ff03826e2c2 (patch)
tree95d00ec7e2fbfdf47771cd0e8ea73bb0edf5808c /binutils/binutils-cross-sdk_2.15.90.0.3.oe
parent7632706607dd5e5418ecca4a67d3dbac6c6ec107 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/22 21:41:15+01:00 nexus.co.uk!pb move FILES setting into sdk.oeclass BKrev: 41002caeTuHQCij1t0s_CnnziGOP_A
Diffstat (limited to 'binutils/binutils-cross-sdk_2.15.90.0.3.oe')
-rw-r--r--binutils/binutils-cross-sdk_2.15.90.0.3.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/binutils-cross-sdk_2.15.90.0.3.oe b/binutils/binutils-cross-sdk_2.15.90.0.3.oe
index e69de29bb2..852279d04e 100644
--- a/binutils/binutils-cross-sdk_2.15.90.0.3.oe
+++ b/binutils/binutils-cross-sdk_2.15.90.0.3.oe
@@ -0,0 +1,11 @@
+include binutils_${PV}.oe
+inherit sdk
+DEPENDS += "flex-native bison-native"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}"
+EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \
+ --disable-nls \
+ --program-prefix=${TARGET_PREFIX}"
+
+do_stage() {
+ :
+}