From: Michael 'Mickey' Lauer Date: Mon, 14 Sep 2009 19:45:36 +0000 (+0200) Subject: python-dbus: add some more dependencies X-Git-Tag: Release-2010-05/1~2446 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3d5c21971587a47b203359ed37a125b37aac39;p=openembedded.git python-dbus: add some more dependencies --- diff --git a/recipes/python/python-dbus_0.83.0.bb b/recipes/python/python-dbus_0.83.0.bb index 7bc81f0396..02b73e64bf 100644 --- a/recipes/python/python-dbus_0.83.0.bb +++ b/recipes/python/python-dbus_0.83.0.bb @@ -3,20 +3,24 @@ 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 = "ml2" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" S = "${WORKDIR}/dbus-python-${PV}" -inherit distutils-base autotools pkgconfig +inherit distutils-base autotools_stage pkgconfig export BUILD_SYS export HOST_SYS -do_stage() { - autotools_stage_all -} +RDEPENDS_${PN} = "\ + python-io \ + python-lang \ + python-logging \ + python-threading \ + python-xml \ +" -RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" - -FILES_${PN}-dev += "${libdir}/pkgconfig +FILES_${PN}-dev += "\ + ${libdir}/pkgconfig \ +"