Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../packagegroups/packagegroup-arago-tisdk-crypto.bb         | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
index 78b16cf..56e4e89 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb
@@ -1,19 +1,17 @@
 DESCRIPTION = "Task to install crypto packages into target FS"
 LICENSE = "MIT"
-PR = "r10"
+PR = "r11"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
-# Add openssl-misc to get the openssl.cnf file which is
-# needed for "openssl req" and to avoid warnings.
-# NOTE: This may change to openssl-conf in the future
 CRYPTO_SUPPORT = "\
     openssl \
-    openssl-misc \
+    openssl-bin \
+    openssl-conf \
     openssl-engines \
-    "
+"
 
 CRYPTO_SUPPORT_append_ti33x = " ti-crypto-examples cryptodev-module 
cryptodev-tests"
 CRYPTO_SUPPORT_append_ti43x = " ti-crypto-examples cryptodev-module 
cryptodev-tests"
@@ -22,4 +20,4 @@ CRYPTO_SUPPORT_append_keystone = " ti-crypto-examples 
cryptodev-module cryptodev
 
 RDEPENDS_${PN} = "\
     ${CRYPTO_SUPPORT} \
-    "
+"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to