summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 21:36:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:37 +0000
commita2375f49e19f93e651ea65a8ead5bf70060c13c4 (patch)
tree982030bf9e5cf5cfaeea77bd75a8682061abbb7a /meta/recipes-bsp
parent06a0d4a0256c252fa9cc6d6a151facfb8e67e8b9 (diff)
downloadpoky-a2375f49e19f93e651ea65a8ead5bf70060c13c4.tar.gz
apmd: 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: 0ada16fe509d9a8608c05d16666243c8ebe4d3b3) 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-bsp')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index 9847c49b7b..d025387c3d 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://apenwarr.ca/apmd/"
6SECTION = "base" 6SECTION = "base"
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
9 file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769" 9 file://apm.h;beginline=6;endline=18;md5=7d4acc1250910a89f84ce3cc6557c4c2"
10DEPENDS = "libtool-cross" 10DEPENDS = "libtool-cross"
11PR = "r2" 11PR = "r2"
12 12