From: Matthew Allum Date: Mon, 7 Aug 2006 15:06:25 +0000 (+0000) Subject: Add libmatchbox 1.9 bb X-Git-Tag: 2011-1~12805 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2360bfa2ab8bdbf3105f797511afaebbd5ab0042;p=openembedded-core.git Add libmatchbox 1.9 bb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb new file mode 100644 index 0000000000..afcf058663 --- /dev/null +++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb @@ -0,0 +1,8 @@ +include libmatchbox.inc + +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}/ +}