diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-10-16 17:05:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:48:47 +0100 |
commit | d7014db37a62bad02a424e6d5f052abbd3c4d2ca (patch) | |
tree | 71d2e745180d5b98550684bab1f271dc24511f75 /meta/recipes-devtools/gdb/gdb-7.6.1.inc | |
parent | dd125fc30042524079e32027f8be0784f140e379 (diff) | |
download | openembedded-core-d7014db37a62bad02a424e6d5f052abbd3c4d2ca.tar.gz openembedded-core-d7014db37a62bad02a424e6d5f052abbd3c4d2ca.tar.bz2 openembedded-core-d7014db37a62bad02a424e6d5f052abbd3c4d2ca.zip |
gdb: upgrade to 7.6.1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-7.6.1.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-7.6.1.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.1.inc b/meta/recipes-devtools/gdb/gdb-7.6.1.inc new file mode 100644 index 0000000000..d1270f97a4 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-7.6.1.inc @@ -0,0 +1,10 @@ +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" + +S = "${WORKDIR}/${BPN}-${PV}" + +SRC_URI[md5sum] = "d42841167fd061d90fddf9a7212a1f9f" +SRC_URI[sha256sum] = "3ccf7f618536f89648ba89e322fc3c0946bc15c03ca09c32fd9e71bbca68104b" |