diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-11 04:43:25 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-11 04:43:25 +0000 |
commit | 38b7c7c2fd568f5d23c789270f7dcb1ce9124025 (patch) | |
tree | 67cfdbeeca5d18972a094d7e1cdfc727d147f2e2 /binutils/binutils-cross_2.14.90.0.6.oe | |
parent | a5fa8bb1103f69624f986678f98c2694caddc815 (diff) |
uclibc vs. glibc cleanup (eliminate distinct uclibc packages)
BKrev: 40a059edeEwCh8PT1OwxWpRHOZD-gA
Diffstat (limited to 'binutils/binutils-cross_2.14.90.0.6.oe')
-rw-r--r-- | binutils/binutils-cross_2.14.90.0.6.oe | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/binutils/binutils-cross_2.14.90.0.6.oe b/binutils/binutils-cross_2.14.90.0.6.oe deleted file mode 100644 index bcd05014fc..0000000000 --- a/binutils/binutils-cross_2.14.90.0.6.oe +++ /dev/null @@ -1,32 +0,0 @@ -include binutils_${PV}.oe -inherit cross -PROVIDES = "virtual/${TARGET_PREFIX}binutils" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" -PACKAGES = "" -EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ - --disable-nls \ - --program-prefix=${TARGET_PREFIX}" - -do_stage () { - oe_runmake install - - # We don't really need these, so we'll remove them... - rm -rf ${CROSS_DIR}/lib/ldscripts - rm -rf ${CROSS_DIR}/share/info - rm -rf ${CROSS_DIR}/share/locale - rm -rf ${CROSS_DIR}/share/man - rmdir ${CROSS_DIR}/share || : - rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : - rmdir ${CROSS_DIR}/${libdir} || : - rmdir ${CROSS_DIR}/${prefix} || : - - # We want to move this into the target specific location - mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : -} - -do_install () { - : -} - |