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 | |
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>
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_svn.bb | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 60f2f0608e..87ce2c3a1f 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -43,7 +43,7 @@ SRCREV_pn-eglibc-initial ??= "${EGLIBCREV}" | |||
43 | SRCREV_pn-eglibc-nativesdk ??= "${EGLIBCREV}" | 43 | SRCREV_pn-eglibc-nativesdk ??= "${EGLIBCREV}" |
44 | SRCREV_pn-eglibc-initial-nativesdk ??= "${EGLIBCREV}" | 44 | SRCREV_pn-eglibc-initial-nativesdk ??= "${EGLIBCREV}" |
45 | SRCREV_pn-exmap-console ??= "405" | 45 | SRCREV_pn-exmap-console ??= "405" |
46 | SRCREV_pn-fstests ??= "266" | 46 | SRCREV_pn-fstests ??= "426" |
47 | SRCREV_pn-gaku ??= "399" | 47 | SRCREV_pn-gaku ??= "399" |
48 | SRCREV_pn-gconf-dbus ??= "705" | 48 | SRCREV_pn-gconf-dbus ??= "705" |
49 | SRCREV_pn-gconf-dbus-native ??= "705" | 49 | SRCREV_pn-gconf-dbus-native ??= "705" |
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" | ||