summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 17:59:43 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 17:59:43 +0800
commit639660a28851365c32e593ee167e470950616bab (patch)
tree0f890bb7f49f0bd2bddfdd015345358fdb1e67d3
parent1fb5922d15574cb4675f44e434391dd0cf93b79f (diff)
downloadmeta-selinux-639660a28851365c32e593ee167e470950616bab.tar.gz
openssh: Build with selinux support.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-connectivity/openssh/openssh_6.0p1.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/openssh/openssh_6.0p1.bbappend b/recipes-connectivity/openssh/openssh_6.0p1.bbappend
new file mode 100644
index 0000000..396feae
--- /dev/null
+++ b/recipes-connectivity/openssh/openssh_6.0p1.bbappend
@@ -0,0 +1,5 @@
1PR .= ".1"
2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"