diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-08-29 16:53:52 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-08-29 10:29:56 -0400 |
commit | 09a904843b6aec7065b1f043b50ba14377b42058 (patch) | |
tree | aac6f2736b4248f53d093e792d9f94fe606e01ab | |
parent | 67d631f97f679acd9d4c35c013206428270eeb92 (diff) | |
download | meta-selinux-09a904843b6aec7065b1f043b50ba14377b42058.tar.gz |
setools: update SRC_URI
SETools has moved from https://github.com/TresysTechnology/setools to
https://github.com/SELinuxProject/setools
See: https://github.com/TresysTechnology/setools/wiki
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/setools/setools_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/setools/setools_4.1.1.bb b/recipes-security/setools/setools_4.1.1.bb index 8bdbfba..db529f4 100644 --- a/recipes-security/setools/setools_4.1.1.bb +++ b/recipes-security/setools/setools_4.1.1.bb | |||
@@ -9,7 +9,7 @@ SECTION = "base" | |||
9 | LICENSE = "GPLv2 & LGPLv2.1" | 9 | LICENSE = "GPLv2 & LGPLv2.1" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRC_URI = "git://github.com/TresysTechnology/${BPN}.git;branch=4.1 \ | 12 | SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.1 \ |
13 | file://setools4-fixes-for-cross-compiling.patch \ | 13 | file://setools4-fixes-for-cross-compiling.patch \ |
14 | file://setools4-fix-cross-compiling-errors-for-powerpc-mips.patch \ | 14 | file://setools4-fix-cross-compiling-errors-for-powerpc-mips.patch \ |
15 | 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 \ |