mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libsepol: update to 3.2
Merge inc file into bb file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
2835042b0f
commit
d10900fc87
|
|
@ -1,8 +0,0 @@
|
|||
require selinux_20200710.inc
|
||||
require ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI[md5sum] = "b56dc01b76b97dcb730ab4e2fd1c9dea"
|
||||
SRC_URI[sha256sum] = "ae6778d01443fdd38cd30eeee846494e19f4d407b09872580372f4aa4bf8a3cc"
|
||||
|
||||
|
|
@ -5,9 +5,14 @@ as by programs like load_policy that need to perform specific transformations \
|
|||
on binary policies such as customizing policy boolean settings."
|
||||
SECTION = "base"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
require selinux_common.inc
|
||||
|
||||
inherit lib_package
|
||||
|
||||
S = "${WORKDIR}/git/libsepol"
|
||||
|
||||
# Change RANLIB for cross compiling, use host-tools $(AR) rather than
|
||||
# local ranlib.
|
||||
EXTRA_OEMAKE += "RANLIB='$(AR) s'"
|
||||
Loading…
Reference in New Issue
Block a user