]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-app: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Fri, 30 Nov 2012 15:15:44 +0000 (15:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 14:19:23 +0000 (14:19 +0000)
Replaced incorrect "startline" with correct "beginline" for telling
where license segment in file begins. This change has no effect on
md5sum as license segments from the beginning of the file.

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>
meta/recipes-graphics/xorg-app/xev_1.2.0.bb

index 8d45e2e3de0c4599ab048758d0ae89d51a7d14da..5248ea19d7c5445702508758755af13076c2c58f 100644 (file)
@@ -1,5 +1,5 @@
 require xorg-app-common.inc
-LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=2f39a0038b59269c1e62efae64cfd056"
+LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=35;md5=2f39a0038b59269c1e62efae64cfd056"
 DESCRIPTION = "X Event Viewer"
 LICENSE = "MIT"
 PE = "1"