Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:36:26 +0000 (16:36 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:36:26 +0000 (16:36 +0000)
into handhelds.org:/home/kergoth/code/oe/packages

2004/09/23 17:32:34+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages

2004/09/23 17:32:08+01:00 (none)!pb
avoid installing bogus symlinks in bin directory

BKrev: 4152fb8av9AO-vT-5ddpw_Tnm3eQUw

binutils/binutils-cross-sdk_2.15.91.0.2.oe

index e69de29..e9af9e8 100644 (file)
@@ -0,0 +1,21 @@
+PR = "r1"
+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() {
+       :
+}
+
+do_install () {
+        autotools_do_install
+                                                                               
+        # Install the libiberty header
+        install -d ${D}/${includedir}
+        install -m 644 ${S}/include/ansidecl.h ${D}/${includedir}
+        install -m 644 ${S}/include/libiberty.h ${D}/${includedir}
+}