summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2021-11-23 12:31:48 -0500
committerJoe MacDonald <joe@deserted.net>2021-11-23 12:31:48 -0500
commitf5e5031628fdad9b005e66abeb9259426850403f (patch)
tree0130e8e6a8e9659fc65b0e81c242c523568e6bce
parentb65af823092e9db19a1a15e7187121034f1c78c5 (diff)
downloadmeta-selinux-honister.tar.gz
Revert "recipes: update SRC_URI branch and protocols"honister
This reverts commit 87d3c3dd74b5d25f9a103025286c27a3b14db679. Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/refpolicy/refpolicy_git.inc2
-rw-r--r--recipes-security/selinux/selinux_common.inc2
-rw-r--r--recipes-security/setools/setools_4.4.0.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc
index 1d56403..ccf1bde 100644
--- a/recipes-security/refpolicy/refpolicy_git.inc
+++ b/recipes-security/refpolicy/refpolicy_git.inc
@@ -1,6 +1,6 @@
1PV = "2.20210203+git${SRCPV}" 1PV = "2.20210203+git${SRCPV}"
2 2
3SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=master;name=refpolicy;destsuffix=refpolicy" 3SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=git;branch=master;name=refpolicy;destsuffix=refpolicy"
4 4
5SRCREV_refpolicy ?= "1167739da1882f9c89281095d2595da5ea2d9d6b" 5SRCREV_refpolicy ?= "1167739da1882f9c89281095d2595da5ea2d9d6b"
6 6
diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc
index dc4ccd5..f2e180f 100644
--- a/recipes-security/selinux/selinux_common.inc
+++ b/recipes-security/selinux/selinux_common.inc
@@ -1,6 +1,6 @@
1HOMEPAGE = "https://github.com/SELinuxProject" 1HOMEPAGE = "https://github.com/SELinuxProject"
2 2
3SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=master;protocol=https" 3SRC_URI = "git://github.com/SELinuxProject/selinux.git"
4SRCREV = "cf853c1a0c2328ad6c62fb2b2cc55d4926301d6b" 4SRCREV = "cf853c1a0c2328ad6c62fb2b2cc55d4926301d6b"
5 5
6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
diff --git a/recipes-security/setools/setools_4.4.0.bb b/recipes-security/setools/setools_4.4.0.bb
index b78af36..2b10993 100644
--- a/recipes-security/setools/setools_4.4.0.bb
+++ b/recipes-security/setools/setools_4.4.0.bb
@@ -9,7 +9,7 @@ SECTION = "base"
9LICENSE = "GPLv2 & LGPLv2.1" 9LICENSE = "GPLv2 & LGPLv2.1"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4;protocol=https \ 12SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4 \
13 file://setools4-fixes-for-cross-compiling.patch \ 13 file://setools4-fixes-for-cross-compiling.patch \
14" 14"
15 15