qemugl: add license checksum

also correct the license type according to the src

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-11-25 20:13:45 +08:00 committed by Richard Purdie
parent e8127b7c9a
commit 05c4828721
1 changed files with 3 additions and 1 deletions

View 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"