diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-07-27 12:53:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 10:16:15 +0100 |
commit | f8b2e3f5ec2131e862edd273a9e767ed88323324 (patch) | |
tree | c744faae1740d7254d4ccf727b76fe3dc2003130 /meta/recipes-graphics/drm/libdrm.inc | |
parent | 9e1c7a81a345ce41c26be531ea9132de1f096ffc (diff) | |
download | poky-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.inc | 1 |
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." | |||
6 | HOMEPAGE = "http://dri.freedesktop.org" | 6 | HOMEPAGE = "http://dri.freedesktop.org" |
7 | SECTION = "x11/base" | 7 | SECTION = "x11/base" |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" | ||
9 | SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | 10 | SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" |
10 | PROVIDES = "drm" | 11 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs udev cairo" | 12 | DEPENDS = "libpthread-stubs udev cairo" |