diff options
Diffstat (limited to 'packages/libmatchbox/libmatchbox_1.9.bb')
-rw-r--r-- | packages/libmatchbox/libmatchbox_1.9.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/packages/libmatchbox/libmatchbox_1.9.bb b/packages/libmatchbox/libmatchbox_1.9.bb index a0c5e272c0..b462dc5aca 100644 --- a/packages/libmatchbox/libmatchbox_1.9.bb +++ b/packages/libmatchbox/libmatchbox_1.9.bb @@ -1,11 +1,13 @@ require libmatchbox.inc +PR = "r6" -PR = "r5" - -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ - file://16bppfixes.patch;patch=1 \ - file://configure_fixes.patch;patch=1 \ - file://check.m4" +SRC_URI = "\ + http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ + file://16bppfixes.patch;patch=1 \ + file://configure_fixes.patch;patch=1 \ + file://reset-sigchld.patch;patch=1 \ + file://check.m4\ +" do_configure_prepend () { cp ${WORKDIR}/check.m4 ${S}/ |