[oe-commits] Khem Raj : ez-ipupdate_3.0.10.bb: Remove PACKAGES declaration.

git version control git at git.openembedded.org
Fri Dec 11 11:32:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e75f17c966b60ed07863e92b29a13404d8932f43
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e75f17c966b60ed07863e92b29a13404d8932f43

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Dec 10 12:27:19 2009 -0800

ez-ipupdate_3.0.10.bb: Remove PACKAGES declaration.

* Condense use of SRC_URI

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb b/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb
index fbf5f61..f3434e1 100644
--- a/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb
+++ b/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb
@@ -4,14 +4,15 @@ HOMEPAGE = "http://www.ez-ipupdate.com/"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "http://www.ez-ipupdate.com/dist/ez-ipupdate-${PV}.tar.gz"
-SRC_URI += "file://configure.patch;patch=1"
-SRC_URI += "file://conffile.patch;patch=1"
-SRC_URI += "file://zoneedit.patch;patch=1"
-SRC_URI += "file://init"
-SRC_URI += "file://ipupdate.conf"
+SRC_URI = "http://www.ez-ipupdate.com/dist/ez-ipupdate-${PV}.tar.gz \
+	   file://configure.patch;patch=1 \
+	   file://conffile.patch;patch=1 \
+	   file://zoneedit.patch;patch=1 \
+	   file://init \
+	   file://ipupdate.conf \
+	  "
 
 INITSCRIPT_NAME = "ipupdate"
 # No dependencies, so just go in at the standard level (20)
@@ -22,8 +23,6 @@ CONFFILES_${PN} = "${sysconfdir}/ipupdate.conf"
 
 inherit autotools update-rc.d
 
-PACKAGES += "ez-ipupdate"
-
 do_install_append() {
 	install -d "${D}${sysconfdir}/init.d"
 	install -c -m 755 ${WORKDIR}/init "${D}${sysconfdir}/init.d/ipupdate"





More information about the Openembedded-commits mailing list