aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_cvs.bb
blob: 288450cf5848fca2fca4ca1d71add6c57c094fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
}