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 | |
parent | d1cd2fd60bc18c5df84a441266dbbe8c234aed5d (diff) | |
download | poky-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')
-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 @@ | |||
1 | DESCRIPTION = "Various benchmarning tests for X" | 1 | DESCRIPTION = "Various benchmarning tests for X" |
2 | HOMEPAGE = "http://www.o-hand.com" | 2 | HOMEPAGE = "http://www.o-hand.com" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPL" | 4 | LICENSE = "ZLIB" |
5 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" | ||
5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" | 6 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" |
6 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r1" | 8 | PR = "r1" |