From: Mei Lei Date: Thu, 2 Dec 2010 13:11:53 +0000 (+0800) Subject: fstests:Add license checksum and update the GPL information X-Git-Tag: 2011-1~3652 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32662fdfa37d008a8c12c87f8070819c76908443;p=openembedded-core.git fstests:Add license checksum and update the GPL information Add source file license checksum to bb file and update the "GPL" to "ZLIB" according to the license information Signed-off-by: Mei Lei --- diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index b4075212ee..241d6b94c6 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Various benchmarning tests for X" HOMEPAGE = "http://www.o-hand.com" SECTION = "devel" -LICENSE = "GPL" +LICENSE = "ZLIB" +LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" DEPENDS = "pango libxext libxft virtual/libx11 gtk+" PV = "0.0+svnr${SRCREV}" PR = "r1"