[yocto] [PATCH 5/9] Use wildcard in openssh name

Armin Kuster akuster808 at gmail.com
Thu May 15 18:31:27 PDT 2014


openssh: Use wildcard in version to minimize keeping in-sync with Poky

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-connectivity/openssh/openssh_6.%.bbappend   | 11 +++++++++++
 recipes-connectivity/openssh/openssh_6.4p1.bbappend | 13 -------------
 2 files changed, 11 insertions(+), 13 deletions(-)
 create mode 100644 recipes-connectivity/openssh/openssh_6.%.bbappend
 delete mode 100644 recipes-connectivity/openssh/openssh_6.4p1.bbappend

diff --git a/recipes-connectivity/openssh/openssh_6.%.bbappend b/recipes-connectivity/openssh/openssh_6.%.bbappend
new file mode 100644
index 0000000..4559e6f
--- /dev/null
+++ b/recipes-connectivity/openssh/openssh_6.%.bbappend
@@ -0,0 +1,11 @@
+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
deleted file mode 100644
index 223b8cf..0000000
--- a/recipes-connectivity/openssh/openssh_6.4p1.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,"
-
-- 
1.9.1




More information about the yocto mailing list