libcap: always link apps dynamically

Without the explicit over-ride, apps will be linked statically
if a .git directory is found in the top level source directory.

(From OE-Core rev: aa6f5da8d42deb3d3b98209dc716b5a116d22d48)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2015-07-15 18:58:06 -07:00 committed by Richard Purdie
parent 058b53e68b
commit 26b2db8024
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ EXTRA_OEMAKE = " \
INDENT= \
lib=${@os.path.basename('${libdir}')} \
RAISE_SETFCAP=no \
DYNAMIC=yes \
"
EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"