mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
8d65b23de0
commit
d4f19f4454
|
|
@ -12,8 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
|
|||
|
||||
DEPENDS = "zlib readline coreutils-native"
|
||||
|
||||
SRC_URI = "https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
|
||||
http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=${BP} \
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = "git://github.com/crash-utility/${BPN}.git \
|
||||
http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \
|
||||
file://7001force_define_architecture.patch \
|
||||
file://7003cross_ranlib.patch \
|
||||
file://0001-cross_add_configure_option.patch \
|
||||
|
|
@ -25,8 +26,7 @@ SRC_URI = "https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz;download
|
|||
file://0002-crash-fix-build-error-unknown-type-name-gdb_fpregset.patch \
|
||||
file://0003-crash-detect-the-sysroot-s-glibc-header-file.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "3f6e18d38821bb326700f1d6d43bcaec"
|
||||
SRC_URI[sha256sum] = "114a83ca27c91e4321f6399d637a9d2270f72b9327e56d687c5fb139e903069b"
|
||||
SRCREV = "c0a2fc9d322cf0c5f569ce54e9201d2f586edb0c"
|
||||
|
||||
SRC_URI[gdb.md5sum] = "a9836707337e5f7bf76a009a8904f470"
|
||||
SRC_URI[gdb.sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user