summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-11-30 15:15:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 14:32:43 +0000
commit4aa17a32aa22abb04fc9870350269dbd348ec880 (patch)
tree778d07a5e1e54e2d3a673a586e5aa5ae4f3980b6 /meta/recipes-graphics/xorg-app/xev_1.2.0.bb
parent202f4ead95c3c5090864df6cb799a25f36996152 (diff)
downloadpoky-4aa17a32aa22abb04fc9870350269dbd348ec880.tar.gz
xorg-app: fix license segment md5sum boundary
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. (From OE-Core rev: 9f3f13a0f761bed4110ef1013d711c1678e03741) 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-graphics/xorg-app/xev_1.2.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xev_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
index 8d45e2e3de..5248ea19d7 100644
--- a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
@@ -1,5 +1,5 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=2f39a0038b59269c1e62efae64cfd056" 2LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=35;md5=2f39a0038b59269c1e62efae64cfd056"
3DESCRIPTION = "X Event Viewer" 3DESCRIPTION = "X Event Viewer"
4LICENSE = "MIT" 4LICENSE = "MIT"
5PE = "1" 5PE = "1"