]> code.ossystems Code Review - openembedded-core.git/commitdiff
apmd: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Tue, 15 Jan 2013 19:36:46 +0000 (21:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:47 +0000 (11:54 +0000)
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>
meta/recipes-bsp/apmd/apmd_3.2.2-14.bb

index 9847c49b7bd33e73b85987902e31c23bfeb98002..d025387c3dfcda9de7f4a7ed12c49b757958bb7e 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE = "http://apenwarr.ca/apmd/"
 SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-                    file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769"
+                    file://apm.h;beginline=6;endline=18;md5=7d4acc1250910a89f84ce3cc6557c4c2"
 DEPENDS = "libtool-cross"
 PR = "r2"