summaryrefslogtreecommitdiff
path: root/packages/dhcdbd/dhcdbd_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dhcdbd/dhcdbd_1.14.bb')
-rw-r--r--packages/dhcdbd/dhcdbd_1.14.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/dhcdbd/dhcdbd_1.14.bb b/packages/dhcdbd/dhcdbd_1.14.bb
index f46543d2d4..3194942e4e 100644
--- a/packages/dhcdbd/dhcdbd_1.14.bb
+++ b/packages/dhcdbd/dhcdbd_1.14.bb
@@ -6,13 +6,13 @@ MAINTAINER="Milan Plzik <mmp@handhelds.org>"
DEPENDS = "dbus"
+PR = "r1"
+
SRC_URI="http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \
- file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1\
+ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \
+ file://dbus-api-fix.patch;patch=1 \
file://dhcdbd"
-do_configure() {
-}
-
do_compile() {
CC=${TARGET_SYS}-gcc DESTDIR=${prefix} make
}
@@ -23,4 +23,4 @@ do_install() {
install -m 0755 ${WORKDIR}/dhcdbd ${D}/etc/init.d/
}
-FILES_${PN}="${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}"
+FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*"