blob: 9a49853fe1c0a9c6d9d9aa33317b095cf301f238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include libmatchbox.inc
#Remove the dash below when 1.7 changes in PV
PV = "1.7+cvs-${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}/
}
|