From: Martin Jansa Date: Wed, 18 Nov 2009 08:33:02 +0000 (+0100) Subject: glamo-dri-tests: new recipe from SHR X-Git-Tag: Release-2010-05/1~1648^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb;p=openembedded.git glamo-dri-tests: new recipe from SHR --- diff --git a/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb b/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb new file mode 100644 index 0000000000..0e6d731bb2 --- /dev/null +++ b/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb @@ -0,0 +1,17 @@ +DEPENDS = "libdrm virtual/libx11 libxext" + +PV = "1.0.0+gitr${SRCPV}" + +SRC_URI = "git://git.bitwiz.org.uk/glamo-dri-tests.git;protocol=git;branch=master" + +inherit pkgconfig + +do_compile_prepend() { + export CROSS_CFLAGS=`pkg-config --cflags libdrm_glamo` +} + +do_install() { + PREFIX=${D}/usr make install +} + +S = "${WORKDIR}/git"