summaryrefslogtreecommitdiff
path: root/packages/binutils/binutils_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/binutils/binutils_cvs.bb')
-rw-r--r--packages/binutils/binutils_cvs.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/binutils/binutils_cvs.bb b/packages/binutils/binutils_cvs.bb
deleted file mode 100644
index 288450cf58..0000000000
--- a/packages/binutils/binutils_cvs.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs"
-PV = "0.0+cvs${SRCDATE}"
-PR = "r3"
-
-require binutils.inc
-
-S = "${WORKDIR}/src"
-
-SRC_URI = "cvs://anoncvs:anoncvs@sources.redhat.com/cvs/src;module=binutils;method=pserver;localdir=src \
- file://build_fix.patch;patch=1 \
- file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
- file://110-arm-eabi-conf.patch;patch=1 \
- file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
- file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
- file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1"
-
-#EXTRA_OECONF = "--with-sysroot=/"
-
-do_configure_prepend () {
- # RP:
- # Remove rda and libgloss since they won't cross compile
- # we don't need them anyway...
- # Also remove gdb, we build that separately.
- rm ${S}/gdb -Rf
- rm ${S}/rda -Rf
- rm ${S}/libgloss -Rf
-}