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

SRCREV = "1786"
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} \
               "