summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fstests/fstests_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/fstests/fstests_svn.bb')
-rw-r--r--meta/recipes-graphics/fstests/fstests_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb
index efa5c1fa22..3c0d7b0b12 100644
--- a/meta/recipes-graphics/fstests/fstests_svn.bb
+++ b/meta/recipes-graphics/fstests/fstests_svn.bb
@@ -4,11 +4,12 @@ SECTION = "devel"
4LICENSE = "ZLIB" 4LICENSE = "ZLIB"
5DEPENDS = "pango libxext libxft virtual/libx11 gtk+" 5DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
6PV = "0.0+svnr${SRCPV}" 6PV = "0.0+svnr${SRCPV}"
7PR = "r0" 7PR = "r1"
8 8
9inherit autotools 9inherit autotools
10 10
11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http" 11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http \
12 file://dso_linking_change_build_fix.patch"
12 13
13S = "${WORKDIR}/fstests/tests" 14S = "${WORKDIR}/fstests/tests"
14 15