aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 21:34:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:54:46 +0000
commitbc36eadd5dee7390977629358cab3f13d6ddcf5c (patch)
tree639b4dbfc0761444ccdda87a9d17f1cdec8864bd /meta/recipes-extended/iptables
parent029965a3e8263ec11d9a5f1bfbb8152ae4a1aea3 (diff)
downloadopenembedded-core-bc36eadd5dee7390977629358cab3f13d6ddcf5c.tar.gz
iptables: fix license segment md5sum boundary
Replaced incorrect "firstline" with correct "beginline" for telling where license segment in file begins. Old md5sum was calculated from the beginning of the file, not from beginning of the license segment. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/iptables')
-rw-r--r--meta/recipes-extended/iptables/iptables_1.4.16.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.16.3.bb b/meta/recipes-extended/iptables/iptables_1.4.16.3.bb
index 37665a0b71..448748b5b2 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.16.3.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.16.3.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.netfilter.org/"
BUGTRACKER = "http://bugzilla.netfilter.org/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\
- file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef"
+ file://iptables/iptables.c;beginline=13;endline=25;md5=c5cffd09974558cf27d0f763df2a12dc"
PR = "r0"