summaryrefslogtreecommitdiff
path: root/meta/packages/libmatchbox/libmatchbox_1.7.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-11 22:23:42 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-11 22:23:42 +0000
commit71969e2e7662ec11147a8ebb1d3a7d55f39a16ea (patch)
treed850648bb8bae8fe958ac3db003a1350c276dcb9 /meta/packages/libmatchbox/libmatchbox_1.7.bb
parent63e19b2629827229a9d3c963705171fd64d985ca (diff)
downloadopenembedded-core-71969e2e7662ec11147a8ebb1d3a7d55f39a16ea.tar.gz
openembedded-core-71969e2e7662ec11147a8ebb1d3a7d55f39a16ea.tar.bz2
openembedded-core-71969e2e7662ec11147a8ebb1d3a7d55f39a16ea.tar.xz
openembedded-core-71969e2e7662ec11147a8ebb1d3a7d55f39a16ea.zip
libmatchbox: Fix so reconfiguring works (cp, not mv files). Add configure patch to generate better .pc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3112 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 52b320d66..be6d1884d 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
file://check.m4"
do_configure_prepend () {
- mv ${WORKDIR}/check.m4 ${S}/
+ cp ${WORKDIR}/check.m4 ${S}/
}