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 | openembedded-core-31d804f320b10e7986ff6cb74bd9425cf5a6cdef.tar.gz openembedded-core-31d804f320b10e7986ff6cb74bd9425cf5a6cdef.tar.bz2 openembedded-core-31d804f320b10e7986ff6cb74bd9425cf5a6cdef.zip |
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" HOMEPAGE = "http://www.o-hand.com" SECTION = "devel" 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" +PR = "r0" inherit autotools @@ -17,3 +16,6 @@ do_install() { install -d ${D}${bindir} find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \; } + + +LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" |