From 4aa17a32aa22abb04fc9870350269dbd348ec880 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 30 Nov 2012 15:15:44 +0000 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xev_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xorg-app/xev_1.2.0.bb') 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 @@ 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" -- cgit v1.2.3-54-g00ecf