| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-57-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28175/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnome/gnome-mime-data_2.18.0.bb b/recipes/gnome/gnome-mime-data_2.18.0.bb index ee1b2f8..9837e35 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"
* 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> --- recipes/gnome/gnome-mime-data_2.18.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)