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>
This commit is contained in:
Nitin A Kamble 2010-12-07 17:19:57 -08:00 committed by Richard Purdie
parent a7f3a2fa27
commit 31d804f320
2 changed files with 5 additions and 3 deletions

View File

@ -43,7 +43,7 @@ SRCREV_pn-eglibc-initial ??= "${EGLIBCREV}"
SRCREV_pn-eglibc-nativesdk ??= "${EGLIBCREV}"
SRCREV_pn-eglibc-initial-nativesdk ??= "${EGLIBCREV}"
SRCREV_pn-exmap-console ??= "405"
SRCREV_pn-fstests ??= "266"
SRCREV_pn-fstests ??= "426"
SRCREV_pn-gaku ??= "399"
SRCREV_pn-gconf-dbus ??= "705"
SRCREV_pn-gconf-dbus-native ??= "705"

View File

@ -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"