From 516ce2fc8d2a6a330e8662921929aaf947daecb1 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Wed, 1 Aug 2012 18:16:07 +0300 Subject: python-dbus: updated to 1.1.1 (From OE-Core rev: 191f06e8886209341a1822f5078fdf410dc86202) Signed-off-by: Bogdan Marinescu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-dbus_1.1.1.bb | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-devtools/python/python-dbus_1.1.1.bb (limited to 'meta/recipes-devtools/python/python-dbus_1.1.1.bb') diff --git a/meta/recipes-devtools/python/python-dbus_1.1.1.bb b/meta/recipes-devtools/python/python-dbus_1.1.1.bb new file mode 100644 index 0000000000..51d5bc26f0 --- /dev/null +++ b/meta/recipes-devtools/python/python-dbus_1.1.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for interprocess communication" +SECTION = "devel/python" +HOMEPAGE = "http://www.freedesktop.org/Software/dbus" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" +DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" +PR = "r0" + +SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" + +SRC_URI[md5sum] = "742c7432ad0f7c3f98291d58fa2e35dc" +SRC_URI[sha256sum] = "8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88" +S = "${WORKDIR}/dbus-python-${PV}" + +inherit distutils-base autotools pkgconfig + +export BUILD_SYS +export HOST_SYS + +export STAGING_LIBDIR +export STAGING_INCDIR + +RDEPENDS_${PN} = "python-io python-logging python-stringold python-threading python-xml" + +FILES_${PN}-dev += "${libdir}/pkgconfig" -- cgit v1.2.3-54-g00ecf