All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gdb-common, gdb-cross-sdk: don't install libiberty on 64bit hosts.
@ 2010-09-06  0:18 Graham Gower
  0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-09-06  0:18 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Graham Gower <graham.gower@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-06  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-06  0:18 [PATCH] gdb-common, gdb-cross-sdk: don't install libiberty on 64bit hosts Graham Gower

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.