summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-07 03:46:08 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-16 16:25:16 +0100
commit97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35 (patch)
treef59e965b3983bed05c4aed335b15f28995d325e7
parentf828c0f2900b0dbb25233e8fd3166add6e2c3458 (diff)
downloadopenembedded-core-97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35.tar.gz
openembedded-core-97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35.tar.bz2
openembedded-core-97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35.tar.xz
openembedded-core-97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35.zip
python-dbus: upgrade from 0.83.0 to 0.83.1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r--meta/packages/python/python-dbus_0.83.1.bb (renamed from meta/packages/python/python-dbus_0.83.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/python/python-dbus_0.83.0.bb b/meta/packages/python/python-dbus_0.83.1.bb
index d35b2808f..b30e82be6 100644
--- a/meta/packages/python/python-dbus_0.83.0.bb
+++ b/meta/packages/python/python-dbus_0.83.1.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
-PR = "ml1"
+PR = "ml0"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
S = "${WORKDIR}/dbus-python-${PV}"