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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox_1.7.bb b/meta/packages/libmatchbox/libmatchbox_1.7.bb
index 52b320d661..be6d1884d6 100644
--- a/meta/packages/libmatchbox/libmatchbox_1.7.bb
+++ b/meta/packages/libmatchbox/libmatchbox_1.7.bb
@@ -4,5 +4,5 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.t
4 file://check.m4" 4 file://check.m4"
5 5
6do_configure_prepend () { 6do_configure_prepend () {
7 mv ${WORKDIR}/check.m4 ${S}/ 7 cp ${WORKDIR}/check.m4 ${S}/
8} 8}