diff options
Diffstat (limited to 'recipes/dhcdbd/dhcdbd_2.0.bb')
-rw-r--r-- | recipes/dhcdbd/dhcdbd_2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dhcdbd/dhcdbd_2.0.bb b/recipes/dhcdbd/dhcdbd_2.0.bb index b29bdad593..d2108b232e 100644 --- a/recipes/dhcdbd/dhcdbd_2.0.bb +++ b/recipes/dhcdbd/dhcdbd_2.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "DBus-enabled dhcp client" SECTION = "net" LICENSE = "GPL" DEPENDS = "dbus" -RDEPENDS = "dhcp-client" +RDEPENDS_${PN} = "dhcp-client" PR = "r1" SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ |