]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxprintapputil:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Tue, 23 Nov 2010 06:10:45 +0000 (14:10 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 24 Nov 2010 00:46:49 +0000 (16:46 -0800)
Get the license checksum information from the /src/xpapputil.c

Signed-off-by: Mei Lei<lei.mei@intel.com>
meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb

index 3a24a888d1a7c40397805253e6d01b7211ef3c02..75723aa28915dbb2425d0afd41b81c4671af8b26 100644 (file)
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "Xprint job utility client library"
 DEPENDS += "libxp libxt libxprintutil"
 PR = "r1"
+LIC_FILES_CHKSUM = "file://src/xpapputil.c;beginline=2;endline=27;md5=be811cca90200613a672dc96206a767b"
 PE = "1"
 
 XORG_PN = "libXprintAppUtil"