Changeset bcb35f5a in oe-alliance-core

Timestamp:
01/06/15 10:18:10 (8 years ago)
Author:
Christian Ege <k4230r6@…>
Branches:
4.0, 4.3
Children:
34d260c
Parents:
c21aa1d
Message:

Fixes for libgcrypt on installed on build host

If the build host have the gcrypt library installed netatalk tries to link
against it which will results in a openembedded error because linking against host
libraries is prohibited.

[...]
sh4-oe-linux/4.8.2/ld: warning: library search path "/lib/x86_64-linux-gnu" is unsafe for cross-compilation
| /lib/x86_64-linux-gnu/libgcc_s.so.1: file not recognized: File format not recognized
[...]

The second part removes an error about installed and not shiped static library
the solution is to add the staticdev package to PACKAGES.

The third part removes some QA WARNINGS

WARNING: QA Issue: netatalk rdepends on libacl, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: netatalk rdepends on libwrap, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: netatalk requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Christian Ege <k4230r6@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.