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:
Anuj Mittal 2020-04-24 08:19:55 +08:00
parent 53c87950e8
commit 9e4503ae04

View File

@ -18,6 +18,7 @@ SRCREV = "916d777123bf60d323890557347570e5e19dfa12"
EXTRA_OECMAKE += " \
-DPTDUMP=ON \
-DPTTC=ON \
-DCMAKE_SKIP_RPATH=ON \
"
do_install_append() {