aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dri/libdrm-glamo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dri/libdrm-glamo_git.bb')
-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
-}