summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-theme-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 10:23:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 15:23:29 +0100
commit5a606efa34f494df8184da886bdd5f7e0dfcd639 (patch)
treefbf8298e0f9b269a67b10926d725290289b3576b /meta/recipes-sato/matchbox-theme-sato
parent044853350b3eff5342e23d6d4fe03e0ef0a9b66a (diff)
downloadpoky-5a606efa34f494df8184da886bdd5f7e0dfcd639.tar.gz
matchbox-theme-sato/pseudo: Add DEFAULT_PREFERENCE = -1 for SCM recipes
(From OE-Core rev: a246715e5cc6222844ff7aeb5008127ce5925db7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb
index bb610b5f74..776d802c4e 100644
--- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb
+++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb
@@ -4,6 +4,8 @@ SRCREV = "90"
4PV = "0.1+svnr${SRCPV}" 4PV = "0.1+svnr${SRCPV}"
5PR = "r0" 5PR = "r0"
6 6
7DEFAULT_PREFERENCE = "-1"
8
7SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" 9SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
8 10
9EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" 11EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}"