mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
semodule-utils: 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
f1cbb574f1
commit
018714a521
|
|
@ -1,7 +0,0 @@
|
|||
require selinux_20200710.inc
|
||||
require ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
SRC_URI[md5sum] = "d9520d0cdef3d1be412155dc72ec2936"
|
||||
SRC_URI[sha256sum] = "0cc37f9cec751d9c2abb5f2b228b060567e973cb47c19b53b8a4a7378baaa853"
|
||||
|
|
@ -2,20 +2,25 @@ SUMMARY = "Utilities to manipulate SELinux policy module package"
|
|||
DESCRIPTION = "\
|
||||
The utilities to create, expand, link and show the dependencies between \
|
||||
the SELinux policy module packages."
|
||||
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
require selinux_common.inc
|
||||
|
||||
DEPENDS += "libsepol"
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"
|
||||
|
||||
S = "${WORKDIR}/git/semodule-utils"
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-semodule-expand \
|
||||
${PN}-semodule-link \
|
||||
${PN}-semodule-package \
|
||||
"
|
||||
|
||||
FILES_${PN}-semodule-expand += "${bindir}/semodule_expand"
|
||||
FILES_${PN}-semodule-link += "${bindir}/semodule_link"
|
||||
FILES_${PN}-semodule-package += "\
|
||||
Loading…
Reference in New Issue
Block a user