Browse Source

libtalloc: fix for LIC_FILES_CHKSUM

Use the source files instead of common-licenses

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Jackie Huang 7 years ago
parent
commit
00143971da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb

+ 2 - 2
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"