summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/openssh/openssh_6.1p1.bbappend6
-rw-r--r--recipes-extended/shadow/shadow_4.1.4.3.bbappend6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-connectivity/openssh/openssh_6.1p1.bbappend b/recipes-connectivity/openssh/openssh_6.1p1.bbappend
index 698f4ab..43d459c 100644
--- a/recipes-connectivity/openssh/openssh_6.1p1.bbappend
+++ b/recipes-connectivity/openssh/openssh_6.1p1.bbappend
@@ -1,5 +1,5 @@
1PR .= ".3" 1PR .= ".4"
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4 2
5inherit with-selinux 3inherit with-selinux
4
5FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
index c2c3332..f871e67 100644
--- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend
+++ b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
@@ -1,5 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1PR .= ".4"
2
3PR .= ".3"
4 2
5inherit with-selinux with-audit 3inherit with-selinux with-audit
4
5FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"