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-28 11:16:34 +0100 |
commit | ff86dba803ea4a8c66be57113e33de8ac92a21d1 (patch) | |
tree | 9d40f54e70117340f283f6b16d9dc8585c56fe9f /meta/recipes-graphics/drm | |
parent | ed49240504e6ebbe294ba3b7c20c13308bb2768e (diff) | |
download | openembedded-core-contrib-ff86dba803ea4a8c66be57113e33de8ac92a21d1.tar.gz |
libdrm: Put the license md5sum in the common include
With this, libdrm_git now does have LIC_FILES_CHKSUM as well.
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')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.35.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index e9ca2f9231c..5ddab855cb2 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" diff --git a/meta/recipes-graphics/drm/libdrm_2.4.35.bb b/meta/recipes-graphics/drm/libdrm_2.4.35.bb index 9d9ada143f9..58ee4491ad1 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.35.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.35.bb @@ -1,7 +1,5 @@ require libdrm.inc -LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" - PR = "${INC_PR}.0" SRC_URI += "file://installtests.patch \ |