SailfishOS SDK 15.04 subdirs project can not deploy to emulator [not relevant]

asked 2015-07-11 17:12:15 +0300

alloj gravatar image

I have subdirs project (an app and a static library) and when I try to deploy debug build to emulator (COPYING BINARIES selected) I get:

16:41:22: Starting: "/home/failshitos/.config/SailfishBeta4/mer-sdk-tools/MerSDK/SailfishOS-i486/deploy" --rsync Fatal: No spec file found in '/home/mersdk/share//Jolla/testproject/rpm/' and couldn't make one from a yaml #1 16:41:22: The process "/home/failshitos/.config/SailfishBeta4/mer-sdk-tools/MerSDK/SailfishOS-i486/deploy" exited with code 1. Error while building/deploying project testproject (kit: MerSDK-SailfishOS-i486) When executing step 'Rsync'

How to fix this? Thanks!

edit retag flag offensive reopen delete

The question has been closed for the following reason "question is not relevant or outdated" by molan
close date 2016-11-02 13:11:31.814065

Comments

Your static library can't doesn't has a spec file for packaging information and that generates the error message. I once build the lib and just use a .so and link it dynamic.

taaem ( 2015-07-11 22:32:57 +0300 )edit