diff options
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 76eaaa0..fc8de5d 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -4,7 +4,7 @@ SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -INC_PR = "r5" +INC_PR = "r6" DEPENDS = "mts-io openssl" RDEPENDS_${PN} =+ "bash" @@ -17,6 +17,7 @@ DEPENDS_append_mtcdt3hs = " mtcdt3b" TARGET_CFLAGS_append_mtcdt3 = " -D MTCDT3B" TARGET_CFLAGS_append_mtcdt3hs = " -D MTCDT3B" +TARGET_CFLAGS_append_mtcpmhs = " -D MTCDT3B" SRCREV = "${PV}" |