diff options
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc b/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc new file mode 100644 index 0000000..773fcea --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc | |||
@@ -0,0 +1,20 @@ | |||
1 | LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
3 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | ||
5 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | ||
6 | |||
7 | |||
8 | MMYY = "14.09" | ||
9 | RELEASE = "20${MMYY}" | ||
10 | PR = "r${RELEASE}" | ||
11 | BINV = "7.8" | ||
12 | |||
13 | S = "${WORKDIR}/${BPN}-${PV}-${RELEASE}" | ||
14 | |||
15 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gdb-${BINV}' ], d)}" | ||
16 | |||
17 | SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gdb-linaro/gdb-${PV}-${RELEASE}.tar.xz" | ||
18 | |||
19 | SRC_URI[md5sum] = "954e47e397de0b635ecdb5bb5d0f145f" | ||
20 | SRC_URI[sha256sum] = "fbbe96b8d0debf7c2d8c9a4a6c7ca0ba87d536e43289f81c4af56f95e5f7b5ea" | ||