]> code.ossystems Code Review - openembedded-core.git/commitdiff
Added support for the "qvga" MACHINE FEATURE
authorGalen Wetterling <wetterlg@openedhand.com>
Wed, 6 Aug 2008 17:30:04 +0000 (17:30 +0000)
committerGalen Wetterling <wetterlg@openedhand.com>
Wed, 6 Aug 2008 17:30:04 +0000 (17:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5023 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb

index 2641edca6548d90bd34932d463856b94e7fba5f0..16dc9cb15d7f2e365b96bcfa54b4b5071efd032e 100644 (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"