summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fstests
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-12-07 17:19:57 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:10 +0000
commit31d804f320b10e7986ff6cb74bd9425cf5a6cdef (patch)
treeebe2a97b613977b2fffa5601ebdcf53d3ba078c7 /meta/recipes-graphics/fstests
parenta7f3a2fa27a0453bf7d0d6858b7527a3192c000c (diff)
downloadpoky-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.bb6
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"
2HOMEPAGE = "http://www.o-hand.com" 2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "ZLIB" 4LICENSE = "ZLIB"
5LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
6DEPENDS = "pango libxext libxft virtual/libx11 gtk+" 5DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
7PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
8PR = "r1" 7PR = "r0"
9 8
10inherit autotools 9inherit 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
21LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"