Signed-off-by: Graham Gower <[email protected]>
---
 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


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to