mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
271 B
BlitzBasic
13 lines
271 B
BlitzBasic
include libmatchbox.inc
|
|
|
|
PV = "1.7+svn${SRCDATE}"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\
|
|
file://check.m4"
|
|
S = "${WORKDIR}/libmatchbox"
|
|
|
|
do_configure_prepend () {
|
|
mv ${WORKDIR}/check.m4 ${S}/
|
|
}
|