blob: bb610b5f74169f08f292a9d261ee1f28bd99d072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require matchbox-theme-sato.inc
SRCREV = "90"
PV = "0.1+svnr${SRCPV}"
PR = "r0"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}"
S = "${WORKDIR}/matchbox-sato"
|