[oe-commits] Michael 'Mickey' Lauer : ptpd: stylize

git version control git at git.openembedded.org
Thu Nov 12 17:29:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 58b64b531900ef438a2d4b90cc1c10550d30862b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=58b64b531900ef438a2d4b90cc1c10550d30862b

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Nov 12 18:29:35 2009 +0100

ptpd: stylize

---

 recipes/ptpd/ptpd_1.0.0.bb |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/ptpd/ptpd_1.0.0.bb b/recipes/ptpd/ptpd_1.0.0.bb
index 8988913..a5263a0 100644
--- a/recipes/ptpd/ptpd_1.0.0.bb
+++ b/recipes/ptpd/ptpd_1.0.0.bb
@@ -1,16 +1,14 @@
-# ptpd build file
-LICENSE="BSD"
-DESCRIPTION="Precision Time Protocol (PTP) as defined by the IEEE 1588 standard"
-HOMEPAGE="http://sourceforge.net/projects/ptpd"
+DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 standard"
+HOMEPAGE = "http://sourceforge.net/projects/ptpd"
+LICENSE = "BSD"
+SECTION = "network"
+PR = "r0"
 
 SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz" 
-
-S="${WORKDIR}/ptpd-${PV}/src"
-PR = "r0"
+S = "${WORKDIR}/ptpd-${PV}/src"
 
 do_install() {
         install -d ${D}${bindir} ${D}${mandir}/man8
         install -m 4555 ptpd ${D}${bindir}
         install -m 644 ptpd.8 ${D}${mandir}/man8
 }
-





More information about the Openembedded-commits mailing list