blob: 7900d4e0857f4781ef687e0cb6348e05f007601a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libmatchbox.inc
PR = "r2"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://svn-explicit-types.patch;patch=1 \
file://svn-autofu-xsettings.patch;patch=1 \
file://svn-code-misc-xsettings.patch;patch=1 \
file://check.m4"
do_configure_prepend () {
mv ${WORKDIR}/check.m4 ${S}/
}
|