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.9.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.9.bb')
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox_1.9.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb index 03be54a075..a0c5e272c0 100644 --- a/meta/packages/libmatchbox/libmatchbox_1.9.bb +++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r5" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | 6 | file://16bppfixes.patch;patch=1 \ |
7 | file://check.m4" | 7 | file://configure_fixes.patch;patch=1 \ |
8 | file://check.m4" | ||
8 | 9 | ||
9 | do_configure_prepend () { | 10 | do_configure_prepend () { |
10 | mv ${WORKDIR}/check.m4 ${S}/ | 11 | cp ${WORKDIR}/check.m4 ${S}/ |
11 | } | 12 | } |