mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
058b53e68b
commit
26b2db8024
@@ -36,6 +36,7 @@ EXTRA_OEMAKE = " \
|
|||||||
INDENT= \
|
INDENT= \
|
||||||
lib=${@os.path.basename('${libdir}')} \
|
lib=${@os.path.basename('${libdir}')} \
|
||||||
RAISE_SETFCAP=no \
|
RAISE_SETFCAP=no \
|
||||||
|
DYNAMIC=yes \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"
|
EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user