summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-04 18:33:43 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-05 14:00:24 +0800
commitd95d951a0ef6fd46848269c3b76c77d85bf8f1a3 (patch)
treeb105a4ebfb921a80375a97b67d189e859f5b1b6b /recipes-connectivity/openssh
parent5abfe148ef915d28535d43dabe38cc44ec2620f9 (diff)
downloadmeta-selinux-d95d951a0ef6fd46848269c3b76c77d85bf8f1a3.tar.gz
packages: inherit with-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-connectivity/openssh')
-rw-r--r--recipes-connectivity/openssh/openssh_6.0p1.bbappend6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-connectivity/openssh/openssh_6.0p1.bbappend b/recipes-connectivity/openssh/openssh_6.0p1.bbappend
index 103a6ac..698f4ab 100644
--- a/recipes-connectivity/openssh/openssh_6.0p1.bbappend
+++ b/recipes-connectivity/openssh/openssh_6.0p1.bbappend
@@ -1,7 +1,5 @@
1PR .= ".2" 1PR .= ".3"
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4 4
5DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" 5inherit with-selinux
6
7EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"