From: Galen Wetterling Date: Wed, 6 Aug 2008 17:30:04 +0000 (+0000) Subject: Added support for the "qvga" MACHINE FEATURE X-Git-Tag: 2011-1~8482 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=17606f8e06a470d99558381f0471442b3ca72f3b;p=openembedded-core.git Added support for the "qvga" MACHINE FEATURE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5023 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb index 2641edca65..16dc9cb15d 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb @@ -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"