From 3154ea515f1d15630c8b68b4336f27c7d02087a0 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Tue, 9 Feb 2016 14:29:37 +0300 Subject: [PATCH] [FIX] NSP support for Tizen 3.0 Change libappcore-efl.so path Change-Id: I9342d860f792a6612c74453bbca9149cbcc10370 Signed-off-by: Vyacheslav Cherkashin --- packaging/swap-manager.spec | 4 +++- scripts/gen_nsp_data.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/swap-manager.spec b/packaging/swap-manager.spec index 56237c4..6fa6681 100644 --- a/packaging/swap-manager.spec +++ b/packaging/swap-manager.spec @@ -25,12 +25,14 @@ BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(ecore) BuildRequires: launchpad BuildRequires: app-core-efl +BuildRequires: libwayland-egl +BuildRequires: app-core-efl-debuginfo BuildRequires: swap-probe-devel BuildRequires: swap-probe-elf +%define NSP_SUPPORT 1 # FIXME: add WSP_SUPPORT wrt webkit2-efl and webkit2-efl-debuginfo -# FIXME: add NSP_SUPPORT app-core-efl-debuginfo # FIXME: add WSI_SUPPORT libwebsockets-devel Requires: swap-modules diff --git a/scripts/gen_nsp_data.sh b/scripts/gen_nsp_data.sh index 5014060..f066d34 100755 --- a/scripts/gen_nsp_data.sh +++ b/scripts/gen_nsp_data.sh @@ -41,7 +41,7 @@ check_null_or_exit path_app_core_efl if [ "$__tizen_product_tv__" == "1" ]; then dpath_app_core_efl=$path_app_core_efl else - dpath_app_core_efl=$(rpm -ql app-core-debuginfo | grep "libappcore-efl\.so\.debug$" | head -1) + dpath_app_core_efl=$(rpm -ql app-core-efl-debuginfo | grep "libappcore-efl\.so.*\.debug$" | head -1) fi check_null_or_exit dpath_app_core_efl -- 2.7.4