diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-22 10:30:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-23 08:12:19 -0700 |
commit | 41569c5f4eb81baeb26f3a429602c8568d1c24fe (patch) | |
tree | b211b2b3c940f56ce444086be35b2392e7ecb618 /recipes/gdb | |
parent | 231757d9f3e9aa4c57c3afd2d4b86860d805e5b0 (diff) |
ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCE
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r-- | recipes/gdb/gdb_6.3.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.4.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.6.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.7.1.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.8.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_7.0.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_7.1.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes/gdb/gdb_6.3.bb b/recipes/gdb/gdb_6.3.bb index 7a227fcec0..0ebc2e00cf 100644 --- a/recipes/gdb/gdb_6.3.bb +++ b/recipes/gdb/gdb_6.3.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv2" -PR = "r5" +PR = "r6" SRC_URI[md5sum] = "812de9e756d53c749ea5516d9ffa5905" SRC_URI[sha256sum] = "c06bf9715436b3a28c189163aa5ca42b46af8286659827f033eaaf7d8b1fc342" diff --git a/recipes/gdb/gdb_6.4.bb b/recipes/gdb/gdb_6.4.bb index ff9e3d45bb..9eff83f0e9 100644 --- a/recipes/gdb/gdb_6.4.bb +++ b/recipes/gdb/gdb_6.4.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv2" -PR = "r3" +PR = "r4" SRC_URI[md5sum] = "7dc98022ee96bba5331f195dc8a5491a" SRC_URI[sha256sum] = "719f2bbd79d55cdd6f5e31b49cec49df71ddb32a4439dba678de0e09330096da" diff --git a/recipes/gdb/gdb_6.6.bb b/recipes/gdb/gdb_6.6.bb index dab1c7df7e..24c193f9ca 100644 --- a/recipes/gdb/gdb_6.6.bb +++ b/recipes/gdb/gdb_6.6.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv2" -PR = "r6" +PR = "r7" SRC_URI += "file://early_debug_in_nptl.patch;striplevel=0" diff --git a/recipes/gdb/gdb_6.7.1.bb b/recipes/gdb/gdb_6.7.1.bb index 5fe7bcdec9..9f599782c2 100644 --- a/recipes/gdb/gdb_6.7.1.bb +++ b/recipes/gdb/gdb_6.7.1.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv3" -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE_avr32 = "99" SRC_URI_avr32 = " http://avr32linux.org/twiki/pub/Main/GDBPatches/gdb-6.7.1.atmel.1.0.3.tar.bz2" diff --git a/recipes/gdb/gdb_6.8.bb b/recipes/gdb/gdb_6.8.bb index 51310f3c0e..630ca9ec09 100644 --- a/recipes/gdb/gdb_6.8.bb +++ b/recipes/gdb/gdb_6.8.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv3" SRC_URI += "file://gcc-4.3-build-error.patch;striplevel=0 \ file://gdb-6.8-fix-compile-karmic.patch" -PR = "r4" +PR = "r5" SRC_URI[md5sum] = "925695333524108291dc4012c4c9cbb8" SRC_URI[sha256sum] = "a3c5455f30ffb3e6eeafb9e54598b48f9fbf46e3e99f431120360c183ddcc889" diff --git a/recipes/gdb/gdb_7.0.bb b/recipes/gdb/gdb_7.0.bb index df38a5f87e..96c267cdd0 100644 --- a/recipes/gdb/gdb_7.0.bb +++ b/recipes/gdb/gdb_7.0.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv3" -PR = "r1" +PR = "r2" SRC_URI += "\ file://gdb-6.8-fix-compile-karmic.patch" diff --git a/recipes/gdb/gdb_7.1.bb b/recipes/gdb/gdb_7.1.bb index 0a2abc7db3..082a51ecf5 100644 --- a/recipes/gdb/gdb_7.1.bb +++ b/recipes/gdb/gdb_7.1.bb @@ -1,7 +1,7 @@ require gdb.inc LICENSE = "GPLv3" -PR = "r2" +PR = "r3" SRC_URI += "file://gdb-6.8-fix-compile-karmic.patch \ file://gdb-tcsetpgrp.patch \ |