[FIX] NSP support for Tizen 3.0 55/59055/1
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 9 Feb 2016 11:29:37 +0000 (14:29 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 9 Feb 2016 11:29:37 +0000 (14:29 +0300)
Change libappcore-efl.so path

Change-Id: I9342d860f792a6612c74453bbca9149cbcc10370
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
packaging/swap-manager.spec
scripts/gen_nsp_data.sh

index 56237c4..6fa6681 100644 (file)
@@ -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
index 5014060..f066d34 100755 (executable)
@@ -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