diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-12 17:30:25 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-12 17:30:25 +0800 |
commit | 22ae811cd194955981e14748a458cea0cad7bea3 (patch) | |
tree | bba59483187970d489f45580e39a73d3c12dd5e7 | |
parent | 8d203e6ff285c08e55a9b3f26fa85334f537379c (diff) | |
download | meta-selinux-22ae811cd194955981e14748a458cea0cad7bea3.tar.gz |
refpolicy*: Add RDEPENDS and fix PACKAGE_ARCH.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-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 73f8923..4831678 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -9,6 +9,9 @@ FILES_${PN} = "${sysconfdir}/selinux/${POLICY_NAME}/ \ | |||
9 | ${datadir}/selinux/${POLICY_NAME}/" | 9 | ${datadir}/selinux/${POLICY_NAME}/" |
10 | 10 | ||
11 | DEPENDS += "checkpolicy-native policycoreutils-native python-native m4-native" | 11 | DEPENDS += "checkpolicy-native policycoreutils-native python-native m4-native" |
12 | RDEPENDS_${PN} += "policycoreutils" | ||
13 | |||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
12 | 15 | ||
13 | inherit autotools | 16 | inherit autotools |
14 | 17 | ||