summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-07-15 18:58:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:38:59 +0100
commitaa6f5da8d42deb3d3b98209dc716b5a116d22d48 (patch)
treebb748006c406e15d02c1621f063bb7da298dee18
parent8ef33529f5aaa625b378956a117fe03bb41e49ec (diff)
downloadopenembedded-core-aa6f5da8d42deb3d3b98209dc716b5a116d22d48.tar.gz
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. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-support/libcap/libcap_2.24.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.24.bb
index f50dc941fe..e8ae7ce9ab 100644
--- a/meta/recipes-support/libcap/libcap_2.24.bb
+++ b/meta/recipes-support/libcap/libcap_2.24.bb
@@ -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}"