From 2360bfa2ab8bdbf3105f797511afaebbd5ab0042 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 7 Aug 2006 15:06:25 +0000 Subject: Add libmatchbox 1.9 bb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libmatchbox/libmatchbox_1.9.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/packages/libmatchbox/libmatchbox_1.9.bb (limited to 'meta/packages') diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb new file mode 100644 index 000000000..afcf05866 --- /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}/ +} -- cgit v1.2.3