[oe-commits] Andre McCurdy : libcap: always link apps dynamically

git at git.openembedded.org git at git.openembedded.org
Mon Jul 20 09:42:08 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: aa6f5da8d42deb3d3b98209dc716b5a116d22d48
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa6f5da8d42deb3d3b98209dc716b5a116d22d48

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Wed Jul 15 18:58:06 2015 -0700

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 at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/libcap/libcap_2.24.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.24.bb
index f50dc94..e8ae7ce 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}"



More information about the Openembedded-commits mailing list