diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-05-27 14:52:21 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-06-06 19:07:15 -0400 |
commit | 8b7a9638c5a920cf0d9f5d1e64da49495f9aacf9 (patch) | |
tree | 5e228a512dfd03ccb675582d246b6ae474db247a | |
parent | 184857a52ecc9b7088021d7362c7d85e1c3551d6 (diff) | |
download | meta-selinux-8b7a9638c5a920cf0d9f5d1e64da49495f9aacf9.tar.gz |
setools: 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: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/setools/setools_4.1.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/setools/setools_4.1.1.bb b/recipes-security/setools/setools_4.1.1.bb index c5a2d34..8bdbfba 100644 --- a/recipes-security/setools/setools_4.1.1.bb +++ b/recipes-security/setools/setools_4.1.1.bb | |||
@@ -8,14 +8,14 @@ SETools." | |||
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | LICENSE = "GPLv2 & LGPLv2.1" | 9 | LICENSE = "GPLv2 & LGPLv2.1" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/TresysTechnology/setools/archive/${PV}.tar.gz;downloadfilename=setools-${PV}.tar.gz \ | 11 | S = "${WORKDIR}/git" |
12 | SRC_URI = "git://github.com/TresysTechnology/${BPN}.git;branch=4.1 \ | ||
12 | file://setools4-fixes-for-cross-compiling.patch \ | 13 | file://setools4-fixes-for-cross-compiling.patch \ |
13 | file://setools4-fix-cross-compiling-errors-for-powerpc-mips.patch \ | 14 | file://setools4-fix-cross-compiling-errors-for-powerpc-mips.patch \ |
14 | file://Fix-build-failure-with-GCC-7-due-to-possible-truncat.patch \ | 15 | file://Fix-build-failure-with-GCC-7-due-to-possible-truncat.patch \ |
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "54cf5c0ca2aa4ef7c6ac153981af34cd" | 18 | SRCREV = "e03617eb7ab5a035633bff66500b95d25232e331" |
18 | SRC_URI[sha256sum] = "46a927ea2b163cbe1d35cc35da43e45853e13720c7e02d4cf75a498783c19610" | ||
19 | 19 | ||
20 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \ | 20 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \ |
21 | file://${S}/COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 21 | file://${S}/COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |