diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-05 19:11:50 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-05 19:16:56 +0100 |
commit | fc2765595a6bb6e5cd9ee92f2a80648e69619dcb (patch) | |
tree | 29ccffaecbadf7c2889e28bf4643b9fb9435e0d5 /recipes/dbus/dbus_1.3.0.bb | |
parent | 58766d5f466609a51a2b606cc7a9795b58998aed (diff) |
dbus-1.3.0: add performance optimization patches from https://bugs.freedesktop.org/show_bug.cgi?id=23117
Diffstat (limited to 'recipes/dbus/dbus_1.3.0.bb')
-rw-r--r-- | recipes/dbus/dbus_1.3.0.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/dbus/dbus_1.3.0.bb b/recipes/dbus/dbus_1.3.0.bb index 562ed1bfad..3abc40a0d4 100644 --- a/recipes/dbus/dbus_1.3.0.bb +++ b/recipes/dbus/dbus_1.3.0.bb @@ -2,6 +2,14 @@ include dbus.inc SRC_URI = "\ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ + \ + file://will-1.patch;patch=1 \ + file://will-2.patch;patch=1 \ + file://will-3.patch;patch=1 \ + file://will-4.patch;patch=1 \ + file://will-5.patch;patch=1 \ + file://will-6.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 \ @@ -11,4 +19,4 @@ SRC_URI = "\ # This is the development version of dbus that will lead to 1.4.x DEFAULT_PREFERENCE = "-1" -PR = "r0" +PR = "r1" |