diff options
author | Galen Wetterling <wetterlg@openedhand.com> | 2008-08-06 17:30:04 +0000 |
---|---|---|
committer | Galen Wetterling <wetterlg@openedhand.com> | 2008-08-06 17:30:04 +0000 |
commit | 17606f8e06a470d99558381f0471442b3ca72f3b (patch) | |
tree | 4a04706dba06f41adfa1c9af2889be2a3ced2101 /meta/packages/matchbox-theme-sato | |
parent | 387c360ae4e4af04cac5c411ff45426a5d601cb4 (diff) | |
download | poky-17606f8e06a470d99558381f0471442b3ca72f3b.tar.gz |
Added support for the "qvga" MACHINE FEATURE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5023 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
3 | PV = "0.1+svnr${SRCREV}" | 3 | PV = "0.1+svnr${SRCREV}" |
4 | 4 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
6 | |||
7 | EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" | ||
8 | |||
6 | S = "${WORKDIR}/matchbox-sato" | 9 | S = "${WORKDIR}/matchbox-sato" |