flatpak / freedesktop-sdk-base

Yocto layer and build script for flatpak runtime base
8 stars 12 forks source link

"ar" from binutils need to be in the Platform not Sdk #7

Closed valentindavid closed 7 years ago

valentindavid commented 7 years ago

"ar" needs to be in Platform instead fo Sdk. The reason is for unpacking archive files in "apply_extra". For example ".deb" files are file such archives. Calling "ar" from "apply_extra" will say "command not found".

alexlarsson commented 7 years ago

You can just copy the binary to /app/bin during the build