The .m4 file has no details but the upstream project is clearly GPLv2 so update the LICENSE file to match.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-gnome/gtk-doc/gtk-doc.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb index 765304e..3147d4a 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc.bb @@ -4,7 +4,7 @@ It is used for generating the documentation for GTK+, GLib \ and GNOME." SECTION = "x11/base" SRC_URI = "file://gtk-doc.m4" -LICENSE = "LGPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e" PR = "r4" -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
