mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
9 lines
193 B
BlitzBasic
9 lines
193 B
BlitzBasic
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}/
|
|
}
|