diff options
Diffstat (limited to 'recipes/dhcdbd/dhcdbd_3.0.bb')
-rw-r--r-- | recipes/dhcdbd/dhcdbd_3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dhcdbd/dhcdbd_3.0.bb b/recipes/dhcdbd/dhcdbd_3.0.bb index 563155e021..e34665e64e 100644 --- a/recipes/dhcdbd/dhcdbd_3.0.bb +++ b/recipes/dhcdbd/dhcdbd_3.0.bb @@ -6,8 +6,8 @@ RDEPENDS = "dhcp-client" PR = "r1" 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://dbus_connection_unref.patch \ + file://paths.patch \ file://dhcdbd" inherit update-rc.d |