Change to require libcrypto instead of openssl 47/181247/2
authorSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 11 Jun 2018 08:28:41 +0000 (17:28 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 11 Jun 2018 08:32:33 +0000 (17:32 +0900)
This is for a fota issue that openssl can't be used in fota progress

Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Change-Id: If619d47f6c823b0560fb44cb7f5467fef5838d3e

packaging/ode.spec
server/CMakeLists.txt
tests/CMakeLists.txt

index 90279c8..3fbc762 100755 (executable)
@@ -16,7 +16,7 @@ BuildRequires: pkgconfig(aul)
 BuildRequires: pkgconfig(bundle)
 BuildRequires: pkgconfig(libtzplatform-config)
 BuildRequires: pkgconfig(cynara-client)
-BuildRequires: pkgconfig(openssl)
+BuildRequires: pkgconfig(libcrypto)
 BuildRequires: pkgconfig(libsmack)
 Requires: cryptsetup
 
index 62a4e79..9811434 100644 (file)
@@ -48,7 +48,7 @@ SET(DEPENDENCY        klay
                                bundle
                                libtzplatform-config
                                cynara-client
-                               openssl
+                               libcrypto
                                libsmack
 )
 
index d0d093c..f803395 100755 (executable)
@@ -36,7 +36,7 @@ ADD_EXECUTABLE(${PROJECT_NAME} ${TEST_SRC})
 PKG_CHECK_MODULES(TEST_DEPS REQUIRED   klay
                                                                                glib-2.0
                                                                                gio-2.0
-                                                                               openssl
+                                                                               libcrypto
                                                                                vconf
 )