mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3112 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
306 B
BlitzBasic
13 lines
306 B
BlitzBasic
require libmatchbox.inc
|
|
|
|
PR = "r5"
|
|
|
|
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
|
|
file://16bppfixes.patch;patch=1 \
|
|
file://configure_fixes.patch;patch=1 \
|
|
file://check.m4"
|
|
|
|
do_configure_prepend () {
|
|
cp ${WORKDIR}/check.m4 ${S}/
|
|
}
|