From bdd1e479e2ba0c91e82d4f4239146ef40f07ef9e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 21 Aug 2011 21:00:38 +0100 Subject: 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 --- recipes-qtopia/zauralign/zauralign_1.0.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-qtopia') 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() { -- cgit 1.2.3-korg