aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wvstreams/wvstreams_4.4.1.bb
diff options
context:
space:
mode:
authorKirtika Ruchandani <kirtibr@gmail.com>2009-08-07 20:32:18 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-07 20:32:18 -0700
commitedf9505ccc3f9cad77a5660ed60eb35b20bb9a2f (patch)
tree8662db77314f8a838897e6ccd140bee5d5aacbd9 /recipes/wvstreams/wvstreams_4.4.1.bb
parent02772d7a0d41f1c7c0574692ac8cec8129ac0c99 (diff)
downloadopenembedded-edf9505ccc3f9cad77a5660ed60eb35b20bb9a2f.tar.gz
wvstreams_4.4.1.bb: Make it compilable with gcc 4.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/wvstreams/wvstreams_4.4.1.bb')
-rw-r--r--recipes/wvstreams/wvstreams_4.4.1.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/wvstreams/wvstreams_4.4.1.bb b/recipes/wvstreams/wvstreams_4.4.1.bb
index 8cf1d1b5eb..6aeefc7502 100644
--- a/recipes/wvstreams/wvstreams_4.4.1.bb
+++ b/recipes/wvstreams/wvstreams_4.4.1.bb
@@ -1,12 +1,17 @@
HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
LICENSE = "LGPL"
DESCRIPTION = "WvStreams is a network programming library in C++"
-DEPENDS = "zlib openssl (>= 0.9.8)"
+#DEPENDS = "zlib openssl (>= 0.9.8)"
+DEPENDS = "zlib openssl"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
- file://build-fixes-and-sanity.patch;patch=1 "
+ file://build-fixes-and-sanity.patch;patch=1 \
+ file://dont-forget-header.patch;patch=1 \
+ file://gcc4.3.patch;patch=1 \
+ "
+
inherit autotools pkgconfig