[oe-commits] Michael Lippautz : ddclient: cosmetics

git version control git at git.openembedded.org
Mon Nov 8 15:08:05 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 2c9d8c7b475eb49fa2219fdad062731c7e7d18fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2c9d8c7b475eb49fa2219fdad062731c7e7d18fc

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Nov  4 14:50:46 2010 +0100

ddclient: cosmetics

---

 recipes/ddclient/ddclient_3.6.3.bb |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/recipes/ddclient/ddclient_3.6.3.bb b/recipes/ddclient/ddclient_3.6.3.bb
index 5e393e7..6f770b8 100644
--- a/recipes/ddclient/ddclient_3.6.3.bb
+++ b/recipes/ddclient/ddclient_3.6.3.bb
@@ -4,22 +4,23 @@ HOMEPAGE = "http://ddclient.sourceforge.net/"
 LICENSE = "GPL"
 PR = "r4"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/ddclient/ddclient-${PV}.tar.bz2 \
-	file://ip-up"
+SRC_URI = "\
+    ${SOURCEFORGE_MIRROR}/ddclient/ddclient-${PV}.tar.bz2 \
+    file://ip-up"
 
 RDEPENDS_${PN} = "perl perl-module-strict perl-module-getopt-long perl-module-vars perl-module-warnings-register perl-module-warnings perl-module-carp perl-module-exporter perl-module-constant perl-module-exporter-heavy perl-module-sys-hostname perl-module-xsloader perl-module-autoloader perl-module-io-socket perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-socket perl-module-errno perl-module-config perl-module-io-socket-inet perl-module-io-socket-unix perl-module-integer perl-module-overload"
 
 do_install() {
-	install -d ${D}${sbindir} ${D}${sysconfdir}/ddclient ${D}${sysconfdir}/init.d
-	install -d ${D}${sysconfdir}/ppp/ip-up.d/ install -d ${D}${docdir}/ddclient
-	install -m 755 ${S}/ddclient ${D}${sbindir}
-	install ${S}/sample-etc_ddclient.conf ${D}${sysconfdir}/ddclient/ddclient.conf
-	install -m 755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ip-up.d/ddclient
+    install -d ${D}${sbindir} ${D}${sysconfdir}/ddclient ${D}${sysconfdir}/init.d
+    install -d ${D}${sysconfdir}/ppp/ip-up.d/ install -d ${D}${docdir}/ddclient
+    install -m 755 ${S}/ddclient ${D}${sbindir}
+    install ${S}/sample-etc_ddclient.conf ${D}${sysconfdir}/ddclient/ddclient.conf
+    install -m 755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ip-up.d/ddclient
     sed -e 's|/etc/ddclient.conf|/etc/ddclient/ddclient.conf|g' ${S}/sample-etc_rc.d_init.d_ddclient > ${S}/rc_init
-	install -m 755 ${S}/rc_init ${D}${sysconfdir}/init.d/ddclient
-	install ${S}/README* ${D}${docdir}/ddclient
-	install ${S}/COPY* ${D}${docdir}/ddclient
-	install ${S}/sample* ${D}${docdir}/ddclient
+    install -m 755 ${S}/rc_init ${D}${sysconfdir}/init.d/ddclient
+    install ${S}/README* ${D}${docdir}/ddclient
+    install ${S}/COPY* ${D}${docdir}/ddclient
+    install ${S}/sample* ${D}${docdir}/ddclient
 }
 
 CONFFILES_${PN} = "${sysconfdir}/ddclient/ddclient.conf"





More information about the Openembedded-commits mailing list