aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmatchbox/libmatchbox_1.6.bb
blob: e3e62c5d3a8b97f7111198c252e274044a213a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
include libmatchbox.inc

PR = "r1"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
	   file://check.m4 \
	   file://fix-configure-for-1.9.patch;patch=1"

do_configure_prepend () {
	mv ${WORKDIR}/check.m4 ${S}/
}