[oe-commits] Otavio Salvador : dhcdbd: update 2.0 recipe to be in sync with new 3.0 one

GIT User account git at amethyst.openembedded.net
Tue Jan 13 14:33:23 UTC 2009


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Jan 13 12:27:35 2009 -0200

dhcdbd: update 2.0 recipe to be in sync with new 3.0 one

---

 packages/dhcdbd/dhcdbd_2.0.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/packages/dhcdbd/dhcdbd_2.0.bb b/packages/dhcdbd/dhcdbd_2.0.bb
index a1b6f32..8b5bf3b 100644
--- a/packages/dhcdbd/dhcdbd_2.0.bb
+++ b/packages/dhcdbd/dhcdbd_2.0.bb
@@ -3,11 +3,16 @@ SECTION = "net"
 LICENSE = "GPL"
 DEPENDS = "dbus"
 RDEPENDS = "dhcp-client"
+PR = "r1"
 
 SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \
+           file://dbus_connection_unref.patch;patch=1 \
+           file://paths.patch;patch=1 \
            file://no-ext-options.patch;patch=1 \
            file://dhcdbd"
 
+inherit update-rc.d
+
 do_compile() {
 	CC=${TARGET_SYS}-gcc DESTDIR=${prefix} make
 }
@@ -18,4 +23,6 @@ do_install() {
 	install -m 0755 ${WORKDIR}/dhcdbd ${D}/etc/init.d/
 }
 
+INITSCRIPT_NAME = dhcdbd
+INITSCRIPT_PARAMS = "start 30 2 3 4 5 . stop 30 0 1 6 ."
 FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*"





More information about the Openembedded-commits mailing list