blob: 01106d593b6d7855db102843277982e44f633355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require libmatchbox.inc
PV = "1.9+git${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \
file://configure_fixes.patch;patch=1 \
file://check.m4 \
file://16bppfixes.patch;patch=1 \
file://matchbox-start-fix.patch;patch=1"
S = "${WORKDIR}/git"
do_configure_prepend () {
cp ${WORKDIR}/check.m4 ${S}/
}
|