summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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:57:36 +0000
commitd23be09a3031196c8ed374163d78c02c5131336c (patch)
tree2a613012351dd3893d22b17e7b3d28b4dc52c908 /meta/recipes-extended
parent87f778fc57c5aa51bdc4208504d9608f9f1a7f24 (diff)
downloadpoky-d23be09a3031196c8ed374163d78c02c5131336c.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. (From OE-Core rev: bc36eadd5dee7390977629358cab3f13d6ddcf5c) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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/"
5BUGTRACKER = "http://bugzilla.netfilter.org/" 5BUGTRACKER = "http://bugzilla.netfilter.org/"
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\ 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\
8 file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef" 8 file://iptables/iptables.c;beginline=13;endline=25;md5=c5cffd09974558cf27d0f763df2a12dc"
9 9
10PR = "r0" 10PR = "r0"
11 11