[oe] [PATCH] gdb-common, gdb-cross-sdk: don't install libiberty on 64bit hosts.

Graham Gower graham.gower at gmail.com
Mon Sep 6 00:18:10 UTC 2010


Signed-off-by: Graham Gower <graham.gower at gmail.com>
---
 recipes/gdb/gdb-common.inc    |    3 +--
 recipes/gdb/gdb-cross-sdk.inc |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index c3eef69..93d5492 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -31,7 +31,6 @@ do_install_append() {
 
 	# We use libiberty from binutils
 	rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a
-	rm -f ${D}${libdir}/libiberty.a
-
+	rm -f ${D}${prefix}/lib{,64}/libiberty.a
 }
 
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index 7c85653..21f3267 100644
--- a/recipes/gdb/gdb-cross-sdk.inc
+++ b/recipes/gdb/gdb-cross-sdk.inc
@@ -1,7 +1,7 @@
 require gdb-cross.inc
 LICENSE = "GPLv3"
 
-INC_PR = "r6"
+INC_PR = "r7"
 
 inherit sdk
 
-- 
1.7.1





More information about the Openembedded-devel mailing list