aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wt/wt3.inc
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-12 19:36:26 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-12 19:36:26 +0100
commit3e5ac9a9cbeb39714fbb9d25f8d1d3da27c6ff43 (patch)
tree06615e69511f06bdce2d3c4aaad11bd5d897d289 /recipes/wt/wt3.inc
parenta6cbed9c4bbadf484d0251026029e16a499a7d2f (diff)
downloadopenembedded-3e5ac9a9cbeb39714fbb9d25f8d1d3da27c6ff43.tar.gz
wt3: build outside the source tree
this builds wt3 outside the source tree. not doing so is not the recommended solution and actually breaks in 3.1.0 fixed it to use a build dir while at it also inlined the checksums and removed them from checksums.ini Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/wt/wt3.inc')
-rw-r--r--recipes/wt/wt3.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/wt/wt3.inc b/recipes/wt/wt3.inc
index 1734212f63..db4e95dcbb 100644
--- a/recipes/wt/wt3.inc
+++ b/recipes/wt/wt3.inc
@@ -5,12 +5,12 @@ LICENSE = "GPL"
HOMEPAGE = "http://www.webtoolkit.eu/wt"
DEPENDS = "boost zlib openssl"
-INC_PR = "r0"
+INC_PR = "r1"
# package wt3 is for wt 2.99 and wt 3.*
# the api of these versions is incompatible with 2.*
-SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz;name=tarball \
file://ext.patch;patch=1 \
file://wgooglemap.patch;patch=1"
@@ -21,9 +21,11 @@ FILES_${PN}-dev += "${datadir}/cmake-2.*"
S = "${WORKDIR}/wt-${PV}"
+OECMAKE_BUILDPATH = "build"
+
inherit cmake
+
EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \
- -DUseQt4=0 \
+ -DUseQt4=0 ../ \
"
-