From patchwork Fri Aug 17 13:05:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] python-dbus: Native dbus python module needed for dbus tests Date: Fri, 17 Aug 2012 13:05:00 -0000 From: Andrei Gherzan X-Patchwork-Id: 34819 Message-Id: To: Cc: Andrei Gherzan Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/python/python-dbus_1.1.1.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-dbus_1.1.1.bb b/meta/recipes-devtools/python/python-dbus_1.1.1.bb index 51d5bc2..35149a0 100644 --- a/meta/recipes-devtools/python/python-dbus_1.1.1.bb +++ b/meta/recipes-devtools/python/python-dbus_1.1.1.bb @@ -4,7 +4,7 @@ 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" +PR = "r1" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" @@ -23,3 +23,6 @@ export STAGING_INCDIR RDEPENDS_${PN} = "python-io python-logging python-stringold python-threading python-xml" FILES_${PN}-dev += "${libdir}/pkgconfig" + +RDEPENDS_${PN}_virtclass-native = "python" +BBCLASSEXTEND = "native"