summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-05-27 14:53:58 +0800
committerArmin Kuster <akuster808@gmail.com>2019-06-16 08:15:44 -0700
commitd4f19f44549db88113cb7e9a25a523ac30cf1cd5 (patch)
tree1d2985aee14d07e7dc44a9a091042642450a4c6b
parent8d65b23de05337e241f032d065e3dcae67844c94 (diff)
downloadmeta-openembedded-d4f19f44549db88113cb7e9a25a523ac30cf1cd5.tar.gz
crash: do not use unstable github archive tarballs
Since commit [21f84fc insane: add sanity checks to SRC_URI] applied in oe-core, do not use unstable github archive tarballs Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/crash/crash_7.2.5.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.5.bb b/meta-oe/recipes-kernel/crash/crash_7.2.5.bb
index 0b2335682..e124db19c 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.5.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.5.bb
@@ -12,8 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
12 12
13DEPENDS = "zlib readline coreutils-native" 13DEPENDS = "zlib readline coreutils-native"
14 14
15SRC_URI = "https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ 15S = "${WORKDIR}/git"
16 http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=${BP} \ 16SRC_URI = "git://github.com/crash-utility/${BPN}.git \
17 http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \
17 file://7001force_define_architecture.patch \ 18 file://7001force_define_architecture.patch \
18 file://7003cross_ranlib.patch \ 19 file://7003cross_ranlib.patch \
19 file://0001-cross_add_configure_option.patch \ 20 file://0001-cross_add_configure_option.patch \
@@ -25,8 +26,7 @@ SRC_URI = "https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz;download
25 file://0002-crash-fix-build-error-unknown-type-name-gdb_fpregset.patch \ 26 file://0002-crash-fix-build-error-unknown-type-name-gdb_fpregset.patch \
26 file://0003-crash-detect-the-sysroot-s-glibc-header-file.patch \ 27 file://0003-crash-detect-the-sysroot-s-glibc-header-file.patch \
27 " 28 "
28SRC_URI[md5sum] = "3f6e18d38821bb326700f1d6d43bcaec" 29SRCREV = "c0a2fc9d322cf0c5f569ce54e9201d2f586edb0c"
29SRC_URI[sha256sum] = "114a83ca27c91e4321f6399d637a9d2270f72b9327e56d687c5fb139e903069b"
30 30
31SRC_URI[gdb.md5sum] = "a9836707337e5f7bf76a009a8904f470" 31SRC_URI[gdb.md5sum] = "a9836707337e5f7bf76a009a8904f470"
32SRC_URI[gdb.sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36" 32SRC_URI[gdb.sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36"