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