diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 10:23:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 10:48:59 +0100 |
commit | a246715e5cc6222844ff7aeb5008127ce5925db7 (patch) | |
tree | dbb590f0cbcb7e67fc621d62f74ed0d26d4bde35 /meta/recipes-sato | |
parent | 805f29dfa6637313051142a041054fdcfb5e559f (diff) | |
download | openembedded-core-a246715e5cc6222844ff7aeb5008127ce5925db7.tar.gz openembedded-core-a246715e5cc6222844ff7aeb5008127ce5925db7.tar.bz2 openembedded-core-a246715e5cc6222844ff7aeb5008127ce5925db7.zip |
matchbox-theme-sato/pseudo: Add DEFAULT_PREFERENCE = -1 for SCM recipes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb | 2 |
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" PV = "0.1+svnr${SRCPV}" PR = "r0" +DEFAULT_PREFERENCE = "-1" + 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)}" |