| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-60-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27659/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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 <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"
* 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> --- recipes/libdaemon/libdaemon_0.13.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)