mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@592 311d38ba-8fff-0310-9ca6-ca027cbcb966
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}/
|
|
}
|