summaryrefslogtreecommitdiff
path: root/meta-extras/packages/dhcdbd/dhcdbd_2.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-25 15:52:21 +0000
committerRoss Burton <ross@openedhand.com>2007-09-25 15:52:21 +0000
commit2c13e1b5b5fd442c3d0baa3391a49054df03392d (patch)
tree8a4bcb22c698e78875dea108d3e51e26802f32e8 /meta-extras/packages/dhcdbd/dhcdbd_2.0.bb
parent3cc1591ead410cb4a5f4d3600546361d3432f99d (diff)
downloadopenembedded-core-2c13e1b5b5fd442c3d0baa3391a49054df03392d.tar.gz
openembedded-core-2c13e1b5b5fd442c3d0baa3391a49054df03392d.tar.bz2
openembedded-core-2c13e1b5b5fd442c3d0baa3391a49054df03392d.tar.xz
openembedded-core-2c13e1b5b5fd442c3d0baa3391a49054df03392d.zip
Remove dhcdbd, NM 0.7 doesn't need it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2790 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/dhcdbd/dhcdbd_2.0.bb')
-rw-r--r--meta-extras/packages/dhcdbd/dhcdbd_2.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-extras/packages/dhcdbd/dhcdbd_2.0.bb b/meta-extras/packages/dhcdbd/dhcdbd_2.0.bb
deleted file mode 100644
index de9e24abd..000000000
--- a/meta-extras/packages/dhcdbd/dhcdbd_2.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION="DBus-enabled dhcp client"
-SECTION="net"
-LICENSE="GPL"
-HOMEPAGE="http://people.redhat.com/jvdias/dhcdbd/"
-
-DEPENDS = "dbus"
-RDEPENDS = "dhcp-client"
-
-PR = "r0"
-
-SRC_URI="http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-${PV}.tar.bz2 \
- file://no-ext-options.patch;patch=1 \
- file://dhcdbd"
-
-do_compile() {
- CC=${TARGET_SYS}-gcc DESTDIR=${prefix} make
-}
-
-do_install() {
- DESTDIR=${D} make install
- install -d ${D}/etc/init.d
- install -m 0755 ${WORKDIR}/dhcdbd ${D}/etc/init.d/
-}
-
-FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*"