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