diff options
author | Zhenhua Luo <b19537@freescale.com> | 2012-09-13 03:07:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-20 10:05:07 +0200 |
commit | e4080183ba9827e2e33f9286be062a4fab3c4f80 (patch) | |
tree | 0013be637793aa44a1b4d904cd973ccdcfa68319 /meta-oe/recipes-connectivity/libnfnetlink | |
parent | 6d93a88d6d70c3c165222776c30e5be20faca122 (diff) | |
download | meta-openembedded-e4080183ba9827e2e33f9286be062a4fab3c4f80.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/libnfnetlink')
-rw-r--r-- | meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb b/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb index 1ce5912dc..f4a65f0ab 100644 --- a/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb +++ b/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb | |||
@@ -7,7 +7,9 @@ HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html" | |||
7 | SECTION = "devel/libs" | 7 | SECTION = "devel/libs" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://Makefile.in;endline=13;md5=a44bb8f4c22793d55c5e879eec256702" | 10 | PR = "r1" |
11 | |||
12 | LIC_FILES_CHKSUM = "file://src/libnfnetlink.c;beginline=3;endline=11;md5=28bd3bf7f60a78101491eef6b9bb9eba" | ||
11 | 13 | ||
12 | SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}" | 14 | SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}" |
13 | SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" | 15 | SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" |