aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 10:47:49 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:21:10 -0500
commiteb79d25b6731441fdbec60f2d748d288008504b4 (patch)
treee43dec7745e7ac9f171f2729a3be1cba417f63c1
parente4638392df571dc8717eda05e5e5848f2676c98e (diff)
downloadopenembedded-eb79d25b6731441fdbec60f2d748d288008504b4.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>
-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"