diff mbox series

[4/8] gdb: Upgrade to 8.0.1

Message ID bbb2b97f66c8c7ab5f32ea229d81e1d81e980d3b.1510715185.git.raj.khem@gmail.com
State Superseded
Headers show
Series Misc toolchain component updates | expand

Commit Message

Khem Raj Nov. 15, 2017, 3:09 a.m. UTC
Minor bugfix release, details are here
https://sourceware.org/ml/gdb-announce/2017/msg00004.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc}              | 4 ++--
 .../gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb}    | 0
 meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb}    | 0
 meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb}                | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} (88%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb} (100%)

-- 
2.15.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Armin Kuster Nov. 15, 2017, 3:27 p.m. UTC | #1
On 11/14/2017 07:09 PM, Khem Raj wrote:
> Minor bugfix release, details are here

> https://sourceware.org/ml/gdb-announce/2017/msg00004.html

Since these are bug fixes only, its it update backport to Rocko?

- armin
>

> Signed-off-by: Khem Raj <raj.khem@gmail.com>

> ---

>  meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc}              | 4 ++--

>  .../gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb}    | 0

>  meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb}    | 0

>  meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb}                | 0

>  4 files changed, 2 insertions(+), 2 deletions(-)

>  rename meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} (88%)

>  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} (100%)

>  rename meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} (100%)

>  rename meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb} (100%)

>

> diff --git a/meta/recipes-devtools/gdb/gdb-8.0.inc b/meta/recipes-devtools/gdb/gdb-8.0.1.inc

> similarity index 88%

> rename from meta/recipes-devtools/gdb/gdb-8.0.inc

> rename to meta/recipes-devtools/gdb/gdb-8.0.1.inc

> index fba32ce12c..04a1c809db 100644

> --- a/meta/recipes-devtools/gdb/gdb-8.0.inc

> +++ b/meta/recipes-devtools/gdb/gdb-8.0.1.inc

> @@ -17,6 +17,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \

>             file://0010-resolve-restrict-keyword-conflict.patch \

>             file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \

>  "

> -SRC_URI[md5sum] = "c3d35cd949084be53b92cc1e03485f88"

> -SRC_URI[sha256sum] = "f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee"

> +SRC_URI[md5sum] = "48cac527e6f3018b865ece021e9723ac"

> +SRC_URI[sha256sum] = "3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3"

>  

> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb

> similarity index 100%

> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb

> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb

> diff --git a/meta/recipes-devtools/gdb/gdb-cross_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb

> similarity index 100%

> rename from meta/recipes-devtools/gdb/gdb-cross_8.0.bb

> rename to meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb

> diff --git a/meta/recipes-devtools/gdb/gdb_8.0.bb b/meta/recipes-devtools/gdb/gdb_8.0.1.bb

> similarity index 100%

> rename from meta/recipes-devtools/gdb/gdb_8.0.bb

> rename to meta/recipes-devtools/gdb/gdb_8.0.1.bb


-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Khem Raj Nov. 15, 2017, 4:03 p.m. UTC | #2
On Wed, Nov 15, 2017 at 7:27 AM, akuster808 <akuster808@gmail.com> wrote:
>

>

> On 11/14/2017 07:09 PM, Khem Raj wrote:

>> Minor bugfix release, details are here

>> https://sourceware.org/ml/gdb-announce/2017/msg00004.html

> Since these are bug fixes only, its it update backport to Rocko?

>


yes it is.

> - armin

>>

>> Signed-off-by: Khem Raj <raj.khem@gmail.com>

>> ---

>>  meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc}              | 4 ++--

>>  .../gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb}    | 0

>>  meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb}    | 0

>>  meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb}                | 0

>>  4 files changed, 2 insertions(+), 2 deletions(-)

>>  rename meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} (88%)

>>  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} (100%)

>>  rename meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} (100%)

>>  rename meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb} (100%)

>>

>> diff --git a/meta/recipes-devtools/gdb/gdb-8.0.inc b/meta/recipes-devtools/gdb/gdb-8.0.1.inc

>> similarity index 88%

>> rename from meta/recipes-devtools/gdb/gdb-8.0.inc

>> rename to meta/recipes-devtools/gdb/gdb-8.0.1.inc

>> index fba32ce12c..04a1c809db 100644

>> --- a/meta/recipes-devtools/gdb/gdb-8.0.inc

>> +++ b/meta/recipes-devtools/gdb/gdb-8.0.1.inc

>> @@ -17,6 +17,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \

>>             file://0010-resolve-restrict-keyword-conflict.patch \

>>             file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \

>>  "

>> -SRC_URI[md5sum] = "c3d35cd949084be53b92cc1e03485f88"

>> -SRC_URI[sha256sum] = "f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee"

>> +SRC_URI[md5sum] = "48cac527e6f3018b865ece021e9723ac"

>> +SRC_URI[sha256sum] = "3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3"

>>

>> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb

>> similarity index 100%

>> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb

>> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb

>> diff --git a/meta/recipes-devtools/gdb/gdb-cross_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb

>> similarity index 100%

>> rename from meta/recipes-devtools/gdb/gdb-cross_8.0.bb

>> rename to meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb

>> diff --git a/meta/recipes-devtools/gdb/gdb_8.0.bb b/meta/recipes-devtools/gdb/gdb_8.0.1.bb

>> similarity index 100%

>> rename from meta/recipes-devtools/gdb/gdb_8.0.bb

>> rename to meta/recipes-devtools/gdb/gdb_8.0.1.bb

>

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gdb/gdb-8.0.inc b/meta/recipes-devtools/gdb/gdb-8.0.1.inc
similarity index 88%
rename from meta/recipes-devtools/gdb/gdb-8.0.inc
rename to meta/recipes-devtools/gdb/gdb-8.0.1.inc
index fba32ce12c..04a1c809db 100644
--- a/meta/recipes-devtools/gdb/gdb-8.0.inc
+++ b/meta/recipes-devtools/gdb/gdb-8.0.1.inc
@@ -17,6 +17,6 @@  SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \
            file://0010-resolve-restrict-keyword-conflict.patch \
            file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \
 "
-SRC_URI[md5sum] = "c3d35cd949084be53b92cc1e03485f88"
-SRC_URI[sha256sum] = "f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee"
+SRC_URI[md5sum] = "48cac527e6f3018b865ece021e9723ac"
+SRC_URI[sha256sum] = "3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3"
 
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_8.0.bb
rename to meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb_8.0.bb b/meta/recipes-devtools/gdb/gdb_8.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_8.0.bb
rename to meta/recipes-devtools/gdb/gdb_8.0.1.bb