From 2d518b02a6c8a13cf1bc0e148c8e6a2cfda047fc Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Sat, 16 Nov 2013 19:04:07 +0000 Subject: openssh: rename bbappend from 6.2p2 to 6.4p1 Signed-off-by: Philip Tricca Signed-off-by: Joe MacDonald --- recipes-connectivity/openssh/openssh_6.2p2.bbappend | 13 ------------- recipes-connectivity/openssh/openssh_6.4p1.bbappend | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 recipes-connectivity/openssh/openssh_6.2p2.bbappend create mode 100644 recipes-connectivity/openssh/openssh_6.4p1.bbappend diff --git a/recipes-connectivity/openssh/openssh_6.2p2.bbappend b/recipes-connectivity/openssh/openssh_6.2p2.bbappend deleted file mode 100644 index 223b8cf..0000000 --- a/recipes-connectivity/openssh/openssh_6.2p2.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -PR .= ".5" - -inherit with-selinux - -FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" - -# There is no distro feature just for audit. If we want it, -# uncomment the following. -# -#PACKAGECONFIG += "${@target_selinux(d, 'audit')}" - -PACKAGECONFIG[audit] = "--with-audit=linux,--without-audit,audit," - diff --git a/recipes-connectivity/openssh/openssh_6.4p1.bbappend b/recipes-connectivity/openssh/openssh_6.4p1.bbappend new file mode 100644 index 0000000..223b8cf --- /dev/null +++ b/recipes-connectivity/openssh/openssh_6.4p1.bbappend @@ -0,0 +1,13 @@ +PR .= ".5" + +inherit with-selinux + +FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" + +# There is no distro feature just for audit. If we want it, +# uncomment the following. +# +#PACKAGECONFIG += "${@target_selinux(d, 'audit')}" + +PACKAGECONFIG[audit] = "--with-audit=linux,--without-audit,audit," + -- cgit v1.2.3-54-g00ecf