[oe-commits] Leon Woestenberg : binutils-cross.inc: Stage libiberty for elf2flt-cross.

git version control git at git.openembedded.org
Tue Nov 24 23:02:38 UTC 2009


Module: openembedded.git
Branch: nios2
Commit: 7b05ee22ab93105197b958522379df38fa5fec44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7b05ee22ab93105197b958522379df38fa5fec44

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Tue Nov 24 23:57:21 2009 +0100

binutils-cross.inc: Stage libiberty for elf2flt-cross.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/binutils/binutils-cross.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/binutils/binutils-cross.inc b/recipes/binutils/binutils-cross.inc
index 5808c1f..cd58bfc 100644
--- a/recipes/binutils/binutils-cross.inc
+++ b/recipes/binutils/binutils-cross.inc
@@ -10,6 +10,8 @@ EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
 
 do_stage () {
 	oe_runmake install
+	install -d ${CROSS_DIR}/include
+	install -m 0644 ${S}/include/libiberty.h ${CROSS_DIR}/include
 
 	# We don't really need these, so we'll remove them...
 	rm -rf ${CROSS_DIR}/lib/ldscripts





More information about the Openembedded-commits mailing list