[oe-commits] Martin Jansa : shr/merge: Add glamo-dri-tests

git version control git at git.openembedded.org
Fri Oct 30 20:31:16 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2316366dfd4ecf5278f9527591d844572eab2ed6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2316366dfd4ecf5278f9527591d844572eab2ed6

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Oct 30 11:07:08 2009 +0000

shr/merge: Add glamo-dri-tests

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/glamo-dri-tests/glamo-dri-tests_git.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/glamo-dri-tests/glamo-dri-tests_git.bb b/recipes/glamo-dri-tests/glamo-dri-tests_git.bb
new file mode 100644
index 0000000..0e6d731
--- /dev/null
+++ b/recipes/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"





More information about the Openembedded-commits mailing list