From: David-John Willis Date: Mon, 14 Dec 2009 11:45:12 +0000 (+0000) Subject: libgles2d: Bump SRCREV and define _PANDORA_ in the build. X-Git-Tag: Release-2010-05/1~136 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=4bdf13041433c30943cc7317ecaedc36a4ccda60 libgles2d: Bump SRCREV and define _PANDORA_ in the build. --- diff --git a/recipes/libgles2d/libgles2d_git.bb b/recipes/libgles2d/libgles2d_git.bb index 57d6d45..a18ea19 100644 --- a/recipes/libgles2d/libgles2d_git.bb +++ b/recipes/libgles2d/libgles2d_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libsdl libgles-omap3" -PR = "r3" +PR = "r4" PARALLEL_MAKE = "" @@ -11,13 +11,15 @@ SRC_URI = " \ git://github.com/Cpasjuste/GLES2D.git;protocol=git;branch=master \ " -SRCREV = "42280c1013f5815277104ed57622fbec075f3d12" +SRCREV = "0abc732054cbe3cc3da38a6a7503d9d37b02d164" S = "${WORKDIR}/git/src" TARGET_CC_ARCH += "${LDFLAGS}" TARGET_CFLAGS += "-Wall -I./include" +CFLAGS += "-D_PANDORA_" + do_compile_prepend() { cd ${S}/ }