Add libscl-common to fix runtime error 07/289207/6
authorAyush Kumar <ayush.k123@samsung.com>
Fri, 3 Mar 2023 03:19:54 +0000 (08:49 +0530)
committerBot Blink <blinkbot@samsung.com>
Fri, 3 Mar 2023 15:28:28 +0000 (15:28 +0000)
This adds libscl-common to fix following runtime error due to lack of
libscl-common which is needed for standard profile.

>> error : libscl-common.so: cannot open shared object file:

Change-Id: I4ca9d951b6142416bcc919d090ac5346c1ced7ec
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
packaging/chromium-efl.spec

index 0544ce2..38a8e7a 100755 (executable)
@@ -600,6 +600,10 @@ install -m 0644 third_party/electron_node/src/*.h "%{buildroot}"%{_includedir}/n
 
 install -m 0755 "%{OUTPUT_FOLDER}"/libminigbm.so   "%{buildroot}"%{_libdir}
 
+%if "%{?tizen_profile_name}" != "tv"
+install -m 0644 %{_libdir}/libscl-common.so        "%{buildroot}"%{_libdir}
+%endif
+
 %if %{__build_chrome} == 1
   install -m 0755 "%{OUTPUT_FOLDER}"/content_shell      "%{buildroot}"%{CHROMIUM_LIB_DIR}/bin/
   sed 's#@binary@#%{CHROMIUM_LIB_DIR}/bin/content_shell#' %{SOURCE1} > "%{buildroot}"%{_bindir}/content_shell
@@ -933,6 +937,9 @@ rm -rf %{CHROMIUM_TPK_DIR}/%{_tpk_file_name}.tpk
 %{_xmldir}/%{_pkgid}.xml
 %defattr(-,root,root,-)
 %{_libdir}/libminigbm.so
+%if "%{?tizen_profile_name}" != "tv"
+  %{_libdir}/libscl-common.so
+%endif
 %if %{__use_clang} == 1
   %{_libdir}/../local/lib/libatomic.so*
 %endif