mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
libipt: add CMAKE_SKIP_RPATH
dunfell has a change in cmake class that forces cmake to use relative RPATHs but when this recipe is used with zeus, we'd need to explicitly make sure that binaries don't have absolute paths. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
53c87950e8
commit
9e4503ae04
|
@ -18,6 +18,7 @@ SRCREV = "916d777123bf60d323890557347570e5e19dfa12"
|
|||
EXTRA_OECMAKE += " \
|
||||
-DPTDUMP=ON \
|
||||
-DPTTC=ON \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user