diff options
Diffstat (limited to 'packages/libmatchbox/libmatchbox_1.6.bb')
-rw-r--r-- | packages/libmatchbox/libmatchbox_1.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libmatchbox/libmatchbox_1.6.bb b/packages/libmatchbox/libmatchbox_1.6.bb index 3db7db47f0..e3e62c5d3a 100644 --- a/packages/libmatchbox/libmatchbox_1.6.bb +++ b/packages/libmatchbox/libmatchbox_1.6.bb @@ -3,7 +3,8 @@ include libmatchbox.inc PR = "r1" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ - file://check.m4" + file://check.m4 \ + file://fix-configure-for-1.9.patch;patch=1" do_configure_prepend () { mv ${WORKDIR}/check.m4 ${S}/ |