From 05c4828721e3eccc0bbd9a2e699804aaabee7e42 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 25 Nov 2010 20:13:45 +0800 Subject: qemugl: add license checksum also correct the license type according to the src Signed-off-by: Yu Ke --- meta/recipes-graphics/mesa/qemugl_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb index 8f8929117c..19d655716f 100644 --- a/meta/recipes-graphics/mesa/qemugl_git.bb +++ b/meta/recipes-graphics/mesa/qemugl_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf