summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux_git.inc
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2014-09-15 15:41:24 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2014-09-16 16:00:05 -0400
commit8476ec5e64c13f9361434aa4deea9c106c85f42e (patch)
treea9f9d4bba7269bc4df1aa79ff37c459a63082c52 /recipes-security/selinux/selinux_git.inc
parent4044f7f89289111fbf36b5609d1a183b9896b952 (diff)
downloadmeta-selinux-8476ec5e64c13f9361434aa4deea9c106c85f42e.tar.gz
selinux-userspace: update userspace SRC_URI and checksums
Trac has been turned off on OSS. Update all SRC_URI links for the userspace components to point at the github project releases. The github releases also have a slightly different directory structure in the tarballs, requiring an update of the checksums as well. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/selinux_git.inc')
-rw-r--r--recipes-security/selinux/selinux_git.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-security/selinux/selinux_git.inc b/recipes-security/selinux/selinux_git.inc
index bb64d0d..d56f25b 100644
--- a/recipes-security/selinux/selinux_git.inc
+++ b/recipes-security/selinux/selinux_git.inc
@@ -2,8 +2,10 @@ SRCREV = "edc2e99687b050d5be21a78a66d038aa1fc068d9"
2 2
3SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http" 3SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http"
4 4
5S = "${WORKDIR}/git/${BPN}"
6
7include selinux_common.inc 5include selinux_common.inc
8 6
7# ${S} is set in selinux_common above, but we need to change it here since the
8# top level directory is named differently
9S = "${WORKDIR}/git/${BPN}"
10
9DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"