aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 21:00:38 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 21:00:38 +0100
commitbdd1e479e2ba0c91e82d4f4239146ef40f07ef9e (patch)
treeca0fde5ebd71ec3879793c7adaa7be167f7e1994 /recipes-qtopia
parentf0856d4bf5beba86271b45781ff0ba68c40bfb25 (diff)
downloadmeta-opie-bdd1e479e2ba0c91e82d4f4239146ef40f07ef9e.tar.gz
zauralign: disable debugging to fix compilation
Compilation was failing due to use of legacy header "stream.h", however the easiest way to fix it was to disable debugging within the source. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-rw-r--r--recipes-qtopia/zauralign/zauralign_1.0.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qtopia/zauralign/zauralign_1.0.2.bb b/recipes-qtopia/zauralign/zauralign_1.0.2.bb
index 94d3eda..8e89847 100644
--- a/recipes-qtopia/zauralign/zauralign_1.0.2.bb
+++ b/recipes-qtopia/zauralign/zauralign_1.0.2.bb
@@ -3,10 +3,14 @@ board fighting against new pieces which appear after each move."
SECTION = "opie/games"
LICENSE = "GPL"
+PR = "r1"
+
SRC_URI = "http://sources.openembedded.org/zauralign-${PV}.tar.gz"
S = "${WORKDIR}/zauralign"
inherit palmtop
+
+TARGET_CFLAGS += "-DNO_DEBUG"
export OE_QMAKE_LINK="${CXX}"
do_install() {