diff options
author | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-24 14:41:03 -0600 |
---|---|---|
committer | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-24 14:41:03 -0600 |
commit | 326c4373cfd26e4438fa67a56df9fcadb1195d6f (patch) | |
tree | ec39182da96c3f3be9b4835178d2c44e85190733 | |
parent | 3aa6fa307425933c3e73ffa713f58cb60650ccc4 (diff) | |
download | meta-multitech-326c4373cfd26e4438fa67a56df9fcadb1195d6f.tar.gz meta-multitech-326c4373cfd26e4438fa67a56df9fcadb1195d6f.tar.bz2 meta-multitech-326c4373cfd26e4438fa67a56df9fcadb1195d6f.zip |
Added openssl to mts-io-sysfs
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb index 23c8963..e341fc6 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit update-rc.d DEPENDS = "libmts" -RDEPENDS_${PN} = "bash" +RDEPENDS_${PN} = "bash openssl" PR = "r1" SRCREV = "${PV}" |