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