0b764a7d1e
The install to staging commands of the ne10 package are careful to
install the shared libraries only if they are built, but we forgot to
use the same care for the install to target commands, causing a build
failure on BR2_STATIC_LIBS=y configurations as no shared library was
built:
cp: cannot stat '/home/autobuild/autobuild/instance-15/output-1/build/ne10-1.2.1/modules/libNE10*.so*': No such file or directory
This commit fixes this by guarding the target installation commands to
BR2_STATIC_LIBS being empty.
The problem exists since the package was introduced in commit
|
||
---|---|---|
.. | ||
0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch | ||
0002-fix-build-without-C.patch | ||
Config.in | ||
ne10.hash | ||
ne10.mk |