tf2-py: suppress rpath usage for Python extension libraries
This commit is contained in:
parent
67af03fa8f
commit
ec20dbba73
|
@ -5,4 +5,8 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9de
|
|||
|
||||
DEPENDS = "rospy tf2"
|
||||
|
||||
EXTRA_OECMAKE += "\
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
"
|
||||
|
||||
require geometry-experimental.inc
|
||||
|
|
Loading…
Reference in New Issue