From: Chris Larson Date: Thu, 2 Oct 2003 16:21:32 +0000 (+0000) Subject: Cleanup a couple builds after moving the path adjustments and stage/install into... X-Git-Tag: Release-2010-05/1~20741 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ad13c33c95f633405bd3d9b74c022f9d010fe4;p=openembedded.git Cleanup a couple builds after moving the path adjustments and stage/install into native/cross oeclasses. BKrev: 3f7c508cNhFrD8fZ56F8DL6UqQBnbg --- diff --git a/autoconf/autoconf-buildarch-2.57.oe b/autoconf/autoconf-buildarch-2.57.oe index e69de29bb2..b35e10ebef 100644 --- a/autoconf/autoconf-buildarch-2.57.oe +++ b/autoconf/autoconf-buildarch-2.57.oe @@ -0,0 +1,5 @@ +include autoconf-${PV}.oe +PN_append='-buildarch' +S = ${WORKDIR}/autoconf-${PV} + +inherit native diff --git a/automake/automake-buildarch-1.7.7.oe b/automake/automake-buildarch-1.7.7.oe index e69de29bb2..b497f6e1d5 100644 --- a/automake/automake-buildarch-1.7.7.oe +++ b/automake/automake-buildarch-1.7.7.oe @@ -0,0 +1,5 @@ +include automake-${PV}.oe +PN_append='-buildarch' +S = ${WORKDIR}/automake-${PV} + +inherit native diff --git a/cross/cross-binutils-2.13.2.oe b/cross/cross-binutils-2.13.2.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/cross/cross-binutils-2.14.90.0.6.oe b/cross/cross-binutils-2.14.90.0.6.oe deleted file mode 100644 index 09c17811a7..0000000000 --- a/cross/cross-binutils-2.14.90.0.6.oe +++ /dev/null @@ -1,17 +0,0 @@ -PROVIDES = virtual/${OLDARCH}-${OLDOS}-binutils - -SRC_URI = http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.gz -S = ${WORKDIR}/binutils-${PV} - -CROSS_DIR := ${CROSS_DIR} -prefix=${CROSS_DIR} -exec_prefix=${prefix} -inherit cross autotools - -do_stage () { - oe_runmake install -} - -do_install () { - true -} diff --git a/cross/cross-binutils-2.14.oe b/cross/cross-binutils-2.14.oe deleted file mode 100644 index e69de29bb2..0000000000