From 2ce8c5b66ff40942f0db0a859d954e0d70a278ef Mon Sep 17 00:00:00 2001 From: James Maki Date: Tue, 18 May 2010 14:13:21 -0500 Subject: give git recipes a higher preference --- recipes/multitech/helloworld-autotools_git.bb | 2 +- recipes/multitech/mts-io_git.bb | 2 +- recipes/multitech/sms-utils_git.bb | 2 +- recipes/multitech/u-boot-linux-utils_git.bb | 2 +- recipes/multitech/upgrade-reboot_git.bb | 2 +- recipes/multitech/venus-gps_git.bb | 2 +- 6 files changed, 6 insertions(+), 6 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" diff --git a/recipes/multitech/mts-io_git.bb b/recipes/multitech/mts-io_git.bb index e56005f964..fe559e8e66 100644 --- a/recipes/multitech/mts-io_git.bb +++ b/recipes/multitech/mts-io_git.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "virtual/kernel" RDEPENDS = "kernel (${KERNEL_VERSION})" PV = "${SRCPV}" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" SRC_URI = " \ file://mts-io.init \ diff --git a/recipes/multitech/sms-utils_git.bb b/recipes/multitech/sms-utils_git.bb index a0df010ccc..fa89aafe35 100644 --- a/recipes/multitech/sms-utils_git.bb +++ b/recipes/multitech/sms-utils_git.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "libesmtp libyaml" PV = "${SRCPV}" PR = "r0" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git;tag=master" S = "${WORKDIR}/git" diff --git a/recipes/multitech/u-boot-linux-utils_git.bb b/recipes/multitech/u-boot-linux-utils_git.bb index 9c4c9cc801..126153223b 100644 --- a/recipes/multitech/u-boot-linux-utils_git.bb +++ b/recipes/multitech/u-boot-linux-utils_git.bb @@ -5,7 +5,7 @@ PRIORITY = "optional" LICENSE = "GPL" PV = "${SRCPV}" PR = "r0" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" DEPENDS = "mtd-utils" diff --git a/recipes/multitech/upgrade-reboot_git.bb b/recipes/multitech/upgrade-reboot_git.bb index c24456322f..049026516a 100644 --- a/recipes/multitech/upgrade-reboot_git.bb +++ b/recipes/multitech/upgrade-reboot_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/upgrade-reboot.git;protocol=git;tag=master" S = "${WORKDIR}/git" diff --git a/recipes/multitech/venus-gps_git.bb b/recipes/multitech/venus-gps_git.bb index 67cb22abab..e34025a8aa 100644 --- a/recipes/multitech/venus-gps_git.bb +++ b/recipes/multitech/venus-gps_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/venus-gps.git;protocol=git;tag=master" S = "${WORKDIR}/git" -- cgit v1.2.3