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 15:23:29 +0100 |
| commit | 5a606efa34f494df8184da886bdd5f7e0dfcd639 (patch) | |
| tree | fbf8298e0f9b269a67b10926d725290289b3576b /meta/recipes-devtools/pseudo/pseudo_git.bb | |
| parent | 044853350b3eff5342e23d6d4fe03e0ef0a9b66a (diff) | |
| download | poky-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-devtools/pseudo/pseudo_git.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index d15eb155d1..2b9fe70a93 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -4,6 +4,8 @@ SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d" | |||
| 4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.0+git${SRCPV}" |
| 5 | PR = "r18" | 5 | PR = "r18" |
| 6 | 6 | ||
| 7 | DEFAULT_PREFERENCE = "-1" | ||
| 8 | |||
| 7 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 9 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
| 8 | file://static_sqlite.patch" | 10 | file://static_sqlite.patch" |
| 9 | 11 | ||
