diff options
author | Mei Lei <lei.mei@intel.com> | 2010-12-02 21:11:53 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:19 +0000 |
commit | 32662fdfa37d008a8c12c87f8070819c76908443 (patch) | |
tree | 5880fb0113893f88244f58b409f7e4f4bef09a73 /meta/recipes-graphics/fstests | |
parent | d1cd2fd60bc18c5df84a441266dbbe8c234aed5d (diff) | |
download | openembedded-core-32662fdfa37d008a8c12c87f8070819c76908443.tar.gz openembedded-core-32662fdfa37d008a8c12c87f8070819c76908443.tar.bz2 openembedded-core-32662fdfa37d008a8c12c87f8070819c76908443.zip |
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 <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-graphics/fstests')
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |