[oe-commits] Martin Jansa : python-dbus: needs python-epydoc-native to build documentation

git version control git at git.openembedded.org
Wed Nov 4 22:02:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 689fad2143576d9f3387cf20f90c57fedc5d36f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=689fad2143576d9f3387cf20f90c57fedc5d36f2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov  4 23:01:13 2009 +0100

python-dbus: needs python-epydoc-native to build documentation

---

 recipes/python/python-dbus_0.83.0.bb         |    2 +-
 recipes/python/python-epydoc-native_3.0.1.bb |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-dbus_0.83.0.bb b/recipes/python/python-dbus_0.83.0.bb
index 02b73e6..5d6f249 100644
--- a/recipes/python/python-dbus_0.83.0.bb
+++ b/recipes/python/python-dbus_0.83.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
 SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
-DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
+DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native python-epydoc-native"
 PR = "ml2"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
diff --git a/recipes/python/python-epydoc-native_3.0.1.bb b/recipes/python/python-epydoc-native_3.0.1.bb
new file mode 100644
index 0000000..7f64f64
--- /dev/null
+++ b/recipes/python/python-epydoc-native_3.0.1.bb
@@ -0,0 +1,8 @@
+require python-epydoc_${PV}.bb
+DEPENDS = "python-native"
+inherit native
+
+do_stage() {
+	distutils_stage_all
+}
+





More information about the Openembedded-commits mailing list