mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
d00cb4413c
commit
144f949452
|
|
@ -1,6 +0,0 @@
|
|||
PV = "2.7+git${SRCPV}"
|
||||
|
||||
include selinux_git.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
PV = "2.7+git${SRCPV}"
|
||||
|
||||
include selinux_git.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
|
||||
|
||||
SRC_URI += "\
|
||||
file://libselinux-drop-Wno-unused-but-set-variable.patch \
|
||||
file://libselinux-make-O_CLOEXEC-optional.patch \
|
||||
file://libselinux-make-SOCK_CLOEXEC-optional.patch \
|
||||
file://libselinux-define-FD_CLOEXEC-as-necessary.patch \
|
||||
file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \
|
||||
"
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
PV = "2.7+git${SRCPV}"
|
||||
|
||||
include selinux_git.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI += "\
|
||||
file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \
|
||||
file://libsemanage-fix-path-nologin.patch \
|
||||
file://libsemanage-drop-Wno-unused-but-set-variable.patch \
|
||||
file://libsemanage-define-FD_CLOEXEC-as-necessary.patch;striplevel=2 \
|
||||
file://libsemanage-allow-to-disable-audit-support.patch \
|
||||
file://libsemanage-disable-expand-check-on-policy-load.patch \
|
||||
file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \
|
||||
"
|
||||
FILES_${PN} += "/usr/libexec"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
PV = "2.7+git${SRCPV}"
|
||||
|
||||
include selinux_git.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI += "file://0001-src-Makefile-fix-includedir-in-libsepol.pc.patch"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
PV = "2.7+git${SRCPV}"
|
||||
|
||||
include selinux_git.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
SRCREV = "1bac758bf6cf884c112b80545d5fc5b668fc7d71"
|
||||
|
||||
SRC_URI = "git://github.com/SELinuxProject/selinux.git;protocol=http"
|
||||
|
||||
include selinux_common.inc
|
||||
|
||||
# ${S} is set in selinux_common above, but we need to change it here since the
|
||||
# top level directory is named differently
|
||||
S = "${WORKDIR}/git/${BPN}"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
Loading…
Reference in New Issue
Block a user