diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-20 11:45:17 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-20 11:45:17 +0200 |
| commit | 05f0d6768a22488d8ad89c3cee63b8b994e0f75f (patch) | |
| tree | e908f1430e8ac86f4dd6917463ea919e958e3789 /recipes/python | |
| parent | b59c344423e531716b8714d3c39d7bcc43f0498a (diff) | |
| parent | 9fd4558c02a7046dcdf54eeccfc6682d9d11f04f (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python')
| -rw-r--r-- | recipes/python/python-dbus_0.83.0.bb | 20 |
1 files changed, 12 insertions, 8 deletions
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 \ +" |
