From: Martin Jansa Date: Fri, 8 Oct 2010 11:16:45 +0000 (+0200) Subject: mokomaze: oe-stylize X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e8e81d7d82087cd10c9ee125bd6059dab2968e;p=openembedded.git mokomaze: oe-stylize Signed-off-by: Martin Jansa --- diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb index 110b2aa98d..89ada2b61f 100644 --- a/recipes/mokomaze/mokomaze_0.5.5.bb +++ b/recipes/mokomaze/mokomaze_0.5.5.bb @@ -6,22 +6,17 @@ LICENSE = "GPLv3" DEPENDS = "libsdl-ttf libsdl-image ode" RDEPENDS_${PN} = "ttf-liberation-mono libpng" RDEPENDS_${PN}_shr = "ttf-liberation-mono libpng fsoraw" +PV = "0.5.5+git8" +PR = "r4" -PR="r4" -PV="0.5.5+git8" - - -SRC_URI="http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz" - +SRC_URI = "http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz" SRC_URI_append_shr = " file://fsoraw.patch" +SRC_URI[md5sum] = "f4e1dbd444b4049c361f9c1c3d40d32b" +SRC_URI[sha256sum] = "515d842b79a2c34f5789fa10110bc9d7b15c65a7b1fa623131a1e03599fe7362" inherit autotools -EXTRA_OECONF="FONTDIR=${datadir}/fonts/truetype --enable-rgb-swap" +EXTRA_OECONF = "FONTDIR=${datadir}/fonts/truetype --enable-rgb-swap" # needed for ode LDFLAGS += "-lstdc++" - - -SRC_URI[md5sum] = "f4e1dbd444b4049c361f9c1c3d40d32b" -SRC_URI[sha256sum] = "515d842b79a2c34f5789fa10110bc9d7b15c65a7b1fa623131a1e03599fe7362"