blob: be6d1884d68ea5d57c5f5e45b3d1226fb677fb46 (
plain)
1
2
3
4
5
6
7
8
|
require libmatchbox.inc
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
file://check.m4"
do_configure_prepend () {
cp ${WORKDIR}/check.m4 ${S}/
}
|