diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-16 18:01:33 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-16 18:05:09 +0100 |
commit | a62cb41071da352093e2a15e65d5eb11bd2cb483 (patch) | |
tree | eb37a658d7fba315b03cc387745198ff7aeff154 /recipes | |
parent | 4d84f2baca1badb915715701f990e0e2d3a6736a (diff) |
dbus-glib: PR bump after libexpat soname change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dbus/dbus-glib-native_0.74.bb | 2 | ||||
-rw-r--r-- | recipes/dbus/dbus-glib-native_0.76.bb | 2 | ||||
-rw-r--r-- | recipes/dbus/dbus-glib_0.74.bb | 2 | ||||
-rw-r--r-- | recipes/dbus/dbus-glib_0.76.bb | 2 | ||||
-rw-r--r-- | recipes/dbus/dbus-glib_0.78.bb | 1 | ||||
-rw-r--r-- | recipes/dbus/dbus-glib_0.82.bb | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/recipes/dbus/dbus-glib-native_0.74.bb b/recipes/dbus/dbus-glib-native_0.74.bb index e37a64cfea..1a1463411d 100644 --- a/recipes/dbus/dbus-glib-native_0.74.bb +++ b/recipes/dbus/dbus-glib-native_0.74.bb @@ -1,5 +1,5 @@ SECTION = "base" -PR = "r0" +PR = "r1" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "Message bus system for applications to talk to one another" LICENSE = "GPL" diff --git a/recipes/dbus/dbus-glib-native_0.76.bb b/recipes/dbus/dbus-glib-native_0.76.bb index d76cc043d4..b50d18ef04 100644 --- a/recipes/dbus/dbus-glib-native_0.76.bb +++ b/recipes/dbus/dbus-glib-native_0.76.bb @@ -1,5 +1,5 @@ SECTION = "base" -PR = "r0" +PR = "r1" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" diff --git a/recipes/dbus/dbus-glib_0.74.bb b/recipes/dbus/dbus-glib_0.74.bb index 3c5512feb6..7b9a8289ad 100644 --- a/recipes/dbus/dbus-glib_0.74.bb +++ b/recipes/dbus/dbus-glib_0.74.bb @@ -1,5 +1,5 @@ SECTION = "base" -PR = "r0" +PR = "r1" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "Message bus system for applications to talk to one another" LICENSE = "GPL" diff --git a/recipes/dbus/dbus-glib_0.76.bb b/recipes/dbus/dbus-glib_0.76.bb index 0a34c738c3..8dd5b836fd 100644 --- a/recipes/dbus/dbus-glib_0.76.bb +++ b/recipes/dbus/dbus-glib_0.76.bb @@ -1,5 +1,5 @@ SECTION = "base" -PR = "r0" +PR = "r1" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" diff --git a/recipes/dbus/dbus-glib_0.78.bb b/recipes/dbus/dbus-glib_0.78.bb index 398314bdff..20a27860b9 100644 --- a/recipes/dbus/dbus-glib_0.78.bb +++ b/recipes/dbus/dbus-glib_0.78.bb @@ -1,4 +1,5 @@ SECTION = "base" +PR = "r1" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" diff --git a/recipes/dbus/dbus-glib_0.82.bb b/recipes/dbus/dbus-glib_0.82.bb index f5790dcd0e..461df61c9e 100644 --- a/recipes/dbus/dbus-glib_0.82.bb +++ b/recipes/dbus/dbus-glib_0.82.bb @@ -1,2 +1,2 @@ require dbus-glib.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |