aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:55 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:27:28 +0100
commitb9ddfcb26d232963b03017c44315f7e2e0dc966e (patch)
tree74e26185cb4af60ac1aff5d29587874d51d9feb0
parent04deabd294b27481343f6b1e90244595d1e0d0cc (diff)
downloadopenembedded-b9ddfcb26d232963b03017c44315f7e2e0dc966e.tar.gz
gnome-mime-data: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 and GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/gnome/gnome-mime-data_2.18.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-mime-data_2.18.0.bb b/recipes/gnome/gnome-mime-data_2.18.0.bb
index ee1b2f87de..9837e35096 100644
--- a/recipes/gnome/gnome-mime-data_2.18.0.bb
+++ b/recipes/gnome/gnome-mime-data_2.18.0.bb
@@ -1,9 +1,9 @@
-LICENSE = "GPL"
+LICENSE = "GPLv2 GPLv2+"
inherit gnome
DEPENDS += "shared-mime-info intltool-native"
RDEPENDS_${PN} = "shared-mime-info"
-PR = "r1"
+PR = "r2"
FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc"