Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Thu, 22 Jul 2004 21:07:58 +0000 (21:07 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 22 Jul 2004 21:07:58 +0000 (21:07 +0000)
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

binutils/binutils-cross-sdk_2.15.90.0.3.oe
classes/sdk.oeclass

index e69de29..852279d 100644 (file)
@@ -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() {
+       :
+}
index 668a04f..14b3c64 100644 (file)
@@ -14,3 +14,5 @@ export LDFLAGS = "${BUILD_LDFLAGS}"
 
 prefix = "/usr/local/${SDK_NAME}"
 exec_prefix = "${prefix}"
+
+FILES_${PN} = "${prefix}"