summaryrefslogtreecommitdiff
path: root/recipes/multitech/helloworld-autotools_git.bb
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-05-18 14:13:21 -0500
committerJames Maki <jmaki@multitech.com>2010-05-18 14:13:21 -0500
commit2ce8c5b66ff40942f0db0a859d954e0d70a278ef (patch)
tree80be610976045298f5798ba00a7667961083b515 /recipes/multitech/helloworld-autotools_git.bb
parent9fdb160b85a994763fe874c4249c00b8988aca2e (diff)
give git recipes a higher preference
Diffstat (limited to 'recipes/multitech/helloworld-autotools_git.bb')
-rw-r--r--recipes/multitech/helloworld-autotools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/multitech/helloworld-autotools_git.bb b/recipes/multitech/helloworld-autotools_git.bb
index 86af4007f3..c5da912498 100644
--- a/recipes/multitech/helloworld-autotools_git.bb
+++ b/recipes/multitech/helloworld-autotools_git.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "1"
SRC_URI = "git://git.multitech.net/helloworld-autotools.git;protocol=git;tag=master"
S = "${WORKDIR}/git"