mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
@@ -4,5 +4,5 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.t
|
|||||||
file://check.m4"
|
file://check.m4"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
mv ${WORKDIR}/check.m4 ${S}/
|
cp ${WORKDIR}/check.m4 ${S}/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
require libmatchbox.inc
|
require libmatchbox.inc
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
|
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
|
||||||
file://16bppfixes.patch;patch=1 \
|
file://16bppfixes.patch;patch=1 \
|
||||||
file://check.m4"
|
file://configure_fixes.patch;patch=1 \
|
||||||
|
file://check.m4"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
mv ${WORKDIR}/check.m4 ${S}/
|
cp ${WORKDIR}/check.m4 ${S}/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,11 +3,13 @@ require libmatchbox.inc
|
|||||||
PV = "1.7+svnr${SRCREV}"
|
PV = "1.7+svnr${SRCREV}"
|
||||||
DEFAULT_PREFERENCE = "-1"
|
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://check.m4 \
|
||||||
file://16bppfixes.patch;patch=1"
|
file://16bppfixes.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/libmatchbox"
|
S = "${WORKDIR}/libmatchbox"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
mv ${WORKDIR}/check.m4 ${S}/
|
cp ${WORKDIR}/check.m4 ${S}/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user