From f8b2e3f5ec2131e862edd273a9e767ed88323324 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 27 Jul 2012 12:53:37 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/drm/libdrm.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/drm/libdrm.inc') 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." HOMEPAGE = "http://dri.freedesktop.org" SECTION = "x11/base" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" PROVIDES = "drm" DEPENDS = "libpthread-stubs udev cairo" -- cgit v1.2.3-54-g00ecf