[oe-commits] Koen Kooi : gdb-cross-sdk: remove conflicting files

git version control git at git.openembedded.org
Mon Jun 21 12:01:19 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dbf77a6a15ea7926bf8f75dd728ff7bd55c60b11
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dbf77a6a15ea7926bf8f75dd728ff7bd55c60b11

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun 21 14:00:37 2010 +0200

gdb-cross-sdk: remove conflicting files

---

 recipes/gdb/gdb-cross-sdk.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index eb15bb5..797a5ad 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 = "r5"
+INC_PR = "r6"
 
 inherit sdk
 
@@ -18,6 +18,7 @@ do_install_append() {
 
 	# we don't care about these infos, installed from binutils
 	rm -f ${D}/${infodir}/{configure,standards,bfd}.info
+    rm -f ${D}/${infodir}/dir
 
 	# We use libiberty from binutils
 	rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a





More information about the Openembedded-commits mailing list