summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-10-01 04:17:11 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-01 04:37:23 +0200
commita56bff13b9d22b608352501fbb3ef124e7147bda (patch)
treed0e2be82d0a6ad1827f1e656508aed3266b5bded /meta-oe
parentfcbb1d26f1c0fb4a92601731f5bd0bc71ff6789c (diff)
downloadmeta-openembedded-a56bff13b9d22b608352501fbb3ef124e7147bda.tar.gz
midori: added RRECOMMENDS glib-networking
When trying to open https://.. midori complains with: TLS/SSL support not available; install glib-networking Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/midori/midori.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/midori/midori.inc b/meta-oe/recipes-connectivity/midori/midori.inc
index 60fd03e82..2221134a0 100644
--- a/meta-oe/recipes-connectivity/midori/midori.inc
+++ b/meta-oe/recipes-connectivity/midori/midori.inc
@@ -30,4 +30,6 @@ do_install() {
30 oe_runmake DESTDIR=${D} install 30 oe_runmake DESTDIR=${D} install
31} 31}
32 32
33RRECOMMENDS_${PN} += "glib-networking"
34
33TARGET_CC_ARCH += "${LDFLAGS}" 35TARGET_CC_ARCH += "${LDFLAGS}"