[oe-commits] Damien Lespiau : libdrm: Put the license md5sum in the common include

git at git.openembedded.org git at git.openembedded.org
Sat Jul 28 10:24:10 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: ff86dba803ea4a8c66be57113e33de8ac92a21d1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ff86dba803ea4a8c66be57113e33de8ac92a21d1

Author: Damien Lespiau <damien.lespiau at intel.com>
Date:   Fri Jul 27 12:53:37 2012 +0100

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 at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/drm/libdrm.inc       |    1 +
 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 e9ca2f9..5ddab85 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 9d9ada1..58ee449 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 \





More information about the Openembedded-commits mailing list