diff options
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.7.bb | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb index 8795722..c5b725d 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb @@ -10,7 +10,8 @@ RDEPENDS_${PN} = "kernel-module-mtac" INC_PR = "r1" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" -SRCREV = "${AUTOREV}" +# AUTOREV breaks mLinux source tarballs in Thud +# SRCREV = "${AUTOREV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" diff --git a/recipes-bsp/multitech/mtac_4.0.7.bb b/recipes-bsp/multitech/mtac_4.0.7.bb index eed06a7..d2639c5 100644 --- a/recipes-bsp/multitech/mtac_4.0.7.bb +++ b/recipes-bsp/multitech/mtac_4.0.7.bb @@ -10,7 +10,9 @@ INC_PR = "r0" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" # SRCREV = "${PV}" -SRCREV = "${AUTOREV}" + +# AUTOREV breaks mLinux source tarballs in Thud +# SRCREV = "${AUTOREV}" # Some packages depend on mtac RPROVIDES_kernel-module-${PN} = "mtac" |