diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-10 15:13:58 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-10 15:13:58 +0800 |
commit | 35529e317f9939af083245419a40c6bb80ce297c (patch) | |
tree | 66eeb02b1364a2c90b24ed046885730de98a200f | |
parent | 7d490b9d5a072ad26ae9df7c2fa0e86dcae98330 (diff) | |
download | meta-selinux-35529e317f9939af083245419a40c6bb80ce297c.tar.gz |
refpolicy*: Add filelist for binary packages.
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index cdb3eb0..73f8923 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
5 | 5 | ||
6 | S = "${WORKDIR}/refpolicy" | 6 | S = "${WORKDIR}/refpolicy" |
7 | 7 | ||
8 | FILES_${PN} = "${sysconfdir}/selinux/${POLICY_NAME}/ \ | ||
9 | ${datadir}/selinux/${POLICY_NAME}/" | ||
10 | |||
8 | DEPENDS += "checkpolicy-native policycoreutils-native python-native m4-native" | 11 | DEPENDS += "checkpolicy-native policycoreutils-native python-native m4-native" |
9 | 12 | ||
10 | inherit autotools | 13 | inherit autotools |