diff options
Diffstat (limited to 'recipes-bsp/multitech')
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.7.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb index c5b725d..cfd630b 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb @@ -9,6 +9,7 @@ DEPENDS = "virtual/kernel mtac mts-io" RDEPENDS_${PN} = "kernel-module-mtac" INC_PR = "r1" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" diff --git a/recipes-bsp/multitech/mtac_4.0.7.bb b/recipes-bsp/multitech/mtac_4.0.7.bb index d2639c5..b032a9a 100644 --- a/recipes-bsp/multitech/mtac_4.0.7.bb +++ b/recipes-bsp/multitech/mtac_4.0.7.bb @@ -9,7 +9,7 @@ DEPENDS = "virtual/kernel mts-io" INC_PR = "r0" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" -# SRCREV = "${PV}" +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" |