diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-04-02 08:54:11 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2019-04-14 17:20:56 -0400 |
commit | 144f949452493f6db2b1b9fd6a17c7074cfd8d59 (patch) | |
tree | 14b5a98867bdf6220f13f911903e66ea3fb8127e | |
parent | d00cb4413c3af04a5f04c5398372c832a541a460 (diff) | |
download | meta-selinux-144f949452493f6db2b1b9fd6a17c7074cfd8d59.tar.gz |
selinux: remove git version
The git version of libselinux libsemanage libsepol checkpolicy and
policycoreutils are far behind the master branch and now they can not
build due to the do_patch error. The current stable 2.8 version works
well so we can remove them.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 6 | ||||
-rw-r--r-- | recipes-security/selinux/libselinux_git.bb | 14 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_git.bb | 17 | ||||
-rw-r--r-- | recipes-security/selinux/libsepol_git.bb | 8 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_git.bb | 6 | ||||
-rw-r--r-- | recipes-security/selinux/selinux_git.inc | 11 |
6 files changed, 0 insertions, 62 deletions
diff --git a/recipes-security/selinux/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb deleted file mode 100644 index 6d1d23a..0000000 --- a/recipes-security/selinux/checkpolicy_git.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | PV = "2.7+git${SRCPV}" | ||
2 | |||
3 | include selinux_git.inc | ||
4 | include ${BPN}.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb deleted file mode 100644 index a43b184..0000000 --- a/recipes-security/selinux/libselinux_git.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | PV = "2.7+git${SRCPV}" | ||
2 | |||
3 | include selinux_git.inc | ||
4 | include ${BPN}.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | ||
7 | |||
8 | SRC_URI += "\ | ||
9 | file://libselinux-drop-Wno-unused-but-set-variable.patch \ | ||
10 | file://libselinux-make-O_CLOEXEC-optional.patch \ | ||
11 | file://libselinux-make-SOCK_CLOEXEC-optional.patch \ | ||
12 | file://libselinux-define-FD_CLOEXEC-as-necessary.patch \ | ||
13 | file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \ | ||
14 | " | ||
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb deleted file mode 100644 index 2e1fdc8..0000000 --- a/recipes-security/selinux/libsemanage_git.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | PV = "2.7+git${SRCPV}" | ||
2 | |||
3 | include selinux_git.inc | ||
4 | include ${BPN}.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
7 | |||
8 | SRC_URI += "\ | ||
9 | file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \ | ||
10 | file://libsemanage-fix-path-nologin.patch \ | ||
11 | file://libsemanage-drop-Wno-unused-but-set-variable.patch \ | ||
12 | file://libsemanage-define-FD_CLOEXEC-as-necessary.patch;striplevel=2 \ | ||
13 | file://libsemanage-allow-to-disable-audit-support.patch \ | ||
14 | file://libsemanage-disable-expand-check-on-policy-load.patch \ | ||
15 | file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \ | ||
16 | " | ||
17 | FILES_${PN} += "/usr/libexec" | ||
diff --git a/recipes-security/selinux/libsepol_git.bb b/recipes-security/selinux/libsepol_git.bb deleted file mode 100644 index f9b8010..0000000 --- a/recipes-security/selinux/libsepol_git.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | PV = "2.7+git${SRCPV}" | ||
2 | |||
3 | include selinux_git.inc | ||
4 | include ${BPN}.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
7 | |||
8 | SRC_URI += "file://0001-src-Makefile-fix-includedir-in-libsepol.pc.patch" | ||
diff --git a/recipes-security/selinux/policycoreutils_git.bb b/recipes-security/selinux/policycoreutils_git.bb deleted file mode 100644 index 6d1d23a..0000000 --- a/recipes-security/selinux/policycoreutils_git.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | PV = "2.7+git${SRCPV}" | ||
2 | |||
3 | include selinux_git.inc | ||
4 | include ${BPN}.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
diff --git a/recipes-security/selinux/selinux_git.inc b/recipes-security/selinux/selinux_git.inc deleted file mode 100644 index 9887bd1..0000000 --- a/recipes-security/selinux/selinux_git.inc +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | SRCREV = "1bac758bf6cf884c112b80545d5fc5b668fc7d71" | ||
2 | |||
3 | SRC_URI = "git://github.com/SELinuxProject/selinux.git;protocol=http" | ||
4 | |||
5 | include selinux_common.inc | ||
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 | |||
11 | DEFAULT_PREFERENCE = "-1" | ||