diff options
author | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-24 15:04:36 -0600 |
---|---|---|
committer | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-24 15:04:36 -0600 |
commit | 08a66f75c9ef465c97f547d2dec76b2df1f09b7c (patch) | |
tree | 772a91950ace233c2e64f5c88a481197f827d243 | |
parent | 326c4373cfd26e4438fa67a56df9fcadb1195d6f (diff) | |
download | meta-multitech-08a66f75c9ef465c97f547d2dec76b2df1f09b7c.tar.gz meta-multitech-08a66f75c9ef465c97f547d2dec76b2df1f09b7c.tar.bz2 meta-multitech-08a66f75c9ef465c97f547d2dec76b2df1f09b7c.zip |
Moved mts-io-sysfs openssl to depends
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb | 4 |
1 files changed, 2 insertions, 2 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 e341fc6..acdc0e1 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.26.bb @@ -6,8 +6,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit update-rc.d -DEPENDS = "libmts" -RDEPENDS_${PN} = "bash openssl" +DEPENDS = "libmts openssl" +RDEPENDS_${PN} = "bash" PR = "r1" SRCREV = "${PV}" |