]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemugl: add license checksum
authorYu Ke <ke.yu@intel.com>
Thu, 25 Nov 2010 12:13:45 +0000 (20:13 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:47 +0000 (05:24 -0800)
also correct the license type according to the src

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-graphics/mesa/qemugl_git.bb

index 8f8929117c0c9745a8ca861e19e2067d48913706..19d655716f7902e88a084d94d2ba96bb7bbb7a22 100644 (file)
@@ -1,7 +1,9 @@
 DESCRIPTION = "QEMU i386 OpenGL passtrough"
 HOMEPAGE = "http://savannah.nongnu.org/projects/qemugl"
 SECTION = "x11/drivers"
-LICENSE = "GPL"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://opengl_client.c;beginline=4;endline=23;md5=a7dbe915be5fb5df8fd496f348ed9a05 \
+                    file://parse_mesa_get_c.c;befinline=4;endline=23;md5=a55f258f32720c9565a425a3956bcb5e"
 
 DEPENDS = "virtual/libx11 xproto glproto libxfixes"