[oe-commits] Zhenhua Luo : libnfnetlink: use a correct LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Thu Sep 20 08:12:39 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: e4080183ba9827e2e33f9286be062a4fab3c4f80
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e4080183ba9827e2e33f9286be062a4fab3c4f80

Author: Zhenhua Luo <b19537 at freescale.com>
Date:   Thu Sep 13 03:07:07 2012 +0000

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 at freescale.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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 1ce5912..f4a65f0 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"
 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"





More information about the Openembedded-commits mailing list