diff options
Diffstat (limited to 'recipes/dhcdbd/dhcdbd_2.0.bb')
-rw-r--r-- | recipes/dhcdbd/dhcdbd_2.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/dhcdbd/dhcdbd_2.0.bb b/recipes/dhcdbd/dhcdbd_2.0.bb index 4b0408f4df..b29bdad593 100644 --- a/recipes/dhcdbd/dhcdbd_2.0.bb +++ b/recipes/dhcdbd/dhcdbd_2.0.bb @@ -6,9 +6,9 @@ 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://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 |