diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-25 20:13:45 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:47 -0800 |
commit | 05c4828721e3eccc0bbd9a2e699804aaabee7e42 (patch) | |
tree | 1236d6347e6c3394e8b43b92d6024a62611b61a6 /meta/recipes-graphics/mesa | |
parent | e8127b7c9ad12711b6cf1616d2b3b73a1cf15788 (diff) | |
download | poky-05c4828721e3eccc0bbd9a2e699804aaabee7e42.tar.gz |
qemugl: add license checksum
also correct the license type according to the src
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/qemugl_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | DESCRIPTION = "QEMU i386 OpenGL passtrough" | 1 | DESCRIPTION = "QEMU i386 OpenGL passtrough" |
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/qemugl" | 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/qemugl" |
3 | SECTION = "x11/drivers" | 3 | SECTION = "x11/drivers" |
4 | LICENSE = "GPL" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://opengl_client.c;beginline=4;endline=23;md5=a7dbe915be5fb5df8fd496f348ed9a05 \ | ||
6 | file://parse_mesa_get_c.c;befinline=4;endline=23;md5=a55f258f32720c9565a425a3956bcb5e" | ||
5 | 7 | ||
6 | DEPENDS = "virtual/libx11 xproto glproto libxfixes" | 8 | DEPENDS = "virtual/libx11 xproto glproto libxfixes" |
7 | 9 | ||