[oe-commits] Thomas Zimmermann : Midori: Fix depencies for buildings docs

git version control git at git.openembedded.org
Wed Sep 16 19:29:29 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 38dd42000ab4cd590a97a79e270afa9d80b75672
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=38dd42000ab4cd590a97a79e270afa9d80b75672

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Sep 16 08:27:53 2009 +0000

Midori: Fix depencies for buildings docs

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/gtk-webcore/midori_0.1.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gtk-webcore/midori_0.1.10.bb b/recipes/gtk-webcore/midori_0.1.10.bb
index c5c776c..d8101d4 100644
--- a/recipes/gtk-webcore/midori_0.1.10.bb
+++ b/recipes/gtk-webcore/midori_0.1.10.bb
@@ -1,13 +1,13 @@
 require midori.inc
 
-DEPENDS += "python-native librsvg"
+DEPENDS += "python-native librsvg python-docutils-native"
 
 SRC_URI = "\
 	http://archive.xfce.org/src/apps/midori/0.1/midori-${PV}.tar.bz2\
 	file://ua-iphone-0.1.10.patch;patch=1\
 "
 
-PR = "r0"
+PR = "r1"
 
 CC += "-lstdc++"
 





More information about the Openembedded-commits mailing list