diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-13 01:29:20 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-13 01:29:20 +0100 |
commit | 8c6131dc17cadb3279bc64729dc95e51734eac9b (patch) | |
tree | 557ce03e98466abe5221ebb76ee1278cee19d339 /recipes/dbus/dbus_1.3.0.bb | |
parent | ad0976afee298079c95262a0c8ca12bee479dd87 (diff) |
dbus 1.3.0: add patch to improve threading stability
Diffstat (limited to 'recipes/dbus/dbus_1.3.0.bb')
-rw-r--r-- | recipes/dbus/dbus_1.3.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/dbus/dbus_1.3.0.bb b/recipes/dbus/dbus_1.3.0.bb index 3abc40a0d4..a06d9dc479 100644 --- a/recipes/dbus/dbus_1.3.0.bb +++ b/recipes/dbus/dbus_1.3.0.bb @@ -10,6 +10,7 @@ SRC_URI = "\ file://will-5.patch;patch=1 \ file://will-6.patch;patch=1 \ \ + file://improve-threading-stability.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 \ @@ -19,4 +20,4 @@ SRC_URI = "\ # This is the development version of dbus that will lead to 1.4.x DEFAULT_PREFERENCE = "-1" -PR = "r1" +PR = "r2" |