aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/elf2flt_svn.bb
blob: e16da367aea8383ee1e59fe0ad0b31b28feebcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms"
DEPENDS = "binutils-cross"

PV = "0.0+svnr${SRCPV}"

inherit autotools cross

SRC_URI = "svn://sources.blackfin.uclinux.org/toolchain/trunk;module=${PN}"

S = "${WORKDIR}/${PN}"

EXTRA_OECONF = " --with-libbfd=${STAGING_LIBDIR}/libbfd.a \
                 --with-libiberty=${STAGING_LIBDIR}/libiberty.a \
                 --with-bfd-include-dir=${STAGING_INCDIR} \
               "