diff options
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb index 1d7d9c8f44..fb554b85f3 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PR = "r7" | 3 | PR = "r8" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | 6 | file://16bppfixes.patch;patch=1 \ |
7 | file://configure_fixes.patch;patch=1 \ | 7 | file://configure_fixes.patch;patch=1 \ |
8 | file://check.m4" | 8 | file://check.m4 \ |
9 | file://matchbox-start-fix.patch;patch=1" | ||
9 | 10 | ||
10 | do_configure_prepend () { | 11 | do_configure_prepend () { |
11 | cp ${WORKDIR}/check.m4 ${S}/ | 12 | cp ${WORKDIR}/check.m4 ${S}/ |