aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 10:53:23 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:21:18 -0500
commitce31212afee49c3cc90b14d52b191b57cc417a89 (patch)
treedab730066f9c995cdec7780bd52a4676bb46b730
parentfbb4831d033a7d0d265bbf6a1cf63e9a0f728c1a (diff)
downloadopenembedded-ce31212afee49c3cc90b14d52b191b57cc417a89.tar.gz
libdaemon: Update LICENSE field version to LGPLv2.1
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes/libdaemon/libdaemon_0.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libdaemon/libdaemon_0.13.bb b/recipes/libdaemon/libdaemon_0.13.bb
index 3ad47dda23..0ff13a4568 100644
--- a/recipes/libdaemon/libdaemon_0.13.bb
+++ b/recipes/libdaemon/libdaemon_0.13.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "libdaemon is a lightweight C library that eases the writing of UN
SECTION = "libs"
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
-LICENSE = "LGPL"
-PR = "r0"
+LICENSE = "LGPLv2.1+"
+PR = "r1"
SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz"