mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
refpolicy-*: un-inherit because not autotools package
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
This commit is contained in:
parent
16854eaa7d
commit
a7f3884cb7
|
|
@ -22,7 +22,7 @@ RDEPENDS_${PN} += "selinux-config"
|
|||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit autotools pythonnative
|
||||
inherit pythonnative
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
|
@ -61,8 +61,7 @@ do_compile() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install \
|
||||
DESTDIR=${D}
|
||||
oe_runmake 'DESTDIR=${D}' 'prefix=${D}${prefix}' install
|
||||
|
||||
# Prepare to create policy store
|
||||
mkdir -p ${D}${sysconfdir}/selinux/
|
||||
|
|
@ -116,7 +115,7 @@ EOF
|
|||
fi
|
||||
|
||||
# install policy headers
|
||||
oe_runmake install-headers DESTDIR=${D}
|
||||
oe_runmake 'DESTDIR=${D}' 'prefix=${D}${prefix}' install-headers
|
||||
|
||||
# Fix symbol link policy.kern
|
||||
link_path=`readlink -f ${D}${sysconfdir}/selinux/${POLICY_NAME}/modules/active/policy.kern`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user