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>
This commit is contained in:
Richard Purdie 2011-05-11 10:23:46 +01:00
parent 044853350b
commit 5a606efa34
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d"
PV = "1.0+git${SRCPV}"
PR = "r18"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
file://static_sqlite.patch"

View File

@ -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)}"