summaryrefslogtreecommitdiff
path: root/recipes/uclibc/elf2flt_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/uclibc/elf2flt_svn.bb')
-rw-r--r--recipes/uclibc/elf2flt_svn.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/uclibc/elf2flt_svn.bb b/recipes/uclibc/elf2flt_svn.bb
new file mode 100644
index 0000000000..3af893a7a8
--- /dev/null
+++ b/recipes/uclibc/elf2flt_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms"
+DEPENDS = "binutils-cross"
+
+PV = "0.0+svnr${SRCREV}"
+
+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} \
+ "