diff options
author | John Klug <john.klug@multitech.com> | 2017-04-24 13:18:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-04-24 13:18:28 -0500 |
commit | c858b73b3f1f8b906c35cb5755cf62ebaae88a7a (patch) | |
tree | 7e2837727bb328386ad7e8f0c612cb2380de9dd3 /recipes-bsp | |
parent | 21f9e742d18318033de7f31c8558ca0b87baf410 (diff) | |
download | meta-multitech-c858b73b3f1f8b906c35cb5755cf62ebaae88a7a.tar.gz meta-multitech-c858b73b3f1f8b906c35cb5755cf62ebaae88a7a.tar.bz2 meta-multitech-c858b73b3f1f8b906c35cb5755cf62ebaae88a7a.zip |
mts-id-eeprom requires openssl libcrypt
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 3e6974b..a61557b 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -5,7 +5,7 @@ PRIORITY = "optional" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" INC_PR = "r0" -DEPENDS = "mts-io" +DEPENDS = "mts-io openssl" SRCREV = "8801af07013ddfdf517d42bb50a21ebfad621460" |