diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-11 22:23:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-11 22:23:42 +0000 |
commit | 71969e2e7662ec11147a8ebb1d3a7d55f39a16ea (patch) | |
tree | d850648bb8bae8fe958ac3db003a1350c276dcb9 /meta/packages/libmatchbox/libmatchbox_1.7.bb | |
parent | 63e19b2629827229a9d3c963705171fd64d985ca (diff) | |
download | poky-71969e2e7662ec11147a8ebb1d3a7d55f39a16ea.tar.gz |
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.bb | 2 |
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 | ||
6 | do_configure_prepend () { | 6 | do_configure_prepend () { |
7 | mv ${WORKDIR}/check.m4 ${S}/ | 7 | cp ${WORKDIR}/check.m4 ${S}/ |
8 | } | 8 | } |