Add libmatchbox 1.9 bb
authorMatthew Allum <mallum@openedhand.com>
Mon, 7 Aug 2006 15:06:25 +0000 (15:06 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 7 Aug 2006 15:06:25 +0000 (15:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libmatchbox/libmatchbox_1.9.bb [new file with mode: 0644]

diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb
new file mode 100644 (file)
index 0000000..afcf058
--- /dev/null
@@ -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}/
+}