[oe-commits] org.oe.dev gdb-cross: fix some stuff for version 6.6 6.8

woglinde2 commit oe at amethyst.openembedded.net
Wed Jun 4 20:54:45 UTC 2008


gdb-cross: fix some stuff for version 6.6 6.8
* remove sim-install-6.6.patch, it is the same patch as 
  sim-install-makefile.patch and does nothing useful on 6.6 and 6.8
* drop early_debug_in_nptl.patch for 6.8 because it is long time applied
  upstream
* bump PR for both

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: bcb31dc3c95419caf9e78af08f99256c5965175e
ViewMTN: http://monotone.openembedded.org/revision/info/bcb31dc3c95419caf9e78af08f99256c5965175e
Files:
1
packages/gdb/files/sim-install-6.6.patch
packages/gdb/gdb-6.8
packages/gdb/gdb-6.8/early_debug_in_nptl.patch
packages/gdb/gdb-cross_6.6.bb
packages/gdb/gdb-cross_6.8.bb
Diffs:

#
# mt diff -r3d5d22415c2aaafc442c230f577e23324760ab8f -rbcb31dc3c95419caf9e78af08f99256c5965175e
#
#
#
# delete "packages/gdb/files/sim-install-6.6.patch"
# 
# delete "packages/gdb/gdb-6.8"
# 
# delete "packages/gdb/gdb-6.8/early_debug_in_nptl.patch"
# 
# patch "packages/gdb/gdb-cross_6.6.bb"
#  from [e2ca4d18073dc38eb5ae9fbc0921b54acd765e3e]
#    to [4e5010be2a5b9015c636f121f0ff7e771de70dc9]
# 
# patch "packages/gdb/gdb-cross_6.8.bb"
#  from [0ea423cc4dde24b7f31c9c213c5c9016bcee6ed5]
#    to [cf1353af22121930d020bffd45976523ed9922c1]
#
============================================================
--- packages/gdb/gdb-cross_6.6.bb	e2ca4d18073dc38eb5ae9fbc0921b54acd765e3e
+++ packages/gdb/gdb-cross_6.6.bb	4e5010be2a5b9015c636f121f0ff7e771de70dc9
@@ -1,8 +1,7 @@ inherit cross
 require gdb-cross.inc
 inherit cross
-PR = "r2"
 
-SRC_URI += "file://sim-install-6.6.patch;patch=1 \
-	    file://early_debug_in_nptl.patch;patch=1;pnum=0"
+PR = "r3"
 
+SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"
 
============================================================
--- packages/gdb/gdb-cross_6.8.bb	0ea423cc4dde24b7f31c9c213c5c9016bcee6ed5
+++ packages/gdb/gdb-cross_6.8.bb	cf1353af22121930d020bffd45976523ed9922c1
@@ -1,8 +1,4 @@ require gdb-cross.inc
 require gdb-cross.inc
-
-SRC_URI += "file://sim-install-6.6.patch;patch=1"
-SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"
-
 inherit cross
 
+PR = "r2"
-PR = "r1"






More information about the Openembedded-commits mailing list