From patchwork Mon May 21 14:29:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [60/70] libdaemon: Update LICENSE field version to LGPLv2.1 Date: Mon, 21 May 2012 14:29:59 -0000 From: chase maupin X-Patchwork-Id: 28183 Message-Id: <1337610609-1173-61-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"