| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-9-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27709/ |
| State | Accepted |
| Commit | 2cde95803b97198f58f329422023ebd0b76f87a4 |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnome/gnome-vfs_2.24.1.bb b/recipes/gnome/gnome-vfs_2.24.1.bb index 268a219..7d797cf 100644 --- a/recipes/gnome/gnome-vfs_2.24.1.bb +++ b/recipes/gnome/gnome-vfs_2.24.1.bb @@ -1,9 +1,9 @@ -LICENSE = "GPL" +LICENSE = "GPLv2+ LGPLv2+" DEPENDS = "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib gtk-doc-native" RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" # Some legacy packages will require gnome-mime-data to be installed, but use of # it is deprecated. -PR = "r3" +PR = "r4" inherit gnome
* Updated LICENSE field version from generic GPL to GPLv2+ and LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/gnome/gnome-vfs_2.24.1.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)