mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

- Use dbus 0.50 as opposed to 0.36 - Use svn versions of matchbox apps - Update matchbox svn packages - Add matchbox-common svn package - Build gtk tools with gconf git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
270 B
BlitzBasic
13 lines
270 B
BlitzBasic
include libmatchbox.inc
|
|
|
|
PV = "1.7cvs${CVSDATE}"
|
|
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}/
|
|
}
|