mirror of
https://git.yoctoproject.org/poky
synced 2026-06-17 06:19:56 +00:00
3d08b9f2c6
Signed-off-by: Saul Wold <sgw@linux.intel.com>
17 lines
501 B
BlitzBasic
17 lines
501 B
BlitzBasic
require libmatchbox.inc
|
|
|
|
PR = "r8"
|
|
|
|
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 \
|
|
file://matchbox-start-fix.patch;patch=1"
|
|
|
|
SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f"
|
|
SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea"
|
|
|
|
do_configure_prepend () {
|
|
cp ${WORKDIR}/check.m4 ${S}/
|
|
}
|