libnfnetlink: use a correct LIC_FILES_CHKSUM

The current LIC_FILES_CHKSUM checks the copyright/license from the
    generated Makefile.in, this is not correct.
    Since there is no seperated license/copying file, this fixes it to
    use license content in src/libnfnetlink.c instead.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Zhenhua Luo
2012-09-13 03:07:07 +00:00
committed by Koen Kooi
parent 6d93a88d6d
commit e4080183ba
@@ -7,7 +7,9 @@ HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
SECTION = "devel/libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Makefile.in;endline=13;md5=a44bb8f4c22793d55c5e879eec256702"
PR = "r1"
LIC_FILES_CHKSUM = "file://src/libnfnetlink.c;beginline=3;endline=11;md5=28bd3bf7f60a78101491eef6b9bb9eba"
SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}"
SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"