summaryrefslogtreecommitdiff
path: root/ros2-medkit-beacon-common.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-20 12:44:21 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-20 12:44:21 +0000
commitab711af48afdeae8939a9fd73d05be63d201b04e (patch)
treea1324f3d5cc6a19ef61120d66ca51aee859847f6 /ros2-medkit-beacon-common.spec
parent63662b92242dacc71bc78b0a1dcb9830d21dbaff (diff)
automatic import of ros-humble-ros2-medkit-beacon-commonopeneuler24.03_LTS_SP3
Diffstat (limited to 'ros2-medkit-beacon-common.spec')
-rw-r--r--ros2-medkit-beacon-common.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/ros2-medkit-beacon-common.spec b/ros2-medkit-beacon-common.spec
index 34859b7..c520d24 100644
--- a/ros2-medkit-beacon-common.spec
+++ b/ros2-medkit-beacon-common.spec
@@ -42,7 +42,7 @@ Provides common beacon validation, hint storage, entity mapping,
and response building utilities used by the ros2_medkit discovery plugin suite.
%prep
-%autosetup -n ros2-medkit-beacon-common-%{version}
+%autosetup -n ros2_medkit-%{commit}
%build
[ -f /opt/ros/%{ros_distro}/setup.sh ] && source /opt/ros/%{ros_distro}/setup.sh || true
@@ -55,6 +55,7 @@ mkdir -p .obj && cd .obj
-DCMAKE_INSTALL_PREFIX="/opt/ros/%{ros_distro}" \
-DAMENT_PREFIX_PATH="/opt/ros/%{ros_distro}" \
-DCMAKE_PREFIX_PATH="/opt/ros/%{ros_distro}" \
+ -DCMAKE_MODULE_PATH="%{_builddir}/ros2_medkit-%{commit}/src/ros2_medkit_cmake/cmake" \
-UINCLUDE_INSTALL_DIR -ULIB_INSTALL_DIR \
-USYSCONF_INSTALL_DIR -USHARE_INSTALL_PREFIX -ULIB_SUFFIX \
-DSETUPTOOLS_DEB_LAYOUT=OFF \