What I did to go around the problem is to install package in a tmp folder, and then move the files in the folder manually to the Galileo board.
make install DESTDIR=tmp
The problem is toolchain don't know how to use this new compiled resource.
What I did to go around the problem is to install package in a tmp folder, and then move the files in the folder manually to the Galileo board.
make install DESTDIR=tmp
The problem is toolchain don't know how to use this new compiled resource.