diff options
author | John Klug <john.klug@multitech.com> | 2020-10-26 16:51:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-26 16:51:28 -0500 |
commit | 2f480dcefa229558b3966068fb71724f29378fae (patch) | |
tree | c6da7b949216888cbe533794c15dd7ceaf08b5ec | |
parent | 509344a9cfd68c832ce6a1d8df0478482f15cf57 (diff) | |
download | meta-multitech-2f480dcefa229558b3966068fb71724f29378fae.tar.gz meta-multitech-2f480dcefa229558b3966068fb71724f29378fae.tar.bz2 meta-multitech-2f480dcefa229558b3966068fb71724f29378fae.zip |
Add mtcdt3b depends and fix initialization error in command
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 4 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom_0.5.7.bb (renamed from recipes-bsp/multitech/mts-id-eeprom_0.5.6.bb) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index fc8de5d..d181ad6 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -6,6 +6,10 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" INC_PR = "r6" DEPENDS = "mts-io openssl" +DEPENDS_append_mtcdt3 = " mtcdt3b" +DEPENDS_append_mtcdt3hs = " mtcdt3b" +DEPENDS_append_mtcpmhs = " mtcdt3b" + RDEPENDS_${PN} =+ "bash" # mts-id-eeprom has been machine dependent since 3.3.12 diff --git a/recipes-bsp/multitech/mts-id-eeprom_0.5.6.bb b/recipes-bsp/multitech/mts-id-eeprom_0.5.7.bb index 12c32c4..12c32c4 100644 --- a/recipes-bsp/multitech/mts-id-eeprom_0.5.6.bb +++ b/recipes-bsp/multitech/mts-id-eeprom_0.5.7.bb |