mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
semodule-utils: upgrade 3.3 -> 3.4
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
e37231db76
commit
02cf8bb65a
|
|
@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|||
|
||||
require selinux_common.inc
|
||||
|
||||
DEPENDS += "libsepol"
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
|
||||
EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"
|
||||
DEPENDS = "libsepol"
|
||||
|
||||
S = "${WORKDIR}/git/semodule-utils"
|
||||
|
||||
|
|
@ -21,9 +18,9 @@ PACKAGES =+ "\
|
|||
${PN}-semodule-package \
|
||||
"
|
||||
|
||||
FILES:${PN}-semodule-expand += "${bindir}/semodule_expand"
|
||||
FILES:${PN}-semodule-link += "${bindir}/semodule_link"
|
||||
FILES:${PN}-semodule-package += "\
|
||||
FILES:${PN}-semodule-expand = "${bindir}/semodule_expand"
|
||||
FILES:${PN}-semodule-link = "${bindir}/semodule_link"
|
||||
FILES:${PN}-semodule-package = "\
|
||||
${bindir}/semodule_package \
|
||||
${bindir}/semodule_unpackage \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user