diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-25 21:35:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-25 21:35:41 +0000 |
commit | 1dc23e88beca97551895b1ce82ffb8537b886d66 (patch) | |
tree | 70b807be93275fba39f0d779a350a761828769c0 | |
parent | 6d234a0fb1475411c933abf2b1ffea702f89dcd0 (diff) |
bluez-utils-dbus: move patch to make it usable for 2.25
-rw-r--r-- | packages/bluez/bluez-utils-dbus-2.24/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/bluez/bluez-utils-dbus/dbus-2.24.patch (renamed from packages/bluez/bluez-utils-dbus-2.24/dbus.patch) | 0 | ||||
-rw-r--r-- | packages/bluez/bluez-utils-dbus_2.24.bb | 2 |
3 files changed, 1 insertions, 1 deletions
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 --- a/packages/bluez/bluez-utils-dbus-2.24/.mtn2git_empty +++ /dev/null diff --git a/packages/bluez/bluez-utils-dbus-2.24/dbus.patch b/packages/bluez/bluez-utils-dbus/dbus-2.24.patch index d8ec946a0b..d8ec946a0b 100644 --- a/packages/bluez/bluez-utils-dbus-2.24/dbus.patch +++ b/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" |