[oe-commits] org.oe.dev elf2flt: add wrapper for uclinux binaries needing funky linkers

koen commit openembedded-commits at lists.openembedded.org
Thu Sep 13 10:44:30 UTC 2007


elf2flt: add wrapper for uclinux binaries needing funky linkers

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f17497ce6828ee2e187feb5926e7448966e756ec
ViewMTN: http://monotone.openembedded.org/revision/info/f17497ce6828ee2e187feb5926e7448966e756ec
Files:
1
packages/uclibc/elf2flt_svn.bb
Diffs:

#
# mt diff -ra8b35e3a949cb735cf918069d98cc153b5099b2c -rf17497ce6828ee2e187feb5926e7448966e756ec
#
# 
# 
# add_file "packages/uclibc/elf2flt_svn.bb"
#  content [339525a526bf04879f8f94a238602fe87870a1a0]
# 
============================================================
--- packages/uclibc/elf2flt_svn.bb	339525a526bf04879f8f94a238602fe87870a1a0
+++ packages/uclibc/elf2flt_svn.bb	339525a526bf04879f8f94a238602fe87870a1a0
@@ -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=${CROSS_DIR}/${TARGET_SYS}/lib/libbfd.a \
+                 --with-libiberty=${CROSS_DIR}/${TARGET_SYS}/lib/libiberty.a \
+                 --with-bfd-include-dir=${CROSS_DIR}/${TARGET_SYS}/include \
+               "






More information about the Openembedded-commits mailing list