[oe-commits] Andreas Müller : midori: add librsvg-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 10 16:05:40 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 8a9e1dc63d9aadb3da17edfd31da9ccf833bfeb1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8a9e1dc63d9aadb3da17edfd31da9ccf833bfeb1

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Mar 21 20:10:19 2012 +0000

midori: add librsvg-native to DEPENDS

configure found rsvg-convert on host:
...
Checking for program rsvg-convert           : /usr/bin/rsvg-convert
...

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-connectivity/midori/midori_0.4.4.bb    |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
index 87855b1..a408d73 100644
--- a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
+++ b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
@@ -2,7 +2,9 @@ DESCRIPTION = "Midori is a lightweight web browser."
 HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
-DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native python-docutils-native"
+DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native python-docutils-native librsvg-native"
+
+PR = "r1"
 
 SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
           "





More information about the Openembedded-commits mailing list