diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-12-23 16:27:05 +0200 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-12-23 16:27:05 +0200 |
commit | d7a9a9dd6c1c8531a6e5d2ae32dc865f078e90a5 (patch) | |
tree | b4e9faa8c6184b7c6d8d9d999593dce8392db798 | |
parent | bcfa52043aaef910f0adb11f2ba12a39ef4a890e (diff) | |
download | meta-multitech-d7a9a9dd6c1c8531a6e5d2ae32dc865f078e90a5.tar.gz meta-multitech-d7a9a9dd6c1c8531a6e5d2ae32dc865f078e90a5.tar.bz2 meta-multitech-d7a9a9dd6c1c8531a6e5d2ae32dc865f078e90a5.zip |
Set AUTOREV for mtac 4.1.2
-rw-r--r-- | recipes-bsp/multitech/mtac_4.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac_4.1.2.bb b/recipes-bsp/multitech/mtac_4.1.2.bb index c6de690..49b97a7 100644 --- a/recipes-bsp/multitech/mtac_4.1.2.bb +++ b/recipes-bsp/multitech/mtac_4.1.2.bb @@ -9,7 +9,7 @@ DEPENDS = "virtual/kernel mts-io" INC_PR = "r0" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" -SRCREV = "${PV}" +SRCREV = "${AUTOREV}" # Some packages depend on mtac RPROVIDES_kernel-module-${PN} = "mtac" |