]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: Move 6.6 patch out of .inc file
authorRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 18:01:03 +0000 (18:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 18:01:03 +0000 (18:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2636 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gdb/gdb-cross.inc
meta/packages/gdb/gdb-cross_6.6.bb
meta/packages/gdb/gdb_6.6.bb

index 75de1cfef76f2bf66e9a0601f78f3a2ab3000a83..480cce4931b630157f880940869632c9f2ab1f56 100644 (file)
@@ -2,8 +2,6 @@ require gdb-common.inc
 
 DEPENDS = "ncurses-native"
 
-SRC_URI += "file://sim-install-6.6.patch;patch=1"
-
 EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
 
 EXTRA_OECONF = "--with-curses --with-readline"
index 0e6593188216af03eef3f3c63756610442616745..c6992e4b6a31aba9d37710f86293e78dd69b5dfa 100644 (file)
@@ -1,3 +1,7 @@
 require gdb-cross.inc
 
+SRC_URI += "file://sim-install-6.6.patch;patch=1"
+
 inherit cross
+
+PR = "r1"
\ No newline at end of file
index 418e0d4d8a8ab153c870d8b3717118edd98034b0..a558775ff419982057247178ce52eb36e9f4422b 100644 (file)
@@ -1,6 +1,3 @@
 require gdb.inc
 
-PR = "r0"
-
-
-
+PR = "r3"