aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcap
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:40:39 +0100
commit26b2db8024e968a1ad0ebdf60444caec5aea2eb6 (patch)
tree16a87f43abfeea2e6dbf40d16e257350802fbadd /meta/recipes-support/libcap
parent058b53e68b6f7c215864181e832f7a8cebdf5061 (diff)
downloadopenembedded-core-contrib-26b2db8024e968a1ad0ebdf60444caec5aea2eb6.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. (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>
Diffstat (limited to 'meta/recipes-support/libcap')
-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}"