| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-8-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27687/ |
| State | Accepted |
| Commit | 18733ef759894f5337789b501e5384e6cd24d09f |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index dceb070..8e63e7e 100644 --- a/recipes/gnome/gnome-keyring_2.28.2.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "GNOME security credential management" -LICENSE = "GPL" +LICENSE = "GPLv2+ LGPLv2+ LGPLv2.1+" SECTION = "x11/gnome" DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" -PR = "r1" +PR = "r2" inherit gnome pkgconfig
* Updated LICENSE field version from generic GPL to GPLv2+, LGPLv2+, and LGPLv2.1+ 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-keyring_2.28.2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)