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:40:39 +0100 |
commit | 26b2db8024e968a1ad0ebdf60444caec5aea2eb6 (patch) | |
tree | 16a87f43abfeea2e6dbf40d16e257350802fbadd /meta/recipes-support/libcap | |
parent | 058b53e68b6f7c215864181e832f7a8cebdf5061 (diff) | |
download | poky-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.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 = " \ | |||
36 | INDENT= \ | 36 | INDENT= \ |
37 | lib=${@os.path.basename('${libdir}')} \ | 37 | lib=${@os.path.basename('${libdir}')} \ |
38 | RAISE_SETFCAP=no \ | 38 | RAISE_SETFCAP=no \ |
39 | DYNAMIC=yes \ | ||
39 | " | 40 | " |
40 | 41 | ||
41 | EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}" | 42 | EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}" |