From 7f850c1ae9b7b2c134b56b54a82abadd0bd32331 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 30 Jul 2020 14:13:20 +0200 Subject: [PATCH] [wip/ros-image-pipeline] Add missing SYSTEM_PREFIX --- ros-image-pipeline/depend.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ros-image-pipeline/depend.mk b/ros-image-pipeline/depend.mk index 1cf165ea..79ffde58 100644 --- a/ros-image-pipeline/depend.mk +++ b/ros-image-pipeline/depend.mk @@ -14,6 +14,7 @@ ifeq (+,$(ROS_IMAGE_PIPELINE_DEPEND_MK)) # ------------------------------------ include ../../meta-pkgs/ros-base/depend.common PREFER.ros-image-pipeline?= ${PREFER.ros-base} +SYSTEM_PREFIX.ros-image-pipeline?= ${SYSTEM_PREFIX.ros-base} DEPEND_USE+= ros-image-pipeline ROS_DEPEND_USE+= ros-image-pipeline -- GitLab