diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-01 04:17:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-01 04:37:23 +0200 |
commit | a56bff13b9d22b608352501fbb3ef124e7147bda (patch) | |
tree | d0e2be82d0a6ad1827f1e656508aed3266b5bded /meta-oe | |
parent | fcbb1d26f1c0fb4a92601731f5bd0bc71ff6789c (diff) | |
download | meta-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.inc | 2 |
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 | ||
33 | RRECOMMENDS_${PN} += "glib-networking" | ||
34 | |||
33 | TARGET_CC_ARCH += "${LDFLAGS}" | 35 | TARGET_CC_ARCH += "${LDFLAGS}" |