diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-12-07 17:19:57 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:10 +0000 |
commit | 31d804f320b10e7986ff6cb74bd9425cf5a6cdef (patch) | |
tree | ebe2a97b613977b2fffa5601ebdcf53d3ba078c7 /meta/recipes-graphics/fstests | |
parent | a7f3a2fa27a0453bf7d0d6858b7527a3192c000c (diff) | |
download | poky-31d804f320b10e7986ff6cb74bd9425cf5a6cdef.tar.gz |
fstests: upgrade to svn revision #426
Also add license checksums, update PR & license fields
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-graphics/fstests')
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_svn.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index 241d6b94c6..9d26e0723b 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb | |||
@@ -2,10 +2,9 @@ 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 = "ZLIB" | 4 | LICENSE = "ZLIB" |
5 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" | ||
6 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" | 5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" |
7 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
8 | PR = "r1" | 7 | PR = "r0" |
9 | 8 | ||
10 | inherit autotools | 9 | inherit autotools |
11 | 10 | ||
@@ -17,3 +16,6 @@ do_install() { | |||
17 | install -d ${D}${bindir} | 16 | install -d ${D}${bindir} |
18 | find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \; | 17 | find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \; |
19 | } | 18 | } |
19 | |||
20 | |||
21 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" | ||