[oe-commits] Paul Menzel : tcp-wrappers: reorder recipe according to style guide [1]

git version control git at git.openembedded.org
Tue Apr 26 14:07:55 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0e00471307750d59cd4c6fb48db88362c57cbb85
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e00471307750d59cd4c6fb48db88362c57cbb85

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Apr 26 16:01:57 2011 +0200

tcp-wrappers: reorder recipe according to style guide [1]

[1] http://openembedded.org/index.php/Styleguide

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/tcp-wrappers/tcp-wrappers_7.6.bb |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
index 9ee8026..eab2cb9 100644
--- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -1,19 +1,11 @@
-DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
+DESCRIPTION = "Tools for monitoring and filtering incoming requests for TCP \
 	      services."
 HOMEPAGE = "ftp://ftp.porcupine.org/pub/security/index.html"
 LICENSE = "tcp-wrappers"
-PRIORITY = "optional"
 SECTION = "console/network"
+PRIORITY = "optional"
 PR ="r6"
 
-
-PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
-FILES_libwrap = "${libdir}/lib*.so.*"
-FILES_libwrap-doc = "${mandir}/man3 ${mandir}/man5"
-FILES_libwrap-dev = "${libdir}/lib*.so ${includedir}"
-FILES_tcp-wrappers = "${bindir}"
-FILES_tcp-wrappers-doc = "${mandir}/man8"
-
 SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
            file://00_man_quoting.diff \
            file://01_man_portability.patch \
@@ -41,6 +33,9 @@ SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
            file://try-from.8 \
            file://safe_finger.8"
 
+SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a"
+SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d"
+
 S = "${WORKDIR}/tcp_wrappers_${PV}"
 
 PARALLEL_MAKE = ""
@@ -107,6 +102,9 @@ do_install () {
 	install -m 0644 tcpd.h ${D}${includedir}/
 }
 
-
-SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a"
-SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d"
+PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc"
+FILES_libwrap = "${libdir}/lib*.so.*"
+FILES_libwrap-doc = "${mandir}/man3 ${mandir}/man5"
+FILES_libwrap-dev = "${libdir}/lib*.so ${includedir}"
+FILES_tcp-wrappers = "${bindir}"
+FILES_tcp-wrappers-doc = "${mandir}/man8"





More information about the Openembedded-commits mailing list