summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/drm/libdrm-armada_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm-armada_git.bb b/recipes-graphics/drm/libdrm-armada_git.bb
new file mode 100644
index 00000000..6912a77c
--- /dev/null
+++ b/recipes-graphics/drm/libdrm-armada_git.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Userspace interface to kernel DRM services"
2SECTION = "x11/base"
3LICENSE = "GPL2 & BSD"
4
5LIC_FILES_CHKSUM = "file://libdrm_lists.h;beginline=1;endline=25;md5=2af1df1026ba1d24c8e7c370e68ed198"
6
7DEPENDS = "libdrm"
8
9SRCREV = "6b461c163b0bd02c76b65d94cc2fb3767167bda8"
10PV = "0.1+git${SRCPV}"
11SRC_URI = "git://git.armlinux.org.uk/~rmk/libdrm-armada.git"
12
13inherit autotools pkgconfig
14
15S = "${WORKDIR}/git"