diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-05 13:47:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-07 08:52:55 +0100 |
commit | 21a9066b1b0934e21d58ab088c600dd2797e2050 (patch) | |
tree | 1775ed4f299fefa751144ba636e603f6963c1d76 /meta/recipes-support | |
parent | 6c19e22c1306ae4a5a20ea7a27d5de77388e9a60 (diff) | |
download | poky-21a9066b1b0934e21d58ab088c600dd2797e2050.tar.gz |
shared-mime-info: fix license statement
The freedesktop.org.xml data and the update-mime-database tool are both GPLv2 as
per COPYING, so change LICENSE to GPLv2.
test-mime-magic.c is LGPLv2+ but we don't install that so isn't relevant.
(From OE-Core rev: 4ca838097c43755e19f8ffc66436f9ad773fcd39)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/shared-mime-info/shared-mime-info.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc index 1f51225b0e..344da7ea77 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc +++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "Shared MIME type database and specification" | |||
2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info" | 2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | LICENSE = "LGPLv2+" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native" | 8 | DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native" |