diff options
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r-- | recipes/dbus/dbus.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 2c41eb12c9..9d00be1dc2 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -8,10 +8,10 @@ INC_PR = "r18" SRC_URI = "\ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \ - file://cross.patch;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://fix-install-daemon.patch;patch=1 \ - file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ + file://fix-install-daemon.patch;apply=yes \ + file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \ file://dbus-1.init \ " |