From a7f3884cb7eed743f49e200cb7af66b2ec112b1e Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 16 May 2014 18:05:46 +0800 Subject: refpolicy-*: un-inherit because not autotools package Signed-off-by: Xin Ouyang --- recipes-security/refpolicy/refpolicy_common.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 4d05382..54a0168 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc @@ -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` -- cgit v1.2.3-54-g00ecf