[yocto] [meta-baryon][PATCH 4/4] talloc: specify the version of LGPL and include the license text

Kevin Strasser kevin.strasser at linux.intel.com
Thu Sep 27 17:31:11 PDT 2012


talloc is made available under version 3 (or later) of the LGPL.

This change fixes the following warning:

"WARNING: talloc: No generic license file exists for: LGPL in any provider"

Signed-off-by: Kevin Strasser <kevin.strasser at linux.intel.com>
---
 recipes-support/talloc/talloc_2.0.1.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-support/talloc/talloc_2.0.1.bb b/recipes-support/talloc/talloc_2.0.1.bb
index a69bd40..5a3eba2 100644
--- a/recipes-support/talloc/talloc_2.0.1.bb
+++ b/recipes-support/talloc/talloc_2.0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Hierarchical, reference counted memory pool system with destructors"
 HOMEPAGE = "http://talloc.samba.org"
-LICENSE = "LGPL"
-LIC_FILES_CHKSUM = "file://NEWS;md5=5fe776b23a711c9153ee94bc87e47334"
+LICENSE = "LGPL-3.0+"
+LIC_FILES_CHKSUM = "file://talloc.h;beginline=4;endline=25;md5=e437634499a4434b4a24518195ff357d"
 
 inherit autotools pkgconfig
 
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "5b810527405f29d54f50efd78bf2c89e318f2cd8bed001f22f2a1412fd
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-PR = "r1"
+PR = "r2"
 
 # autoreconf doesn't work well while reconfiguring included libreplace
 do_configure () {
-- 
1.7.9.5




More information about the yocto mailing list