aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:30:04 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:29:02 +0100
commitbd20f8362fb880edd330135ddfc1a2480a8d2dc2 (patch)
treefad3eead8c5f05986022e8a5976a28fb8f6742ad
parent7f9bbbfc06283ef665d35ed82f160161b2413a0c (diff)
downloadopenembedded-bd20f8362fb880edd330135ddfc1a2480a8d2dc2.tar.gz
neon: Update LICENSE field version to LGPLv2
* 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> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/neon/neon_0.25.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb
index e67132f054..a2db6a6efa 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 \