summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fstests
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-12-02 21:11:53 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:19 +0000
commit32662fdfa37d008a8c12c87f8070819c76908443 (patch)
tree5880fb0113893f88244f58b409f7e4f4bef09a73 /meta/recipes-graphics/fstests
parentd1cd2fd60bc18c5df84a441266dbbe8c234aed5d (diff)
downloadpoky-32662fdfa37d008a8c12c87f8070819c76908443.tar.gz
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.bb3
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 @@
1DESCRIPTION = "Various benchmarning tests for X" 1DESCRIPTION = "Various benchmarning tests for X"
2HOMEPAGE = "http://www.o-hand.com" 2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPL" 4LICENSE = "ZLIB"
5LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
5DEPENDS = "pango libxext libxft virtual/libx11 gtk+" 6DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
6PV = "0.0+svnr${SRCREV}" 7PV = "0.0+svnr${SRCREV}"
7PR = "r1" 8PR = "r1"