Remove wearable target deps from nsp script 54/118254/2
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 7 Mar 2017 16:03:14 +0000 (19:03 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Thu, 23 Mar 2017 11:17:44 +0000 (14:17 +0300)
Because now wearable and other targets have launchpad within
a same-named package

Change-Id: I3245cd6e9c66fa67c1ceb484349ab60abaf4fb1e
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
scripts/gen_nsp_data.sh

index 384e8b9..b335bec 100755 (executable)
@@ -59,13 +59,8 @@ check_null_or_exit path_capi_appfw_application
 check_null_or_exit dpath_capi_appfw_application
 
 # get launchpad path
-if [ "$__tizen_product_wearable__" == "1" ]; then
-       path_launchpad=$(rpm -ql launchpad-loader | grep launchpad-loader | head -1)
-       path_launchpad=${path_launchpad:-$(rpm -ql launchpad-process-pool | grep launchpad-process-pool | head -1)}
-else
        path_launchpad=$(rpm -ql launchpad | grep launchpad-loader | head -1)
        path_launchpad=${path_launchpad:-$(rpm -ql launchpad | grep launchpad-process-pool | head -1)}
-fi
 check_null_or_exit path_launchpad