1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 03:20:47 +00:00
Files

9 lines
193 B
BlitzBasic

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}/
}