diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-15 11:45:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 10:40:32 +0000 |
commit | 9adf5c0db3d0a3dce0ba3f2a0e82cc96aed02286 (patch) | |
tree | b86efc089bc260fa98960f405ef7238875df8bc9 /meta/recipes-gnome/gtk-theme-torturer | |
parent | 98c8b625e98d854dd0c6d531eb7b9ae07461ef5f (diff) | |
download | poky-9adf5c0db3d0a3dce0ba3f2a0e82cc96aed02286.tar.gz |
gtk-theme-torturer: Fix license warning
WARNING: gtk-theme-torturer: No generic license file exists for: GPL in any provider
Talk with author of code and confirmed licnese, they will be adding COPYING upstream
(From OE-Core rev: 50daf595dd3f7c738f11c7314ac481b56d952fed)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk-theme-torturer')
-rw-r--r-- | meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb index 0643cb66fd..f5a398af7c 100644 --- a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb +++ b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Gtk+ Theme Benchmark Program" | |||
2 | DEPENDS = "gtk+" | 2 | DEPENDS = "gtk+" |
3 | HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC" | 3 | HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9" | 6 | LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9" |
7 | 7 | ||
8 | SRCREV = "99962ae39bb5aadb31929b25c58e1a053f9c9545" | 8 | SRCREV = "99962ae39bb5aadb31929b25c58e1a053f9c9545" |