diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-04 18:33:43 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-05 14:00:24 +0800 |
commit | d95d951a0ef6fd46848269c3b76c77d85bf8f1a3 (patch) | |
tree | b105a4ebfb921a80375a97b67d189e859f5b1b6b /recipes-core/udev | |
parent | 5abfe148ef915d28535d43dabe38cc44ec2620f9 (diff) | |
download | meta-selinux-d95d951a0ef6fd46848269c3b76c77d85bf8f1a3.tar.gz |
packages: inherit with-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-core/udev')
-rw-r--r-- | recipes-core/udev/udev_182.bbappend | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-core/udev/udev_182.bbappend b/recipes-core/udev/udev_182.bbappend index a699b52..f42ad45 100644 --- a/recipes-core/udev/udev_182.bbappend +++ b/recipes-core/udev/udev_182.bbappend | |||
@@ -1,7 +1,5 @@ | |||
1 | PR .= ".2" | 1 | PR .= ".3" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
4 | 4 | ||
5 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 5 | inherit with-selinux |
6 | |||
7 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||