[oe-commits] Martin Jansa : glamo-dri-tests: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:01:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:33:02 2009 +0100

glamo-dri-tests: new recipe from SHR

---

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

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 0000000..0e6d731
--- /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"





More information about the Openembedded-commits mailing list