mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
1a5ae6aad2
commit
00143971da
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user