From e5594285a20957152dd725e5182a1fcc5caff7b4 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 17 Apr 2013 18:56:32 +0300 Subject: [PATCH] extreme tux racer: use separate builddir Signed-off-by: Marko Lindqvist --- recipes-games/etr/etr_svn.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-games/etr/etr_svn.bb b/recipes-games/etr/etr_svn.bb index c8b7e10..759ee70 100644 --- a/recipes-games/etr/etr_svn.bb +++ b/recipes-games/etr/etr_svn.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SECTION = "games" -PR = "r0" +PR = "r1" SRCREV = "261" SRC_URI = "svn://svn.code.sf.net/p/extremetuxracer/code/;module=trunk" @@ -18,5 +18,6 @@ SRC_URI[sha256sum] = "b20c0c0d6138e589b359be49546a034ca4f8deeba2c0b99a894333d306 DEPENDS = "libsdl libglu" S = "${WORKDIR}/trunk" +B = "${WORKDIR}/build" inherit autotools