Added support for the "qvga" MACHINE FEATURE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5023 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Galen Wetterling 2008-08-06 17:30:04 +00:00
parent 387c360ae4
commit 17606f8e06
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@ require matchbox-theme-sato.inc
PV = "0.1+svnr${SRCREV}"
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"