diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-20 17:42:24 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-20 17:47:23 +0800 |
commit | 5d0ff4989ee055d01854288573bbbdf00cccd51b (patch) | |
tree | 16f34e441635032e73946740c17986296d6d4c11 | |
parent | a6d371267bf1cf586851d6b47db75aea9516dbb3 (diff) | |
download | meta-selinux-5d0ff4989ee055d01854288573bbbdf00cccd51b.tar.gz |
udev: Build with selinux support.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-core/udev/udev_164.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/udev/udev_164.bbappend b/recipes-core/udev/udev_164.bbappend new file mode 100644 index 0000000..396feae --- /dev/null +++ b/recipes-core/udev/udev_164.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||