summaryrefslogtreecommitdiffstats
path: root/meta/packages/libmatchbox/libmatchbox_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libmatchbox/libmatchbox_1.7.bb')
-rw-r--r--meta/packages/libmatchbox/libmatchbox_1.7.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox_1.7.bb b/meta/packages/libmatchbox/libmatchbox_1.7.bb
new file mode 100644
index 0000000000..afcf058663
--- /dev/null
+++ b/meta/packages/libmatchbox/libmatchbox_1.7.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}/
+}