| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:30 p.m. |
| Message ID | <1337610609-1173-66-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28181/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb index e67132f..a2db6a6 100644 --- a/recipes/neon/neon_0.25.5.bb +++ b/recipes/neon/neon_0.25.5.bb @@ -1,10 +1,10 @@ DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." HOMEPAGE = "http://www.webdav.org/neon" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2+" DEPENDS = "zlib libxml2 expat time gnutls" -PR = "r4" +PR = "r5" SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ file://gnutls-force-and-detect.patch \
* Updated LICENSE field version from generic LGPL to 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/neon/neon_0.25.5.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)