aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dri
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2009-10-09 03:04:25 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-09 16:19:06 +0200
commit117ec4def4dff7abad394279698e1ddaef9407a7 (patch)
tree5527c23afb3b2b2edcd423ad8f5f2c60dfcb4a14 /recipes/dri
parent0fe7e7da98b3d84a584a04821b8503c3c408f523 (diff)
downloadopenembedded-117ec4def4dff7abad394279698e1ddaef9407a7.tar.gz
Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/dri')
-rw-r--r--recipes/dri/libdrm-glamo_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/dri/libdrm-glamo_git.bb b/recipes/dri/libdrm-glamo_git.bb
new file mode 100644
index 0000000000..337cca9511
--- /dev/null
+++ b/recipes/dri/libdrm-glamo_git.bb
@@ -0,0 +1,17 @@
+SECTION = "x11/base"
+LICENSE = "MIT"
+SRC_URI = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
+PROVIDES = "drm"
+DEPENDS = "libpthread-stubs virtual/kernel"
+
+PV=2.4.4+gitr${SRCPV}
+
+DEFAULT_PREFERENCE = "-1"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}