[oe-commits] Angus Ainslie : dillo: add ssl support

GIT User account git at amethyst.openembedded.net
Wed Apr 22 17:29:15 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: d18c949df088729e0af6dbecae3645bdd95f3bda
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d18c949df088729e0af6dbecae3645bdd95f3bda

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Apr 22 11:24:35 2009 -0600

dillo: add ssl support
fix RDEPENDS

---

 recipes/dillo/dillo_2.0.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/dillo/dillo_2.0.bb b/recipes/dillo/dillo_2.0.bb
index 44058ba..0c11ceb 100644
--- a/recipes/dillo/dillo_2.0.bb
+++ b/recipes/dillo/dillo_2.0.bb
@@ -2,11 +2,12 @@ SECTION = "x11/network"
 DESCRIPTION = "Lightweight gtk+2 browser."
 LICENSE = "GPL"
 DEPENDS = "fltk2"
-RDEPENDS = "gdk-pixbuf-loader-xpm"
+RDEPENDS = "gdk-pixbuf-loader-xpm fltk2"
 SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.bz2 \
          file://dillo.desktop \
          file://dillo.png \
          file://dillorc"
+PR="r1"
 
 PRIORITY = "optional"
 
@@ -16,6 +17,10 @@ inherit autotools pkgconfig
 
 EXTRA_EOCONF+="--enable-ssl"
 
+do_compile_prepend() {
+	sed -i "s|#undef ENABLE_SSL||" ${S}/dpi/https.c
+}
+	     
 do_install() {
 	install -d ${D}${bindir}
 	install -d ${D}${datadir}/applications





More information about the Openembedded-commits mailing list