mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
checkpolicy+libsemanage: flex+bison native depends
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
71bed4c424
commit
99d2fd6fbd
|
|
@ -7,7 +7,7 @@ with low level details of the policy that have not been \
|
|||
encapsulated/abstracted by a proper shared library interface."
|
||||
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ include selinux_20120216.inc
|
|||
SRC_URI[md5sum] = "e7b5d62873d4efc8a502b75f042f6735"
|
||||
SRC_URI[sha256sum] = "8ed586fd2ccf9900f86e38b72af4aa5cc3bade35d0fa19c53ac1a3d59fe0013a"
|
||||
|
||||
DEPENDS += "libsepol libselinux flex-native flex"
|
||||
DEPENDS += "libsepol libselinux bison-native flex-native"
|
||||
|
||||
EXTRA_OEMAKE += "PREFIX=${D}"
|
||||
EXTRA_OEMAKE += "LEX='flex'"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ with low level details of the policy that have not been \
|
|||
encapsulated/abstracted by a proper shared library interface."
|
||||
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
|
@ -17,7 +17,7 @@ include selinux_git.inc
|
|||
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
|
||||
PV = "2.1.8+git${SRCPV}"
|
||||
|
||||
DEPENDS += "libsepol libselinux flex-native flex"
|
||||
DEPENDS += "libsepol libselinux bison-native flex-native"
|
||||
|
||||
EXTRA_OEMAKE += "PREFIX=${D}"
|
||||
EXTRA_OEMAKE += "LEX='flex'"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \
|
|||
as by programs like load_policy that need to perform specific transformations \
|
||||
on binary policies such as customizing policy boolean settings."
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ inherit lib_package
|
|||
SRC_URI[md5sum] = "b49d75602432d8cfad8a3e5a0a966f07"
|
||||
SRC_URI[sha256sum] = "64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb"
|
||||
|
||||
DEPENDS += "libsepol libselinux ustr bzip2 python"
|
||||
DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
|
||||
|
||||
SRC_URI += "file://Fix-segfault-for-standard-policy.patch"
|
||||
SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \
|
|||
as by programs like load_policy that need to perform specific transformations \
|
||||
on binary policies such as customizing policy boolean settings."
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
|
@ -15,7 +15,7 @@ inherit lib_package
|
|||
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
|
||||
PV = "2.1.6+git${SRCPV}"
|
||||
|
||||
DEPENDS += "libsepol libselinux ustr bzip2 python"
|
||||
DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
|
||||
|
||||
SRC_URI += "file://Fix-segfault-for-standard-policy.patch"
|
||||
SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user