diff options
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb index 3cdcd324f4..98c901f678 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PV = "1.7+svnr${SRCREV}" | 3 | PV = "1.7+svnr${SRCREV}" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
8 | file://configure_fixes.patch;patch=1 \ | 8 | file://configure_fixes.patch;patch=1 \ |
9 | file://check.m4 \ | 9 | file://check.m4 \ |
10 | file://16bppfixes.patch;patch=1" | 10 | file://16bppfixes.patch;patch=1 \ |
11 | file://matchbox-start-fix.patch;patch=1" | ||
11 | 12 | ||
12 | S = "${WORKDIR}/libmatchbox" | 13 | S = "${WORKDIR}/libmatchbox" |
13 | 14 | ||