aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fstests
diff options
context:
space:
mode:
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"
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"