Go to file
Yi Zhao 47a9cc6c53 postfix: add -lnsl and -lresolv to SYSLIBS by default
When building native package, the do_compile function tries to check
libnsl.so and libresolv.so on host machine and add -lnsl and -lresolv to
SYSLIBS if they exist. But finally it will link the libnsl.so from
${STAGING_LIBDIR_NATIVE}. Actually there is no need to check them since
the libnsl2 is specified in DEPENDS and libresolv.so is from c libarary.
So add -lnsl and -lresolv to SYSLIBS directly.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-12 02:07:52 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
meta-gnome layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
meta-initramfs klibc-static-utils: really fix build for x86 with security flags enabled 2018-10-10 08:49:36 -07:00
meta-multimedia libmpdclient: make TCP support optional 2018-10-09 19:08:26 -07:00
meta-networking postfix: add -lnsl and -lresolv to SYSLIBS by default 2018-10-12 02:07:52 -07:00
meta-oe nlohmann-json: Add symlink to json.hpp and update to 3.3.0 2018-10-11 13:52:06 -07:00
meta-perl layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
meta-python python-sh: add python sh library 2018-10-05 14:51:14 -07:00
meta-webserver layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
meta-xfce xfce4-appfinder: upgrade 4.13.0 -> 4.13.1 2018-10-04 08:52:54 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories