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
This commit is contained in:
Richard Purdie 2007-11-11 22:23:42 +00:00
parent 63e19b2629
commit 71969e2e76
3 changed files with 9 additions and 6 deletions

View File

@ -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}/
}

View File

@ -1,11 +1,12 @@
require libmatchbox.inc
PR = "r4"
PR = "r5"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://16bppfixes.patch;patch=1 \
file://check.m4"
file://configure_fixes.patch;patch=1 \
file://check.m4"
do_configure_prepend () {
mv ${WORKDIR}/check.m4 ${S}/
cp ${WORKDIR}/check.m4 ${S}/
}

View File

@ -3,11 +3,13 @@ require libmatchbox.inc
PV = "1.7+svnr${SRCREV}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fixes.patch;patch=1 \
file://check.m4 \
file://16bppfixes.patch;patch=1"
S = "${WORKDIR}/libmatchbox"
do_configure_prepend () {
mv ${WORKDIR}/check.m4 ${S}/
cp ${WORKDIR}/check.m4 ${S}/
}