diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-15 18:58:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:38:59 +0100 |
commit | aa6f5da8d42deb3d3b98209dc716b5a116d22d48 (patch) | |
tree | bb748006c406e15d02c1621f063bb7da298dee18 /meta/recipes-support/libcap | |
parent | 8ef33529f5aaa625b378956a117fe03bb41e49ec (diff) | |
download | openembedded-core-aa6f5da8d42deb3d3b98209dc716b5a116d22d48.tar.gz openembedded-core-aa6f5da8d42deb3d3b98209dc716b5a116d22d48.tar.bz2 openembedded-core-aa6f5da8d42deb3d3b98209dc716b5a116d22d48.zip |
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>
Diffstat (limited to 'meta/recipes-support/libcap')
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.24.bb | 1 |
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}" |