[oe-commits] [meta-openembedded] 02/21: libtalloc: fix for LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Thu Oct 20 19:12:54 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 00143971da7c3c68bf47ef0a1e6c9f2f5311432f
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Sep 21 13:41:02 2016 +0800

    libtalloc: fix for LIC_FILES_CHKSUM
    
    Use the source files instead of common-licenses
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
index 7c85ab3..483dbda 100644
--- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
+++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb
@@ -6,8 +6,8 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+"
 DEPENDS += "libaio libbsd"
 
 SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
-                    file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
+LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \
+                    file://pytalloc.h;beginline=1;endline=18;md5=2c498cc6f2263672483237b20f46b43d"
 
 SRC_URI[md5sum] = "6fb70af4174330e4cc139ea63b07c9e9"
 SRC_URI[sha256sum] = "22d14911164d4de67ff76b5269fa5250d01f78c955bc77e28615350996877130"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list