From: Philipp Zabel Date: Wed, 25 Jan 2006 21:35:41 +0000 (+0000) Subject: bluez-utils-dbus: move patch to make it usable for 2.25 X-Git-Tag: Release-2010-05/1~9453^2~2553 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc23e88beca97551895b1ce82ffb8537b886d66;p=openembedded.git bluez-utils-dbus: move patch to make it usable for 2.25 --- diff --git a/packages/bluez/bluez-utils-dbus-2.24/.mtn2git_empty b/packages/bluez/bluez-utils-dbus-2.24/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/bluez/bluez-utils-dbus-2.24/dbus.patch b/packages/bluez/bluez-utils-dbus/dbus-2.24.patch similarity index 100% rename from packages/bluez/bluez-utils-dbus-2.24/dbus.patch rename to packages/bluez/bluez-utils-dbus/dbus-2.24.patch diff --git a/packages/bluez/bluez-utils-dbus_2.24.bb b/packages/bluez/bluez-utils-dbus_2.24.bb index d8c97d91dc..f490f9c622 100644 --- a/packages/bluez/bluez-utils-dbus_2.24.bb +++ b/packages/bluez/bluez-utils-dbus_2.24.bb @@ -3,5 +3,5 @@ include bluez-utils.inc PR = "r2" DEPENDS += "dbus" -SRC_URI += "file://dbus.patch;patch=1" +SRC_URI += "file://dbus-2.24.patch;patch=1" EXTRA_OECONF += "--with-dbus"