blob: d87eb091509dd11e1e472bc55efd8d79c10c06d6 (
plain)
1
2
3
4
5
6
7
8
9
|
require libmatchbox.inc
PR = "r0"
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}/
}
|