summaryrefslogtreecommitdiffstats
path: root/recipes/dri
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-09 16:49:36 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-09 16:49:36 +0200
commitf39bf1b386f876aee67afe44006faafdf8db7705 (patch)
treeab46cae8efad660647ac037db6abcb7c3067aaa4 /recipes/dri
parent28dd4f870c5de61a1589d0e75c55a0d586aa9f64 (diff)
downloadopenembedded-f39bf1b386f876aee67afe44006faafdf8db7705.tar.gz
Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms"
This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
Diffstat (limited to 'recipes/dri')
-rw-r--r--recipes/dri/libdrm-glamo_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/dri/libdrm-glamo_git.bb b/recipes/dri/libdrm-glamo_git.bb
deleted file mode 100644
index 337cca9511..0000000000
--- a/recipes/dri/libdrm-glamo_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}