* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on source inspection.
Signed-off-by: Chase Maupin <[email protected]> --- recipes/shared-mime-info/shared-mime-info_0.51.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/shared-mime-info/shared-mime-info_0.51.bb b/recipes/shared-mime-info/shared-mime-info_0.51.bb index 1f0a3d2..b9c8671 100644 --- a/recipes/shared-mime-info/shared-mime-info_0.51.bb +++ b/recipes/shared-mime-info/shared-mime-info_0.51.bb @@ -1,7 +1,9 @@ require shared-mime-info.inc +LICENSE = "GPLv2" + DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native" -PR = "r2" +PR = "r3" do_install_append() { update-mime-database ${D}${datadir}/mime -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
