summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm.inc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-07-27 12:53:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-29 10:16:15 +0100
commitf8b2e3f5ec2131e862edd273a9e767ed88323324 (patch)
treec744faae1740d7254d4ccf727b76fe3dc2003130 /meta/recipes-graphics/drm/libdrm.inc
parent9e1c7a81a345ce41c26be531ea9132de1f096ffc (diff)
downloadpoky-f8b2e3f5ec2131e862edd273a9e767ed88323324.tar.gz
libdrm: Put the license md5sum in the common include
With this, libdrm_git now does have LIC_FILES_CHKSUM as well. (From OE-Core rev: ff86dba803ea4a8c66be57113e33de8ac92a21d1) Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r--meta/recipes-graphics/drm/libdrm.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc
index e9ca2f9231..5ddab855cb 100644
--- a/meta/recipes-graphics/drm/libdrm.inc
+++ b/meta/recipes-graphics/drm/libdrm.inc
@@ -6,6 +6,7 @@ accelerated OpenGL drivers."
6HOMEPAGE = "http://dri.freedesktop.org" 6HOMEPAGE = "http://dri.freedesktop.org"
7SECTION = "x11/base" 7SECTION = "x11/base"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
9SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" 10SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
10PROVIDES = "drm" 11PROVIDES = "drm"
11DEPENDS = "libpthread-stubs udev cairo" 12DEPENDS = "libpthread-stubs udev cairo"