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 <[email protected]> --- recipes-support/libipt/libipt_2.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/libipt/libipt_2.0.1.bb b/recipes-support/libipt/libipt_2.0.1.bb index 68f6d5c5..7f2cd1e4 100644 --- a/recipes-support/libipt/libipt_2.0.1.bb +++ b/recipes-support/libipt/libipt_2.0.1.bb @@ -18,6 +18,7 @@ SRCREV = "916d777123bf60d323890557347570e5e19dfa12" EXTRA_OECMAKE += " \ -DPTDUMP=ON \ -DPTTC=ON \ + -DCMAKE_SKIP_RPATH=ON \ " do_install_append() { -- 2.25.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6509): https://lists.yoctoproject.org/g/meta-intel/message/6509 Mute This Topic: https://lists.yoctoproject.org/mt/73234660/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
