diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2014-09-15 15:41:24 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-09-16 16:00:05 -0400 |
commit | 8476ec5e64c13f9361434aa4deea9c106c85f42e (patch) | |
tree | a9f9d4bba7269bc4df1aa79ff37c459a63082c52 /recipes-security/selinux/selinux_git.inc | |
parent | 4044f7f89289111fbf36b5609d1a183b9896b952 (diff) | |
download | meta-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.inc | 6 |
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 | ||
3 | SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http" | 3 | SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http" |
4 | 4 | ||
5 | S = "${WORKDIR}/git/${BPN}" | ||
6 | |||
7 | include selinux_common.inc | 5 | include 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 | ||
9 | S = "${WORKDIR}/git/${BPN}" | ||
10 | |||
9 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |