diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-02-06 17:29:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-08 21:03:26 +0000 |
commit | bfeb7ce8b525890c150f0b1cc2c5df089aa4b052 (patch) | |
tree | 1c0a4b7b53eaa070b65d5abdd8ec69c238e97ec5 /meta/recipes-devtools/gdb/gdb-7.6.2.inc | |
parent | 5bcf6a03c83cb91793d891f1e860c200eaa68be3 (diff) | |
download | openembedded-core-bfeb7ce8b525890c150f0b1cc2c5df089aa4b052.tar.gz openembedded-core-bfeb7ce8b525890c150f0b1cc2c5df089aa4b052.tar.bz2 openembedded-core-bfeb7ce8b525890c150f0b1cc2c5df089aa4b052.zip |
gdb: upgrade to 7.6.2
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-7.6.2.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-7.6.2.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.2.inc b/meta/recipes-devtools/gdb/gdb-7.6.2.inc new file mode 100644 index 0000000000..ea69b397f5 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-7.6.2.inc @@ -0,0 +1,12 @@ +LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" + +SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch " + +S = "${WORKDIR}/${BPN}-${PV}" + +SRC_URI[md5sum] = "9ebf09fa76e4ca6034157086e9b20348" +SRC_URI[sha256sum] = "17f7bcda1b24336aadcb1c5e703c355551e59467e221c6f4353b720dffad73a7" |