From patchwork Mon May 14 16:10:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [59/69] libdaemon: Update LICENSE field version Date: Mon, 14 May 2012 16:10:24 -0000 From: chase maupin X-Patchwork-Id: 27659 Message-Id: <1337011834-24879-60-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- recipes/libdaemon/libdaemon_0.13.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libdaemon/libdaemon_0.13.bb b/recipes/libdaemon/libdaemon_0.13.bb index 3ad47dd..0ff13a4 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 " 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"