blob: 5eb5effccf8054eccbf2450a656c77c2fb4e08ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require libmatchbox.inc
PR = "r6"
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://reset-sigchld.patch;patch=1 \
file://check.m4\
"
do_configure_prepend () {
cp ${WORKDIR}/check.m4 ${S}/
}
SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f"
SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea"
|