Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Martin Kampas
Hi Schorsch, > it finds only the already installed lib. So that's a bug - the repositories are not refreshed automatically in the Docker-based build engine. You can fix that simply by using Qt Creator > Options > Sailfish OS > Build Engine > Manage Build Targets > Refresh or from command

Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Ville Nummela
On 11.5.2020 22.43, george b wrote:  > sb2 -t SailfishOS-3.3.0.16-armv7hl -m sdk-install -R zypper in openssl-devel And obviously, even if that works, it will be gone on the next shutdown of the docker container. Any hints here? As long as you shutdown the container using the tools

Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Martin Kampas
Hi George, As long as you list all your dependencies in the .spec file (you seem to do so in the linked sources), you do not need to do anything to get them installed. Installing build time dependencies happens automatically as part of the build process. Should you need to manage packages

Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Андрей Кожевников
sdk-assistant target list пн, 11 мая 2020 г. в 22:43, george b : > Hi > > I just installed the new SDK and selected Docker as build environment. For > my project shmoose [1] I need some devel libs like openssl. > > What is the correct way to resolve this dependencies here? > > I tried to log