diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 17:59:43 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 17:59:43 +0800 |
commit | 639660a28851365c32e593ee167e470950616bab (patch) | |
tree | 0f890bb7f49f0bd2bddfdd015345358fdb1e67d3 | |
parent | 1fb5922d15574cb4675f44e434391dd0cf93b79f (diff) | |
download | meta-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.bbappend | 5 |
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 @@ | |||
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)}" | ||