meta-openembedded/meta-oe
Ioan-Adrian Ratiu 2130b25c67 openldap: fix native LDFLAGS build error
LDFLAGS += "-pthread" adds the flag both for native and target builds,
however the openldap-native build overwrites the variable inside
native.bbclass causing "undefined reference to `pthread_getspecific'"
and other linker errors.

Change the append to happen after parsing by using the override
syntax and thus make sure it executes after native.bbclass (bitbake -e
reports pre-expansion value "${BUILD_LDFLAGS} -pthread").

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 9d06ee2622)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-13 17:16:28 -07:00
..
classes meson: Suport for c++ cross-compilation 2017-07-17 11:17:47 -07:00
conf meta_oe_security_flags.inc: Disable PIE for libdevmapper 2017-05-04 09:18:58 +02:00
licenses acpitests: Fix license issue 2016-05-10 20:18:57 +02:00
recipes-benchmark iperf3: Fix missing stdint.h and do not link with -pg 2017-09-13 17:16:28 -07:00
recipes-bsp/pointercal pointercal: move recipe from oe-core 2016-09-26 08:29:10 +02:00
recipes-connectivity krb5_1.15.1.bb: set CVE_PRODUCT to kerberos 2017-09-13 17:16:28 -07:00
recipes-core libdbus-c++: Add -pthread to linker flags 2017-09-13 17:16:28 -07:00
recipes-devtools json-spirit: Add -latomic to LDFLAGS 2017-09-13 17:16:28 -07:00
recipes-extended libexecinfo: fix complie issue 2017-09-13 17:16:28 -07:00
recipes-gnome recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-graphics fbida: Fix build with libjpeg-turbo 2017-09-13 17:16:28 -07:00
recipes-kernel crash: Pass optimization flags to configure via CC 2017-09-13 17:16:28 -07:00
recipes-multimedia a2jmidid: Link with libexecinfo on musl 2017-09-13 17:16:28 -07:00
recipes-navigation orrery: Fix build with hardening flags 2017-09-13 17:16:28 -07:00
recipes-sato/claws-mail recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-support openldap: fix native LDFLAGS build error 2017-09-13 17:16:28 -07:00
recipes-test fwts: upgrade to 17.03.00 release 2017-03-31 13:26:01 +02:00
site rp-pppoe: Port from oe.dev 2011-07-26 21:51:39 +02:00
COPYING.MIT
README README: update maintainers list for pyro 2017-05-09 15:59:39 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: pyro
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][pyro]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][pyro][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

pyro Branch Maintainer:
Armin Kuster <akuster808@gmail.com>