libmatchbox: update to 1.8
authorKoen Kooi <koen@openembedded.org>
Tue, 7 Mar 2006 20:46:57 +0000 (20:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 7 Mar 2006 20:46:57 +0000 (20:46 +0000)
packages/libmatchbox/libmatchbox_1.8.bb [new file with mode: 0644]

diff --git a/packages/libmatchbox/libmatchbox_1.8.bb b/packages/libmatchbox/libmatchbox_1.8.bb
new file mode 100644 (file)
index 0000000..1dfcb0a
--- /dev/null
@@ -0,0 +1,9 @@
+include libmatchbox.inc
+PR = "r0"
+
+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}/
+}