summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-09-17 12:36:37 -0500
committerJesse Gilles <jgilles@multitech.com>2010-09-17 12:36:37 -0500
commitdd3ef76fd74ea403b85018711a117b05bfc318ef (patch)
tree19f41bc1355796f0978514fab5237bb98c41692c
parent030289bfe4d2a6fd3e8cf5e37c6f183241cfe952 (diff)
use SRCPV for mts-io, mts-id-eeprom
-rw-r--r--recipes/multitech/mts-id-eeprom_git.bb1
-rw-r--r--recipes/multitech/mts-io_git.bb6
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 \