| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-26-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27597/ |
| State | Accepted |
| Commit | a0b7daad6faf6ff0a19aaf38c2271982a66606de |
| Headers | show |
Comments
Patch
diff --git a/recipes/libical/libical_0.44.bb b/recipes/libical/libical_0.44.bb index 272e07e..87e6c0c 100644 --- a/recipes/libical/libical_0.44.bb +++ b/recipes/libical/libical_0.44.bb @@ -1,8 +1,8 @@ DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical" SECTION = "libs" -LICENSE = "LGPL / MPL" -PR = "r0" +LICENSE = "LGPLv2.1 | MPL-1" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \ "
* Updated LICENSE field version from generic LGPL to LGPLv2v.1 or MPL-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/libical/libical_0.44.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)