diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-04 18:32:45 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-05 13:42:22 +0800 |
commit | 5abfe148ef915d28535d43dabe38cc44ec2620f9 (patch) | |
tree | c00f53c2cb02e79978be92abe26ca849ecaf4439 /recipes-core | |
parent | b493530bffebef2c2887228304cb5e738abb9d29 (diff) | |
download | meta-selinux-5abfe148ef915d28535d43dabe38cc44ec2620f9.tar.gz |
packages: inherit enable-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/dbus/dbus_1.5.12.bbappend | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-core/dbus/dbus_1.5.12.bbappend b/recipes-core/dbus/dbus_1.5.12.bbappend index 70be093..366fdf5 100644 --- a/recipes-core/dbus/dbus_1.5.12.bbappend +++ b/recipes-core/dbus/dbus_1.5.12.bbappend | |||
@@ -1,5 +1,3 @@ | |||
1 | PR .= ".1" | 1 | PR .= ".2" |
2 | 2 | ||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 3 | inherit enable-selinux |
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||