Skip to content

Commit 957418c

Browse files
committed
Fixed Errors about QA Issue with package topic-tools and sensor-msgs contains reference to TMPDIR [buildpaths]
Signed-off-by: hmxf <[email protected]>
1 parent b802304 commit 957418c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

meta-ros1-noetic/recipes-bbappends/common-msgs/sensor-msgs_1.13.2-1.bbappend

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ LICENSE = "BSD-3-Clause"
66
ROS_BUILDTOOL_DEPENDS += " \
77
${PYTHON_PN}-pyyaml-native \
88
"
9+
10+
# QA Issue: File /opt/ros/noetic/lib/python3.13/site-packages/sensor_msgs/__pycache__/__init__.cpython-313.pyc in package sensor-msgs contains reference to TMPDIR [buildpaths]
11+
do_install:append() {
12+
sed -i -e "s#${RECIPE_SYSROOT}##g" ${D}${ros_prefix}/lib/python3.13/site-packages/sensor_msgs/__pycache__/__init__.cpython-313.pyc
13+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Copyright (c) 2023 Wind River Systems, Inc.
22

33
LICENSE = "BSD-3-Clause"
4+
5+
# QA Issue: File /opt/ros/noetic/lib/python3.13/site-packages/topic_tools/__pycache__/__init__.cpython-313.pyc in package topic-tools contains reference to TMPDIR [buildpaths]
6+
do_install:append() {
7+
sed -i -e "s#${RECIPE_SYSROOT}##g" ${D}${ros_prefix}/lib/python3.13/site-packages/topic_tools/__pycache__/__init__.cpython-313.pyc
8+
}

0 commit comments

Comments
 (0)