aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dhcdbd/dhcdbd_2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dhcdbd/dhcdbd_2.0.bb')
-rw-r--r--recipes/dhcdbd/dhcdbd_2.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/dhcdbd/dhcdbd_2.0.bb b/recipes/dhcdbd/dhcdbd_2.0.bb
index 4b0408f4df..dac90e1be7 100644
--- a/recipes/dhcdbd/dhcdbd_2.0.bb
+++ b/recipes/dhcdbd/dhcdbd_2.0.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "DBus-enabled dhcp client"
SECTION = "net"
LICENSE = "GPL"
DEPENDS = "dbus"
-RDEPENDS = "dhcp-client"
-PR = "r1"
+RDEPENDS_${PN} = "dhcp-client"
+PR = "r2"
SRC_URI = "https://fedorahosted.org/releases/d/h/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://dbus_connection_unref.patch \
+ file://paths.patch \
+ file://no-ext-options.patch \
file://dhcdbd"
inherit update-rc.d