diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-07 03:46:08 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:16 +0100 |
commit | 97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35 (patch) | |
tree | f59e965b3983bed05c4aed335b15f28995d325e7 /meta/packages | |
parent | f828c0f2900b0dbb25233e8fd3166add6e2c3458 (diff) | |
download | poky-97e7eed13a1b83e49b4c9f0128e8bc3b9db3cb35.tar.gz |
python-dbus: upgrade from 0.83.0 to 0.83.1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages')
-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 d35b2808fe..b30e82be6a 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" | |||
3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" | 5 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" |
6 | PR = "ml1" | 6 | PR = "ml0" |
7 | 7 | ||
8 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" | 8 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" |
9 | S = "${WORKDIR}/dbus-python-${PV}" | 9 | S = "${WORKDIR}/dbus-python-${PV}" |