]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Drop BUILDSDK_LDFLAGS rpath, rpath-link
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2016 06:24:16 +0000 (07:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:42 +0000 (16:08 +0100)
commit35f24931072bc60df50abe2fa3955dde5096f272
treef255a97c40a0f75fcfd97dd58538b25bb3b1a459
parent0aad5d1888549a134968f7f6d0c9d64b3e158e1e
bitbake.conf: Drop BUILDSDK_LDFLAGS rpath, rpath-link

The SDK used to work differently and didn't include its own libc/loader.
In that case, these options were needed to correctly handle the different
library locations. With the modern relocatable SDK, we don't need these
options any more as the default paths in the dynamic loader are good enough.
They just given potential for errors so drop them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf