From dd3ef76fd74ea403b85018711a117b05bfc318ef Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 17 Sep 2010 12:36:37 -0500 Subject: use SRCPV for mts-io, mts-id-eeprom --- recipes/multitech/mts-id-eeprom_git.bb | 1 + recipes/multitech/mts-io_git.bb | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/multitech/mts-id-eeprom_git.bb b/recipes/multitech/mts-id-eeprom_git.bb index b5c1de288c..c6e5e3a936 100644 --- a/recipes/multitech/mts-id-eeprom_git.bb +++ b/recipes/multitech/mts-id-eeprom_git.bb @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.multitech.net/" SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPL" +PV = "${SRCPV}" PR = "r0" DEPENDS = "mts-io" diff --git a/recipes/multitech/mts-io_git.bb b/recipes/multitech/mts-io_git.bb index eb80c47079..1b915a3cdc 100644 --- a/recipes/multitech/mts-io_git.bb +++ b/recipes/multitech/mts-io_git.bb @@ -5,6 +5,10 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "virtual/kernel" RDEPENDS = "kernel (${KERNEL_VERSION})" +PV = "${SRCPV}" + +inherit module-base + PR = "r0" DEFAULT_PREFERENCE = "1" @@ -14,8 +18,6 @@ SRC_URI = " \ " S = "${WORKDIR}/git/io-module" -inherit module-base - EXTRA_OEMAKE = " -C ${STAGING_KERNEL_DIR} \ M=${S} \ modules \ -- cgit v1.2.3