diff --git a/meta-ros-backports-gatesgarth/recipes-devtools/python/python3-argcomplete_1.12.1.bb b/meta-ros-backports-gatesgarth/recipes-devtools/python/python3-argcomplete_1.12.1.bb index c14a7eba129..40777457d31 100644 --- a/meta-ros-backports-gatesgarth/recipes-devtools/python/python3-argcomplete_1.12.1.bb +++ b/meta-ros-backports-gatesgarth/recipes-devtools/python/python3-argcomplete_1.12.1.bb @@ -10,7 +10,7 @@ PYPI_PACKAGE = "argcomplete" inherit pypi setuptools3 -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-core \ " diff --git a/meta-ros-backports-gatesgarth/recipes-support/spdlog/spdlog_1.8.1.bb b/meta-ros-backports-gatesgarth/recipes-support/spdlog/spdlog_1.8.1.bb index 7d28fff5e36..1916e8d9abf 100644 --- a/meta-ros-backports-gatesgarth/recipes-support/spdlog/spdlog_1.8.1.bb +++ b/meta-ros-backports-gatesgarth/recipes-support/spdlog/spdlog_1.8.1.bb @@ -17,5 +17,5 @@ EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_EXAMPLES=off -DSPDLOG_BUILD inherit cmake # Header-only library -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" +RDEPENDS:${PN}-dev = "" +RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" diff --git a/meta-ros-backports-hardknott/recipes-graphics/spir/spirv-tools_2020.7.bb b/meta-ros-backports-hardknott/recipes-graphics/spir/spirv-tools_2020.7.bb index cd157315f68..1c996183dc0 100644 --- a/meta-ros-backports-hardknott/recipes-graphics/spir/spirv-tools_2020.7.bb +++ b/meta-ros-backports-hardknott/recipes-graphics/spir/spirv-tools_2020.7.bb @@ -25,7 +25,7 @@ EXTRA_OECMAKE += "\ -DSPIRV_SKIP_TESTS=ON \ " -do_install_append_class-target() { +do_install:append:class-target() { # reproducibility: remove build host path sed -i ${D}${libdir}/cmake/SPIRV-Tools/SPIRV-ToolsTarget.cmake \ -e 's:${STAGING_DIR_HOST}::g' @@ -36,8 +36,8 @@ SOLIBS = ".so" FILES_SOLIBSDEV = "" PACKAGES =+ "${PN}-lesspipe" -FILES_${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh" -RDEPENDS_${PN}-lesspipe += "${PN} bash" +FILES:${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh" +RDEPENDS:${PN}-lesspipe += "${PN} bash" BBCLASSEXTEND = "native nativesdk" @@ -51,5 +51,5 @@ BBCLASSEXTEND = "native nativesdk" # ERROR: spirv-tools-2020.6-r0 do_package_qa: QA Issue: spirv-tools-lesspipe rdepends on bash, but it isn't a build dependency, missing bash in DEPENDS or PACKAGECONFIG? [build-deps] VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}-lesspipe_append_class-target = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}-lesspipe_remove_class-target = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}-lesspipe:append:class-target = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}-lesspipe:remove:class-target = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros-common/classes/ros_component.bbclass b/meta-ros-common/classes/ros_component.bbclass index b0b20b370e6..b17791320a6 100644 --- a/meta-ros-common/classes/ros_component.bbclass +++ b/meta-ros-common/classes/ros_component.bbclass @@ -16,12 +16,12 @@ ROS_SPN ??= "${ROS_BPN}" ROS_SP ??= "${ROS_SPN}-${PV}" inherit ros_faulty_solibs -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/${ROS_BPN} \ ${libdir}/${PYTHON_DIR} \ ${libdir}/${ROS_BPN} \ " -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${datadir}/${ROS_BPN}/cmake \ " diff --git a/meta-ros-common/classes/ros_faulty_solibs.bbclass b/meta-ros-common/classes/ros_faulty_solibs.bbclass index f7e09f10095..05b026f41ed 100644 --- a/meta-ros-common/classes/ros_faulty_solibs.bbclass +++ b/meta-ros-common/classes/ros_faulty_solibs.bbclass @@ -2,4 +2,4 @@ # libraries with version number and symlinks without version number to them. # This class sets up bitbake to handle improper set up software packages. FILES_SOLIBSDEV = "" -FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" +FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" diff --git a/meta-ros-common/classes/ros_image.bbclass b/meta-ros-common/classes/ros_image.bbclass index bdbec6611f2..33c2714530e 100644 --- a/meta-ros-common/classes/ros_image.bbclass +++ b/meta-ros-common/classes/ros_image.bbclass @@ -4,13 +4,13 @@ # Allow images of different ROS_DISTRO-s to be distinguished. ROS_IMAGE_BASENAME_APPEND ??= "-${ROS_DISTRO}" -IMAGE_BASENAME_append = "${ROS_IMAGE_BASENAME_APPEND}" +IMAGE_BASENAME:append = "${ROS_IMAGE_BASENAME_APPEND}" # XXX Not sure why this is now needed ... PROVIDES += "${IMAGE_BASENAME}" # See https://github.com/agherzan/meta-raspberrypi/blob/master/docs/layer-contents.md -- but why aren't they always included by # meta-raspberrypi? -IMAGE_INSTALL_append_rpi = " \ +IMAGE_INSTALL:append:rpi = " \ ${MACHINE_EXTRA_RRECOMMENDS} \ " diff --git a/meta-ros-common/classes/ros_insane_dev_so.bbclass b/meta-ros-common/classes/ros_insane_dev_so.bbclass index 444fa85380a..4a686303b86 100644 --- a/meta-ros-common/classes/ros_insane_dev_so.bbclass +++ b/meta-ros-common/classes/ros_insane_dev_so.bbclass @@ -2,12 +2,12 @@ # on setting so-names to indicate ABI breakages between different versions of the # same library in the same ROS distro. E.g. see # https://github.com/ros-planning/moveit/commit/0a7a895bb2ae9e171efa101f354826366fa5eaff -INSANE_SKIP_${PN} += "dev-so" +INSANE_SKIP:${PN} += "dev-so" -FILES_${PN}_prepend_ros1-distro = " \ +FILES:${PN}:prepend:ros1-distro = " \ ${ros_libdir}/lib*${SOLIBS} \ " -FILES_${PN}_prepend_ros2-distro= " \ +FILES:${PN}:prepend:ros2-distro= " \ ${libdir}/lib*${SOLIBS} \ " diff --git a/meta-ros-common/classes/ros_opt_prefix.bbclass b/meta-ros-common/classes/ros_opt_prefix.bbclass index 2439b959389..9dd68f3a622 100644 --- a/meta-ros-common/classes/ros_opt_prefix.bbclass +++ b/meta-ros-common/classes/ros_opt_prefix.bbclass @@ -27,9 +27,9 @@ inherit ${@'python3-dir' if d.getVar('ROS_PYTHON_VERSION') == '3' else 'python-d PKG_CONFIG_PATH .= ":${PKG_CONFIG_DIR}:${STAGING_DIR_HOST}${ros_libdir}/pkgconfig:${STAGING_DATADIR}/pkgconfig" PYTHON_SITEPACKAGES_DIR = "${ros_libdir}/${PYTHON_DIR}/site-packages" export PYTHONPATH = "${STAGING_DIR_NATIVE}${PYTHON_SITEPACKAGES_DIR}" -PYTHONPATH_class-native = "${PYTHON_SITEPACKAGES_DIR}" +PYTHONPATH:class-native = "${PYTHON_SITEPACKAGES_DIR}" -FILES_${PN} += "\ +FILES:${PN} += "\ ${ros_bindir} ${ros_libexecdir} ${ros_libdir}/lib*.so \ ${PYTHON_SITEPACKAGES_DIR} \ ${ros_datadir} \ @@ -37,7 +37,7 @@ FILES_${PN} += "\ ${ros_stacksdir} \ " -FILES_${PN}-dev += "\ +FILES:${PN}-dev += "\ ${ros_includedir} \ ${ros_libdir}/pkgconfig \ ${PYTHON_SITEPACKAGES_DIR}/*.la \ @@ -46,7 +46,7 @@ FILES_${PN}-dev += "\ ${datadir}/${ROS_BPN}/*.template \ " -FILES_${PN}-dbg += "\ +FILES:${PN}-dbg += "\ ${ros_bindir}/.debug ${ros_libexecdir}/.debug ${ros_libdir}/.debug \ ${ros_datadir}/*/bin/.debug \ ${PYTHON_SITEPACKAGES_DIR}/.debug \ @@ -54,12 +54,12 @@ FILES_${PN}-dbg += "\ ${PYTHON_SITEPACKAGES_DIR}/*/*/.debug \ " -FILES_${PN}-staticdev += "\ +FILES:${PN}-staticdev += "\ ${ros_libdir}/*.a \ ${ros_libdir}/${BPN}/*.a \ " -SYSROOT_DIRS_append = " \ +SYSROOT_DIRS:append = " \ ${ros_includedir} \ ${ros_libdir} \ ${ros_datadir} \ @@ -67,7 +67,7 @@ SYSROOT_DIRS_append = " \ ${ros_sysconfdir} \ " -SYSROOT_DIRS_NATIVE_append = " \ +SYSROOT_DIRS_NATIVE:append = " \ ${ros_bindir} \ ${ros_libexecdir} \ " @@ -83,5 +83,5 @@ SYSROOT_DIRS_NATIVE_append = " \ # filters: found library in wrong location: /usr/opt/ros/melodic/lib/libparams.so # filters: found library in wrong location: /usr/opt/ros/melodic/lib/libmedian.so # filters: found library in wrong location: /usr/opt/ros/melodic/lib/libincrement.so [libdir] -INSANE_SKIP_${PN}-dbg += "libdir" -INSANE_SKIP_${PN} += "libdir" +INSANE_SKIP:${PN}-dbg += "libdir" +INSANE_SKIP:${PN} += "libdir" diff --git a/meta-ros-common/classes/ros_recipe_now_generated.bbclass b/meta-ros-common/classes/ros_recipe_now_generated.bbclass index 414e6a58b2f..4da0d6afbcf 100644 --- a/meta-ros-common/classes/ros_recipe_now_generated.bbclass +++ b/meta-ros-common/classes/ros_recipe_now_generated.bbclass @@ -7,4 +7,4 @@ def ros_recipe_now_generated__get_suffix(d): pn = bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False),d)[0] or 'defaultpkgname' return bb.utils.contains('ROS_SUPERFLORE_GENERATED_RECIPES', pn, '-notgenerated', '', d) -PN_append = "${@ros_recipe_now_generated__get_suffix(d)}" +PN:append = "${@ros_recipe_now_generated__get_suffix(d)}" diff --git a/meta-ros-common/classes/ros_superflore_generated.bbclass b/meta-ros-common/classes/ros_superflore_generated.bbclass index bf83fb51adb..385c6ad0cbb 100644 --- a/meta-ros-common/classes/ros_superflore_generated.bbclass +++ b/meta-ros-common/classes/ros_superflore_generated.bbclass @@ -5,6 +5,6 @@ ROS_SUPERFLORE_GENERATED = "1" # If superflore found this BPN listed as a build tool, extend the recipe to build BPN-native. -BBCLASSEXTEND_append = "${@bb.utils.contains('ROS_SUPERFLORE_GENERATED_BUILDTOOLS', '${BPN}-native', ' native', '', d)}" +BBCLASSEXTEND:append = "${@bb.utils.contains('ROS_SUPERFLORE_GENERATED_BUILDTOOLS', '${BPN}-native', ' native', '', d)}" inherit ros_component diff --git a/meta-ros-common/conf/distro/include/ros-common.inc b/meta-ros-common/conf/distro/include/ros-common.inc index c722c41fdc3..65646a93db3 100644 --- a/meta-ros-common/conf/distro/include/ros-common.inc +++ b/meta-ros-common/conf/distro/include/ros-common.inc @@ -12,13 +12,13 @@ MAINTAINER = "Herb Kuta " # Use systemd execusively with no sysvinit scripts # (see https://www.yoctoproject.org/docs/2.6.2/mega-manual/mega-manual.html#selecting-an-initialization-manager). -DISTRO_FEATURES_append = " systemd" +DISTRO_FEATURES:append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" VIRTUAL-RUNTIME_initscripts = "" # Without this, networking has to be started manually. ROS_CONNECTION_MANAGER ??= "connman" -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ ${ROS_CONNECTION_MANAGER} \ " diff --git a/meta-ros-common/conf/distro/include/ros-useful-buildcfg-vars.inc b/meta-ros-common/conf/distro/include/ros-useful-buildcfg-vars.inc index 632fc8d84a8..9407556781a 100644 --- a/meta-ros-common/conf/distro/include/ros-useful-buildcfg-vars.inc +++ b/meta-ros-common/conf/distro/include/ros-useful-buildcfg-vars.inc @@ -10,10 +10,10 @@ # Note that d.getVar() returns None if the variable is unset, and NoneType doesn't have a .split(). DISTRO_FEATURES_NO_LIBC = "${@ ' '.join(sorted(set([f for f in (d.getVar('DISTRO_FEATURES') or '').split() if not f.startswith('libc-')]))) }" -ROS_EXTRA_BUILDCFG_VARS_append = " INHERIT DISTRO_FEATURES_NO_LIBC MACHINE_FEATURES IMAGE_FEATURES" +ROS_EXTRA_BUILDCFG_VARS:append = " INHERIT DISTRO_FEATURES_NO_LIBC MACHINE_FEATURES IMAGE_FEATURES" # Include LICENSE_FLAGS_WHITELIST unless it's unset or just whitespace. -ROS_EXTRA_BUILDCFG_VARS_append = "${@ ' LICENSE_FLAGS_WHITELIST' if len((d.getVar('LICENSE_FLAGS_WHITELIST') or '').split()) > 0 else '' }" +ROS_EXTRA_BUILDCFG_VARS:append = "${@ ' LICENSE_FLAGS_WHITELIST' if len((d.getVar('LICENSE_FLAGS_WHITELIST') or '').split()) > 0 else '' }" # Include IMAGE_FSTYPES unless it's unset or just whitespace. -ROS_EXTRA_BUILDCFG_VARS_append = "${@ ' IMAGE_FSTYPES' if len((d.getVar('IMAGE_FSTYPES') or '').split()) > 0 else '' }" +ROS_EXTRA_BUILDCFG_VARS:append = "${@ ' IMAGE_FSTYPES' if len((d.getVar('IMAGE_FSTYPES') or '').split()) > 0 else '' }" diff --git a/meta-ros-common/conf/ros-distro/include/enable-fortran.inc b/meta-ros-common/conf/ros-distro/include/enable-fortran.inc index dd2dd0ca39f..6df98182866 100644 --- a/meta-ros-common/conf/ros-distro/include/enable-fortran.inc +++ b/meta-ros-common/conf/ros-distro/include/enable-fortran.inc @@ -3,5 +3,5 @@ # FORTRAN support (derived from openembedded-core/meta/conf/local.conf.sample.extended) # Enabling FORTRAN # Note this is not officially supported by OpenEmbedded. -FORTRAN_forcevariable = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '', ',fortran', d)}" -RUNTIMETARGET_append_pn-gcc-runtime = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '', ' libquadmath', d)}" +FORTRAN:forcevariable = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '', ',fortran', d)}" +RUNTIMETARGET:append:pn-gcc-runtime = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '', ' libquadmath', d)}" diff --git a/meta-ros-common/conf/ros-distro/ros-distro.conf b/meta-ros-common/conf/ros-distro/ros-distro.conf index a50c1c6e276..8ca99d8cd04 100644 --- a/meta-ros-common/conf/ros-distro/ros-distro.conf +++ b/meta-ros-common/conf/ros-distro/ros-distro.conf @@ -44,7 +44,7 @@ ROS_DISTRO ??= "${@d.getVar('ROS2_DISTRO') if d.getVar('ROS2_DISTRO') not in (No # Default to showing DISTRO_NAME and the ROS build environment variable settings in the build configuration. ROS_EXTRA_BUILDCFG_VARS ?= "DISTRO_NAME ROS_DISTRO ROS_VERSION ROS_PYTHON_VERSION" -BUILDCFG_VARS_append = " ${ROS_EXTRA_BUILDCFG_VARS}" +BUILDCFG_VARS:append = " ${ROS_EXTRA_BUILDCFG_VARS}" # Ignore metadata that requires meta-raspberrypi if it's not present. BBMASK += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'raspberrypi', '', 'recipes-bsp/bootfiles/rpi-config_%.bbappend', d)}" diff --git a/meta-ros-common/recipes-core/images/ros-image-core.bb b/meta-ros-common/recipes-core/images/ros-image-core.bb index f494a7f7feb..ddd3cacc934 100644 --- a/meta-ros-common/recipes-core/images/ros-image-core.bb +++ b/meta-ros-common/recipes-core/images/ros-image-core.bb @@ -6,6 +6,6 @@ DESCRIPTION = "${SUMMARY}" inherit ros_distro_${ROS_DISTRO} inherit ${ROS_DISTRO_TYPE}_image -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ ros-core \ " diff --git a/meta-ros-common/recipes-core/images/ros-image-sdktest.bb b/meta-ros-common/recipes-core/images/ros-image-sdktest.bb index 9a2154c8e2d..3593c0d4b6a 100644 --- a/meta-ros-common/recipes-core/images/ros-image-sdktest.bb +++ b/meta-ros-common/recipes-core/images/ros-image-sdktest.bb @@ -10,7 +10,7 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_FEATURES += "ssh-server-openssh" -IMAGE_INSTALL_append_ros1-distro = " roslaunch rostopic roscpp-dev std-msgs-dev" -IMAGE_INSTALL_append_ros2-distro = " ros-core rclcpp-dev std-msgs-dev" +IMAGE_INSTALL:append:ros1-distro = " roslaunch rostopic roscpp-dev std-msgs-dev" +IMAGE_INSTALL:append:ros2-distro = " ros-core rclcpp-dev std-msgs-dev" TOOLCHAIN_HOST_TASK += "nativesdk-cmake nativesdk-catkin" diff --git a/meta-ros-common/recipes-core/images/ros-image-turtlebot3-all.bb b/meta-ros-common/recipes-core/images/ros-image-turtlebot3-all.bb index 02714a40bd0..dd0d5fd5a9c 100644 --- a/meta-ros-common/recipes-core/images/ros-image-turtlebot3-all.bb +++ b/meta-ros-common/recipes-core/images/ros-image-turtlebot3-all.bb @@ -5,7 +5,7 @@ require ros-image-core.bb SUMMARY = "Core ROS image containing all TurtleBot 3 packages" DESCRIPTION = "${SUMMARY}" -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-ros-turtlebot3-core \ packagegroup-ros-turtlebot3-extended \ " diff --git a/meta-ros-common/recipes-core/images/ros-image-turtlebot3-core.bb b/meta-ros-common/recipes-core/images/ros-image-turtlebot3-core.bb index 26ce63f73ec..d20c8120d34 100644 --- a/meta-ros-common/recipes-core/images/ros-image-turtlebot3-core.bb +++ b/meta-ros-common/recipes-core/images/ros-image-turtlebot3-core.bb @@ -5,6 +5,6 @@ require ros-image-core.bb SUMMARY = "Core ROS image containing core TurtleBot 3 packages" DESCRIPTION = "${SUMMARY}" -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-ros-turtlebot3-core \ " diff --git a/meta-ros-common/recipes-core/images/ros-image-world.bb b/meta-ros-common/recipes-core/images/ros-image-world.bb index de36f761cad..7982876c34e 100644 --- a/meta-ros-common/recipes-core/images/ros-image-world.bb +++ b/meta-ros-common/recipes-core/images/ros-image-world.bb @@ -6,6 +6,6 @@ DESCRIPTION = "${SUMMARY}" inherit ros_distro_${ROS_DISTRO} inherit ${ROS_DISTRO_TYPE}_image -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-ros-world \ " diff --git a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-core.bb b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-core.bb index a4c3f3c774d..505c6eb6e89 100644 --- a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-core.bb +++ b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-core.bb @@ -11,24 +11,24 @@ inherit ros_distro_${ROS_DISTRO} TURTLEBOT3_PACKAGES_LIDAR ??= " \ hls-lfcd-lds-driver \ " -TURTLEBOT3_PACKAGES_LIDAR_qemux86 = "" +TURTLEBOT3_PACKAGES_LIDAR:qemux86 = "" # From just above here http://emanual.robotis.com/docs/en/platform/turtlebot3/appendix_raspi_cam/#run-raspicam-node (also see # http://emanual.robotis.com/docs/en/platform/turtlebot3/applications/#turtlebot-panorama-demo): -TURTLEBOT3_PACKAGES_CAMERA_rpi ??= " \ +TURTLEBOT3_PACKAGES_CAMERA:rpi ??= " \ camera-info-manager \ compressed-image-transport \ " -TURTLEBOT3_PACKAGES_CAMERA_rpi_append_ros1-distro = " \ +TURTLEBOT3_PACKAGES_CAMERA:rpi:append:ros1-distro = " \ raspicam-node \ " # raspicam-node depends on userland to provide mmal, but for aarch64 it doesn't provide it. -TURTLEBOT3_PACKAGES_CAMERA_remove_aarch64 = "raspicam-node" +TURTLEBOT3_PACKAGES_CAMERA:remove:aarch64 = "raspicam-node" TURTLEBOT3_PACKAGES_CAMERA ??= "" # From http://emanual.robotis.com/docs/en/platform/turtlebot3/raspberry_pi_3_setup/#3-install-dependent-packages-on-turtlebot-pc -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ ros-base \ turtlebot3-bringup \ turtlebot3-msgs \ @@ -37,12 +37,12 @@ RDEPENDS_${PN} = " \ " # Anticipate eventual TurtleBot 3 support under ROS 2, when the package names will be different. -RDEPENDS_${PN}_append_ros1-distro = " \ +RDEPENDS:${PN}:append:ros1-distro = " \ rosserial-python \ tf \ " # "turtlebot3-bringup" expects "rosdep init; rosdep update" to have been done on the target. This is ROS 1 only. -RDEPENDS_${PN}_append_ros1-distro = " \ +RDEPENDS:${PN}:append:ros1-distro = " \ python-rosdep-data \ " diff --git a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-extended.bb b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-extended.bb index fa5c3bc9f59..b3b2a62a97a 100644 --- a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-extended.bb +++ b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-turtlebot3-extended.bb @@ -24,7 +24,7 @@ TURTLEBOT3_PACKAGES_REMOTE_PC_DEPENDENCIES = " \ " # Anticipate eventual TurtleBot 3 support under ROS 2, when the package names will be different. -TURTLEBOT3_PACKAGES_REMOTE_PC_DEPENDENCIES_append_ros1-distro = " \ +TURTLEBOT3_PACKAGES_REMOTE_PC_DEPENDENCIES:append:ros1-distro = " \ amcl \ gmapping \ interactive-markers \ @@ -40,7 +40,7 @@ TURTLEBOT3_PACKAGES_REMOTE_PC_DEPENDENCIES_append_ros1-distro = " \ xacro \ " -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ turtlebot3 \ turtlebot3-applications \ turtlebot3-applications-msgs \ diff --git a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-world.bb b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-world.bb index 645f9c10cf1..2c44672a4cb 100644 --- a/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-world.bb +++ b/meta-ros-common/recipes-core/packagegroups/packagegroup-ros-world.bb @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${@ 'packagegroup-ros-world-melodic' if 'ros1-melodic-layer' in BBFILE_COLLECTIONS.split() else '' } \ ${@ 'packagegroup-ros-world-noetic' if 'ros1-noetic-layer' in BBFILE_COLLECTIONS.split() else '' } \ ${@ 'packagegroup-ros-world-dashing' if 'ros2-dashing-layer' in BBFILE_COLLECTIONS.split() else '' } \ diff --git a/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-pic_1.7.8.bb b/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-pic_1.7.8.bb index 54204ea65f6..d4a93f0098e 100644 --- a/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-pic_1.7.8.bb +++ b/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-pic_1.7.8.bb @@ -16,7 +16,7 @@ DEPENDS += "gtest" # /usr/src # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # amazon-kvs-sdk-cpp-kinesis-video-pic: 1 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rfv ${D}${prefix}/tst rm -rfv ${D}${prefix}/src } diff --git a/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-producer_1.7.8.bb b/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-producer_1.7.8.bb index 4ac89dee655..abf29476316 100644 --- a/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-producer_1.7.8.bb +++ b/meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-kinesis-video-producer_1.7.8.bb @@ -13,7 +13,7 @@ SRC_URI += "file://0001-kinesis-video-producer-fix-include-paths.patch;patchdir= # kinesis-manager expects kinesis-video-producer header files to be in kinesis-video-producer subdirectory # | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/git/src/kinesis_stream_manager.cpp:19:10: fatal error: kinesis-video-producer/ClientCallbackProvider.h: No such file or directory # | #include -do_install_append() { +do_install:append() { install -d ${D}${includedir}/kinesis-video-producer mv ${D}${includedir}/*.h ${D}${includedir}/kinesis-video-producer/ } diff --git a/meta-ros-common/recipes-devtools/cmake/cmake_%.bbappend b/meta-ros-common/recipes-devtools/cmake/cmake_%.bbappend index f39be49f984..204546c5ea4 100644 --- a/meta-ros-common/recipes-devtools/cmake/cmake_%.bbappend +++ b/meta-ros-common/recipes-devtools/cmake/cmake_%.bbappend @@ -1 +1 @@ -FILES_${PN}-dev_class-nativesdk = "" +FILES:${PN}-dev:class-nativesdk = "" diff --git a/meta-ros-common/recipes-devtools/ogre/ogre_1.12.8.bb b/meta-ros-common/recipes-devtools/ogre/ogre_1.12.8.bb index 1ce3c37802a..af5839284c1 100644 --- a/meta-ros-common/recipes-devtools/ogre/ogre_1.12.8.bb +++ b/meta-ros-common/recipes-devtools/ogre/ogre_1.12.8.bb @@ -41,5 +41,5 @@ EXTRA_OECMAKE_RVIZ_OGRE_VENDOR = " \ EXTRA_OECMAKE += "${EXTRA_OECMAKE_RVIZ_OGRE_VENDOR}" -FILES_${PN}-dev += "${libdir}/OGRE/cmake ${libdir}/OGRE/*${SOLIBSDEV}" -FILES_${PN} += "${datadir}/OGRE ${libdir}/OGRE" +FILES:${PN}-dev += "${libdir}/OGRE/cmake ${libdir}/OGRE/*${SOLIBSDEV}" +FILES:${PN} += "${datadir}/OGRE ${libdir}/OGRE" diff --git a/meta-ros-common/recipes-devtools/python/python-ecdsa.inc b/meta-ros-common/recipes-devtools/python/python-ecdsa.inc index e38ee194de4..16482328675 100644 --- a/meta-ros-common/recipes-devtools/python/python-ecdsa.inc +++ b/meta-ros-common/recipes-devtools/python/python-ecdsa.inc @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad80 inherit pypi -# RDEPENDS_default: -RDEPENDS_${PN} += "${PYTHON_PN}-pbr" +# RDEPENDS:default: +RDEPENDS:${PN} += "${PYTHON_PN}-pbr" BBCLASSEXTEND += "native" diff --git a/meta-ros-common/recipes-devtools/python/python-paramiko.inc b/meta-ros-common/recipes-devtools/python/python-paramiko.inc index c2ab2601778..aca75fd2cdc 100644 --- a/meta-ros-common/recipes-devtools/python/python-paramiko.inc +++ b/meta-ros-common/recipes-devtools/python/python-paramiko.inc @@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ec inherit pypi -RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto ${PYTHON_PN}-ecdsa" +RDEPENDS:${PN} += "${PYTHON_PN}-pycrypto ${PYTHON_PN}-ecdsa" BBCLASSEXTEND += "native" diff --git a/meta-ros-common/recipes-devtools/python/python-pyassimp.inc b/meta-ros-common/recipes-devtools/python/python-pyassimp.inc index 76821336f5a..36c1893ff8e 100644 --- a/meta-ros-common/recipes-devtools/python/python-pyassimp.inc +++ b/meta-ros-common/recipes-devtools/python/python-pyassimp.inc @@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "266bd4be170d46065b8c2ad0f5396dad10938a6bbf9a566c4e4d56456e inherit pypi PACKAGES += "${PN}-examples" -FILES_${PN}-examples += "${datadir}/examples/${PYPI_PACKAGE}/" -FILES_${PN} += "${datadir}/${PYPI_PACKAGE}/README.rst" +FILES:${PN}-examples += "${datadir}/examples/${PYPI_PACKAGE}/" +FILES:${PN} += "${datadir}/${PYPI_PACKAGE}/README.rst" diff --git a/meta-ros-common/recipes-devtools/python/python3-cmd2_0.7.9.bb b/meta-ros-common/recipes-devtools/python/python3-cmd2_0.7.9.bb index 38f9a28f97d..e7e4609d2bb 100644 --- a/meta-ros-common/recipes-devtools/python/python3-cmd2_0.7.9.bb +++ b/meta-ros-common/recipes-devtools/python/python3-cmd2_0.7.9.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f518d30c641483c8d6c246afae6e4447f816f8300befc6a11c476eeb62 inherit pypi setuptools3 -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-pyparsing \ ${PYTHON_PN}-pyperclip \ ${PYTHON_PN}-six \ diff --git a/meta-ros-common/recipes-devtools/python/python3-flake8_3.5.0.bb b/meta-ros-common/recipes-devtools/python/python3-flake8_3.5.0.bb index e1f4d7a4c95..3ee02dd1235 100644 --- a/meta-ros-common/recipes-devtools/python/python3-flake8_3.5.0.bb +++ b/meta-ros-common/recipes-devtools/python/python3-flake8_3.5.0.bb @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf inherit setuptools3 pypi -RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ +RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing \ ${PYTHON_PN}-mccabe \ diff --git a/meta-ros-common/recipes-devtools/python/python3-ifcfg_0.21.bb b/meta-ros-common/recipes-devtools/python/python3-ifcfg_0.21.bb index b4277fdc32c..67870021b09 100644 --- a/meta-ros-common/recipes-devtools/python/python3-ifcfg_0.21.bb +++ b/meta-ros-common/recipes-devtools/python/python3-ifcfg_0.21.bb @@ -10,4 +10,4 @@ inherit pypi setuptools3 # Doesn't parse interflace flags from busybox's ifconfig # and e.g. ros2doctor depends on them being parsed correctly -RDEPENDS_${PN} += "net-tools" +RDEPENDS:${PN} += "net-tools" diff --git a/meta-ros-common/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-ros-common/recipes-devtools/python/python3-mccabe_0.6.1.bb index f57c991c870..22c0d3a2512 100644 --- a/meta-ros-common/recipes-devtools/python/python3-mccabe_0.6.1.bb +++ b/meta-ros-common/recipes-devtools/python/python3-mccabe_0.6.1.bb @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271 inherit pypi setuptools3 -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing" diff --git a/meta-ros-common/recipes-devtools/python/python3-mock_2.0.0.bb b/meta-ros-common/recipes-devtools/python/python3-mock_2.0.0.bb index a5455c8aa99..2a284b1c440 100644 --- a/meta-ros-common/recipes-devtools/python/python3-mock_2.0.0.bb +++ b/meta-ros-common/recipes-devtools/python/python3-mock_2.0.0.bb @@ -11,7 +11,7 @@ DEPENDS += " \ ${PYTHON_PN}-pbr-native" # XXX If ever need to make work for Python 2, will need to add python-funcsigs to this list: -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing \ diff --git a/meta-ros-common/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-ros-common/recipes-devtools/python/python3-pep8_1.7.1.bb index e6b429bd5f5..2e33dc23342 100644 --- a/meta-ros-common/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/meta-ros-common/recipes-devtools/python/python3-pep8_1.7.1.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9 inherit pypi setuptools3 -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing" diff --git a/meta-ros-common/recipes-devtools/python/python3-prettytable_0.7.2.bb b/meta-ros-common/recipes-devtools/python/python3-prettytable_0.7.2.bb index 023f46a6237..4d86283c68b 100644 --- a/meta-ros-common/recipes-devtools/python/python3-prettytable_0.7.2.bb +++ b/meta-ros-common/recipes-devtools/python/python3-prettytable_0.7.2.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools3 -do_install_append() { +do_install:append() { perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` for f in $perm_files; do chmod 644 "${f}" diff --git a/meta-ros-common/recipes-devtools/python/python3-pyflakes_1.6.0.bb b/meta-ros-common/recipes-devtools/python/python3-pyflakes_1.6.0.bb index 44afd2af905..4384a764fa6 100644 --- a/meta-ros-common/recipes-devtools/python/python3-pyflakes_1.6.0.bb +++ b/meta-ros-common/recipes-devtools/python/python3-pyflakes_1.6.0.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "8d616a382f243dbf19b54743f280b80198be0bca3a5396f1d2e1fca622 inherit pypi setuptools3 -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing" diff --git a/meta-ros-common/recipes-devtools/python/python3_%.bbappend b/meta-ros-common/recipes-devtools/python/python3_%.bbappend index 54ea791db8b..89ce0b79071 100644 --- a/meta-ros-common/recipes-devtools/python/python3_%.bbappend +++ b/meta-ros-common/recipes-devtools/python/python3_%.bbappend @@ -1,7 +1,7 @@ inherit update-alternatives ALTERNATIVE_PRIORITY = "80" -ALTERNATIVE_${PN}-core = "python python_config" +ALTERNATIVE:${PN}-core = "python python_config" ALTERNATIVE_LINK_NAME[python] = "${bindir}/python" ALTERNATIVE_LINK_NAME[python_config] = "${bindir}/python-config" ALTERNATIVE_TARGET[python] = "${bindir}/python3" diff --git a/meta-ros-common/recipes-devtools/tvm/tvm_0.7.0.bb b/meta-ros-common/recipes-devtools/tvm/tvm_0.7.0.bb index 904cc3fdb63..fdfaea27259 100644 --- a/meta-ros-common/recipes-devtools/tvm/tvm_0.7.0.bb +++ b/meta-ros-common/recipes-devtools/tvm/tvm_0.7.0.bb @@ -28,6 +28,6 @@ inherit cmake # -dev package contains non-symlink .so: tvm-dev path '/work/qemux86-webos-linux/tvm/0.7.0-r0/packages-split/tvm-dev/usr/lib/libtvm.so' # -dev package contains non-symlink .so: tvm-dev path '/work/qemux86-webos-linux/tvm/0.7.0-r0/packages-split/tvm-dev/usr/lib/libtvm_runtime.so' [dev-elf] FILES_SOLIBSDEV = "" -FILES_${PN} += " \ +FILES:${PN} += " \ ${libdir}/lib*${SOLIBSDEV} \ " diff --git a/meta-ros-common/recipes-devtools/yaml-cpp/yaml-cpp_0.6.2.bb b/meta-ros-common/recipes-devtools/yaml-cpp/yaml-cpp_0.6.2.bb index 524e7e1111a..3ed7d9d5bf4 100644 --- a/meta-ros-common/recipes-devtools/yaml-cpp/yaml-cpp_0.6.2.bb +++ b/meta-ros-common/recipes-devtools/yaml-cpp/yaml-cpp_0.6.2.bb @@ -17,7 +17,7 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BU inherit cmake PACKAGES =+ "${PN}-gtest" -FILES_${PN}-gtest += " \ +FILES:${PN}-gtest += " \ ${libdir}/libgmock_main.so \ ${libdir}/libgtest_main.so \ ${libdir}/libgtest.so \ diff --git a/meta-ros-common/recipes-extended/bash/bash_%.bbappend b/meta-ros-common/recipes-extended/bash/bash_%.bbappend index 38772ea3a2d..ae0678c885e 100644 --- a/meta-ros-common/recipes-extended/bash/bash_%.bbappend +++ b/meta-ros-common/recipes-extended/bash/bash_%.bbappend @@ -3,12 +3,12 @@ # Provide the real BASH as /bin/bash-real in a package named "bash-real". Components that require it then add "bash-real" to their # RDEPENDS to pull it in. -FILES_${PN}-real_class-target = "${base_bindir}/bash-real" -PACKAGE_BEFORE_PN_prepend_class-target = "${PN}-real " +FILES:${PN}-real:class-target = "${base_bindir}/bash-real" +PACKAGE_BEFORE_PN:prepend:class-target = "${PN}-real " -PROVIDES_class-target = "${PN}-real" -RPROVIDES_${PN}-real_class-target = "bash-real" +PROVIDES:class-target = "${PN}-real" +RPROVIDES:${PN}-real:class-target = "bash-real" -do_install_append_class-target () { +do_install:append:class-target () { cp ${D}${base_bindir}/bash ${D}${base_bindir}/bash-real } diff --git a/meta-ros-common/recipes-extended/collada-dom/collada-dom_2.4.0.bb b/meta-ros-common/recipes-extended/collada-dom/collada-dom_2.4.0.bb index bc1c5afc176..8c990b55069 100644 --- a/meta-ros-common/recipes-extended/collada-dom/collada-dom_2.4.0.bb +++ b/meta-ros-common/recipes-extended/collada-dom/collada-dom_2.4.0.bb @@ -18,4 +18,4 @@ EXTRA_OECMAKE += "\ inherit cmake -FILES_${PN}-dev += "${libdir}/cmake/collada_dom-2.4/*.cmake" +FILES:${PN}-dev += "${libdir}/cmake/collada_dom-2.4/*.cmake" diff --git a/meta-ros-common/recipes-extended/console-bridge/console-bridge_1.0.1.bb b/meta-ros-common/recipes-extended/console-bridge/console-bridge_1.0.1.bb index 0c56756abdb..6b128908dd7 100644 --- a/meta-ros-common/recipes-extended/console-bridge/console-bridge_1.0.1.bb +++ b/meta-ros-common/recipes-extended/console-bridge/console-bridge_1.0.1.bb @@ -23,4 +23,4 @@ S = "${WORKDIR}/git" inherit cmake # For some reason, the cmake subdir is under ${libdir} instead of ${datadir} for this component. -FILES_${PN}-dev += "${libdir}/${ROS_BPN}/cmake" +FILES:${PN}-dev += "${libdir}/${ROS_BPN}/cmake" diff --git a/meta-ros-common/recipes-extended/fcl/fcl_0.6.1.bb b/meta-ros-common/recipes-extended/fcl/fcl_0.6.1.bb index 5f51cb561bb..e8725172950 100644 --- a/meta-ros-common/recipes-extended/fcl/fcl_0.6.1.bb +++ b/meta-ros-common/recipes-extended/fcl/fcl_0.6.1.bb @@ -16,6 +16,6 @@ S = "${WORKDIR}/git" EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DFCL_NO_DEFAULT_RPATH=OFF ${EXTRA_OECMAKE_SSE}" EXTRA_OECMAKE_SSE = "-DFCL_USE_X64_SSE=OFF" -EXTRA_OECMAKE_SSE_x86-64 = "" +EXTRA_OECMAKE_SSE:x86-64 = "" inherit pkgconfig cmake diff --git a/meta-ros-common/recipes-extended/geographiclib/geographiclib_1.48.bb b/meta-ros-common/recipes-extended/geographiclib/geographiclib_1.48.bb index 7a985b8f4ed..edb652d1a00 100644 --- a/meta-ros-common/recipes-extended/geographiclib/geographiclib_1.48.bb +++ b/meta-ros-common/recipes-extended/geographiclib/geographiclib_1.48.bb @@ -13,15 +13,15 @@ S = "${WORKDIR}/GeographicLib-${PV}" PACKAGE_BEFORE_PN += "${PN}-tools" -FILES_${PN}-tools = " \ +FILES:${PN}-tools = " \ ${bindir} \ ${sbindir} \ " PACKAGES += "${PN}-matlab ${PN}-node ${PN}-python" -FILES_${PN}-matlab = "${datadir}/matlab" -FILES_${PN}-node = "${libdir}/node_modules" -FILES_${PN}-python = "${libdir}/python" +FILES:${PN}-matlab = "${datadir}/matlab" +FILES:${PN}-node = "${libdir}/node_modules" +FILES:${PN}-python = "${libdir}/python" inherit cmake @@ -39,7 +39,7 @@ EXTRA_OECMAKE += "-DGEOGRAPHICLIB_LIB_TYPE=BOTH" # | but this file does not exist. Possible reasons include: # OE doesn't stage ${bindir} for target recipes, but in this case the CartConvert isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros-common/recipes-extended/joystick/joystick_1.6.1.bb b/meta-ros-common/recipes-extended/joystick/joystick_1.6.1.bb index 975daffa8f7..f97a5de85a2 100644 --- a/meta-ros-common/recipes-extended/joystick/joystick_1.6.1.bb +++ b/meta-ros-common/recipes-extended/joystick/joystick_1.6.1.bb @@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a1392 S = "${WORKDIR}/linuxconsoletools-${PV}" -do_compile_prepend() { +do_compile:prepend() { # drop ffmvforce so that we don't need libsdl sed '/^PROGRAMS/s/ffmvforce *//g' -i ${S}/utils/Makefile # respect nonarch_base_libdir path to keep QA check happy @@ -22,14 +22,14 @@ do_install() { PACKAGES =+ "${PN}-jscal" -FILES_${PN}-jscal = " \ +FILES:${PN}-jscal = " \ ${datadir}/joystick \ ${bindir}/jscal-restore \ ${bindir}/jscal-store \ " # ERROR: joystick-1.6.1-r0 do_package_qa: QA Issue: joystick-jscal rdepends on bash, but it isnt a build dependency, missing bash in DEPENDS or PACKAGECONFIG? [build-deps] -RDEPENDS_${PN}-jscal = "bash busybox gawk" +RDEPENDS:${PN}-jscal = "bash busybox gawk" # This is needed only for webOS OSE, which uses busybox to provide # bash by default, but with newer OSE this should respect @@ -37,5 +37,5 @@ RDEPENDS_${PN}-jscal = "bash busybox gawk" # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-dashing layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}-jscal_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}-jscal_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}-jscal:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}-jscal:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros-common/recipes-extended/libccd/libccd_2.1.0.bb b/meta-ros-common/recipes-extended/libccd/libccd_2.1.0.bb index f82d770b570..0f1b4d47bba 100644 --- a/meta-ros-common/recipes-extended/libccd/libccd_2.1.0.bb +++ b/meta-ros-common/recipes-extended/libccd/libccd_2.1.0.bb @@ -13,8 +13,8 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DCCD_DOUBLE=1" inherit pkgconfig cmake -FILES_${PN}-dev += "${libdir}/ccd/*.cmake" +FILES:${PN}-dev += "${libdir}/ccd/*.cmake" # There is path to libm.so pointing to libccd RSS which we need to relocate # recipe-sysroot/usr/lib/ccd/ccd-targets-release.cmake: IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "/jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/core2-64-oe-linux/libccd/2.1.0-r0/recipe-sysroot/usr/lib/libm.so" -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" diff --git a/meta-ros-common/recipes-extended/libfreenect/libfreenect_0.5.2.bb b/meta-ros-common/recipes-extended/libfreenect/libfreenect_0.5.2.bb index cee73f5813b..8e3308c263a 100644 --- a/meta-ros-common/recipes-extended/libfreenect/libfreenect_0.5.2.bb +++ b/meta-ros-common/recipes-extended/libfreenect/libfreenect_0.5.2.bb @@ -15,14 +15,14 @@ inherit cmake #force libs always into /usr/lib, even when compiling on 64bit arch EXTRA_OECMAKE += " -DLIB_SUFFIX=''" -FILES_${PN} += "\ +FILES:${PN} += "\ ${libdir}/fakenect/${BPN}.so.* \ ${datadir}/fwfetcher.py \ " -FILES_${PN}-dev += "${libdir}/fakenect/${BPN}.so" -FILES_${PN}-dbg += "${libdir}/fakenect/.debug" +FILES:${PN}-dev += "${libdir}/fakenect/${BPN}.so" +FILES:${PN}-dbg += "${libdir}/fakenect/.debug" -RDEPENDS_${PN} += "bash" +RDEPENDS:${PN} += "bash" inherit features_check # Depends on freeglut with this restriction: diff --git a/meta-ros-common/recipes-extended/pcl/pcl_1.8.1.bb b/meta-ros-common/recipes-extended/pcl/pcl_1.8.1.bb index dd4a2145fe1..37e62e7ed37 100644 --- a/meta-ros-common/recipes-extended/pcl/pcl_1.8.1.bb +++ b/meta-ros-common/recipes-extended/pcl/pcl_1.8.1.bb @@ -46,14 +46,14 @@ CXXFLAGS += "-std=gnu++14" inherit cmake -FILES_${PN}-dev += "${datadir}/${PN}-1.8/*.cmake" +FILES:${PN}-dev += "${datadir}/${PN}-1.8/*.cmake" # The build is really memory hungry (at least with gcc8), even with just -j 8 it triggers OOMK on system with 32GB ram # High memory needs mentioned in: https://github.com/PointCloudLibrary/pcl/issues/2284 # Setting just empty doesn't work, ninja will by default use number of cores available # However, quick experiments have shown that it's possible to use up to CEIL(/5) as the argument to -j without running # out of memory as long as the machine has a few GB of swap space. If this fails, override it by setting -# PARALLEL_MAKE_pn-pcl = "-j " in conf/local.conf . +# PARALLEL_MAKE:pn-pcl = "-j " in conf/local.conf . # Tried this, but psutil fails to import: # inherit python3native diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-amd_2.4.6.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-amd_2.4.6.bb index d8045cf7ea8..7d28b9fff97 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-amd_2.4.6.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-amd_2.4.6.bb @@ -23,9 +23,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-amd-2.4.6-r0 do_package_qa: QA Issue: package suitesparse-amd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-amd/2.4.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-amd/2.4.6-r0/packages-split/suitesparse-amd/usr/lib/libamd.so.2.4.6 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-camd_2.4.6.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-camd_2.4.6.bb index 2a8b0d4f15e..6e48af2e5c0 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-camd_2.4.6.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-camd_2.4.6.bb @@ -22,9 +22,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-camd-2.4.6-r0 do_package_qa: QA Issue: package suitesparse-camd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-camd/2.4.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-camd/2.4.6-r0/packages-split/suitesparse-camd/usr/lib/libcamd.so.2.4.6 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-ccolamd_2.9.6.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-ccolamd_2.9.6.bb index c35f55dca28..6063eecee21 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-ccolamd_2.9.6.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-ccolamd_2.9.6.bb @@ -22,9 +22,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-ccolamd-2.9.6-r0 do_package_qa: QA Issue: package suitesparse-ccolamd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-ccolamd/2.9.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-ccolamd/2.9.6-r0/packages-split/suitesparse-ccolamd/usr/lib/libccolamd.so.2.9.6 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-cholmod_5.4.0.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-cholmod_5.4.0.bb index 39dba68a173..15d51e84a7a 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-cholmod_5.4.0.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-cholmod_5.4.0.bb @@ -29,9 +29,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-cholmod-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-cholmod contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cholmod/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cholmod/5.4.0-r0/packages-split/suitesparse-cholmod/usr/lib/libcholmod.so.3.0.13 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-colamd_2.9.6.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-colamd_2.9.6.bb index b6aeb9f07ee..5f2a4aaa18a 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-colamd_2.9.6.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-colamd_2.9.6.bb @@ -22,9 +22,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-colamd-2.9.6-r0 do_package_qa: QA Issue: package suitesparse-colamd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-colamd/2.9.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-colamd/2.9.6-r0/packages-split/suitesparse-colamd/usr/lib/libcolamd.so.2.9.6 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-config_5.4.0.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-config_5.4.0.bb index fc084ba5ffe..7de4f7bdddb 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-config_5.4.0.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-config_5.4.0.bb @@ -18,9 +18,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-config-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-config contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-config/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-config/5.4.0-r0/packages-split/suitesparse-config/usr/lib/libsuitesparseconfig.so.5.4.0 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-cxsparse_5.4.0.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-cxsparse_5.4.0.bb index b0df2cd498b..dfb3ab18a13 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-cxsparse_5.4.0.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-cxsparse_5.4.0.bb @@ -21,9 +21,9 @@ do_install() { ln -snf . ${D}${includedir}/suitesparse } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-cxsparse-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-cxsparse contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cxsparse/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cxsparse/5.4.0-r0/packages-split/suitesparse-cxsparse/usr/lib/libcxsparse.so.3.2.0 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-metis_5.1.0.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-metis_5.1.0.bb index 19a1d1a438a..08ca5210a41 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-metis_5.1.0.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-metis_5.1.0.bb @@ -13,4 +13,4 @@ EXTRA_OECMAKE += "-DGKLIB_PATH=${S}/GKlib -DSHARED=1" # the shared library is named just /usr/lib/libmetis.so and it's not symlink to be included in PN-dev FILES_SOLIBSDEV = "" -FILES_${PN} += "${libdir}/*.so" +FILES:${PN} += "${libdir}/*.so" diff --git a/meta-ros-common/recipes-extended/suitesparse/suitesparse-spqr_5.4.0.bb b/meta-ros-common/recipes-extended/suitesparse/suitesparse-spqr_5.4.0.bb index 7358e61133e..22ffefc8884 100644 --- a/meta-ros-common/recipes-extended/suitesparse/suitesparse-spqr_5.4.0.bb +++ b/meta-ros-common/recipes-extended/suitesparse/suitesparse-spqr_5.4.0.bb @@ -26,9 +26,9 @@ do_install() { oe_runmake install INSTALL=${D}${prefix} } -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: suitesparse-spqr-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-spqr contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-spqr/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-spqr/5.4.0-r0/packages-split/suitesparse-spqr/usr/lib/libspqr.so.2.0.9 [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros-common/recipes-extended/wxwidgets/wxwidgets_3.0.4.bb b/meta-ros-common/recipes-extended/wxwidgets/wxwidgets_3.0.4.bb index 3f16c38273f..9c8a2c6d3a4 100644 --- a/meta-ros-common/recipes-extended/wxwidgets/wxwidgets_3.0.4.bb +++ b/meta-ros-common/recipes-extended/wxwidgets/wxwidgets_3.0.4.bb @@ -39,7 +39,7 @@ do_configure() { # isn't included in the sysroot (because it contains wxrc, a cross-compiled executable). So instead, place it under # ${libdir}/wx/config and require that users of wxwidgets cause it to be invoked by adding passing # "WX_CONFIG=${RECIPE_SYSROOT}${libdir}/wx/config/wx-config" when configuring. -do_install_append() { +do_install:append() { rm -f ${D}${bindir}/wx-config # There's only one file under ${libdir}/wx/config/, and its name starts with ${TARGET_PREFIX} if [ -d ${D}${libdir}/wx/config/ ]; then @@ -61,8 +61,8 @@ wxwidgets_sysroot_preprocess () { sed -i -e 's,bindir="/usr/bin",bindir="${STAGING_BINDIR}",g' ${SYSROOT_DESTDIR}${libdir}/wx/config/${TARGET_PREFIX}* } -FILES_${PN} += "${bindir} ${libdir}/wx/config" -FILES_${PN}-dev += "${libdir}/wx/include ${datadir}/bakefile" +FILES:${PN} += "${bindir} ${libdir}/wx/config" +FILES:${PN}-dev += "${libdir}/wx/include ${datadir}/bakefile" inherit features_check # Depends on freeglut with this restriction: diff --git a/meta-ros-common/recipes-imported-bistro/openblas/openblas_0.3.5.bb b/meta-ros-common/recipes-imported-bistro/openblas/openblas_0.3.5.bb index f848f7b49f3..3a09424e11a 100644 --- a/meta-ros-common/recipes-imported-bistro/openblas/openblas_0.3.5.bb +++ b/meta-ros-common/recipes-imported-bistro/openblas/openblas_0.3.5.bb @@ -75,4 +75,4 @@ do_install() { ln -s libopenblas.a libblas.a } -FILES_${PN}-dev = "${includedir} ${libdir}/lib${PN}.a ${libdir}/libblas.a" +FILES:${PN}-dev = "${includedir} ${libdir}/lib${PN}.a ${libdir}/libblas.a" diff --git a/meta-ros-common/recipes-imported-iot-cloud/python/python-boto3.inc b/meta-ros-common/recipes-imported-iot-cloud/python/python-boto3.inc index 61b427a6914..fd9903108d0 100644 --- a/meta-ros-common/recipes-imported-iot-cloud/python/python-boto3.inc +++ b/meta-ros-common/recipes-imported-iot-cloud/python/python-boto3.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SRC_URI[md5sum] = "a18e37ff05d0dd0a59e43e7bcfd79469" SRC_URI[sha256sum] = "b9c930982891229fe32c670c940835e4d5afcb52f60a5e512de8e5cba409900b" -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ ${PYTHON_PN}-botocore \ ${PYTHON_PN}-jmespath \ ${PYTHON_PN}-s3transfer \ diff --git a/meta-ros-common/recipes-imported-iot-cloud/python/python-botocore.inc b/meta-ros-common/recipes-imported-iot-cloud/python/python-botocore.inc index f482d46fb84..5de7b40f886 100644 --- a/meta-ros-common/recipes-imported-iot-cloud/python/python-botocore.inc +++ b/meta-ros-common/recipes-imported-iot-cloud/python/python-botocore.inc @@ -9,13 +9,13 @@ SRC_URI[sha256sum] = "ee55ce128056c5120680d25c8e8dfa3a08dbe7ac3445dc16997daaa68a inherit pypi -FILESEXTRAPATHS_prepend := "${THISDIR}/python-botocore:" +FILESEXTRAPATHS:prepend := "${THISDIR}/python-botocore:" SRC_URI += "\ file://Allow-python-dateutil-2.8.1.patch \ " -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ ${PYTHON_PN}-jmespath \ ${PYTHON_PN}-dateutil \ ${PYTHON_PN}-docutils \ diff --git a/meta-ros-common/recipes-imported-iot-cloud/python/python-jmespath.inc b/meta-ros-common/recipes-imported-iot-cloud/python/python-jmespath.inc index 2504ab2ef1d..5b48e1d3574 100644 --- a/meta-ros-common/recipes-imported-iot-cloud/python/python-jmespath.inc +++ b/meta-ros-common/recipes-imported-iot-cloud/python/python-jmespath.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" PR = "r0" -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-json \ ${PYTHON_PN}-math \ ${PYTHON_PN}-pprint \ diff --git a/meta-ros-common/recipes-imported-iot-cloud/python/python3-jmespath_0.9.3.bb b/meta-ros-common/recipes-imported-iot-cloud/python/python3-jmespath_0.9.3.bb index 1c167765486..1189f023422 100644 --- a/meta-ros-common/recipes-imported-iot-cloud/python/python3-jmespath_0.9.3.bb +++ b/meta-ros-common/recipes-imported-iot-cloud/python/python3-jmespath_0.9.3.bb @@ -1,10 +1,10 @@ inherit pypi setuptools3 update-alternatives require python-jmespath.inc -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-stringold \ " -ALTERNATIVE_${PN} = "jmespath" +ALTERNATIVE:${PN} = "jmespath" ALTERNATIVE_LINK_NAME[jmespath] = "${bindir}/jp.py" ALTERNATIVE_PRIORITY = "30" diff --git a/meta-ros-common/recipes-imported-iot-cloud/python/python3-s3transfer_0.2.1.bb b/meta-ros-common/recipes-imported-iot-cloud/python/python3-s3transfer_0.2.1.bb index d59c5ef372c..2bdc981af35 100644 --- a/meta-ros-common/recipes-imported-iot-cloud/python/python3-s3transfer_0.2.1.bb +++ b/meta-ros-common/recipes-imported-iot-cloud/python/python3-s3transfer_0.2.1.bb @@ -1,6 +1,6 @@ inherit setuptools3 require python-s3transfer.inc -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-multiprocessing \ " diff --git a/meta-ros-common/recipes-imported-jupyter/python-pydot/python-pydot.inc b/meta-ros-common/recipes-imported-jupyter/python-pydot/python-pydot.inc index 8ff5992a3bf..71568636f34 100644 --- a/meta-ros-common/recipes-imported-jupyter/python-pydot/python-pydot.inc +++ b/meta-ros-common/recipes-imported-jupyter/python-pydot/python-pydot.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5ce36373e1542c5b82d521315da8cc2" SRC_URI[sha256sum] = "d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01" -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-pyparsing \ graphviz \ " diff --git a/meta-ros-common/recipes-imported-labgrid/python/python-autobahn.inc b/meta-ros-common/recipes-imported-labgrid/python/python-autobahn.inc index 765919d5242..8c11e308ef7 100644 --- a/meta-ros-common/recipes-imported-labgrid/python/python-autobahn.inc +++ b/meta-ros-common/recipes-imported-labgrid/python/python-autobahn.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" inherit pypi -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ ${PYTHON_PN}-twisted \ ${PYTHON_PN}-zopeinterface \ ${PYTHON_PN}-py-ubjson \ diff --git a/meta-ros-common/recipes-imported-labgrid/python/python-snappy.inc b/meta-ros-common/recipes-imported-labgrid/python/python-snappy.inc index c4325f05d68..86f268e84a2 100644 --- a/meta-ros-common/recipes-imported-labgrid/python/python-snappy.inc +++ b/meta-ros-common/recipes-imported-labgrid/python/python-snappy.inc @@ -11,4 +11,4 @@ inherit pypi PYPI_PACKAGE = "python-snappy" DEPENDS += "snappy" -RDEPENDS_${PN} += "snappy" +RDEPENDS:${PN} += "snappy" diff --git a/meta-ros-common/recipes-imported-sca/python-mypy/python3-mypy_0.720.bb b/meta-ros-common/recipes-imported-sca/python-mypy/python3-mypy_0.720.bb index c0561a3913b..9714d7e544b 100644 --- a/meta-ros-common/recipes-imported-sca/python-mypy/python3-mypy_0.720.bb +++ b/meta-ros-common/recipes-imported-sca/python-mypy/python3-mypy_0.720.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python/mypy" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8d438618dacdddfdf08836bfe5e4b8a7" -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ ${PYTHON_PN}-mypy-extensions \ ${PYTHON_PN}-typed-ast \ ${PYTHON_PN}-typing-extensions \ diff --git a/meta-ros-common/recipes-infrastructure/python/python-catkin-pkg.inc b/meta-ros-common/recipes-infrastructure/python/python-catkin-pkg.inc index 194aa0091d7..b8a761be898 100644 --- a/meta-ros-common/recipes-infrastructure/python/python-catkin-pkg.inc +++ b/meta-ros-common/recipes-infrastructure/python/python-catkin-pkg.inc @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "28ee181cca827c0aabf9397351f58a97e1475ca5ac7c106a5916e3ee19 inherit pypi -RDEPENDS_${PN} = "${PYTHON_PN}-unixadmin ${PYTHON_PN}-pyparsing ${PYTHON_PN}-dateutil ${PYTHON_PN}-docutils" -RDEPENDS_${PN}_class-native = "" +RDEPENDS:${PN} = "${PYTHON_PN}-unixadmin ${PYTHON_PN}-pyparsing ${PYTHON_PN}-dateutil ${PYTHON_PN}-docutils" +RDEPENDS:${PN}:class-native = "" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-ros-common/recipes-infrastructure/python/python-catkin-tools.inc b/meta-ros-common/recipes-infrastructure/python/python-catkin-tools.inc index e869a025b3a..3bf2d0df5f8 100644 --- a/meta-ros-common/recipes-infrastructure/python/python-catkin-tools.inc +++ b/meta-ros-common/recipes-infrastructure/python/python-catkin-tools.inc @@ -11,4 +11,4 @@ BBCLASSEXTEND = "native nativesdk" SRC_URI[sha256sum] = "8a8e9482b5b03dcfe87a9e3cf9fd6d5937564b49ab71ebc99f71061faf72605b" # /usr/share/zsh/site-functions/_catkin -FILES_${PN} += "${datadir}/zsh" +FILES:${PN} += "${datadir}/zsh" diff --git a/meta-ros-common/recipes-infrastructure/python/python-rosdep.inc b/meta-ros-common/recipes-infrastructure/python/python-rosdep.inc index aec80ec22a2..03e16be8c41 100644 --- a/meta-ros-common/recipes-infrastructure/python/python-rosdep.inc +++ b/meta-ros-common/recipes-infrastructure/python/python-rosdep.inc @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/ros-infrastructure/rosdep;${ROS_BRANCH};protocol=htt S = "${WORKDIR}/git" -RDEPENDS_${PN} += "${PYTHON_PN}-catkin-pkg ${PYTHON_PN}-pyyaml ${PYTHON_PN}-netclient ${PYTHON_PN}-rosdistro" -RDEPENDS_${PN} += "ca-certificates" +RDEPENDS:${PN} += "${PYTHON_PN}-catkin-pkg ${PYTHON_PN}-pyyaml ${PYTHON_PN}-netclient ${PYTHON_PN}-rosdistro" +RDEPENDS:${PN} += "ca-certificates" BBCLASSEXTEND += "native" diff --git a/meta-ros-common/recipes-infrastructure/python/python-rosdistro.inc b/meta-ros-common/recipes-infrastructure/python/python-rosdistro.inc index 39f4eb4e92f..7255a020c9a 100644 --- a/meta-ros-common/recipes-infrastructure/python/python-rosdistro.inc +++ b/meta-ros-common/recipes-infrastructure/python/python-rosdistro.inc @@ -10,6 +10,6 @@ SRC_URI = "git://github.com/ros-infrastructure/rosdistro;${ROS_BRANCH};protocol= S = "${WORKDIR}/git" -RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml" +RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml" BBCLASSEXTEND = "native" diff --git a/meta-ros-common/recipes-infrastructure/python/python-rospkg.inc b/meta-ros-common/recipes-infrastructure/python/python-rospkg.inc index 268c7718ccd..f5de71c0308 100644 --- a/meta-ros-common/recipes-infrastructure/python/python-rospkg.inc +++ b/meta-ros-common/recipes-infrastructure/python/python-rospkg.inc @@ -10,6 +10,6 @@ SRC_URI = "git://github.com/ros-infrastructure/rospkg;${ROS_BRANCH};protocol=htt S = "${WORKDIR}/git" -RDEPENDS_${PN} += "${PYTHON_PN}-xml ${PYTHON_PN}-rosdep ${PYTHON_PN}-distro" +RDEPENDS:${PN} += "${PYTHON_PN}-xml ${PYTHON_PN}-rosdep ${PYTHON_PN}-distro" BBCLASSEXTEND = "native" diff --git a/meta-ros-common/recipes-infrastructure/python/python3-rosdep_0.20.0.bb b/meta-ros-common/recipes-infrastructure/python/python3-rosdep_0.20.0.bb index 770a1289be9..1a1db9b78c7 100644 --- a/meta-ros-common/recipes-infrastructure/python/python3-rosdep_0.20.0.bb +++ b/meta-ros-common/recipes-infrastructure/python/python3-rosdep_0.20.0.bb @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" require python-rosdep.inc diff --git a/meta-ros-common/recipes-sca/cppcheck/cppcheck_1.87.bb b/meta-ros-common/recipes-sca/cppcheck/cppcheck_1.87.bb index 021c9a2a3a4..2afd5ba5116 100644 --- a/meta-ros-common/recipes-sca/cppcheck/cppcheck_1.87.bb +++ b/meta-ros-common/recipes-sca/cppcheck/cppcheck_1.87.bb @@ -19,7 +19,7 @@ do_compile() { oe_runmake } -FILES_${PN} = "${bindir}/** ${datadir}" +FILES:${PN} = "${bindir}/** ${datadir}" do_install() { install -d ${D}${bindir} diff --git a/meta-ros-common/recipes-support/asio/asio_%.bbappend b/meta-ros-common/recipes-support/asio/asio_%.bbappend index f5610e47efb..db81282b1db 100644 --- a/meta-ros-common/recipes-support/asio/asio_%.bbappend +++ b/meta-ros-common/recipes-support/asio/asio_%.bbappend @@ -2,5 +2,5 @@ BBCLASSEXTEND = "native" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-examples-cpp03-fix-build-without-std-chrono.patch" diff --git a/meta-ros-common/recipes-support/lcov/lcov_1.14.bbappend b/meta-ros-common/recipes-support/lcov/lcov_1.14.bbappend index c33566d5d08..010fa10344c 100644 --- a/meta-ros-common/recipes-support/lcov/lcov_1.14.bbappend +++ b/meta-ros-common/recipes-support/lcov/lcov_1.14.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # Backport https://lists.openembedded.org/g/openembedded-devel/message/86162 -RDEPENDS_${PN}_remove_class-native = "gcov gcov-symlinks" +RDEPENDS:${PN}:remove:class-native = "gcov gcov-symlinks" diff --git a/meta-ros-common/recipes-support/libeigen/libeigen_%.bbappend b/meta-ros-common/recipes-support/libeigen/libeigen_%.bbappend index e785058c2c5..599f3556bb5 100644 --- a/meta-ros-common/recipes-support/libeigen/libeigen_%.bbappend +++ b/meta-ros-common/recipes-support/libeigen/libeigen_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. # libeigen is a template library, ie, source-only. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros-common/recipes-support/opencv/opencv_4.%.bbappend b/meta-ros-common/recipes-support/opencv/opencv_4.%.bbappend index a7d061855c6..0ae50713fd9 100644 --- a/meta-ros-common/recipes-support/opencv/opencv_4.%.bbappend +++ b/meta-ros-common/recipes-support/opencv/opencv_4.%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # required by meta-ros1-noetic/generated-recipes/dnn-detect/dnn-detect_0.1.0-1.bb -PACKAGECONFIG_append = " dnn" +PACKAGECONFIG:append = " dnn" diff --git a/meta-ros-common/recipes-support/spdlog/spdlog_1.8.1.bbappend b/meta-ros-common/recipes-support/spdlog/spdlog_1.8.1.bbappend index 00273f252a6..3fc53265020 100644 --- a/meta-ros-common/recipes-support/spdlog/spdlog_1.8.1.bbappend +++ b/meta-ros-common/recipes-support/spdlog/spdlog_1.8.1.bbappend @@ -3,4 +3,4 @@ EXTRA_OECMAKE += "-DSPDLOG_BUILD_SHARED=on" # Force to use gold just to prevent prelink from crashing due to bug in it -CXXFLAGS_append = " -fuse-ld=gold" +CXXFLAGS:append = " -fuse-ld=gold" diff --git a/meta-ros-python2/recipes-devtools/python/python-pillow_5.1.0.bb b/meta-ros-python2/recipes-devtools/python/python-pillow_5.1.0.bb index c670fa47fc3..79e4c5dd975 100644 --- a/meta-ros-python2/recipes-devtools/python/python-pillow_5.1.0.bb +++ b/meta-ros-python2/recipes-devtools/python/python-pillow_5.1.0.bb @@ -22,11 +22,11 @@ SRC_URI = "git://github.com/python-pillow/Pillow;protocol=https \ S = "${WORKDIR}/git" -# Yes, both this and the export in do_compile_prepend are needed :/ -CFLAGS_append = " -I${STAGING_INCDIR}" -LDFLAGS_append = " -L${STAGING_LIBDIR}" +# Yes, both this and the export in do_compile:prepend are needed :/ +CFLAGS:append = " -I${STAGING_INCDIR}" +LDFLAGS:append = " -L${STAGING_LIBDIR}" -do_compile_prepend() { +do_compile:prepend() { export LDFLAGS="$LDFLAGS -L${STAGING_LIBDIR}" export CFLAGS="$CFLAGS -I${STAGING_INCDIR}" } diff --git a/meta-ros-python2/recipes-devtools/python/python-tornado45_git.bb b/meta-ros-python2/recipes-devtools/python/python-tornado45_git.bb index bdf516eadb2..f1b017b553a 100644 --- a/meta-ros-python2/recipes-devtools/python/python-tornado45_git.bb +++ b/meta-ros-python2/recipes-devtools/python/python-tornado45_git.bb @@ -18,11 +18,11 @@ python() { DEPENDS = "python-certifi" -RDEPENDS_${PN} = "python-certifi" -RDEPENDS_${PN} += "python-backports-abc" -RDEPENDS_${PN} += "python-singledispatch" +RDEPENDS:${PN} = "python-certifi" +RDEPENDS:${PN} += "python-backports-abc" +RDEPENDS:${PN} += "python-singledispatch" -RCONFLICTS_${PN} = "python-tornado" -RCONFLICTS_${PN} += "python-tornado40" -RCONFLICTS_${PN} += "python-tornado50" +RCONFLICTS:${PN} = "python-tornado" +RCONFLICTS:${PN} += "python-tornado40" +RCONFLICTS:${PN} += "python-tornado50" diff --git a/meta-ros-python2/recipes-devtools/python/python_%.bbappend b/meta-ros-python2/recipes-devtools/python/python_%.bbappend index a737a61f56c..7701f01e97f 100644 --- a/meta-ros-python2/recipes-devtools/python/python_%.bbappend +++ b/meta-ros-python2/recipes-devtools/python/python_%.bbappend @@ -5,6 +5,6 @@ EXTRA_OECONF += "\ inherit update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN}-core = "python python_config" +ALTERNATIVE:${PN}-core = "python python_config" ALTERNATIVE_LINK_NAME[python] = "${bindir}/python" ALTERNATIVE_LINK_NAME[python_config] = "${bindir}/python-config" diff --git a/meta-ros-python2/recipes-devtools/sip/sip.inc b/meta-ros-python2/recipes-devtools/sip/sip.inc index d8e32a7687e..0bcc1721394 100644 --- a/meta-ros-python2/recipes-devtools/sip/sip.inc +++ b/meta-ros-python2/recipes-devtools/sip/sip.inc @@ -13,7 +13,7 @@ S = "${WORKDIR}/sip-${PV}" BBCLASSEXTEND = "native" -do_configure_prepend_class-target() { +do_configure:prepend:class-target() { echo "py_platform = linux" > sip.cfg echo "py_inc_dir = %(sysroot)/${includedir}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg @@ -22,7 +22,7 @@ do_configure_prepend_class-target() { echo "sip_sip_dir = ${D}/${datadir}/sip" >> sip.cfg ${PYTHON} configure.py --configuration sip.cfg --sip-module PyQt5.sip --sysroot ${STAGING_DIR_HOST} CC="${CC}" CXX="${CXX}" LINK="${CXX}" STRIP="" LINK_SHLIB="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}" } -do_configure_prepend_class-native() { +do_configure:prepend:class-native() { echo "py_platform = linux" > sip.cfg echo "py_inc_dir = ${includedir}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg diff --git a/meta-ros-python2/recipes-devtools/sip/sip_4.19.%.bbappend b/meta-ros-python2/recipes-devtools/sip/sip_4.19.%.bbappend index 4c47f4f5047..1b8b6852fd5 100644 --- a/meta-ros-python2/recipes-devtools/sip/sip_4.19.%.bbappend +++ b/meta-ros-python2/recipes-devtools/sip/sip_4.19.%.bbappend @@ -2,22 +2,22 @@ # Can't figure out how to fix sip.cfg to generate these files correctly, so just post-process them to have the correct paths. # NB. sip.inc creates paths with doubled slashes. -do_configure_class-target() { +do_configure:class-target() { sed -i -e 's@$(DESTDIR)${RECIPE_SYSROOT}@$(DESTDIR)${D}@g' Makefile sed -i -e 's@//@/@g' -e 's@${RECIPE_SYSROOT}@${D}@g' installed.txt sed -i -e 's@//@/@g' -e 's@${D}@${RECIPE_SYSROOT}@g' sipconfig.py } -do_configure_class-native() { +do_configure:class-native() { sed -i -e 's@$(DESTDIR)${RECIPE_SYSROOT_NATIVE}@$(DESTDIR)${D}${RECIPE_SYSROOT_NATIVE}@g' Makefile sed -i -e 's@//@/@g' -e 's@^${RECIPE_SYSROOT_NATIVE}@${D}${RECIPE_SYSROOT_NATIVE}@g' installed.txt sed -i -e 's@//@/@g' -e 's@${D}@@g' sipconfig.py } -SSTATE_SCAN_FILES_append = " *.py" +SSTATE_SCAN_FILES:append = " *.py" -# There's no way to add STRIP="" to configure.py command line in do_configure_class-native(), so just ignore the warning: +# There's no way to add STRIP="" to configure.py command line in do_configure:class-native(), so just ignore the warning: # WARNING: sip-native-4.19.13-r0 do_populate_sysroot: # File '.../work/x86_64-linux/sip-native/4.19.13-r0/recipe-sysroot-native/usr/lib/python2.7/site-packages/PyQt5/sip.so' # from sip-native was already stripped, this will prevent future debugging! -INSANE_SKIP_${PN}_class-native += "already-stripped" +INSANE_SKIP:${PN}:class-native += "already-stripped" diff --git a/meta-ros-python2/recipes-devtools/sip/sip_4.19.19.bb b/meta-ros-python2/recipes-devtools/sip/sip_4.19.19.bb index 1823a2b3af7..51d38815990 100644 --- a/meta-ros-python2/recipes-devtools/sip/sip_4.19.19.bb +++ b/meta-ros-python2/recipes-devtools/sip/sip_4.19.19.bb @@ -15,6 +15,6 @@ inherit python-dir pythonnative PACKAGES += "python-sip" -FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/" -FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" +FILES:python-sip = "${libdir}/${PYTHON_DIR}/site-packages/" +FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" diff --git a/meta-ros-python2/recipes-extended/python/python-matplotlib_2.1.1.bb b/meta-ros-python2/recipes-extended/python/python-matplotlib_2.1.1.bb index 637f96e16fc..63a50b68f85 100644 --- a/meta-ros-python2/recipes-extended/python/python-matplotlib_2.1.1.bb +++ b/meta-ros-python2/recipes-extended/python/python-matplotlib_2.1.1.bb @@ -4,7 +4,7 @@ LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74" DEPENDS += "python-numpy freetype libpng python-dateutil python-pytz" -RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng python-dateutil python-pytz" +RDEPENDS:${PN} = "python-core python-distutils python-numpy freetype libpng python-dateutil python-pytz" SRCREV = "ebaff585e43b128055e9164ae5fce1efe8a01ef4" ROS_BRANCH ?= "branch=master" diff --git a/meta-ros-python2/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb b/meta-ros-python2/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb index fd683e5c235..7ad8fc62b4f 100644 --- a/meta-ros-python2/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb +++ b/meta-ros-python2/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb @@ -30,7 +30,7 @@ python() { } # This component puts its cmake files under libdir instead of datadir. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " @@ -39,4 +39,4 @@ inherit cmake inherit ros_recipe_now_generated # *.cmake files have hardcoded sysroot-s in them. -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" diff --git a/meta-ros-python2/recipes-extended/wxwidgets/wxpython_3.0.2.0.bb b/meta-ros-python2/recipes-extended/wxwidgets/wxpython_3.0.2.0.bb index c59a5c2298a..1e43bb1e368 100644 --- a/meta-ros-python2/recipes-extended/wxwidgets/wxpython_3.0.2.0.bb +++ b/meta-ros-python2/recipes-extended/wxwidgets/wxpython_3.0.2.0.bb @@ -31,13 +31,13 @@ DISTUTILS_BUILD_ARGS = "WX_CONFIG=${RECIPE_SYSROOT}${libdir}/wx/config/wx-config DISTUTILS_BUILD_ARGS += "WXPORT=gtk3" # remove -L/usr/X11R6/lib hardcodes -do_configure_prepend() { +do_configure:prepend() { sed -i -e s:/usr/X11R6/lib::g ${S}/config.py } # e.g. ${D}/build/v2013.06/build/tmp-angstrom_v2013_06-eglibc/sysroots/beaglebone/usr/include/wx-2.9/wx/wxPython/pytree.h -do_iinstall_append() { +do_iinstall:append() { cp -a ${D}${STAGING_DIR_HOST}/* ${D} rm -rf ${D}${STAGING_DIR} } diff --git a/meta-ros-python2/recipes-imported-iot-cloud/python/python-jmespath_0.9.3.bb b/meta-ros-python2/recipes-imported-iot-cloud/python/python-jmespath_0.9.3.bb index 066c259bf3b..20ce630d481 100644 --- a/meta-ros-python2/recipes-imported-iot-cloud/python/python-jmespath_0.9.3.bb +++ b/meta-ros-python2/recipes-imported-iot-cloud/python/python-jmespath_0.9.3.bb @@ -8,12 +8,12 @@ python() { raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') } -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-argparse \ ${PYTHON_PN}-io \ ${PYTHON_PN}-lang \ " -ALTERNATIVE_${PN} = "jmespath" +ALTERNATIVE:${PN} = "jmespath" ALTERNATIVE_LINK_NAME[jmespath] = "${bindir}/jp.py" ALTERNATIVE_PRIORITY = "20" diff --git a/meta-ros-python2/recipes-imported-iot-cloud/python/python-s3transfer_0.2.1.bb b/meta-ros-python2/recipes-imported-iot-cloud/python/python-s3transfer_0.2.1.bb index 83e54f34bcb..a6a98bd33f4 100644 --- a/meta-ros-python2/recipes-imported-iot-cloud/python/python-s3transfer_0.2.1.bb +++ b/meta-ros-python2/recipes-imported-iot-cloud/python/python-s3transfer_0.2.1.bb @@ -7,6 +7,6 @@ python() { raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') } -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-futures \ " diff --git a/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-nose_1.3.7.bb b/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-nose_1.3.7.bb index de83503ab91..119d7e6b104 100644 --- a/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-nose_1.3.7.bb +++ b/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-nose_1.3.7.bb @@ -21,12 +21,12 @@ python() { raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') } -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ ${PYTHON_PN}-unittest \ " BBCLASSEXTEND = "native nativesdk" -do_install_append() { +do_install:append() { rm ${D}${bindir}/nosetests } diff --git a/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-numpy_1.16.3.bb b/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-numpy_1.16.3.bb index 58676bfc2e9..c0f37bc8c18 100644 --- a/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-numpy_1.16.3.bb +++ b/meta-ros-python2/recipes-imported-oe-core-warrior/python/python-numpy_1.16.3.bb @@ -28,59 +28,59 @@ python() { CONFIGFILESURI ?= "" -CONFIGFILESURI_aarch64 = " \ +CONFIGFILESURI:aarch64 = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_arm = " \ +CONFIGFILESURI:arm = " \ file://config.h \ file://numpyconfig.h \ " -CONFIGFILESURI_armeb = " \ +CONFIGFILESURI:armeb = " \ file://config.h \ file://numpyconfig.h \ " -CONFIGFILESURI_mipsarcho32el = " \ +CONFIGFILESURI:mipsarcho32el = " \ file://config.h \ file://numpyconfig.h \ " -CONFIGFILESURI_x86 = " \ +CONFIGFILESURI:x86 = " \ file://config.h \ file://numpyconfig.h \ " -CONFIGFILESURI_x86-64 = " \ +CONFIGFILESURI:x86-64 = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_mipsarcho32eb = " \ +CONFIGFILESURI:mipsarcho32eb = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_powerpc = " \ +CONFIGFILESURI:powerpc = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_powerpc64 = " \ +CONFIGFILESURI:powerpc64 = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_mipsarchn64eb = " \ +CONFIGFILESURI:mipsarchn64eb = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_mipsarchn64el = " \ +CONFIGFILESURI:mipsarchn64el = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_mipsarchn32eb = " \ +CONFIGFILESURI:mipsarchn32eb = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_mipsarchn32el = " \ +CONFIGFILESURI:mipsarchn32el = " \ file://config.h \ file://_numpyconfig.h \ " -CONFIGFILESURI_riscv64 = " \ +CONFIGFILESURI:riscv64 = " \ file://config.h \ file://_numpyconfig.h \ " @@ -91,16 +91,16 @@ CLEANBROKEN = "1" # Make the build fail and replace *config.h with proper one # This is a ugly, ugly hack - Koen -do_compile_prepend_class-target() { +do_compile:prepend:class-target() { ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py build ${DISTUTILS_BUILD_ARGS} || \ true cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ } -FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" +FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" # install what is needed for numpy.test() -RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ +RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ ${PYTHON_PN}-difflib \ ${PYTHON_PN}-pprint \ ${PYTHON_PN}-pickle \ @@ -121,14 +121,14 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ ${PYTHON_PN}-threading \ " -RDEPENDS_${PN}_class-native = "" +RDEPENDS:${PN}:class-native = "" BBCLASSEXTEND = "native nativesdk" -RDEPENDS_${PN}_class-target_append = " \ +RDEPENDS:${PN}:class-target:append = " \ ${PYTHON_PN}-subprocess \ " -do_install_append(){ +do_install:append(){ rm ${D}/${bindir}/f2py } diff --git a/meta-ros-python2/recipes-infrastructure/python/python-rosinstall_0.7.8.bb b/meta-ros-python2/recipes-infrastructure/python/python-rosinstall_0.7.8.bb index 3253e763dd4..a459d10482e 100644 --- a/meta-ros-python2/recipes-infrastructure/python/python-rosinstall_0.7.8.bb +++ b/meta-ros-python2/recipes-infrastructure/python/python-rosinstall_0.7.8.bb @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "2ba808bf8bac2cc3f13af9745184b9714c1426e11d09eb96468611b2ad S = "${WORKDIR}/${SRCNAME}-${PV}" -RDEPENDS_${PN} = "python-vcstools" +RDEPENDS:${PN} = "python-vcstools" inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} diff --git a/meta-ros-python2/recipes-infrastructure/python/python-vcstools_0.1.42.bb b/meta-ros-python2/recipes-infrastructure/python/python-vcstools_0.1.42.bb index c13ec05f874..bb442a18a3c 100644 --- a/meta-ros-python2/recipes-infrastructure/python/python-vcstools_0.1.42.bb +++ b/meta-ros-python2/recipes-infrastructure/python/python-vcstools_0.1.42.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "543f452e8c8f1df709d040971669f00317e595fe979505730c29827281 S = "${WORKDIR}/${SRCNAME}-${PV}" -RDEPENDS_${PN} += "python-pyyaml python-dateutil" +RDEPENDS:${PN} += "python-pyyaml python-dateutil" inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} diff --git a/meta-ros-python2/recipes-infrastructure/python/python-wstool_0.1.17.bb b/meta-ros-python2/recipes-infrastructure/python/python-wstool_0.1.17.bb index e0272c45a6d..5517534b44e 100644 --- a/meta-ros-python2/recipes-infrastructure/python/python-wstool_0.1.17.bb +++ b/meta-ros-python2/recipes-infrastructure/python/python-wstool_0.1.17.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "c79b4f110ef17004c24972d742d2c5f606b0f6b424295e7ed029a48e85 S = "${WORKDIR}/${SRCNAME}-${PV}" -RDEPENDS_${PN} += "python-vcstools python-pyyaml python-rosinstall" +RDEPENDS:${PN} += "python-vcstools python-pyyaml python-rosinstall" inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} @@ -19,4 +19,4 @@ python() { raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') } -FILES_${PN} += "${datadir}/zsh" +FILES:${PN} += "${datadir}/zsh" diff --git a/meta-ros-python2/recipes-support/opencv/opencv_4.%.bbappend b/meta-ros-python2/recipes-support/opencv/opencv_4.%.bbappend index f03049f4f93..b2a987ae026 100644 --- a/meta-ros-python2/recipes-support/opencv/opencv_4.%.bbappend +++ b/meta-ros-python2/recipes-support/opencv/opencv_4.%.bbappend @@ -3,9 +3,9 @@ ROS_PYTHON_VERSION ?= "2" # Fix up PACKAGECONFIG if Python 2 is being used. -PACKAGECONFIG_prepend = "${@'python2 ' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" +PACKAGECONFIG:prepend = "${@'python2 ' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" # _remove happens after _prepend. -PACKAGECONFIG_remove = "${@'python3' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" +PACKAGECONFIG:remove = "${@'python3' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" # Python variables are set to their values for Python 3 even though # python2" appears in PACKAGECONFIG because distutils3-base has been diff --git a/meta-ros1-melodic/classes/ros_distro_melodic.bbclass b/meta-ros1-melodic/classes/ros_distro_melodic.bbclass index 47b489f193b..e72208d4138 100644 --- a/meta-ros1-melodic/classes/ros_distro_melodic.bbclass +++ b/meta-ros1-melodic/classes/ros_distro_melodic.bbclass @@ -7,4 +7,4 @@ ROS_DISTRO = "melodic" inherit ${ROS_DISTRO_TYPE}_distro # HACK until "python-qt-binding" builds -ROS_EXEC_DEPENDS_remove = "python-qt-binding" +ROS_EXEC_DEPENDS:remove = "python-qt-binding" diff --git a/meta-ros1-melodic/conf/ros-distro/include/melodic/generated/superflore-ros-distro.inc b/meta-ros1-melodic/conf/ros-distro/include/melodic/generated/superflore-ros-distro.inc index 30b2b5ac79d..9b4b3298f2f 100644 --- a/meta-ros1-melodic/conf/ros-distro/include/melodic/generated/superflore-ros-distro.inc +++ b/meta-ros1-melodic/conf/ros-distro/include/melodic/generated/superflore-ros-distro.inc @@ -6767,7 +6767,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_MELODIC = " \ yaml-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_MELODIC}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_MELODIC}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-autobahn \ diff --git a/meta-ros1-melodic/conf/ros-distro/include/melodic/ros-distro.inc b/meta-ros1-melodic/conf/ros-distro/include/melodic/ros-distro.inc index be3be5b4fc4..0aed7f06847 100644 --- a/meta-ros1-melodic/conf/ros-distro/include/melodic/ros-distro.inc +++ b/meta-ros1-melodic/conf/ros-distro/include/melodic/ros-distro.inc @@ -246,9 +246,9 @@ ROS_WORLD_SKIP_GROUPS += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer' # Must use a _pn- override in this file to override the ROS_BUILD_TYPE of a generated recipe, # because we need to set this variable before the "inherit" line in the recipe is parsed, # and having it in a .bbappend sets it too late. -ROS_BUILD_TYPE_pn-python-orocos-kdl = "catkin" +ROS_BUILD_TYPE:pn-python-orocos-kdl = "catkin" # Otherwise it will use cmake as specified in # https://github.com/mavlink/mavlink-gbp-release/blob/release/melodic/mavlink/2019.11.11-1/package.xml#L29 # but that doesn't respect the prefix set in meta-ros-common/classes/ros_opt_prefix.bbclass -ROS_BUILD_TYPE_pn-mavlink = "catkin" +ROS_BUILD_TYPE:pn-mavlink = "catkin" diff --git a/meta-ros1-melodic/generated-recipes/abb-driver/abb-driver_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/abb-driver/abb-driver_1.4.0-1.bb index a498264eebf..1983f1d7b59 100644 --- a/meta-ros1-melodic/generated-recipes/abb-driver/abb-driver_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb-driver/abb-driver_1.4.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_driver-release/archive/release/melodic/abb_driver/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_driver" diff --git a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb index 822ca9af86b..4635a54c866 100644 --- a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/melodic/abb_egm_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_egm_msgs" diff --git a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb index 48972de2306..2adcc378643 100644 --- a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/melodic/abb_rapid_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_rapid_msgs" diff --git a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb index 7e6a05220c6..6c0fa56c1f3 100644 --- a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/melodic/abb_rapid_sm_addin_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_rapid_sm_addin_msgs" diff --git a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb index 70ed2958a26..ffaec35a6cb 100644 --- a/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/melodic/abb_robot_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_robot_msgs" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-config_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-config_1.3.1-1.bb index 5a6930b47a5..96df5990ed4 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-config_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-config_1.3.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb2400_moveit_config/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb2400_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-plugins_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-plugins_1.3.1-1.bb index d475cdb97c0..dccc221233d 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-plugins_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-moveit-plugins_1.3.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb2400_moveit_plugins/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb2400_moveit_plugins" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-support_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-support_1.3.1-1.bb index 320f42c397f..fb1a176b5f4 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-support_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb2400-support_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb2400_support/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb2400_support" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb4400-support_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb4400-support_1.3.1-1.bb index d8f96fed8ae..047740e9955 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb4400-support_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb4400-support_1.3.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb4400_support/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb4400_support" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb5400-support_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb5400-support_1.3.1-1.bb index 2a873fa1956..5d0f228ef5a 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb5400-support_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb5400-support_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb5400_support/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb5400_support" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb6600-support_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb6600-support_1.3.1-1.bb index 023658bce1c..96a68ddc741 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb6600-support_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb6600-support_1.3.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb6600_support/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb6600_support" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-moveit-config_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-moveit-config_1.3.1-1.bb index 50ee0ee1afc..0b61f9ff06b 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-moveit-config_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-moveit-config_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb6640_moveit_config/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb6640_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-support_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-support_1.3.1-1.bb index fc4117efcea..ee6ae54cd8a 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-support_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-irb6640-support_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_irb6640_support/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_irb6640_support" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb-resources_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb-resources_1.3.1-1.bb index ba6a5e2e3f4..804afebf4a4 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb-resources_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb-resources_1.3.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb_resources/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb_resources" diff --git a/meta-ros1-melodic/generated-recipes/abb/abb_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/abb/abb_1.3.1-1.bb index 836359410ef..e5205784c6e 100644 --- a/meta-ros1-melodic/generated-recipes/abb/abb_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/abb/abb_1.3.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb-release/archive/release/melodic/abb/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abb" diff --git a/meta-ros1-melodic/generated-recipes/abseil-cpp/abseil-cpp_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/abseil-cpp/abseil-cpp_0.4.2-1.bb index d11600c71e3..d4585643b9a 100644 --- a/meta-ros1-melodic/generated-recipes/abseil-cpp/abseil-cpp_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/abseil-cpp/abseil-cpp_0.4.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Eurecat/abseil_cpp-release/archive/release/melodic/abseil_cpp/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/abseil_cpp" diff --git a/meta-ros1-melodic/generated-recipes/acado/acado_1.2.3.bb b/meta-ros1-melodic/generated-recipes/acado/acado_1.2.3.bb index c2d30b1cd4c..e100a010f12 100644 --- a/meta-ros1-melodic/generated-recipes/acado/acado_1.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/acado/acado_1.2.3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tud-cor/acado-release/archive/release/melodic/acado/1.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/acado" diff --git a/meta-ros1-melodic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.1.bb b/meta-ros1-melodic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.1.bb index 7dd328852b6..3d8e2bb5edd 100644 --- a/meta-ros1-melodic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/ackermann_msgs-release/archive/release/melodic/ackermann_msgs/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ackermann_msgs" diff --git a/meta-ros1-melodic/generated-recipes/actionlib/actionlib_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/actionlib/actionlib_1.12.1-1.bb index 6a48bd491d3..3fd52ffa4a2 100644 --- a/meta-ros1-melodic/generated-recipes/actionlib/actionlib_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/actionlib/actionlib_1.12.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/actionlib-release/archive/release/melodic/actionlib/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/actionlib" diff --git a/meta-ros1-melodic/generated-recipes/adi-driver/adi-driver_1.0.3.bb b/meta-ros1-melodic/generated-recipes/adi-driver/adi-driver_1.0.3.bb index d906bd88ca2..bb7d6ac59b6 100644 --- a/meta-ros1-melodic/generated-recipes/adi-driver/adi-driver_1.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/adi-driver/adi-driver_1.0.3.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/adi_driver-release/archive/release/melodic/adi_driver/1.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/adi_driver" diff --git a/meta-ros1-melodic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.5-1.bb b/meta-ros1-melodic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.5-1.bb index 31a41ef26a5..46f3ce70b15 100644 --- a/meta-ros1-melodic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ubi-agni-gbp/agni_tf_tools-release/archive/release/melodic/agni_tf_tools/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/agni_tf_tools" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-drivers_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-drivers_2.0.2-1.bb index 7ee58a9c867..0d350d86136 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-drivers_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-drivers_2.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_drivers/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_drivers" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-filters_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-filters_2.0.2-1.bb index faad825b64d..2e7e1dc018e 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-filters_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-filters_2.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_filters/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_filters" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-gazebo-plugins_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-gazebo-plugins_2.0.2-1.bb index 31c0bfdbf8f..c1784959bdc 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-gazebo-plugins_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-gazebo-plugins_2.0.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_gazebo_plugins/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-msgs_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-msgs_2.0.2-1.bb index 6e1a043f31c..be982b49752 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-msgs_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-rviz-plugins_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-rviz-plugins_2.0.2-1.bb index d79c9bdefb9..d8e35be0298 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-rviz-plugins_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-rviz-plugins_2.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_rviz_plugins/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-tools_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-tools_2.0.2-1.bb index d3a46e8a574..d54e3aa6723 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-tools_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar-tools_2.0.2-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar_tools/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar_tools" diff --git a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar_2.0.2-1.bb index 5fd966f4a46..7932328929b 100644 --- a/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ainstein-radar/ainstein-radar_2.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AinsteinAI/ainstein_radar-release/archive/release/melodic/ainstein_radar/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ainstein_radar" diff --git a/meta-ros1-melodic/generated-recipes/angles/angles_1.9.12-1.bb b/meta-ros1-melodic/generated-recipes/angles/angles_1.9.12-1.bb index 3df85fbe8db..2404db01734 100644 --- a/meta-ros1-melodic/generated-recipes/angles/angles_1.9.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/angles/angles_1.9.12-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_angles_utils-release/archive/release/melodic/angles/1.9.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/angles" diff --git a/meta-ros1-melodic/generated-recipes/app-manager/app-manager_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/app-manager/app-manager_1.1.1-1.bb index b714d97774c..a75731e0d0a 100644 --- a/meta-ros1-melodic/generated-recipes/app-manager/app-manager_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/app-manager/app-manager_1.1.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/app_manager-release/archive/release/melodic/app_manager/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/app_manager" diff --git a/meta-ros1-melodic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb index 56d30980beb..973d344ee3a 100644 --- a/meta-ros1-melodic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag_ros-release/archive/release/melodic/apriltag_ros/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/apriltag_ros" diff --git a/meta-ros1-melodic/generated-recipes/apriltag/apriltag_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/apriltag/apriltag_3.1.2-1.bb index c8fe84a0f7a..f1c8272b58f 100644 --- a/meta-ros1-melodic/generated-recipes/apriltag/apriltag_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/apriltag/apriltag_3.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag-release/archive/release/melodic/apriltag/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/apriltag" diff --git a/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar-msgs_0.7.1.bb b/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar-msgs_0.7.1.bb index 981da61b6b1..94f3b82649f 100644 --- a/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar-msgs_0.7.1.bb +++ b/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar-msgs_0.7.1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ar_track_alvar-release/archive/release/melodic/ar_track_alvar_msgs/0.7.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ar_track_alvar_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar_0.7.1.bb b/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar_0.7.1.bb index 3eb6057c5f4..b64bd62e536 100644 --- a/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar_0.7.1.bb +++ b/meta-ros1-melodic/generated-recipes/ar-track-alvar/ar-track-alvar_0.7.1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ar_track_alvar-release/archive/release/melodic/ar_track_alvar/0.7.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ar_track_alvar" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-controllers_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-controllers_0.10.0.bb index ab7abd4f074..430dd61ea86 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-controllers_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-controllers_0.10.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix_controllers/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix_controllers" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-firmware_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-firmware_0.10.0.bb index 01a38977e1a..f7ca093ef66 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-firmware_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-firmware_0.10.0.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix_firmware/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix_firmware" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-msgs_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-msgs_0.10.0.bb index a0d04b894bc..82127f5a608 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-msgs_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-msgs_0.10.0.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix_msgs/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix_msgs" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-python_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-python_0.10.0.bb index 1e904b78350..09eaa900112 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-python_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-python_0.10.0.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix_python/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix_python" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-sensors_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-sensors_0.10.0.bb index 8e701e1263c..11560a467a6 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix-sensors_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix-sensors_0.10.0.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix_sensors/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix_sensors" diff --git a/meta-ros1-melodic/generated-recipes/arbotix/arbotix_0.10.0.bb b/meta-ros1-melodic/generated-recipes/arbotix/arbotix_0.10.0.bb index 7525a24299c..85ff6a59fac 100644 --- a/meta-ros1-melodic/generated-recipes/arbotix/arbotix_0.10.0.bb +++ b/meta-ros1-melodic/generated-recipes/arbotix/arbotix_0.10.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/melodic/arbotix/0.10.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/arbotix" diff --git a/meta-ros1-melodic/generated-recipes/ariles-ros/ariles-ros_1.3.2-1.bb b/meta-ros1-melodic/generated-recipes/ariles-ros/ariles-ros_1.3.2-1.bb index 98930be8682..3f81e1ab964 100644 --- a/meta-ros1-melodic/generated-recipes/ariles-ros/ariles-ros_1.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ariles-ros/ariles-ros_1.3.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/asherikov/ariles-release/archive/release/melodic/ariles_ros/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ariles_ros" diff --git a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-msgs_2.1.1-1.bb b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-msgs_2.1.1-1.bb index b6bd09326c3..c5c749c007c 100644 --- a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-msgs_2.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-msgs_2.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/aruco_ros-release/archive/release/melodic/aruco_msgs/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aruco_msgs" diff --git a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-ros_2.1.1-1.bb b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-ros_2.1.1-1.bb index 6ec91f1c03e..b2f5ee123df 100644 --- a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-ros_2.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco-ros_2.1.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/aruco_ros-release/archive/release/melodic/aruco_ros/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aruco_ros" diff --git a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco_2.1.1-1.bb b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco_2.1.1-1.bb index 45acd4c3fa5..1486cd0cf37 100644 --- a/meta-ros1-melodic/generated-recipes/aruco-ros/aruco_2.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/aruco-ros/aruco_2.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/aruco_ros-release/archive/release/melodic/aruco/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aruco" diff --git a/meta-ros1-melodic/generated-recipes/asr-msgs/asr-msgs_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/asr-msgs/asr-msgs_1.0.0-1.bb index bace696bd85..3ca48ff4be8 100644 --- a/meta-ros1-melodic/generated-recipes/asr-msgs/asr-msgs_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/asr-msgs/asr-msgs_1.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/asr-ros/asr_msgs-release/archive/release/melodic/asr_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/asr_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb index b2bf3effa68..da46faf09ce 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/astuff_sensor_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/astuff_sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb index eee9cca216a..e36d454f8bc 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/delphi_esr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/delphi_esr_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb index b096fad6d8b..00dc0e63f61 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/delphi_mrr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/delphi_mrr_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb index 0f8f2c83946..bbdafe21f27 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/delphi_srr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/delphi_srr_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb index 7308c0e55ed..03168de741f 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/derived_object_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/derived_object_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb index 9969cdbc4f1..bfec9ffbbc8 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/ibeo_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ibeo_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb index 83ab326f780..003198ff29d 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/kartech_linear_actuator_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kartech_linear_actuator_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb index 3e092b71d13..3506998b985 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/mobileye_560_660_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mobileye_560_660_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb index 6e668028865..4e029920d03 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/neobotix_usboard_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neobotix_usboard_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb index 78b96ff560c..b04a345a8db 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/pacmod_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pacmod_msgs" diff --git a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb index ed3cd7e42f2..2d72f7401f7 100644 --- a/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/melodic/radar_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radar_msgs" diff --git a/meta-ros1-melodic/generated-recipes/async-comm/async-comm_0.2.1-2.bb b/meta-ros1-melodic/generated-recipes/async-comm/async-comm_0.2.1-2.bb index bee2f8e7edf..e21ef973331 100644 --- a/meta-ros1-melodic/generated-recipes/async-comm/async-comm_0.2.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/async-comm/async-comm_0.2.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dpkoch/async_comm-release/archive/release/melodic/async_comm/0.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/async_comm" diff --git a/meta-ros1-melodic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb index e00b7a6cf6f..bf851f035ca 100644 --- a/meta-ros1-melodic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/async_web_server_cpp-release/archive/release/melodic/async_web_server_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/async_web_server_cpp" diff --git a/meta-ros1-melodic/generated-recipes/ati-force-torque/ati-force-torque_1.1.1-3.bb b/meta-ros1-melodic/generated-recipes/ati-force-torque/ati-force-torque_1.1.1-3.bb index 1ccc27cfaf9..3e349ef6169 100644 --- a/meta-ros1-melodic/generated-recipes/ati-force-torque/ati-force-torque_1.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/ati-force-torque/ati-force-torque_1.1.1-3.bb @@ -117,7 +117,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/ati_force_torque-release/archive/release/melodic/ati_force_torque/1.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/ati_force_torque" diff --git a/meta-ros1-melodic/generated-recipes/audibot/audibot-description_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/audibot/audibot-description_0.1.1-1.bb index e5b7b7fc3d0..4ee98f28971 100644 --- a/meta-ros1-melodic/generated-recipes/audibot/audibot-description_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/audibot/audibot-description_0.1.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/melodic/audibot_description/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audibot_description" diff --git a/meta-ros1-melodic/generated-recipes/audibot/audibot-gazebo_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/audibot/audibot-gazebo_0.1.1-1.bb index 2d356f03dc6..5413d458594 100644 --- a/meta-ros1-melodic/generated-recipes/audibot/audibot-gazebo_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/audibot/audibot-gazebo_0.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/melodic/audibot_gazebo/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audibot_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/audibot/audibot_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/audibot/audibot_0.1.1-1.bb index bb5c61dfd98..b7b504a82c3 100644 --- a/meta-ros1-melodic/generated-recipes/audibot/audibot_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/audibot/audibot_0.1.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/melodic/audibot/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audibot" diff --git a/meta-ros1-melodic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb b/meta-ros1-melodic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb index 73c5b3a63ab..d6f04fbda47 100644 --- a/meta-ros1-melodic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/melodic/audio_capture/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audio_capture" diff --git a/meta-ros1-melodic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb b/meta-ros1-melodic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb index 9e4cfd5a461..8ee3893dc03 100644 --- a/meta-ros1-melodic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/melodic/audio_common_msgs/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audio_common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/audio-common/audio-common_0.3.11-1.bb b/meta-ros1-melodic/generated-recipes/audio-common/audio-common_0.3.11-1.bb index 4bff9bba771..53ac4479696 100644 --- a/meta-ros1-melodic/generated-recipes/audio-common/audio-common_0.3.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/audio-common/audio-common_0.3.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/melodic/audio_common/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audio_common" diff --git a/meta-ros1-melodic/generated-recipes/audio-common/audio-play_0.3.11-1.bb b/meta-ros1-melodic/generated-recipes/audio-common/audio-play_0.3.11-1.bb index 62c67479f22..41cb1ef8efb 100644 --- a/meta-ros1-melodic/generated-recipes/audio-common/audio-play_0.3.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/audio-common/audio-play_0.3.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/melodic/audio_play/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audio_play" diff --git a/meta-ros1-melodic/generated-recipes/audio-common/sound-play_0.3.11-1.bb b/meta-ros1-melodic/generated-recipes/audio-common/sound-play_0.3.11-1.bb index 4fb35919c3f..01f81800d70 100644 --- a/meta-ros1-melodic/generated-recipes/audio-common/sound-play_0.3.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/audio-common/sound-play_0.3.11-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/melodic/sound_play/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sound_play" diff --git a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb index 3f00de61703..f7cf59a96b6 100644 --- a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/melodic/automotive_autonomy_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/automotive_autonomy_msgs" diff --git a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb index dac663b896d..ae4b6827cc3 100644 --- a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/melodic/automotive_navigation_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/automotive_navigation_msgs" diff --git a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb index 4b88b4e4e14..4efb839e3d5 100644 --- a/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/melodic/automotive_platform_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/automotive_platform_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb index ab16019f224..8678cf67cde 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_can_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_can_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb index b7235b1afe4..41e3fa7f11b 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_config_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_config_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb index 2af4e2930fb..518617cce52 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_external_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_external_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb index 0267e91f63d..baed5b0dc04 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_lanelet2_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_lanelet2_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb index 2862afcbe17..df89383b924 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_map_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_map_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb index 42dbc4f26f8..7cce1f0b221 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb index 7e325d92a52..158cb260416 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/autoware_system_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/autoware_system_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb index 81a732610fa..b4e66076b96 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/tablet_socket_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tablet_socket_msgs" diff --git a/meta-ros1-melodic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb index cb00bf1d5b8..b70826e2e21 100644 --- a/meta-ros1-melodic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/melodic/vector_map_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vector_map_msgs" diff --git a/meta-ros1-melodic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb index 8d107002f39..6810c93a246 100644 --- a/meta-ros1-melodic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oceansystemslab/auv_msgs-release/archive/release/melodic/auv_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/auv_msgs" diff --git a/meta-ros1-melodic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bb b/meta-ros1-melodic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bb index 435107068da..758f5f499a0 100644 --- a/meta-ros1-melodic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/avt_vimba_camera-release/archive/release/melodic/avt_vimba_camera/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/avt_vimba_camera" diff --git a/meta-ros1-melodic/generated-recipes/aws-common/aws-common_2.2.0-1.bb b/meta-ros1-melodic/generated-recipes/aws-common/aws-common_2.2.0-1.bb index de2e7cda81e..47dbfef90fe 100644 --- a/meta-ros1-melodic/generated-recipes/aws-common/aws-common_2.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/aws-common/aws-common_2.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_common-release/archive/release/melodic/aws_common/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aws_common" diff --git a/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.1.1-2.bb b/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.1.1-2.bb index 95e85a6ccce..dca00164c6f 100644 --- a/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.1.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.1.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_robomaker_simulation_ros_pkgs-release/archive/release/melodic/aws_robomaker_simulation_ros_pkgs/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/aws_robomaker_simulation_ros_pkgs" diff --git a/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.1.1-2.bb b/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.1.1-2.bb index 21302fb4140..4976ba1fc5a 100644 --- a/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.1.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_robomaker_simulation_ros_pkgs-release/archive/release/melodic/robomaker_simulation_msgs/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/robomaker_simulation_msgs" diff --git a/meta-ros1-melodic/generated-recipes/aws-ros1-common/aws-ros1-common_2.0.1-2.bb b/meta-ros1-melodic/generated-recipes/aws-ros1-common/aws-ros1-common_2.0.1-2.bb index afc2a7949cf..da9dacac554 100644 --- a/meta-ros1-melodic/generated-recipes/aws-ros1-common/aws-ros1-common_2.0.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/aws-ros1-common/aws-ros1-common_2.0.1-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_ros1_common-release/archive/release/melodic/aws_ros1_common/2.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/aws_ros1_common" diff --git a/meta-ros1-melodic/generated-recipes/axis-camera/axis-camera_0.3.2-1.bb b/meta-ros1-melodic/generated-recipes/axis-camera/axis-camera_0.3.2-1.bb index 869ee692142..5d222830fb3 100644 --- a/meta-ros1-melodic/generated-recipes/axis-camera/axis-camera_0.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/axis-camera/axis-camera_0.3.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/axis_camera-release/archive/release/melodic/axis_camera/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/axis_camera" diff --git a/meta-ros1-melodic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bb b/meta-ros1-melodic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bb index e108b26013f..98f37885db6 100644 --- a/meta-ros1-melodic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/azure-iot-sdk-c-release/archive/release/melodic/azure-iot-sdk-c/1.7.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/azure-iot-sdk-c" diff --git a/meta-ros1-melodic/generated-recipes/backward-ros/backward-ros_0.1.7.bb b/meta-ros1-melodic/generated-recipes/backward-ros/backward-ros_0.1.7.bb index b3e3a8fbd00..a6207ec63ac 100644 --- a/meta-ros1-melodic/generated-recipes/backward-ros/backward-ros_0.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/backward-ros/backward-ros_0.1.7.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/backward_ros-release/archive/release/melodic/backward_ros/0.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/backward_ros" diff --git a/meta-ros1-melodic/generated-recipes/bagger/bagger_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/bagger/bagger_0.1.4-1.bb index f8caeb37725..280c56b6646 100644 --- a/meta-ros1-melodic/generated-recipes/bagger/bagger_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/bagger/bagger_0.1.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/squarerobot/bagger-release/archive/release/melodic/bagger/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bagger" diff --git a/meta-ros1-melodic/generated-recipes/baldor/baldor_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/baldor/baldor_0.1.2-1.bb index 43301a8a9f8..863a697fe3b 100644 --- a/meta-ros1-melodic/generated-recipes/baldor/baldor_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/baldor/baldor_0.1.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/baldor-release/archive/release/melodic/baldor/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/baldor" diff --git a/meta-ros1-melodic/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.1.bb b/meta-ros1-melodic/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.1.bb index 8c5f6634aab..afd3eccf79d 100644 --- a/meta-ros1-melodic/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp-release/archive/release/melodic/behaviortree_cpp/2.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/behaviortree_cpp" diff --git a/meta-ros1-melodic/generated-recipes/behaviotree-cpp-v3/behaviortree-cpp-v3_3.5.6-1.bb b/meta-ros1-melodic/generated-recipes/behaviotree-cpp-v3/behaviortree-cpp-v3_3.5.6-1.bb index e7fb8a4fad6..2ebbb3f092e 100644 --- a/meta-ros1-melodic/generated-recipes/behaviotree-cpp-v3/behaviortree-cpp-v3_3.5.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/behaviotree-cpp-v3/behaviortree-cpp-v3_3.5.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/melodic/behaviortree_cpp_v3/3.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/behaviortree_cpp_v3" diff --git a/meta-ros1-melodic/generated-recipes/bfl/bfl_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/bfl/bfl_0.8.0-1.bb index 76b014c6a59..e31c2f73018 100644 --- a/meta-ros1-melodic/generated-recipes/bfl/bfl_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/bfl/bfl_0.8.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bfl-release/archive/release/melodic/bfl/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bfl" diff --git a/meta-ros1-melodic/generated-recipes/blender-gazebo/blender-gazebo_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/blender-gazebo/blender-gazebo_0.0.4-1.bb index 2f8d6d27a0f..d4a3302aefd 100644 --- a/meta-ros1-melodic/generated-recipes/blender-gazebo/blender-gazebo_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/blender-gazebo/blender-gazebo_0.0.4-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/david0429-gbp/blender_gazebo_gbp/archive/release/melodic/blender_gazebo/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/blender_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/bond-core/bond-core_1.8.5-1.bb b/meta-ros1-melodic/generated-recipes/bond-core/bond-core_1.8.5-1.bb index 275fb726aae..c7ab0f5defa 100644 --- a/meta-ros1-melodic/generated-recipes/bond-core/bond-core_1.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/bond-core/bond-core_1.8.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/melodic/bond_core/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bond_core" diff --git a/meta-ros1-melodic/generated-recipes/bond-core/bond_1.8.5-1.bb b/meta-ros1-melodic/generated-recipes/bond-core/bond_1.8.5-1.bb index 5215b7e3d52..549f9052876 100644 --- a/meta-ros1-melodic/generated-recipes/bond-core/bond_1.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/bond-core/bond_1.8.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/melodic/bond/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bond" diff --git a/meta-ros1-melodic/generated-recipes/bond-core/bondcpp_1.8.5-1.bb b/meta-ros1-melodic/generated-recipes/bond-core/bondcpp_1.8.5-1.bb index 22c7afebd5e..13860efbec3 100644 --- a/meta-ros1-melodic/generated-recipes/bond-core/bondcpp_1.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/bond-core/bondcpp_1.8.5-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/melodic/bondcpp/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bondcpp" diff --git a/meta-ros1-melodic/generated-recipes/bond-core/bondpy_1.8.5-1.bb b/meta-ros1-melodic/generated-recipes/bond-core/bondpy_1.8.5-1.bb index 530090d3e42..9b88a8bdae7 100644 --- a/meta-ros1-melodic/generated-recipes/bond-core/bondpy_1.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/bond-core/bondpy_1.8.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/melodic/bondpy/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bondpy" diff --git a/meta-ros1-melodic/generated-recipes/bond-core/smclib_1.8.5-1.bb b/meta-ros1-melodic/generated-recipes/bond-core/smclib_1.8.5-1.bb index 2972b3f04d3..5e002d344d3 100644 --- a/meta-ros1-melodic/generated-recipes/bond-core/smclib_1.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/bond-core/smclib_1.8.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/melodic/smclib/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/smclib" diff --git a/meta-ros1-melodic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb index 7a843ac7e43..df57e865c99 100644 --- a/meta-ros1-melodic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/boost_sml-release/archive/release/melodic/boost_sml/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/boost_sml" diff --git a/meta-ros1-melodic/generated-recipes/brics-actuator/brics-actuator_0.7.0.bb b/meta-ros1-melodic/generated-recipes/brics-actuator/brics-actuator_0.7.0.bb index aa3acfefb2a..6269523677e 100644 --- a/meta-ros1-melodic/generated-recipes/brics-actuator/brics-actuator_0.7.0.bb +++ b/meta-ros1-melodic/generated-recipes/brics-actuator/brics-actuator_0.7.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wnowak/brics_actuator-release/archive/release/melodic/brics_actuator/0.7.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/brics_actuator" diff --git a/meta-ros1-melodic/generated-recipes/calibration/calibration-estimation_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/calibration-estimation_0.10.14.bb index 58e041d8a64..abbf9e7b2de 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/calibration-estimation_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/calibration-estimation_0.10.14.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/calibration_estimation/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/calibration_estimation" diff --git a/meta-ros1-melodic/generated-recipes/calibration/calibration-launch_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/calibration-launch_0.10.14.bb index 636857e350b..efdf0f513fe 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/calibration-launch_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/calibration-launch_0.10.14.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/calibration_launch/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/calibration_launch" diff --git a/meta-ros1-melodic/generated-recipes/calibration/calibration-msgs_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/calibration-msgs_0.10.14.bb index 2da7e2953f8..7fe310ecec0 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/calibration-msgs_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/calibration-msgs_0.10.14.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/calibration_msgs/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/calibration_msgs" diff --git a/meta-ros1-melodic/generated-recipes/calibration/calibration-setup-helper_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/calibration-setup-helper_0.10.14.bb index c783032443a..81201acc674 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/calibration-setup-helper_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/calibration-setup-helper_0.10.14.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/calibration_setup_helper/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/calibration_setup_helper" diff --git a/meta-ros1-melodic/generated-recipes/calibration/calibration_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/calibration_0.10.14.bb index 79a439c5b3e..bacb92f68db 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/calibration_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/calibration_0.10.14.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/calibration/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/calibration" diff --git a/meta-ros1-melodic/generated-recipes/calibration/image-cb-detector_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/image-cb-detector_0.10.14.bb index 650fbc16d9f..871285e4321 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/image-cb-detector_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/image-cb-detector_0.10.14.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/image_cb_detector/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_cb_detector" diff --git a/meta-ros1-melodic/generated-recipes/calibration/interval-intersection_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/interval-intersection_0.10.14.bb index deb7f7f6f08..ccefdd67d43 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/interval-intersection_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/interval-intersection_0.10.14.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/interval_intersection/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/interval_intersection" diff --git a/meta-ros1-melodic/generated-recipes/calibration/joint-states-settler_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/joint-states-settler_0.10.14.bb index f70d2b72604..372bc4d8123 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/joint-states-settler_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/joint-states-settler_0.10.14.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/joint_states_settler/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_states_settler" diff --git a/meta-ros1-melodic/generated-recipes/calibration/laser-cb-detector_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/laser-cb-detector_0.10.14.bb index 64494bfc6b3..f8399d506e7 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/laser-cb-detector_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/laser-cb-detector_0.10.14.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/laser_cb_detector/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_cb_detector" diff --git a/meta-ros1-melodic/generated-recipes/calibration/monocam-settler_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/monocam-settler_0.10.14.bb index 8cfe7d1eba1..71290548a1f 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/monocam-settler_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/monocam-settler_0.10.14.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/monocam_settler/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/monocam_settler" diff --git a/meta-ros1-melodic/generated-recipes/calibration/settlerlib_0.10.14.bb b/meta-ros1-melodic/generated-recipes/calibration/settlerlib_0.10.14.bb index ada828f5e40..b7340706e62 100644 --- a/meta-ros1-melodic/generated-recipes/calibration/settlerlib_0.10.14.bb +++ b/meta-ros1-melodic/generated-recipes/calibration/settlerlib_0.10.14.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/melodic/settlerlib/0.10.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/settlerlib" diff --git a/meta-ros1-melodic/generated-recipes/camera-info-manager-py/camera-info-manager-py_0.2.3-1.bb b/meta-ros1-melodic/generated-recipes/camera-info-manager-py/camera-info-manager-py_0.2.3-1.bb index f40d6eb5d90..3f90896404f 100644 --- a/meta-ros1-melodic/generated-recipes/camera-info-manager-py/camera-info-manager-py_0.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/camera-info-manager-py/camera-info-manager-py_0.2.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/camera_info_manager_py-release/archive/release/melodic/camera_info_manager_py/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/camera_info_manager_py" diff --git a/meta-ros1-melodic/generated-recipes/camera-umd/camera-umd_0.2.7.bb b/meta-ros1-melodic/generated-recipes/camera-umd/camera-umd_0.2.7.bb index 06c34c80552..eabe1b37330 100644 --- a/meta-ros1-melodic/generated-recipes/camera-umd/camera-umd_0.2.7.bb +++ b/meta-ros1-melodic/generated-recipes/camera-umd/camera-umd_0.2.7.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/camera_umd-release/archive/release/melodic/camera_umd/0.2.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/camera_umd" diff --git a/meta-ros1-melodic/generated-recipes/camera-umd/jpeg-streamer_0.2.7.bb b/meta-ros1-melodic/generated-recipes/camera-umd/jpeg-streamer_0.2.7.bb index c50400a85a1..b7a1175338f 100644 --- a/meta-ros1-melodic/generated-recipes/camera-umd/jpeg-streamer_0.2.7.bb +++ b/meta-ros1-melodic/generated-recipes/camera-umd/jpeg-streamer_0.2.7.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/camera_umd-release/archive/release/melodic/jpeg_streamer/0.2.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jpeg_streamer" diff --git a/meta-ros1-melodic/generated-recipes/camera-umd/uvc-camera_0.2.7.bb b/meta-ros1-melodic/generated-recipes/camera-umd/uvc-camera_0.2.7.bb index d660f7f2cc4..1e97b08e077 100644 --- a/meta-ros1-melodic/generated-recipes/camera-umd/uvc-camera_0.2.7.bb +++ b/meta-ros1-melodic/generated-recipes/camera-umd/uvc-camera_0.2.7.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/camera_umd-release/archive/release/melodic/uvc_camera/0.2.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uvc_camera" diff --git a/meta-ros1-melodic/generated-recipes/capabilities/capabilities_0.2.0.bb b/meta-ros1-melodic/generated-recipes/capabilities/capabilities_0.2.0.bb index 813e708e483..b4a1b26a13d 100644 --- a/meta-ros1-melodic/generated-recipes/capabilities/capabilities_0.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/capabilities/capabilities_0.2.0.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/capabilities-release/archive/release/melodic/capabilities/0.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/capabilities" diff --git a/meta-ros1-melodic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb index f45ef68cf67..30393b5d456 100644 --- a/meta-ros1-melodic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carla-simulator/ros-carla-msgs-release/archive/release/melodic/carla_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/carla_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3.bb b/meta-ros1-melodic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3.bb index b6a7d026194..adb754574ca 100644 --- a/meta-ros1-melodic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/cartesian_msgs-release/archive/release/melodic/cartesian_msgs/0.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/cartesian_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.0-1.bb index 30c2f81e426..2a671af2403 100644 --- a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cartographer_ros-release/archive/release/melodic/cartographer_ros_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cartographer_ros_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros_1.0.0-1.bb index 36ed371abea..b26dd19d8ef 100644 --- a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-ros_1.0.0-1.bb @@ -112,7 +112,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cartographer_ros-release/archive/release/melodic/cartographer_ros/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cartographer_ros" diff --git a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-rviz_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-rviz_1.0.0-1.bb index c7f8ec34e0e..3572c25b9c7 100644 --- a/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-rviz_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/cartographer-ros/cartographer-rviz_1.0.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cartographer_ros-release/archive/release/melodic/cartographer_rviz/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cartographer_rviz" diff --git a/meta-ros1-melodic/generated-recipes/cartographer/cartographer_1.0.0.bb b/meta-ros1-melodic/generated-recipes/cartographer/cartographer_1.0.0.bb index 4f3a8b3f1b7..f9e487e93de 100644 --- a/meta-ros1-melodic/generated-recipes/cartographer/cartographer_1.0.0.bb +++ b/meta-ros1-melodic/generated-recipes/cartographer/cartographer_1.0.0.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cartographer-release/archive/release/melodic/cartographer/1.0.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/cartographer" diff --git a/meta-ros1-melodic/generated-recipes/catch-ros/catch-ros_0.3.0.bb b/meta-ros1-melodic/generated-recipes/catch-ros/catch-ros_0.3.0.bb index b2cc2aa09d1..4ebae0ccff4 100644 --- a/meta-ros1-melodic/generated-recipes/catch-ros/catch-ros_0.3.0.bb +++ b/meta-ros1-melodic/generated-recipes/catch-ros/catch-ros_0.3.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AIS-Bonn/catch_ros-release/archive/release/melodic/catch_ros/0.3.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/catch_ros" diff --git a/meta-ros1-melodic/generated-recipes/catkin-pip/catkin-pip_0.2.3-1.bb b/meta-ros1-melodic/generated-recipes/catkin-pip/catkin-pip_0.2.3-1.bb index b3cb01be791..c53104e50ec 100644 --- a/meta-ros1-melodic/generated-recipes/catkin-pip/catkin-pip_0.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/catkin-pip/catkin-pip_0.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pyros-dev/catkin_pip-release/archive/release/melodic/catkin_pip/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/catkin_pip" diff --git a/meta-ros1-melodic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-1.bb b/meta-ros1-melodic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-1.bb index 3f6db8a8654..3cfdccab6dd 100644 --- a/meta-ros1-melodic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/catkin_virtualenv-release/archive/release/melodic/catkin_virtualenv/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/catkin_virtualenv" diff --git a/meta-ros1-melodic/generated-recipes/catkin/catkin_0.7.29-1.bb b/meta-ros1-melodic/generated-recipes/catkin/catkin_0.7.29-1.bb index 2ce603f7d6d..c6082945c04 100644 --- a/meta-ros1-melodic/generated-recipes/catkin/catkin_0.7.29-1.bb +++ b/meta-ros1-melodic/generated-recipes/catkin/catkin_0.7.29-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/catkin-release/archive/release/melodic/catkin/0.7.29-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/catkin" diff --git a/meta-ros1-melodic/generated-recipes/cis-camera/cis-camera_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/cis-camera/cis-camera_0.0.4-1.bb index 5e317531154..929ba95ca20 100644 --- a/meta-ros1-melodic/generated-recipes/cis-camera/cis-camera_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cis-camera/cis-camera_0.0.4-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/cis_camera-release/archive/release/melodic/cis_camera/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cis_camera" diff --git a/meta-ros1-melodic/generated-recipes/class-loader/class-loader_0.4.1.bb b/meta-ros1-melodic/generated-recipes/class-loader/class-loader_0.4.1.bb index 371783c7800..dd2ad918ee5 100644 --- a/meta-ros1-melodic/generated-recipes/class-loader/class-loader_0.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/class-loader/class-loader_0.4.1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/class_loader-release/archive/release/melodic/class_loader/0.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/class_loader" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb index 49de5894f35..c18e25096a8 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/melodic/cloudwatch_logs_common/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cloudwatch_logs_common" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb index 128a680b51a..411f221de94 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/melodic/cloudwatch_metrics_common/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cloudwatch_metrics_common" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb index b0b3d9fd37b..4cfa6b6fe1f 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/melodic/dataflow_lite/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataflow_lite" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb index 8b2c705fe98..5dfcb7912a9 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/melodic/file_management/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/file_management" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-logger/cloudwatch-logger_2.3.1-1.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-logger/cloudwatch-logger_2.3.1-1.bb index 989f596e581..14ed1f36c0e 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-logger/cloudwatch-logger_2.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-logger/cloudwatch-logger_2.3.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_logger-release/archive/release/melodic/cloudwatch_logger/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cloudwatch_logger" diff --git a/meta-ros1-melodic/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bb b/meta-ros1-melodic/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bb index 94dabf09795..db991356b42 100644 --- a/meta-ros1-melodic/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_metrics_collector-release/archive/release/melodic/cloudwatch_metrics_collector/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/cloudwatch_metrics_collector" diff --git a/meta-ros1-melodic/generated-recipes/clover/aruco-pose_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/aruco-pose_0.21.3-1.bb index 49bdf7ccedf..01dd9d2b098 100644 --- a/meta-ros1-melodic/generated-recipes/clover/aruco-pose_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/aruco-pose_0.21.3-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/aruco_pose/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aruco_pose" diff --git a/meta-ros1-melodic/generated-recipes/clover/clover-blocks_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/clover-blocks_0.21.3-1.bb index 7115e1b9ebf..a6fc5fe86c6 100644 --- a/meta-ros1-melodic/generated-recipes/clover/clover-blocks_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/clover-blocks_0.21.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/clover_blocks/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clover_blocks" diff --git a/meta-ros1-melodic/generated-recipes/clover/clover-description_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/clover-description_0.21.3-1.bb index a04da6fd125..6264ebec611 100644 --- a/meta-ros1-melodic/generated-recipes/clover/clover-description_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/clover-description_0.21.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/clover_description/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clover_description" diff --git a/meta-ros1-melodic/generated-recipes/clover/clover-simulation_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/clover-simulation_0.21.3-1.bb index c5331bf1b9e..5974299fa8a 100644 --- a/meta-ros1-melodic/generated-recipes/clover/clover-simulation_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/clover-simulation_0.21.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/clover_simulation/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clover_simulation" diff --git a/meta-ros1-melodic/generated-recipes/clover/clover_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/clover_0.21.3-1.bb index c2764c8b69e..5d56996adb3 100644 --- a/meta-ros1-melodic/generated-recipes/clover/clover_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/clover_0.21.3-1.bb @@ -111,7 +111,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/clover/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clover" diff --git a/meta-ros1-melodic/generated-recipes/clover/roswww-static_0.21.3-1.bb b/meta-ros1-melodic/generated-recipes/clover/roswww-static_0.21.3-1.bb index 895f0a18892..1193559dfdf 100644 --- a/meta-ros1-melodic/generated-recipes/clover/roswww-static_0.21.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/clover/roswww-static_0.21.3-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/clover-release/archive/release/melodic/roswww_static/0.21.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roswww_static" diff --git a/meta-ros1-melodic/generated-recipes/cmake-modules/cmake-modules_0.4.2.bb b/meta-ros1-melodic/generated-recipes/cmake-modules/cmake-modules_0.4.2.bb index 674e85e6963..2a474dab6b0 100644 --- a/meta-ros1-melodic/generated-recipes/cmake-modules/cmake-modules_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/cmake-modules/cmake-modules_0.4.2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cmake_modules-release/archive/release/melodic/cmake_modules/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/cmake_modules" diff --git a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-msgs_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-msgs_0.1.8-1.bb index b050a395701..50cf125854b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-msgs_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-msgs_0.1.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/melodic/cob_android_msgs/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_android_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-resource-server_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-resource-server_0.1.8-1.bb index 2ddef2679f5..0ae71a5b6cd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-resource-server_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-resource-server_0.1.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/melodic/cob_android_resource_server/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_android_resource_server" diff --git a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-script-server_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-script-server_0.1.8-1.bb index 94d5c2d53f3..babf29796d3 100644 --- a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-script-server_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-script-server_0.1.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/melodic/cob_android_script_server/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_android_script_server" diff --git a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-settings_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-settings_0.1.8-1.bb index 4ee20fde754..3cda0973cdd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-android/cob-android-settings_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-android/cob-android-settings_0.1.8-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/melodic/cob_android_settings/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_android_settings" diff --git a/meta-ros1-melodic/generated-recipes/cob-android/cob-android_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/cob-android/cob-android_0.1.8-1.bb index 81df492b33a..7177ae757e3 100644 --- a/meta-ros1-melodic/generated-recipes/cob-android/cob-android_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-android/cob-android_0.1.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/melodic/cob_android/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_android" diff --git a/meta-ros1-melodic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb b/meta-ros1-melodic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb index e868091ebc7..c6cd630a0ec 100644 --- a/meta-ros1-melodic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_calibration_data-release/archive/release/melodic/cob_calibration_data/0.6.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_calibration_data" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-gui_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-gui_0.6.19-1.bb index bd3d00216c2..c65fbddd881 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-gui_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-gui_0.6.19-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_command_gui/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_command_gui" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-tools_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-tools_0.6.19-1.bb index 3d9e5476f81..d4c5da52e62 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-tools_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-command-tools_0.6.19-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_command_tools/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_command_tools" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-dashboard_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-dashboard_0.6.19-1.bb index 1b65f68d9ab..bc9e93b86c0 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-dashboard_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-dashboard_0.6.19-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_dashboard/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_dashboard" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.19-1.bb index 06c0c1363b4..e3b2ff96705 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.19-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_helper_tools/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_helper_tools" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.19-1.bb index cfef4004238..6100f033c11 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.19-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_interactive_teleop/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_interactive_teleop" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-monitoring_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-monitoring_0.6.19-1.bb index 6e5f1d46eb7..b9aa1ee518b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-monitoring_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-monitoring_0.6.19-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_monitoring/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_monitoring" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-script-server_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-script-server_0.6.19-1.bb index 42ece9af6ba..19c68787d63 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-script-server_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-script-server_0.6.19-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_script_server/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_script_server" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-teleop_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-teleop_0.6.19-1.bb index cedaf6c4268..53c72876454 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-teleop_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/cob-teleop_0.6.19-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/cob_teleop/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_teleop" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/generic-throttle_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/generic-throttle_0.6.19-1.bb index e90a3af7f67..fe5a37d0aab 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/generic-throttle_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/generic-throttle_0.6.19-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/generic_throttle/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/generic_throttle" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.19-1.bb index c8884963943..3db1d947c56 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.19-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/scenario_test_tools/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/scenario_test_tools" diff --git a/meta-ros1-melodic/generated-recipes/cob-command-tools/service-tools_0.6.19-1.bb b/meta-ros1-melodic/generated-recipes/cob-command-tools/service-tools_0.6.19-1.bb index 4ca9c5aa903..2b2829875ed 100644 --- a/meta-ros1-melodic/generated-recipes/cob-command-tools/service-tools_0.6.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-command-tools/service-tools_0.6.19-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/melodic/service_tools/0.6.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/service_tools" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb index 4c8176149d1..3361d3ff346 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/cob_actions/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_actions" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/cob-common_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/cob-common_0.7.4-1.bb index 059ff3b1691..922b6277fcd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/cob-common_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/cob-common_0.7.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/cob_common/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_common" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/cob-description_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/cob-description_0.7.4-1.bb index c4c0ad5dba0..6729d166974 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/cob-description_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/cob-description_0.7.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/cob_description/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_description" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb index a8a61c8a9b4..8db0ae9ee64 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/cob_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb index c5d359fa66d..e32acaa3ccd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/cob_srvs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_srvs" diff --git a/meta-ros1-melodic/generated-recipes/cob-common/raw-description_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-common/raw-description_0.7.4-1.bb index 93081d60021..fb2e6fb2842 100644 --- a/meta-ros1-melodic/generated-recipes/cob-common/raw-description_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-common/raw-description_0.7.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/melodic/raw_description/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/raw_description" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-base-controller-utils_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-base-controller-utils_0.8.12-1.bb index 9728cb0d1d7..70a10b8d246 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-base-controller-utils_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-base-controller-utils_0.8.12-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_base_controller_utils/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_base_controller_utils" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.12-1.bb index 86f53ff2d85..a405c98e4cb 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.12-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_base_velocity_smoother/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_base_velocity_smoother" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-cartesian-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-cartesian-controller_0.8.12-1.bb index cf9cc3ba256..27c5d6d6461 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-cartesian-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-cartesian-controller_0.8.12-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_cartesian_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_cartesian_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.12-1.bb index 35dac117409..69fad186974 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.12-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_collision_velocity_filter/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_collision_velocity_filter" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.12-1.bb index 044dc691058..a81f32297cc 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.12-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_control_mode_adapter/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_control_mode_adapter" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-control-msgs_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-control-msgs_0.8.12-1.bb index 926ccc50d81..834dfb93089 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-control-msgs_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-control-msgs_0.8.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_control_msgs/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_control_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-control_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-control_0.8.12-1.bb index 080dfa72f81..0a52b56a01b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-control_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-control_0.8.12-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_control/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_control" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-footprint-observer_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-footprint-observer_0.8.12-1.bb index 477168a8660..0710c42a879 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-footprint-observer_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-footprint-observer_0.8.12-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_footprint_observer/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_footprint_observer" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-frame-tracker_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-frame-tracker_0.8.12-1.bb index 13b84acf977..d4c32556bda 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-frame-tracker_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-frame-tracker_0.8.12-1.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_frame_tracker/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_frame_tracker" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-hardware-emulation_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-hardware-emulation_0.8.12-1.bb index 64bf4766b59..6a74bd33ab2 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-hardware-emulation_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-hardware-emulation_0.8.12-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_hardware_emulation/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_hardware_emulation" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-mecanum-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-mecanum-controller_0.8.12-1.bb index 9e748255fcd..c0cc0c39c35 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-mecanum-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-mecanum-controller_0.8.12-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_mecanum_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_mecanum_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-model-identifier_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-model-identifier_0.8.12-1.bb index 1d02522dce1..8b2e862a4a5 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-model-identifier_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-model-identifier_0.8.12-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_model_identifier/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_model_identifier" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-obstacle-distance_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-obstacle-distance_0.8.12-1.bb index 97690f89464..115434853fb 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-obstacle-distance_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-obstacle-distance_0.8.12-1.bb @@ -119,7 +119,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_obstacle_distance/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_obstacle_distance" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.12-1.bb index b2462de5703..80be4a0be2d 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.12-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_omni_drive_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_omni_drive_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-trajectory-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-trajectory-controller_0.8.12-1.bb index 96917dd920c..88dd8fe2a1a 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-trajectory-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-trajectory-controller_0.8.12-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_trajectory_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_trajectory_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-tricycle-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-tricycle-controller_0.8.12-1.bb index f03fdaaf3e5..2a3192988cf 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-tricycle-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-tricycle-controller_0.8.12-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_tricycle_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_tricycle_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-control/cob-twist-controller_0.8.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-control/cob-twist-controller_0.8.12-1.bb index a3d1a98d980..227ee16f639 100644 --- a/meta-ros1-melodic/generated-recipes/cob-control/cob-twist-controller_0.8.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-control/cob-twist-controller_0.8.12-1.bb @@ -117,7 +117,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/melodic/cob_twist_controller/0.8.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_twist_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.4-1.bb index 6abc9ee0805..aa3a3a8bf8e 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.4-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_base_drive_chain/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_base_drive_chain" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-bms-driver_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-bms-driver_0.7.4-1.bb index 644cd31c431..b4766450714 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-bms-driver_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-bms-driver_0.7.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_bms_driver/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_bms_driver" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-canopen-motor_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-canopen-motor_0.7.4-1.bb index d6731daf8a5..7697f5d2ebf 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-canopen-motor_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-canopen-motor_0.7.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_canopen_motor/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_canopen_motor" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-driver_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-driver_0.7.4-1.bb index 7d7bc74cfad..84227751ab3 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-driver_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-driver_0.7.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_driver/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_driver" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-elmo-homing_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-elmo-homing_0.7.4-1.bb index 9f3498894bd..51c760f3b58 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-elmo-homing_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-elmo-homing_0.7.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_elmo_homing/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_elmo_homing" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-generic-can_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-generic-can_0.7.4-1.bb index 6a4a491d6bd..000ac66772e 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-generic-can_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-generic-can_0.7.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_generic_can/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_generic_can" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-light_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-light_0.7.4-1.bb index 427ad2b877f..6885f2106ec 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-light_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-light_0.7.4-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_light/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_light" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-mimic_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-mimic_0.7.4-1.bb index 802d0b60531..75675e8e21d 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-mimic_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-mimic_0.7.4-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_mimic/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_mimic" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.4-1.bb index c09a8489c7c..70839774a6a 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_phidget_em_state/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_phidget_em_state" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.4-1.bb index 9c8e04ff45d..5667b33f3fd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_phidget_power_state/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_phidget_power_state" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidgets_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidgets_0.7.4-1.bb index 57c36c13720..2a252a4f8fb 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidgets_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-phidgets_0.7.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_phidgets/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_phidgets" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-relayboard_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-relayboard_0.7.4-1.bb index 7ddac6c223f..84f01366282 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-relayboard_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-relayboard_0.7.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_relayboard/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_relayboard" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-scan-unifier_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-scan-unifier_0.7.4-1.bb index 3d4d7506922..e892c6bd440 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-scan-unifier_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-scan-unifier_0.7.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_scan_unifier/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_scan_unifier" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.4-1.bb index f9bd1018633..abbd83f85e2 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_sick_lms1xx/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_sick_lms1xx" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-s300_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-s300_0.7.4-1.bb index 801040ce395..95720aaf8eb 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-s300_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sick-s300_0.7.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_sick_s300/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_sick_s300" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sound_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sound_0.7.4-1.bb index ece56613e51..0d546b3798b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-sound_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-sound_0.7.4-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_sound/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_sound" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.4-1.bb index a1115cd707e..28ed020de55 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.4-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_undercarriage_ctrl/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_undercarriage_ctrl" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-utilities_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-utilities_0.7.4-1.bb index 6daa434c3a0..aa1e604980b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-utilities_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-utilities_0.7.4-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_utilities/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_utilities" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/cob-voltage-control_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/cob-voltage-control_0.7.4-1.bb index d995d4f3212..d2f3b232a4c 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/cob-voltage-control_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/cob-voltage-control_0.7.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_voltage_control/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_voltage_control" diff --git a/meta-ros1-melodic/generated-recipes/cob-driver/laser-scan-densifier_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/cob-driver/laser-scan-densifier_0.7.4-1.bb index daa36d18ce0..63469e5796f 100644 --- a/meta-ros1-melodic/generated-recipes/cob-driver/laser-scan-densifier_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-driver/laser-scan-densifier_0.7.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/melodic/laser_scan_densifier/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_scan_densifier" diff --git a/meta-ros1-melodic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb index 9b0076d99ab..23861945710 100644 --- a/meta-ros1-melodic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_environments-release/archive/release/melodic/cob_default_env_config/0.6.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_default_env_config" diff --git a/meta-ros1-melodic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb b/meta-ros1-melodic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb index bfb0eca4bc4..f96bdb0bb9e 100644 --- a/meta-ros1-melodic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_environments-release/archive/release/melodic/cob_environments/0.6.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_environments" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb index 5571d84862a..ce6b64c1064 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/cob_extern/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_extern" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb index 53b57c595d6..7159a37f09c 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/libdlib/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libdlib" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb index d3f519511f6..c550234b0f7 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/libntcan/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libntcan" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb index 2f62024ed37..6f7831dcb56 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/libpcan/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libpcan" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb index 4b999ef91a5..216c145b8f4 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/libphidgets/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libphidgets" diff --git a/meta-ros1-melodic/generated-recipes/cob-extern/opengm_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-extern/opengm_0.6.17-1.bb index 2abe4e17a22..1882398c731 100644 --- a/meta-ros1-melodic/generated-recipes/cob-extern/opengm_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-extern/opengm_0.6.17-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/melodic/opengm/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/opengm" diff --git a/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb index cede974397f..2a75ca63f51 100644 --- a/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_gazebo_plugins-release/archive/release/melodic/cob_gazebo_plugins/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb index fb2f6b1d2de..d2af9811962 100644 --- a/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_gazebo_plugins-release/archive/release/melodic/cob_gazebo_ros_control/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_gazebo_ros_control" diff --git a/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb b/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb index 4d44c7bdc19..b876cf0a13c 100644 --- a/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_hand-release/archive/release/melodic/cob_hand_bridge/0.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_hand_bridge" diff --git a/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb b/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb index 29cf23bcfd2..db703c70b73 100644 --- a/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_hand-release/archive/release/melodic/cob_hand/0.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_hand" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb index 01ddf581650..ca1fdb9268a 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_collision_monitor/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_collision_monitor" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb index 3164d38b458..24e2fac10ae 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_grasp_generation/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_grasp_generation" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb index 030191fcaaa..b5460b7cc4c 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_lookat_action/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_lookat_action" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-manipulation_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-manipulation_0.7.5-1.bb index d07fc5329f8..398254be35b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-manipulation_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-manipulation_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_manipulation/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_manipulation" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb index 5910c41e1a0..48cb26a43c0 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_moveit_bringup/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_moveit_bringup" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb index baa9cf69433..719efa350b0 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_moveit_interface/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_moveit_interface" diff --git a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-obstacle-distance-moveit_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-obstacle-distance-moveit_0.7.5-1.bb index ef275eeb6e5..30c171be7f5 100644 --- a/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-obstacle-distance-moveit_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-manipulation/cob-obstacle-distance-moveit_0.7.5-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/melodic/cob_obstacle_distance_moveit/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_obstacle_distance_moveit" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb index 314d38a029e..c4a307541c1 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_linear_nav/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_linear_nav" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb index 5a6e504ab7b..5b77797a6e8 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_map_accessibility_analysis/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_map_accessibility_analysis" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb index 4d92bd313f7..185777168c0 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_mapping_slam/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_mapping_slam" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb index 25682cbf08c..ea25d114c46 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_navigation_config/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_navigation_config" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb index f54bbacd305..925f77c7422 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_navigation_global/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_navigation_global" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb index 21df00ae701..6e7ed6c7de9 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_navigation_local/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_navigation_local" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb index caf9c71453b..cd4709f6608 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_navigation_slam/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_navigation_slam" diff --git a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb index dbe957c74d1..2e29b45b95d 100644 --- a/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/melodic/cob_navigation/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_navigation" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb index 54d11ea5daa..c2fb35b7162 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_3d_mapping_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_3d_mapping_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb index 997dea3485e..a5bbb0a4bbd 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_cam3d_throttle/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_cam3d_throttle" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb index 7369221c88b..697dc689d3b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_image_flip/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_image_flip" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb index e3063a11193..dcaf7f72557 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_object_detection_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_object_detection_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb index 69706c2f234..bc7a950e79a 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_object_detection_visualizer/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_object_detection_visualizer" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb index 8691351c836..c155d5b854b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_perception_common/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_perception_common" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb index 1b43a33f831..c93d124d634 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_perception_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_perception_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb index d5ee681a40c..8a9a3da97f2 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/cob_vision_utils/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_vision_utils" diff --git a/meta-ros1-melodic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb b/meta-ros1-melodic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb index 255aeefee47..d4f3bab2913 100644 --- a/meta-ros1-melodic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/melodic/ipa_3d_fov_visualization/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ipa_3d_fov_visualization" diff --git a/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb index 846b2e0c7b3..d6e3ee19bd5 100644 --- a/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/melodic/cob_default_robot_behavior/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_default_robot_behavior" diff --git a/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb index 3e3783b66be..6c0439b2ee6 100644 --- a/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/melodic/cob_default_robot_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_default_robot_config" diff --git a/meta-ros1-melodic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb index d93685ecc9d..ec55951c70b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/melodic/cob_hardware_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_hardware_config" diff --git a/meta-ros1-melodic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb index 3d64f9f6aed..8618d0354f5 100644 --- a/meta-ros1-melodic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/melodic/cob_moveit_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb index 679ec0f41c9..6b66a58c4c2 100644 --- a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/melodic/cob_gazebo_objects/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_gazebo_objects" diff --git a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb index abfeba0efb2..ccdfab53a81 100644 --- a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/melodic/cob_gazebo_tools/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_gazebo_tools" diff --git a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb index 291360b35b2..74646243a5a 100644 --- a/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/melodic/cob_gazebo_worlds/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_gazebo_worlds" diff --git a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb index 4b0e3495067..c61cc006ab8 100644 --- a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/melodic/cob_docker_control/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_docker_control" diff --git a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb index 726250821fd..10278b7d248 100644 --- a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/melodic/cob_reflector_referencing/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_reflector_referencing" diff --git a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb index 88afbb63efa..d725db4729e 100644 --- a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/melodic/cob_safety_controller/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_safety_controller" diff --git a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb index 69471379b08..045bcef6d6b 100644 --- a/meta-ros1-melodic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/melodic/cob_substitute/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_substitute" diff --git a/meta-ros1-melodic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb b/meta-ros1-melodic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb index 4689e8a7527..badead1af8e 100644 --- a/meta-ros1-melodic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_supported_robots-release/archive/release/melodic/cob_supported_robots/0.6.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cob_supported_robots" diff --git a/meta-ros1-melodic/generated-recipes/code-coverage/code-coverage_0.4.3-1.bb b/meta-ros1-melodic/generated-recipes/code-coverage/code-coverage_0.4.3-1.bb index 0b2dd820a16..03d87f25420 100644 --- a/meta-ros1-melodic/generated-recipes/code-coverage/code-coverage_0.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/code-coverage/code-coverage_0.4.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/code_coverage-gbp/archive/release/melodic/code_coverage/0.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/code_coverage" diff --git a/meta-ros1-melodic/generated-recipes/codec-image-transport/codec-image-transport_0.0.4.bb b/meta-ros1-melodic/generated-recipes/codec-image-transport/codec-image-transport_0.0.4.bb index d0479fa059d..45719c2197a 100644 --- a/meta-ros1-melodic/generated-recipes/codec-image-transport/codec-image-transport_0.0.4.bb +++ b/meta-ros1-melodic/generated-recipes/codec-image-transport/codec-image-transport_0.0.4.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/codec_image_transport-release/archive/release/melodic/codec_image_transport/0.0.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/codec_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb b/meta-ros1-melodic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb index 60337cd59ce..55288e97363 100644 --- a/meta-ros1-melodic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/collada_urdf-release/archive/release/melodic/collada_parser/1.12.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/collada_parser" diff --git a/meta-ros1-melodic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb b/meta-ros1-melodic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb index eb295be076b..cb55499411b 100644 --- a/meta-ros1-melodic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/collada_urdf-release/archive/release/melodic/collada_urdf/1.12.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/collada_urdf" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/actionlib-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/actionlib-msgs_1.12.8-1.bb index f2333b05da8..dedd5395f4b 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/actionlib-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/actionlib-msgs_1.12.8-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/actionlib_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/actionlib_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/common-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/common-msgs_1.12.8-1.bb index 7b40d4d8a76..d061e5608bf 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/common-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/common-msgs_1.12.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/common_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/diagnostic-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/diagnostic-msgs_1.12.8-1.bb index 581822b26c4..705ec72ee9c 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/diagnostic-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/diagnostic-msgs_1.12.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/diagnostic_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostic_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/geometry-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/geometry-msgs_1.12.8-1.bb index fd3412cd366..6a0d415119e 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/geometry-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/geometry-msgs_1.12.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/geometry_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/geometry_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/nav-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/nav-msgs_1.12.8-1.bb index dec8029cdfa..8cacf716f61 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/nav-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/nav-msgs_1.12.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/nav_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/sensor-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/sensor-msgs_1.12.8-1.bb index d159ae74241..89c4490677b 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/sensor-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/sensor-msgs_1.12.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/sensor_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/shape-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/shape-msgs_1.12.8-1.bb index 515aeb0792e..eb6491a48c9 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/shape-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/shape-msgs_1.12.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/shape_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/shape_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/stereo-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/stereo-msgs_1.12.8-1.bb index 67c609f656d..fd6030b55f8 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/stereo-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/stereo-msgs_1.12.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/stereo_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/stereo_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/trajectory-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/trajectory-msgs_1.12.8-1.bb index 4f319e4cd05..86e7e644ef3 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/trajectory-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/trajectory-msgs_1.12.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/trajectory_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trajectory_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-msgs/visualization-msgs_1.12.8-1.bb b/meta-ros1-melodic/generated-recipes/common-msgs/visualization-msgs_1.12.8-1.bb index d50c5a6ad38..c3aaacff508 100644 --- a/meta-ros1-melodic/generated-recipes/common-msgs/visualization-msgs_1.12.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/common-msgs/visualization-msgs_1.12.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/melodic/visualization_msgs/1.12.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visualization_msgs" diff --git a/meta-ros1-melodic/generated-recipes/common-tutorials/actionlib-tutorials_0.1.11.bb b/meta-ros1-melodic/generated-recipes/common-tutorials/actionlib-tutorials_0.1.11.bb index f7f8d43d16d..4b03d20005f 100644 --- a/meta-ros1-melodic/generated-recipes/common-tutorials/actionlib-tutorials_0.1.11.bb +++ b/meta-ros1-melodic/generated-recipes/common-tutorials/actionlib-tutorials_0.1.11.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/actionlib_tutorials/0.1.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/actionlib_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/common-tutorials/common-tutorials_0.1.11.bb b/meta-ros1-melodic/generated-recipes/common-tutorials/common-tutorials_0.1.11.bb index 77e6ae904f3..56850c4f9b5 100644 --- a/meta-ros1-melodic/generated-recipes/common-tutorials/common-tutorials_0.1.11.bb +++ b/meta-ros1-melodic/generated-recipes/common-tutorials/common-tutorials_0.1.11.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/common_tutorials/0.1.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/common_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.1.11.bb b/meta-ros1-melodic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.1.11.bb index 7a377a6bce9..157056f9d9a 100644 --- a/meta-ros1-melodic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.1.11.bb +++ b/meta-ros1-melodic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.1.11.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/nodelet_tutorial_math/0.1.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nodelet_tutorial_math" diff --git a/meta-ros1-melodic/generated-recipes/common-tutorials/pluginlib-tutorials_0.1.11.bb b/meta-ros1-melodic/generated-recipes/common-tutorials/pluginlib-tutorials_0.1.11.bb index 324b91b7943..36e18e15d2a 100644 --- a/meta-ros1-melodic/generated-recipes/common-tutorials/pluginlib-tutorials_0.1.11.bb +++ b/meta-ros1-melodic/generated-recipes/common-tutorials/pluginlib-tutorials_0.1.11.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/pluginlib_tutorials/0.1.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pluginlib_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/common-tutorials/turtle-actionlib_0.1.11.bb b/meta-ros1-melodic/generated-recipes/common-tutorials/turtle-actionlib_0.1.11.bb index d7aff4b1d1e..218419cd11c 100644 --- a/meta-ros1-melodic/generated-recipes/common-tutorials/turtle-actionlib_0.1.11.bb +++ b/meta-ros1-melodic/generated-recipes/common-tutorials/turtle-actionlib_0.1.11.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/turtle_actionlib/0.1.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtle_actionlib" diff --git a/meta-ros1-melodic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb b/meta-ros1-melodic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb index 5583d44a7b3..400ab718dfa 100644 --- a/meta-ros1-melodic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/130s/computer_status_msgs-release/archive/release/kinetic/computer_status_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/kinetic/computer_status_msgs" diff --git a/meta-ros1-melodic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb b/meta-ros1-melodic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb index c573510f3eb..ba51f80a736 100644 --- a/meta-ros1-melodic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/control_box_rst-release/archive/release/melodic/control_box_rst/0.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/control_box_rst" diff --git a/meta-ros1-melodic/generated-recipes/control-msgs/control-msgs_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/control-msgs/control-msgs_1.5.1-1.bb index 65768c233cc..abf57e43e48 100644 --- a/meta-ros1-melodic/generated-recipes/control-msgs/control-msgs_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/control-msgs/control-msgs_1.5.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_msgs-release/archive/release/melodic/control_msgs/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/control_msgs" diff --git a/meta-ros1-melodic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb b/meta-ros1-melodic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb index 2e46b232de9..32441b243b5 100644 --- a/meta-ros1-melodic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_toolbox-release/archive/release/melodic/control_toolbox/1.18.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/control_toolbox" diff --git a/meta-ros1-melodic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12.bb b/meta-ros1-melodic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12.bb index bbf5884344d..be1bfc32483 100644 --- a/meta-ros1-melodic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12.bb +++ b/meta-ros1-melodic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/convex_decomposition-release/archive/release/melodic/convex_decomposition/0.1.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/convex_decomposition" diff --git a/meta-ros1-melodic/generated-recipes/core-perception/points-preprocessor_1.14.15-1.bb b/meta-ros1-melodic/generated-recipes/core-perception/points-preprocessor_1.14.15-1.bb index 848f4affd92..814bf7235e4 100644 --- a/meta-ros1-melodic/generated-recipes/core-perception/points-preprocessor_1.14.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/core-perception/points-preprocessor_1.14.15-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/core_perception-release/archive/release/melodic/points_preprocessor/1.14.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/points_preprocessor" diff --git a/meta-ros1-melodic/generated-recipes/costmap-converter/costmap-converter_0.0.12-1.bb b/meta-ros1-melodic/generated-recipes/costmap-converter/costmap-converter_0.0.12-1.bb index 535875839b3..09efc9939f6 100644 --- a/meta-ros1-melodic/generated-recipes/costmap-converter/costmap-converter_0.0.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/costmap-converter/costmap-converter_0.0.12-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-release/archive/release/melodic/costmap_converter/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_converter" diff --git a/meta-ros1-melodic/generated-recipes/costmap-tf-layer/costmap-tf-layer_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/costmap-tf-layer/costmap-tf-layer_1.0.1-1.bb index db1ee62035b..e3ce8d8db5f 100644 --- a/meta-ros1-melodic/generated-recipes/costmap-tf-layer/costmap-tf-layer_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/costmap-tf-layer/costmap-tf-layer_1.0.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/igorbanfi/costmap_tf_layer-release/archive/release/melodic/costmap_tf_layer/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_tf_layer" diff --git a/meta-ros1-melodic/generated-recipes/cpr-common-core/cpr-common-core-msgs_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/cpr-common-core/cpr-common-core-msgs_0.1.0-1.bb index 362fa303e70..6ab06d02304 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-common-core/cpr-common-core-msgs_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-common-core/cpr-common-core-msgs_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_common_core-release/archive/release/melodic/cpr_common_core_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cpr_common_core_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/clock-relay_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/clock-relay_0.0.2-1.bb index 5636d8e2c10..3e95113ad68 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/clock-relay_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/clock-relay_0.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/clock_relay/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clock_relay" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb index bb561cb3b41..828ef034e49 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/cpr_multimaster_tools/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cpr_multimaster_tools" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/message-relay_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/message-relay_0.0.2-1.bb index 25a500f393c..bcdcc8f2863 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/message-relay_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/message-relay_0.0.2-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/message_relay/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/message_relay" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb index f02bacccd8a..6d573a30acf 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/multimaster_launch/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multimaster_launch" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-msgs_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-msgs_0.0.2-1.bb index 54ab0675b5f..a3f3c43c424 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-msgs_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/multimaster-msgs_0.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/multimaster_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multimaster_msgs" diff --git a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/tf2-relay_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/tf2-relay_0.0.2-1.bb index 367168765f1..b9292bf4e68 100644 --- a/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/tf2-relay_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/cpr-multimaster-tools/tf2-relay_0.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/cpr_multimaster_tools-release/archive/release/melodic/tf2_relay/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_relay" diff --git a/meta-ros1-melodic/generated-recipes/criutils/criutils_0.1.3-2.bb b/meta-ros1-melodic/generated-recipes/criutils/criutils_0.1.3-2.bb index 6880372bf41..26357788871 100644 --- a/meta-ros1-melodic/generated-recipes/criutils/criutils_0.1.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/criutils/criutils_0.1.3-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/criutils-release/archive/release/melodic/criutils/0.1.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/criutils" diff --git a/meta-ros1-melodic/generated-recipes/csm/csm_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/csm/csm_1.0.2-2.bb index 113f60de9e0..606b41e881e 100644 --- a/meta-ros1-melodic/generated-recipes/csm/csm_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/csm/csm_1.0.2-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/csm-release/archive/release/melodic/csm/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/csm" diff --git a/meta-ros1-melodic/generated-recipes/cv-camera/cv-camera_0.4.0-1.bb b/meta-ros1-melodic/generated-recipes/cv-camera/cv-camera_0.4.0-1.bb index b3520990a2e..373d588ba15 100644 --- a/meta-ros1-melodic/generated-recipes/cv-camera/cv-camera_0.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/cv-camera/cv-camera_0.4.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OTL/cv_camera-release/archive/release/melodic/cv_camera/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cv_camera" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb index 18b748ababb..c0e273d64d1 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/melodic/dataspeed_can_msg_filters/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_can_msg_filters" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb index eb0afaaf703..02b9ffbd7c7 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/melodic/dataspeed_can_tools/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_can_tools" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb index 3fa1d08d584..1d9f4abfaee 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/melodic/dataspeed_can_usb/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_can_usb" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb index 583a45e1123..d010757a659 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/melodic/dataspeed_can/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_can" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb index dc71207d510..29bc2627984 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds_can/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds_can" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb index bb81d7a80b1..e94d2bf9eef 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds_lcm/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds_lcm" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb index 47436eac548..6dad1e943c6 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb index f1ab05658ea..989206f46a0 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds_rqt/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds_rqt" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb index 81a081a251a..c27db15994f 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds_scripts/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds_scripts" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb index 8807eb46c26..28580eb27c2 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/melodic/dataspeed_pds/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_pds" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-1.bb index bf4bb1cd0b3..04f469364a4 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/melodic/dataspeed_ulc_can/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_ulc_can" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-1.bb index 0d37a136cca..fa44ff739d1 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/melodic/dataspeed_ulc_msgs/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_ulc_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-1.bb b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-1.bb index f82fa78c34b..1a32b8dd7bd 100644 --- a/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/melodic/dataspeed_ulc/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dataspeed_ulc" diff --git a/meta-ros1-melodic/generated-recipes/datmo/datmo_0.1.2-2.bb b/meta-ros1-melodic/generated-recipes/datmo/datmo_0.1.2-2.bb index 9deeaa2612f..2156efb9fa1 100644 --- a/meta-ros1-melodic/generated-recipes/datmo/datmo_0.1.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/datmo/datmo_0.1.2-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/kostaskonkk/datmo-release/archive/release/melodic/datmo/0.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/datmo" diff --git a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb index 280a262e5b9..f28995d3ec1 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/melodic/dbw_fca_can/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_fca_can" diff --git a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb index 0fb8efe6cdf..6566f6cece5 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/melodic/dbw_fca_description/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_fca_description" diff --git a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb index 3f7764af436..96010fab842 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/melodic/dbw_fca_joystick_demo/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_fca_joystick_demo" diff --git a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb index ed22fb86421..98a1e1f1f1c 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/melodic/dbw_fca_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_fca_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb index 0e43f7a437a..89669a03d17 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/melodic/dbw_fca/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_fca" diff --git a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb index 8e516815a38..c8c2ed73669 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/melodic/dbw_mkz_can/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_mkz_can" diff --git a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb index 799e168684a..c88bd4e588b 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/melodic/dbw_mkz_description/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_mkz_description" diff --git a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb index a193e791ac9..f7534b9efb0 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/melodic/dbw_mkz_joystick_demo/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_mkz_joystick_demo" diff --git a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb index 66dc6f00338..73c515ecceb 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/melodic/dbw_mkz_msgs/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_mkz_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb index bbf506aa546..24e7ad08055 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/melodic/dbw_mkz/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_mkz" diff --git a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb index 6e12b13c275..a8fcb88a5e2 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/melodic/dbw_polaris_can/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_polaris_can" diff --git a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb index c769f4af544..4c970ab8c60 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/melodic/dbw_polaris_description/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_polaris_description" diff --git a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb index 1ba6ee01477..af16fc366bd 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/melodic/dbw_polaris_joystick_demo/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_polaris_joystick_demo" diff --git a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb index 0ddb7728d96..52eae34298b 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/melodic/dbw_polaris_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_polaris_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb index b82d23a6242..fd7952fca06 100644 --- a/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/melodic/dbw_polaris/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dbw_polaris" diff --git a/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros-msgs_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros-msgs_0.0.3-1.bb index ff88e044b69..60c1fb50b92 100644 --- a/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros-msgs_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros-msgs_0.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dcentelles/dccomms_ros_pkgs-release/archive/release/melodic/dccomms_ros_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dccomms_ros_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bb index e25639149a8..51844206d95 100644 --- a/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dcentelles/dccomms_ros_pkgs-release/archive/release/melodic/dccomms_ros/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dccomms_ros" diff --git a/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1.bb b/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1.bb index cbb5baa7360..62603b057c9 100644 --- a/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/ddynamic_reconfigure_python-release/archive/release/melodic/ddynamic_reconfigure_python/0.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ddynamic_reconfigure_python" diff --git a/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb b/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb index f6a630e114f..670e76ed9f7 100644 --- a/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/ddynamic_reconfigure/archive/release/melodic/ddynamic_reconfigure/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ddynamic_reconfigure" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-core_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-core_3.1.2-1.bb index 254e35ff016..3b243b5782d 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-core_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-core_3.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/bcap_core/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bcap_core" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service-test_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service-test_3.1.2-1.bb index a2d53f30b99..9bd952d2f6e 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service-test_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service-test_3.1.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/bcap_service_test/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bcap_service_test" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service_3.1.2-1.bb index 839d50b78f1..b01b304d1c8 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/bcap-service_3.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/bcap_service/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/bcap_service" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-bringup_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-bringup_3.1.2-1.bb index 2e7d4c5808a..0af9ce8a480 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-bringup_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-bringup_3.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_bringup/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_bringup" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-control_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-control_3.1.2-1.bb index 4239a2f0664..ad67d33e03a 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-control_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-control_3.1.2-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_control/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_control" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core-test_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core-test_3.1.2-1.bb index c679b3b8e4a..f69f94f4e93 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core-test_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core-test_3.1.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_core_test/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_core_test" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core_3.1.2-1.bb index 0798f4b3c39..e92d451d6eb 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-core_3.1.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_core/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_core" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-descriptions_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-descriptions_3.1.2-1.bb index 2a64759cb0f..aae561d56aa 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-descriptions_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-descriptions_3.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_descriptions/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_descriptions" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-gazebo_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-gazebo_3.1.2-1.bb index b9dfca21723..3ca969fb818 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-gazebo_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-gazebo_3.1.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_gazebo/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-moveit-config_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-moveit-config_3.1.2-1.bb index 93f7c5df2d6..2b9ca12e03c 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-moveit-config_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-moveit-config_3.1.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_moveit_config/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-ros_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-ros_3.1.2-1.bb index 04fa5c3588f..2ff36323931 100644 --- a/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-ros_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/denso-robot-ros/denso-robot-ros_3.1.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DENSORobot/denso_robot_ros-release/archive/release/melodic/denso_robot_ros/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/denso_robot_ros" diff --git a/meta-ros1-melodic/generated-recipes/depthcloud-encoder/depthcloud-encoder_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/depthcloud-encoder/depthcloud-encoder_0.1.1-1.bb index a5f26c69a31..45e744b3ba0 100644 --- a/meta-ros1-melodic/generated-recipes/depthcloud-encoder/depthcloud-encoder_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/depthcloud-encoder/depthcloud-encoder_0.1.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/depthcloud_encoder-release/archive/release/melodic/depthcloud_encoder/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/depthcloud_encoder" diff --git a/meta-ros1-melodic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8.bb b/meta-ros1-melodic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8.bb index f2851ad57f5..394a79d0706 100644 --- a/meta-ros1-melodic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8.bb +++ b/meta-ros1-melodic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/depthimage_to_laserscan-release/archive/release/melodic/depthimage_to_laserscan/1.0.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/depthimage_to_laserscan" diff --git a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-control_0.3.2.bb b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-control_0.3.2.bb index 5733c06cc35..6acfb9f900d 100644 --- a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-control_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-control_0.3.2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/desistek_saga-release/archive/release/melodic/desistek_saga_control/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/desistek_saga_control" diff --git a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-description_0.3.2.bb b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-description_0.3.2.bb index 3df5c40f40d..65bf70cc7e1 100644 --- a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-description_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-description_0.3.2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/desistek_saga-release/archive/release/melodic/desistek_saga_description/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/desistek_saga_description" diff --git a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-gazebo_0.3.2.bb b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-gazebo_0.3.2.bb index 375a1e66ea5..b21ede9d67e 100644 --- a/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-gazebo_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/desistek-saga/desistek-saga-gazebo_0.3.2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/desistek_saga-release/archive/release/melodic/desistek_saga_gazebo/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/desistek_saga_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-aggregator_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-aggregator_1.9.7-1.bb index 95ae8cad794..3dbdc7b24c1 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-aggregator_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-aggregator_1.9.7-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/diagnostic_aggregator/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostic_aggregator" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-analysis_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-analysis_1.9.7-1.bb index b069923a32e..6c141323fc6 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-analysis_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-analysis_1.9.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/diagnostic_analysis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostic_analysis" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.9.7-1.bb index 2fab22d9c84..bb6fe0b26e2 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.9.7-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/diagnostic_common_diagnostics/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostic_common_diagnostics" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-updater_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-updater_1.9.7-1.bb index fe5c3ec7373..183ca2f1815 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-updater_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostic-updater_1.9.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/diagnostic_updater/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostic_updater" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostics_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostics_1.9.7-1.bb index 0790d158e1c..042704bc68d 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/diagnostics_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/diagnostics_1.9.7-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/diagnostics/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diagnostics" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/rosdiagnostic_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/rosdiagnostic_1.9.7-1.bb index 90d7f8974f1..7cdf257f13b 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/rosdiagnostic_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/rosdiagnostic_1.9.7-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/rosdiagnostic/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosdiagnostic" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/self-test_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/self-test_1.9.7-1.bb index ed021ad9eb8..a03a9d5b5ca 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/self-test_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/self-test_1.9.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/self_test/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/self_test" diff --git a/meta-ros1-melodic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.9.7-1.bb index c0a87a1fb7a..6fb0207c822 100644 --- a/meta-ros1-melodic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.9.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/test_diagnostic_aggregator/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/test_diagnostic_aggregator" diff --git a/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-desktop_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-desktop_0.1.0-1.bb index 5c322d2bb54..8dfe630a3dd 100644 --- a/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-desktop_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-desktop_0.1.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo_desktop-release/archive/release/melodic/dingo_desktop/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_desktop" diff --git a/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-viz_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-viz_0.1.0-1.bb index bdba745e2ef..52cbd080e13 100644 --- a/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-viz_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo-desktop/dingo-viz_0.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo_desktop-release/archive/release/melodic/dingo_viz/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_viz" diff --git a/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-gazebo_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-gazebo_0.1.0-1.bb index 4543547114a..ce73cc5b7ea 100644 --- a/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-gazebo_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-gazebo_0.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo_simulator-release/archive/release/melodic/dingo_gazebo/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-simulator_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-simulator_0.1.0-1.bb index e15ad2bdda9..ccedfeb83e7 100644 --- a/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-simulator_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo-simulator/dingo-simulator_0.1.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo_simulator-release/archive/release/melodic/dingo_simulator/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_simulator" diff --git a/meta-ros1-melodic/generated-recipes/dingo/dingo-control_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/dingo/dingo-control_0.1.8-1.bb index dd83c6f756d..3eff2aa10fe 100644 --- a/meta-ros1-melodic/generated-recipes/dingo/dingo-control_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo/dingo-control_0.1.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo-release/archive/release/melodic/dingo_control/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_control" diff --git a/meta-ros1-melodic/generated-recipes/dingo/dingo-description_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/dingo/dingo-description_0.1.8-1.bb index 27428b1fbbc..b1b5f469a20 100644 --- a/meta-ros1-melodic/generated-recipes/dingo/dingo-description_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo/dingo-description_0.1.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo-release/archive/release/melodic/dingo_description/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_description" diff --git a/meta-ros1-melodic/generated-recipes/dingo/dingo-msgs_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/dingo/dingo-msgs_0.1.8-1.bb index d141b418b93..199ada192b0 100644 --- a/meta-ros1-melodic/generated-recipes/dingo/dingo-msgs_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo/dingo-msgs_0.1.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo-release/archive/release/melodic/dingo_msgs/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dingo/dingo-navigation_0.1.8-1.bb b/meta-ros1-melodic/generated-recipes/dingo/dingo-navigation_0.1.8-1.bb index 5544fd66470..efc2ce20ad9 100644 --- a/meta-ros1-melodic/generated-recipes/dingo/dingo-navigation_0.1.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/dingo/dingo-navigation_0.1.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/dingo-release/archive/release/melodic/dingo_navigation/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dingo_navigation" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-core_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-core_0.1.0-1.bb index 82e27ff8981..d7d7d386b5f 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-core_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-core_0.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_core/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_core" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-deadreck_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-deadreck_0.1.0-1.bb index 5477506b6ef..1e480cce950 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-deadreck_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-deadreck_0.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_deadreck/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_deadreck" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-msgs_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-msgs_0.1.0-1.bb index b87579a8ee8..7769894506c 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-msgs_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-msgs_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_msgs" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-node_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-node_0.1.0-1.bb index 73fce6369cf..03140cb5523 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-node_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-node_0.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_node/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_node" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-opencv_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-opencv_0.1.0-1.bb index 16f69b75105..77c1d726c6d 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-opencv_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-opencv_0.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_opencv/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_opencv" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-rviz_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-rviz_0.1.0-1.bb index 1c3afa803d9..f95f6d9bff3 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-rviz_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-rviz_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_rviz/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_rviz" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-tools_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-tools_0.1.0-1.bb index 102e65b878f..1d35b973a8e 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map-tools_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map-tools_0.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map_tools/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map_tools" diff --git a/meta-ros1-melodic/generated-recipes/distance-map/distance-map_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/distance-map/distance-map_0.1.0-1.bb index d04eb219d2b..4fe038fa52c 100644 --- a/meta-ros1-melodic/generated-recipes/distance-map/distance-map_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/distance-map/distance-map_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/artivis/distance_map-release/archive/release/melodic/distance_map/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/distance_map" diff --git a/meta-ros1-melodic/generated-recipes/dockeros/dockeros_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/dockeros/dockeros_1.1.0-1.bb index 28707e63355..38919c56ce5 100644 --- a/meta-ros1-melodic/generated-recipes/dockeros/dockeros_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/dockeros/dockeros_1.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ct2034/dockeros-release/archive/release/melodic/dockeros/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dockeros" diff --git a/meta-ros1-melodic/generated-recipes/driver-common/driver-base_1.6.8.bb b/meta-ros1-melodic/generated-recipes/driver-common/driver-base_1.6.8.bb index 265675b47ec..5e050dee402 100644 --- a/meta-ros1-melodic/generated-recipes/driver-common/driver-base_1.6.8.bb +++ b/meta-ros1-melodic/generated-recipes/driver-common/driver-base_1.6.8.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/melodic/driver_base/1.6.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/driver_base" diff --git a/meta-ros1-melodic/generated-recipes/driver-common/driver-common_1.6.8.bb b/meta-ros1-melodic/generated-recipes/driver-common/driver-common_1.6.8.bb index c55141b4e6d..5d2a5792be1 100644 --- a/meta-ros1-melodic/generated-recipes/driver-common/driver-common_1.6.8.bb +++ b/meta-ros1-melodic/generated-recipes/driver-common/driver-common_1.6.8.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/melodic/driver_common/1.6.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/driver_common" diff --git a/meta-ros1-melodic/generated-recipes/driver-common/timestamp-tools_1.6.8.bb b/meta-ros1-melodic/generated-recipes/driver-common/timestamp-tools_1.6.8.bb index bb7884acfff..9950a1056b2 100644 --- a/meta-ros1-melodic/generated-recipes/driver-common/timestamp-tools_1.6.8.bb +++ b/meta-ros1-melodic/generated-recipes/driver-common/timestamp-tools_1.6.8.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/melodic/timestamp_tools/1.6.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/timestamp_tools" diff --git a/meta-ros1-melodic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb index dddd13dfa4d..60f54fbf52d 100644 --- a/meta-ros1-melodic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/dual_quaternions_ros-release/archive/release/melodic/dual_quaternions_ros/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dual_quaternions_ros" diff --git a/meta-ros1-melodic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb b/meta-ros1-melodic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb index 71ecc5628d4..b4d6d077a2d 100644 --- a/meta-ros1-melodic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/dual_quaternions-release/archive/release/melodic/dual_quaternions/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dual_quaternions" diff --git a/meta-ros1-melodic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb b/meta-ros1-melodic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb index 872dd9822f4..06970a8e798 100644 --- a/meta-ros1-melodic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/melodic/dynamic-graph-python/4.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic-graph-python" diff --git a/meta-ros1-melodic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.2.2-1.bb b/meta-ros1-melodic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.2.2-1.bb index 992697f7ae3..9a0b5dd13de 100644 --- a/meta-ros1-melodic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.2.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-tutorial-ros-release/archive/release/melodic/dynamic-graph-tutorial/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic-graph-tutorial" diff --git a/meta-ros1-melodic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb b/meta-ros1-melodic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb index 88adbd1cf35..3ed26ee60c5 100644 --- a/meta-ros1-melodic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-ros-release/archive/release/melodic/dynamic-graph/4.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic-graph" diff --git a/meta-ros1-melodic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.6.3-1.bb b/meta-ros1-melodic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.6.3-1.bb index 00e51e9f7e0..af68d8ff2bf 100644 --- a/meta-ros1-melodic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.6.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.6.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/dynamic_reconfigure-release/archive/release/melodic/dynamic_reconfigure/1.6.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic_reconfigure" diff --git a/meta-ros1-melodic/generated-recipes/dynamic-robot-state-publisher/dynamic-robot-state-publisher_1.1.1.bb b/meta-ros1-melodic/generated-recipes/dynamic-robot-state-publisher/dynamic-robot-state-publisher_1.1.1.bb index 3f1c2f14d58..7ced223e837 100644 --- a/meta-ros1-melodic/generated-recipes/dynamic-robot-state-publisher/dynamic-robot-state-publisher_1.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamic-robot-state-publisher/dynamic-robot-state-publisher_1.1.1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/dynamic_robot_state_publisher-release/archive/release/melodic/dynamic_robot_state_publisher/1.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic_robot_state_publisher" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb b/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb index 50d9a07cfeb..440d48c178d 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/DynamixelSDK-release/archive/release/melodic/dynamixel_sdk_examples/3.7.51-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_sdk_examples" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb b/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb index 0710d003236..822d03d5e5e 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/DynamixelSDK-release/archive/release/melodic/dynamixel_sdk/3.7.51-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_sdk" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.1.bb b/meta-ros1-melodic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.1.bb index 543b411acbb..8bee3e54298 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-msgs-release/archive/release/melodic/dynamixel_workbench_msgs/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_workbench_msgs" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-controllers_2.2.0.bb b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-controllers_2.2.0.bb index 56a555b8857..c51c5a0aef0 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-controllers_2.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-controllers_2.2.0.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-release/archive/release/melodic/dynamixel_workbench_controllers/2.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_workbench_controllers" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-operators_2.2.0.bb b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-operators_2.2.0.bb index 05e8d80a2f2..375e802fad7 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-operators_2.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-operators_2.2.0.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-release/archive/release/melodic/dynamixel_workbench_operators/2.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_workbench_operators" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-toolbox_2.2.0.bb b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-toolbox_2.2.0.bb index 00ba6a498c8..7a7d112f1a6 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-toolbox_2.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench-toolbox_2.2.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-release/archive/release/melodic/dynamixel_workbench_toolbox/2.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_workbench_toolbox" diff --git a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench_2.2.0.bb b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench_2.2.0.bb index 931da2b2d67..c60a2e37a08 100644 --- a/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench_2.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/dynamixel-workbench/dynamixel-workbench_2.2.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-release/archive/release/melodic/dynamixel_workbench/2.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamixel_workbench" diff --git a/meta-ros1-melodic/generated-recipes/eband-local-planner/eband-local-planner_0.4.0-1.bb b/meta-ros1-melodic/generated-recipes/eband-local-planner/eband-local-planner_0.4.0-1.bb index 5c67a37b611..c1b8bfa9bad 100644 --- a/meta-ros1-melodic/generated-recipes/eband-local-planner/eband-local-planner_0.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/eband-local-planner/eband-local-planner_0.4.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/utexas-bwi-gbp/eband_local_planner-release/archive/release/melodic/eband_local_planner/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eband_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-control_0.1.6.bb b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-control_0.1.6.bb index 37b0e195b6a..191a92c695f 100644 --- a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-control_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-control_0.1.6.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/eca_a9-release/archive/release/melodic/eca_a9_control/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eca_a9_control" diff --git a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-description_0.1.6.bb b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-description_0.1.6.bb index 988d5e5ff85..507709711de 100644 --- a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-description_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-description_0.1.6.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/eca_a9-release/archive/release/melodic/eca_a9_description/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eca_a9_description" diff --git a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-gazebo_0.1.6.bb b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-gazebo_0.1.6.bb index 5da5dcd5ba6..b13e6744005 100644 --- a/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-gazebo_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/eca-a9/eca-a9-gazebo_0.1.6.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/eca_a9-release/archive/release/melodic/eca_a9_gazebo/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eca_a9_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-command-line_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-command-line_0.62.2.bb index 6df29d7b3eb..206cdef268e 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-command-line_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-command-line_0.62.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_command_line/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_command_line" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-concepts_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-concepts_0.62.2.bb index 08e43eb295a..2e8aee76a45 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-concepts_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-concepts_0.62.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_concepts/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_concepts" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-containers_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-containers_0.62.2.bb index 3f93afa9124..fc8e1faee89 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-containers_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-containers_0.62.2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_containers/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_containers" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-converters_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-converters_0.62.2.bb index 1e69469198a..efc5938cd47 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-converters_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-converters_0.62.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_converters/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_converters" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core-apps_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core-apps_0.62.2.bb index 83f5a40a6b0..546bed97222 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core-apps_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core-apps_0.62.2.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_core_apps/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_core_apps" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core_0.62.2.bb index 79a1a16689f..3243571e211 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-core_0.62.2.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_core/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_core" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-devices_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-devices_0.62.2.bb index cd42abe7d57..2f3caef750f 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-devices_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-devices_0.62.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_devices/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_devices" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-eigen_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-eigen_0.62.2.bb index 915cabc9dbc..febc1f750b4 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-eigen_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-eigen_0.62.2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_eigen/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_eigen" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-exceptions_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-exceptions_0.62.2.bb index eeea7da6d48..8cbd9ecae77 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-exceptions_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-exceptions_0.62.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_exceptions/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_exceptions" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-filesystem_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-filesystem_0.62.2.bb index d84522995ce..0f63a31ab21 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-filesystem_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-filesystem_0.62.2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_filesystem/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_filesystem" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-formatters_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-formatters_0.62.2.bb index ddadcaed7f7..8f4f7cbf888 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-formatters_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-formatters_0.62.2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_formatters/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_formatters" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-geometry_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-geometry_0.62.2.bb index 7d178b7646e..cae224df771 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-geometry_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-geometry_0.62.2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_geometry/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_geometry" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-ipc_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-ipc_0.62.2.bb index b8e6dc7b2a2..5cbb7742ea4 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-ipc_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-ipc_0.62.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_ipc/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_ipc" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.2.bb index 1d08b3c69ee..3c86a31b2f9 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_linear_algebra/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_linear_algebra" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-math_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-math_0.62.2.bb index cf121b98e5d..c50851d7cde 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-math_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-math_0.62.2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_math/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_math" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-mpl_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-mpl_0.62.2.bb index d8be1298b0a..6793f08a180 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-mpl_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-mpl_0.62.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_mpl/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_mpl" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-sigslots_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-sigslots_0.62.2.bb index f34b3c6ba44..4af821b63d9 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-sigslots_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-sigslots_0.62.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_sigslots/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_sigslots" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-statistics_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-statistics_0.62.2.bb index 7a9244ad369..57583a26370 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-statistics_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-statistics_0.62.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_statistics/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_statistics" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-streams_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-streams_0.62.2.bb index d208785242b..6d0cd1298a9 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-streams_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-streams_0.62.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_streams/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_streams" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-threads_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-threads_0.62.2.bb index a8e146ddb97..4031bbfc95c 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-threads_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-threads_0.62.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_threads/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_threads" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-time_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-time_0.62.2.bb index 6912929b2e6..ef03003c6d0 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-time_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-time_0.62.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_time/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_time" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-type-traits_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-type-traits_0.62.2.bb index 0483551f405..2a660e9c72f 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-type-traits_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-type-traits_0.62.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_type_traits/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_type_traits" diff --git a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-utilities_0.62.2.bb b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-utilities_0.62.2.bb index 927d1edd888..e74405e9f2c 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-core/ecl-utilities_0.62.2.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-core/ecl-utilities_0.62.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/melodic/ecl_utilities/0.62.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_utilities" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-config_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-config_0.61.6.bb index 87f9f66271b..cfe3163dce0 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-config_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-config_0.61.6.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_config/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_config" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-console_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-console_0.61.6.bb index 14c59d5cb7e..76f226b5977 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-console_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-console_0.61.6.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_console/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_console" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6.bb index 3816d2ede9d..5cf27545032 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_converters_lite/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_converters_lite" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-errors_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-errors_0.61.6.bb index 5ef540076a0..4efedb07bfb 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-errors_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-errors_0.61.6.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_errors/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_errors" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-io_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-io_0.61.6.bb index d1e90949371..3da2a62b9b2 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-io_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-io_0.61.6.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_io/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_io" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-lite_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-lite_0.61.6.bb index 656f025f341..909936533b4 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-lite_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-lite_0.61.6.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_lite/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_lite" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6.bb index 01e185d4806..7c152d398c0 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_sigslots_lite/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_sigslots_lite" diff --git a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6.bb b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6.bb index 0e9750aa469..ba09f6ca2f5 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/melodic/ecl_time_lite/0.61.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_time_lite" diff --git a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulation_0.60.3.bb b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulation_0.60.3.bb index 05cba19d5ae..cb89abff8a2 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulation_0.60.3.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulation_0.60.3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_manipulation-release/archive/release/melodic/ecl_manipulation/0.60.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_manipulation" diff --git a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulators_0.60.3.bb b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulators_0.60.3.bb index 4fd4b3a7187..dac0330e1a1 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulators_0.60.3.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl-manipulators_0.60.3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_manipulation-release/archive/release/melodic/ecl_manipulators/0.60.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_manipulators" diff --git a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl_0.60.3.bb b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl_0.60.3.bb index f9d57cc78a5..a278bdc3beb 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl_0.60.3.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-manipulation/ecl_0.60.3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_manipulation-release/archive/release/melodic/ecl/0.60.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl" diff --git a/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3.bb b/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3.bb index ba2ab5bf5ae..177da5161c7 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_navigation-release/archive/release/melodic/ecl_mobile_robot/0.60.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_mobile_robot" diff --git a/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3.bb b/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3.bb index 3e6b079ea81..89eb883e533 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_navigation-release/archive/release/melodic/ecl_navigation/0.60.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_navigation" diff --git a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb index 408303c1c6b..1360d37b4aa 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/melodic/ecl_build/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_build" diff --git a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb index de9e16b700f..3f2bf67044c 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/melodic/ecl_license/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_license" diff --git a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb index 96ad5426921..67136bba305 100644 --- a/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/melodic/ecl_tools/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ecl_tools" diff --git a/meta-ros1-melodic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8.bb b/meta-ros1-melodic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8.bb index a3a93f81489..fb70f48f99a 100644 --- a/meta-ros1-melodic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8.bb +++ b/meta-ros1-melodic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/eigen_stl_containers-release/archive/release/melodic/eigen_stl_containers/0.1.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eigen_stl_containers" diff --git a/meta-ros1-melodic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb b/meta-ros1-melodic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb index a4c97750f92..02eed910616 100644 --- a/meta-ros1-melodic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/eigenpy_catkin-release/archive/release/melodic/eigenpy/2.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eigenpy" diff --git a/meta-ros1-melodic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb index d96af06c37e..326356e283c 100644 --- a/meta-ros1-melodic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/eiquadprog-ros-release/archive/release/melodic/eiquadprog/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eiquadprog" diff --git a/meta-ros1-melodic/generated-recipes/eml/eml_1.8.15-2.bb b/meta-ros1-melodic/generated-recipes/eml/eml_1.8.15-2.bb index 5b571bbb620..090f7589f4e 100644 --- a/meta-ros1-melodic/generated-recipes/eml/eml_1.8.15-2.bb +++ b/meta-ros1-melodic/generated-recipes/eml/eml_1.8.15-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/eml-release/archive/release/melodic/eml/1.8.15-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/eml" diff --git a/meta-ros1-melodic/generated-recipes/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bb b/meta-ros1-melodic/generated-recipes/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bb index cc4d6d72d55..3a702f2b076 100644 --- a/meta-ros1-melodic/generated-recipes/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/epos2_motor_controller-release/archive/release/melodic/epos2_motor_controller/1.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/epos2_motor_controller" diff --git a/meta-ros1-melodic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5.bb b/meta-ros1-melodic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5.bb index c6058f916a4..b7e9eeebf7d 100644 --- a/meta-ros1-melodic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5.bb +++ b/meta-ros1-melodic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/shadow-robot/ethercat_grant-release/archive/release/melodic/ethercat_grant/0.2.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ethercat_grant" diff --git a/meta-ros1-melodic/generated-recipes/euslime/euslime_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/euslime/euslime_1.1.0-1.bb index 2b68c455e4e..0e51e632c1d 100644 --- a/meta-ros1-melodic/generated-recipes/euslime/euslime_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/euslime/euslime_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/jsk-ros-pkg/euslime-release/archive/release/melodic/euslime/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/euslime" diff --git a/meta-ros1-melodic/generated-recipes/euslisp/euslisp_9.27.0-1.bb b/meta-ros1-melodic/generated-recipes/euslisp/euslisp_9.27.0-1.bb index 744eeac9e49..c2819114f1f 100644 --- a/meta-ros1-melodic/generated-recipes/euslisp/euslisp_9.27.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/euslisp/euslisp_9.27.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/euslisp-release/archive/release/melodic/euslisp/9.27.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/euslisp" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.0-1.bb b/meta-ros1-melodic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.0-1.bb index 9154a087977..1ddb49479e2 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/jbohren/executive_smach_visualization-release/archive/release/melodic/executive_smach_visualization/3.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/executive_smach_visualization" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.0-1.bb b/meta-ros1-melodic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.0-1.bb index 1540b4e5631..badf0814a85 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/jbohren/executive_smach_visualization-release/archive/release/melodic/smach_viewer/3.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/smach_viewer" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach/executive-smach_2.0.1.bb b/meta-ros1-melodic/generated-recipes/executive-smach/executive-smach_2.0.1.bb index a3e199526b1..2b15799b16c 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach/executive-smach_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach/executive-smach_2.0.1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/executive_smach/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/executive_smach" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach/smach-msgs_2.0.1.bb b/meta-ros1-melodic/generated-recipes/executive-smach/smach-msgs_2.0.1.bb index d222ed9b44f..f00fca6c359 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach/smach-msgs_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach/smach-msgs_2.0.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach_msgs/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/smach_msgs" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach/smach-ros_2.0.1.bb b/meta-ros1-melodic/generated-recipes/executive-smach/smach-ros_2.0.1.bb index aaa8d4646f4..66009b492b6 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach/smach-ros_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach/smach-ros_2.0.1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach_ros/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/smach_ros" diff --git a/meta-ros1-melodic/generated-recipes/executive-smach/smach_2.0.1.bb b/meta-ros1-melodic/generated-recipes/executive-smach/smach_2.0.1.bb index e2b4b608484..f68f35e37c5 100644 --- a/meta-ros1-melodic/generated-recipes/executive-smach/smach_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/executive-smach/smach_2.0.1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/smach" diff --git a/meta-ros1-melodic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb index eeb7d9c7d52..e6bbd1386c2 100644 --- a/meta-ros1-melodic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/exotica_val_description-release/archive/release/melodic/exotica_val_description/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_val_description" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb index 20a1e4dbc55..0fb5820de86 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_aico_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_aico_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb index 48d0950af79..96ee19e004b 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_cartpole_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_cartpole_dynamics_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb index c5d11b28c8b..c43228926d2 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_collision_scene_fcl_latest/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_collision_scene_fcl_latest" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb index d7bc1d9c50b..8505d338779 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_core_task_maps/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_core_task_maps" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-core_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-core_6.1.1-1.bb index a6b4b889877..d07275dc786 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-core_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-core_6.1.1-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_core/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_core" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb index def4cdbdfd2..aba02b7a8b5 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ddp_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ddp_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb index 532032c2718..d619ffcd31e 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_double_integrator_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_double_integrator_dynamics_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb index 17092ab2721..b46f4e6d77e 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_dynamics_solvers/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_dynamics_solvers" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb index 826d110e012..d1eea8e0ae0 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_examples/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_examples" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb index 543aab68f79..f94b38993d5 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ik_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ik_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb index 1dd2bed22e6..4515d03a7f8 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ilqg_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ilqg_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb index f39174d4269..d3b20288884 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ilqr_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ilqr_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb index 6f302a2c7a0..06ad40d0030 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_levenberg_marquardt_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_levenberg_marquardt_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb index 5d6b11c5a27..2aa92e3b94b 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ompl_control_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ompl_control_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb index 777f903f510..8ce920321ed 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_ompl_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_ompl_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb index e296e76dab4..11e3ad2ba17 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_pendulum_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_pendulum_dynamics_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb index 73f57eefefb..2ec7d91da35 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_pinocchio_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_pinocchio_dynamics_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-python_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-python_6.1.1-1.bb index db790812760..ab1722e1eb0 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-python_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-python_6.1.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_python/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_python" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb index a43695d62af..561053b0b8a 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_quadrotor_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_quadrotor_dynamics_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb index 7391a894201..913b4da665a 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_scipy_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_scipy_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb index 9ef8ebb4896..e3c096a5b5b 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica_time_indexed_rrt_connect_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica_time_indexed_rrt_connect_solver" diff --git a/meta-ros1-melodic/generated-recipes/exotica/exotica_6.1.1-1.bb b/meta-ros1-melodic/generated-recipes/exotica/exotica_6.1.1-1.bb index a18c7611ad1..ef3f724f7da 100644 --- a/meta-ros1-melodic/generated-recipes/exotica/exotica_6.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/exotica/exotica_6.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/melodic/exotica/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/exotica" diff --git a/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.1-1.bb index 9c36a64f88c..2e863c2e8c8 100644 --- a/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/iron-ox/fadecandy_ros-release/archive/release/melodic/fadecandy_driver/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fadecandy_driver" diff --git a/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.1-1.bb index c69c0964070..1d07f0364d4 100644 --- a/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/iron-ox/fadecandy_ros-release/archive/release/melodic/fadecandy_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fadecandy_msgs" diff --git a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-driver_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-driver_0.0.4-1.bb index 37d624ecc17..984196650c0 100644 --- a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-driver_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-driver_0.0.4-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/fake_joint-release/archive/release/melodic/fake_joint_driver/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fake_joint_driver" diff --git a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-launch_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-launch_0.0.4-1.bb index 1b9ed15c0ef..deb95edc5f8 100644 --- a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-launch_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint-launch_0.0.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/fake_joint-release/archive/release/melodic/fake_joint_launch/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fake_joint_launch" diff --git a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint_0.0.4-1.bb index edc14483aaa..16125df0fe3 100644 --- a/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/fake-joint/fake-joint_0.0.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/fake_joint-release/archive/release/melodic/fake_joint/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fake_joint" diff --git a/meta-ros1-melodic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-2.bb b/meta-ros1-melodic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-2.bb index ecbf1056a2a..b0cb363b59f 100644 --- a/meta-ros1-melodic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/fcl_catkin-release/archive/release/melodic/fcl_catkin/0.6.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/fcl_catkin" diff --git a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo-demo_0.9.2-1.bb b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo-demo_0.9.2-1.bb index 8bf3661908e..0b42f510400 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo-demo_0.9.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo-demo_0.9.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_gazebo-release/archive/release/melodic/fetch_gazebo_demo/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_gazebo_demo" diff --git a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo_0.9.2-1.bb b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo_0.9.2-1.bb index 38aba677c92..5f730d7fc4c 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo_0.9.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-gazebo_0.9.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_gazebo-release/archive/release/melodic/fetch_gazebo/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-simulation_0.9.2-1.bb b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-simulation_0.9.2-1.bb index 7dfc6c8e6d0..ff8f693d72b 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-simulation_0.9.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetch-simulation_0.9.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_gazebo-release/archive/release/melodic/fetch_simulation/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_simulation" diff --git a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetchit-challenge_0.9.2-1.bb b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetchit-challenge_0.9.2-1.bb index 658fb915965..eafe84abe35 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetchit-challenge_0.9.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-gazebo/fetchit-challenge_0.9.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_gazebo-release/archive/release/melodic/fetchit_challenge/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetchit_challenge" diff --git a/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.1.1.bb b/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.1.1.bb index b9d550fa4b3..c4fd98d7658 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.1.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_msgs-release/archive/release/melodic/fetch_auto_dock_msgs/1.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_auto_dock_msgs" diff --git a/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.1.1.bb b/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.1.1.bb index af5fb8dc063..4b720ed633b 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.1.1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_msgs-release/archive/release/melodic/fetch_driver_msgs/1.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_driver_msgs" diff --git a/meta-ros1-melodic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.2.bb b/meta-ros1-melodic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.2.bb index de7ff014bf1..97bca0edeba 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.2.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.2.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_open_auto_dock-gbp/archive/release/melodic/fetch_open_auto_dock/0.1.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_open_auto_dock" diff --git a/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-bringup_0.8.9-1.bb b/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-bringup_0.8.9-1.bb index 2f9c9f44f60..0ed85eb796b 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-bringup_0.8.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-bringup_0.8.9-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/melodic/fetch_bringup/0.8.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_bringup" diff --git a/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-drivers_0.8.9-1.bb b/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-drivers_0.8.9-1.bb index c19dddeaa18..04afff7d065 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-drivers_0.8.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-robots/fetch-drivers_0.8.9-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/melodic/fetch_drivers/0.8.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_drivers" diff --git a/meta-ros1-melodic/generated-recipes/fetch-robots/freight-bringup_0.8.9-1.bb b/meta-ros1-melodic/generated-recipes/fetch-robots/freight-bringup_0.8.9-1.bb index 1ebfeb616e2..d00a0d9e17e 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-robots/freight-bringup_0.8.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-robots/freight-bringup_0.8.9-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/melodic/freight_bringup/0.8.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/freight_bringup" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-calibration_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-calibration_0.8.3-1.bb index 590c18e7311..bae971827dd 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-calibration_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-calibration_0.8.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_calibration/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_calibration" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-depth-layer_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-depth-layer_0.8.3-1.bb index b8919bc952e..7a361f32249 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-depth-layer_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-depth-layer_0.8.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_depth_layer/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_depth_layer" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-description_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-description_0.8.3-1.bb index f6427c1466e..dbe29c0072e 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-description_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-description_0.8.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_description/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_description" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.8.3-1.bb index 5fea1ae38da..7fa6faa1fa6 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.8.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_ikfast_plugin/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_ikfast_plugin" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-maps_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-maps_0.8.3-1.bb index 4a4c9833d79..98da5e3a8b5 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-maps_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-maps_0.8.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_maps/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_maps" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-moveit-config_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-moveit-config_0.8.3-1.bb index ad65b938881..d9e8d287a48 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-moveit-config_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-moveit-config_0.8.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_moveit_config/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-navigation_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-navigation_0.8.3-1.bb index b660ccbdb4d..a7480a3110b 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-navigation_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-navigation_0.8.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_navigation/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_navigation" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ros_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ros_0.8.3-1.bb index d97975f40df..1fad27de107 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ros_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-ros_0.8.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_ros/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_ros" diff --git a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-teleop_0.8.3-1.bb b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-teleop_0.8.3-1.bb index c9b1fe8936c..fc084bd89ce 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-teleop_0.8.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-ros/fetch-teleop_0.8.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/melodic/fetch_teleop/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_teleop" diff --git a/meta-ros1-melodic/generated-recipes/fetch-simple-linear-controller/fetch-simple-linear-controller_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/fetch-simple-linear-controller/fetch-simple-linear-controller_0.0.1-1.bb index 93efa96461b..45ff649f7b5 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-simple-linear-controller/fetch-simple-linear-controller_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-simple-linear-controller/fetch-simple-linear-controller_0.0.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/fetch_simple_linear_controller-release/archive/release/melodic/fetch_simple_linear_controller/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_simple_linear_controller" diff --git a/meta-ros1-melodic/generated-recipes/fetch-tools/fetch-tools_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/fetch-tools/fetch-tools_0.2.2-1.bb index e6b958bf701..678783d7ba1 100644 --- a/meta-ros1-melodic/generated-recipes/fetch-tools/fetch-tools_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fetch-tools/fetch-tools_0.2.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_tools-release/archive/release/melodic/fetch_tools/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fetch_tools" diff --git a/meta-ros1-melodic/generated-recipes/fiducials/aruco-detect_0.11.0-1.bb b/meta-ros1-melodic/generated-recipes/fiducials/aruco-detect_0.11.0-1.bb index 90375cffdd9..7f9f494ce28 100644 --- a/meta-ros1-melodic/generated-recipes/fiducials/aruco-detect_0.11.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/fiducials/aruco-detect_0.11.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/fiducials-release/archive/release/melodic/aruco_detect/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/aruco_detect" diff --git a/meta-ros1-melodic/generated-recipes/fiducials/fiducial-msgs_0.11.0-1.bb b/meta-ros1-melodic/generated-recipes/fiducials/fiducial-msgs_0.11.0-1.bb index f1e73b5e90d..7b71de9deb1 100644 --- a/meta-ros1-melodic/generated-recipes/fiducials/fiducial-msgs_0.11.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/fiducials/fiducial-msgs_0.11.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/fiducials-release/archive/release/melodic/fiducial_msgs/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fiducial_msgs" diff --git a/meta-ros1-melodic/generated-recipes/fiducials/fiducial-slam_0.11.0-1.bb b/meta-ros1-melodic/generated-recipes/fiducials/fiducial-slam_0.11.0-1.bb index 6f7d4a71a07..f12174ea180 100644 --- a/meta-ros1-melodic/generated-recipes/fiducials/fiducial-slam_0.11.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/fiducials/fiducial-slam_0.11.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/fiducials-release/archive/release/melodic/fiducial_slam/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fiducial_slam" diff --git a/meta-ros1-melodic/generated-recipes/fiducials/fiducials_0.11.0-1.bb b/meta-ros1-melodic/generated-recipes/fiducials/fiducials_0.11.0-1.bb index ec490d219ca..d732ba74083 100644 --- a/meta-ros1-melodic/generated-recipes/fiducials/fiducials_0.11.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/fiducials/fiducials_0.11.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/fiducials-release/archive/release/melodic/fiducials/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fiducials" diff --git a/meta-ros1-melodic/generated-recipes/filters/filters_1.8.1.bb b/meta-ros1-melodic/generated-recipes/filters/filters_1.8.1.bb index 41870beef26..0492dccfcd4 100644 --- a/meta-ros1-melodic/generated-recipes/filters/filters_1.8.1.bb +++ b/meta-ros1-melodic/generated-recipes/filters/filters_1.8.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/filters-release/archive/release/melodic/filters/1.8.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/filters" diff --git a/meta-ros1-melodic/generated-recipes/find-object-2d/find-object-2d_0.6.2-1.bb b/meta-ros1-melodic/generated-recipes/find-object-2d/find-object-2d_0.6.2-1.bb index a3bd2e7adc8..20394fd4d49 100644 --- a/meta-ros1-melodic/generated-recipes/find-object-2d/find-object-2d_0.6.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/find-object-2d/find-object-2d_0.6.2-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/find_object_2d-release/archive/release/melodic/find_object_2d/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/find_object_2d" diff --git a/meta-ros1-melodic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb b/meta-ros1-melodic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb index bb7f2b0aeb0..64d28622c04 100644 --- a/meta-ros1-melodic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/message_filters-release/archive/release/melodic/fkie_message_filters/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fkie_message_filters" diff --git a/meta-ros1-melodic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb index 9dae0d3d670..791ed8006fe 100644 --- a/meta-ros1-melodic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/potree_rviz_plugin-release/archive/release/melodic/fkie_potree_rviz_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fkie_potree_rviz_plugin" diff --git a/meta-ros1-melodic/generated-recipes/flatbuffers/flatbuffers_1.1.0.bb b/meta-ros1-melodic/generated-recipes/flatbuffers/flatbuffers_1.1.0.bb index 4198014ee27..55f1ed2879b 100644 --- a/meta-ros1-melodic/generated-recipes/flatbuffers/flatbuffers_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/flatbuffers/flatbuffers_1.1.0.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/flatbuffers-release/archive/release/melodic/flatbuffers/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/flatbuffers" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb index 84d3e7ab9a3..215889dc277 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_behavior_engine/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_behavior_engine" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb index 626c2997f17..17f05aff6c5 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_core/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_core" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb index 5d153ab6bd4..f2030a24e0a 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_input/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_input" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb index af4a4f88a00..52d6edada35 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_mirror/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_mirror" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb index b4de5d824a7..d005a9aaa9f 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_msgs/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_msgs" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb index 337c052e93d..69315403a51 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_onboard/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_onboard" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb index 49b06eb4483..8f18dd792a6 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_states/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_states" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb index 841dd153728..43a84264961 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_testing/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_testing" diff --git a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb index eaa51541d67..7d2c0190cfc 100644 --- a/meta-ros1-melodic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_widget/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flexbe_widget" diff --git a/meta-ros1-melodic/generated-recipes/flir-boson-usb/flir-boson-usb_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/flir-boson-usb/flir-boson-usb_1.2.1-1.bb index 23cf71068c0..e8f96123e9f 100644 --- a/meta-ros1-melodic/generated-recipes/flir-boson-usb/flir-boson-usb_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flir-boson-usb/flir-boson-usb_1.2.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/flir_boson_usb-release/archive/release/melodic/flir_boson_usb/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flir_boson_usb" diff --git a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-description_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-description_0.2.1-1.bb index 7e2dee42746..2f49c4d6faa 100644 --- a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-description_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-description_0.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/flir_ptu-release/archive/release/melodic/flir_ptu_description/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flir_ptu_description" diff --git a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-driver_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-driver_0.2.1-1.bb index 6b23bbdb2bd..907110d3c61 100644 --- a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-driver_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-driver_0.2.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/flir_ptu-release/archive/release/melodic/flir_ptu_driver/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flir_ptu_driver" diff --git a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-viz_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-viz_0.2.1-1.bb index c543ead0366..eba7e806051 100644 --- a/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-viz_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/flir-ptu/flir-ptu-viz_0.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/flir_ptu-release/archive/release/melodic/flir_ptu_viz/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/flir_ptu_viz" diff --git a/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb b/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb index 79d7ebc7ce9..ca09c57b62d 100644 --- a/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/boschresearch/fmi_adapter-release/archive/release/melodic/fmi_adapter_examples/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fmi_adapter_examples" diff --git a/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb b/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb index 502cd978fd0..d4cb00b1049 100644 --- a/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/boschresearch/fmi_adapter-release/archive/release/melodic/fmi_adapter/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fmi_adapter" diff --git a/meta-ros1-melodic/generated-recipes/force-torque-sensor/force-torque-sensor_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/force-torque-sensor/force-torque-sensor_1.0.0-1.bb index 42a6fb442bf..c5289e2e7e4 100644 --- a/meta-ros1-melodic/generated-recipes/force-torque-sensor/force-torque-sensor_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/force-torque-sensor/force-torque-sensor_1.0.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/force_torque_sensor-release/archive/release/melodic/force_torque_sensor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/force_torque_sensor" diff --git a/meta-ros1-melodic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.0-1.bb index 1c93dfc3aa8..e4988c9f612 100644 --- a/meta-ros1-melodic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/four_wheel_steering_msgs-release/archive/release/melodic/four_wheel_steering_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/four_wheel_steering_msgs" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-control_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-control_0.7.1-1.bb index ccb247ba51a..1b57c0fc36b 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-control_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-control_0.7.1-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_control/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_control" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-description_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-description_0.7.1-1.bb index 0118b77db07..2e14c5efa05 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-description_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-description_0.7.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_description/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_description" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-1.bb index 241c8f83b60..c78469d48e5 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_example_controllers/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_example_controllers" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-gripper_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-gripper_0.7.1-1.bb index 10bfd09e356..027581a168d 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-gripper_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-gripper_0.7.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_gripper/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_gripper" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-hw_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-hw_0.7.1-1.bb index 1ad1e60d392..38b66849ab2 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-hw_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-hw_0.7.1-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_hw/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_hw" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-msgs_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-msgs_0.7.1-1.bb index ce5e01e599c..e7262a12055 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-msgs_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-msgs_0.7.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_msgs" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-ros_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-ros_0.7.1-1.bb index 76333cc7b90..505aa7f391d 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-ros_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-ros_0.7.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_ros/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_ros" diff --git a/meta-ros1-melodic/generated-recipes/franka-ros/franka-visualization_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/franka-ros/franka-visualization_0.7.1-1.bb index b5f8fba94b9..27da2341422 100644 --- a/meta-ros1-melodic/generated-recipes/franka-ros/franka-visualization_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/franka-ros/franka-visualization_0.7.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/melodic/franka_visualization/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/franka_visualization" diff --git a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-camera_0.4.3-2.bb b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-camera_0.4.3-2.bb index 256649f375c..a2d7e08f38d 100644 --- a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-camera_0.4.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-camera_0.4.3-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/freenect_stack-release/archive/release/melodic/freenect_camera/0.4.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/freenect_camera" diff --git a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-launch_0.4.3-2.bb b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-launch_0.4.3-2.bb index e16e25fd315..d84869b4e7b 100644 --- a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-launch_0.4.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-launch_0.4.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/freenect_stack-release/archive/release/melodic/freenect_launch/0.4.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/freenect_launch" diff --git a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-stack_0.4.3-2.bb b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-stack_0.4.3-2.bb index 252c1f72252..20b6e96c000 100644 --- a/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-stack_0.4.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/freenect-stack/freenect-stack_0.4.3-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/freenect_stack-release/archive/release/melodic/freenect_stack/0.4.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/freenect_stack" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-bringup_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-bringup_0.7.1-1.bb index 7caa2ef75f6..3c76d696303 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-bringup_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-bringup_0.7.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_bringup/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_bringup" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-description_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-description_0.7.1-1.bb index 37da9860209..ccf9f8e398a 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-description_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-description_0.7.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_description/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_description" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-driver_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-driver_0.7.1-1.bb index 12c963b09bd..195ff85ee3f 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-driver_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-driver_0.7.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_driver/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_driver" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-moveit-config_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-moveit-config_0.7.1-1.bb index 0660110a5c2..c9511df1761 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-moveit-config_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-moveit-config_0.7.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_moveit_config/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-msgs_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-msgs_0.7.1-1.bb index f3ee0dd2b28..6ea8c371842 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-msgs_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-msgs_0.7.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_msgs" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-trajectory-filters_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-trajectory-filters_0.7.1-1.bb index 830c4b37976..10a17cb3b11 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-trajectory-filters_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r-trajectory-filters_0.7.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r_trajectory_filters/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r_trajectory_filters" diff --git a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r_0.7.1-1.bb index 1614977c982..c5a1622232c 100644 --- a/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/fsrobo-r/fsrobo-r_0.7.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FUJISOFT-Robotics/fsrobo_r-release/archive/release/melodic/fsrobo_r/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fsrobo_r" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.8.7-1.bb index ae983164362..e4f3ffca497 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.8.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_msgs/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_msgs" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.8.7-1.bb index 2ee538ce3ac..73df6d7ec29 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.8.7-1.bb @@ -116,7 +116,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_plugins/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.8.7-1.bb index c182d2e15b9..8210e33e038 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.8.7-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_ros_control/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_ros_control" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.8.7-1.bb index 16149c2b94e..57a67580eaa 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.8.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_ros_pkgs/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_ros_pkgs" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.8.7-1.bb index 93b3bac9809..04226899459 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.8.7-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_ros/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_ros" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.8.7-1.bb b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.8.7-1.bb index 2eb98e20173..b719d2631d1 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.8.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.8.7-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/melodic/gazebo_dev/2.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_dev" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-2.bb b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-2.bb index 744684b8660..d48d895be55 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/melodic/gazebo_video_monitor_msgs/0.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_video_monitor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-2.bb b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-2.bb index 4225191dd2e..de4bbdbcfc5 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/melodic/gazebo_video_monitor_plugins/0.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_video_monitor_plugins" diff --git a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-2.bb b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-2.bb index ed932682485..cb81d7693a0 100644 --- a/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/melodic/gazebo_video_monitors/0.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/gazebo_video_monitors" diff --git a/meta-ros1-melodic/generated-recipes/gencpp/gencpp_0.6.5-1.bb b/meta-ros1-melodic/generated-recipes/gencpp/gencpp_0.6.5-1.bb index 304f802d36d..55f20e2e28b 100644 --- a/meta-ros1-melodic/generated-recipes/gencpp/gencpp_0.6.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/gencpp/gencpp_0.6.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gencpp-release/archive/release/melodic/gencpp/0.6.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gencpp" diff --git a/meta-ros1-melodic/generated-recipes/geneus/geneus_2.2.6.bb b/meta-ros1-melodic/generated-recipes/geneus/geneus_2.2.6.bb index 804e8a89df9..8f1edc42d1b 100644 --- a/meta-ros1-melodic/generated-recipes/geneus/geneus_2.2.6.bb +++ b/meta-ros1-melodic/generated-recipes/geneus/geneus_2.2.6.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/geneus-release/archive/release/melodic/geneus/2.2.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geneus" diff --git a/meta-ros1-melodic/generated-recipes/genlisp/genlisp_0.4.16.bb b/meta-ros1-melodic/generated-recipes/genlisp/genlisp_0.4.16.bb index f3dbf51123e..793ae4e5a7b 100644 --- a/meta-ros1-melodic/generated-recipes/genlisp/genlisp_0.4.16.bb +++ b/meta-ros1-melodic/generated-recipes/genlisp/genlisp_0.4.16.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genlisp-release/archive/release/melodic/genlisp/0.4.16-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/genlisp" diff --git a/meta-ros1-melodic/generated-recipes/genmsg/genmsg_0.5.16-1.bb b/meta-ros1-melodic/generated-recipes/genmsg/genmsg_0.5.16-1.bb index f9fe0074451..1b058927fc2 100644 --- a/meta-ros1-melodic/generated-recipes/genmsg/genmsg_0.5.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/genmsg/genmsg_0.5.16-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genmsg-release/archive/release/melodic/genmsg/0.5.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/genmsg" diff --git a/meta-ros1-melodic/generated-recipes/genmypy/genmypy_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/genmypy/genmypy_0.3.1-1.bb index e4f4cb56087..eea55582fab 100644 --- a/meta-ros1-melodic/generated-recipes/genmypy/genmypy_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/genmypy/genmypy_0.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rospypi/genmypy-release/archive/release/melodic/genmypy/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/genmypy" diff --git a/meta-ros1-melodic/generated-recipes/gennodejs/gennodejs_2.0.1.bb b/meta-ros1-melodic/generated-recipes/gennodejs/gennodejs_2.0.1.bb index 867228d51bf..0b11cc2811d 100644 --- a/meta-ros1-melodic/generated-recipes/gennodejs/gennodejs_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/gennodejs/gennodejs_2.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RethinkRobotics-release/gennodejs-release/archive/release/melodic/gennodejs/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/gennodejs" diff --git a/meta-ros1-melodic/generated-recipes/genpy/genpy_0.6.16-1.bb b/meta-ros1-melodic/generated-recipes/genpy/genpy_0.6.16-1.bb index 04c17adeca2..eaf1f4e62be 100644 --- a/meta-ros1-melodic/generated-recipes/genpy/genpy_0.6.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/genpy/genpy_0.6.16-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genpy-release/archive/release/melodic/genpy/0.6.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/genpy" diff --git a/meta-ros1-melodic/generated-recipes/geographic-info/geodesy_0.5.3.bb b/meta-ros1-melodic/generated-recipes/geographic-info/geodesy_0.5.3.bb index b843a48f62f..3945b17ba06 100644 --- a/meta-ros1-melodic/generated-recipes/geographic-info/geodesy_0.5.3.bb +++ b/meta-ros1-melodic/generated-recipes/geographic-info/geodesy_0.5.3.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/melodic/geodesy/0.5.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geodesy" diff --git a/meta-ros1-melodic/generated-recipes/geographic-info/geographic-info_0.5.3.bb b/meta-ros1-melodic/generated-recipes/geographic-info/geographic-info_0.5.3.bb index f8abcd339e5..e8fc63dd1e6 100644 --- a/meta-ros1-melodic/generated-recipes/geographic-info/geographic-info_0.5.3.bb +++ b/meta-ros1-melodic/generated-recipes/geographic-info/geographic-info_0.5.3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/melodic/geographic_info/0.5.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geographic_info" diff --git a/meta-ros1-melodic/generated-recipes/geographic-info/geographic-msgs_0.5.3.bb b/meta-ros1-melodic/generated-recipes/geographic-info/geographic-msgs_0.5.3.bb index b80f09e4f87..c5316649d9f 100644 --- a/meta-ros1-melodic/generated-recipes/geographic-info/geographic-msgs_0.5.3.bb +++ b/meta-ros1-melodic/generated-recipes/geographic-info/geographic-msgs_0.5.3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/melodic/geographic_msgs/0.5.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geographic_msgs" diff --git a/meta-ros1-melodic/generated-recipes/geometric-shapes/geometric-shapes_0.6.4-1.bb b/meta-ros1-melodic/generated-recipes/geometric-shapes/geometric-shapes_0.6.4-1.bb index cfb1ed29207..3ffe224b237 100644 --- a/meta-ros1-melodic/generated-recipes/geometric-shapes/geometric-shapes_0.6.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometric-shapes/geometric-shapes_0.6.4-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometric_shapes-release/archive/release/melodic/geometric_shapes/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/geometric_shapes" diff --git a/meta-ros1-melodic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.2.bb b/meta-ros1-melodic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.2.bb index fe7f3576a62..082a2c7632e 100644 --- a/meta-ros1-melodic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/melodic/geometry_tutorials/0.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geometry_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.2.bb b/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.2.bb index cff7637670a..2b0dde9989c 100644 --- a/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/melodic/turtle_tf2/0.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtle_tf2" diff --git a/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf_0.2.2.bb b/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf_0.2.2.bb index 7a4ff645e70..679e21f63b4 100644 --- a/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf_0.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/geometry-tutorials/turtle-tf_0.2.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/melodic/turtle_tf/0.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtle_tf" diff --git a/meta-ros1-melodic/generated-recipes/geometry/eigen-conversions_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/geometry/eigen-conversions_1.12.1-1.bb index 57172771a63..38f6809da73 100644 --- a/meta-ros1-melodic/generated-recipes/geometry/eigen-conversions_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometry/eigen-conversions_1.12.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/melodic/eigen_conversions/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eigen_conversions" diff --git a/meta-ros1-melodic/generated-recipes/geometry/geometry_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/geometry/geometry_1.12.1-1.bb index 2a46d2b1523..94d58d2195c 100644 --- a/meta-ros1-melodic/generated-recipes/geometry/geometry_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometry/geometry_1.12.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/melodic/geometry/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/geometry" diff --git a/meta-ros1-melodic/generated-recipes/geometry/kdl-conversions_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/geometry/kdl-conversions_1.12.1-1.bb index c3de1fc218d..5b4c6ca3976 100644 --- a/meta-ros1-melodic/generated-recipes/geometry/kdl-conversions_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometry/kdl-conversions_1.12.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/melodic/kdl_conversions/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kdl_conversions" diff --git a/meta-ros1-melodic/generated-recipes/geometry/tf-conversions_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/geometry/tf-conversions_1.12.1-1.bb index a7ab9863ec8..8973b4f6faf 100644 --- a/meta-ros1-melodic/generated-recipes/geometry/tf-conversions_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometry/tf-conversions_1.12.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/melodic/tf_conversions/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf_conversions" diff --git a/meta-ros1-melodic/generated-recipes/geometry/tf_1.12.1-1.bb b/meta-ros1-melodic/generated-recipes/geometry/tf_1.12.1-1.bb index 4223b026a20..7ba3b716301 100644 --- a/meta-ros1-melodic/generated-recipes/geometry/tf_1.12.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/geometry/tf_1.12.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/melodic/tf/1.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/geometry2_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/geometry2_0.6.5.bb index 428e9f4e724..d5886b2fd0c 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/geometry2_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/geometry2_0.6.5.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/geometry2/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/geometry2" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-bullet_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-bullet_0.6.5.bb index 3a204001109..60dbf22dae1 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-bullet_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-bullet_0.6.5.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_bullet/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_bullet" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-eigen_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-eigen_0.6.5.bb index 7827373b052..d1de74b968b 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-eigen_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-eigen_0.6.5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_eigen/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_eigen" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-geometry-msgs_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-geometry-msgs_0.6.5.bb index 08b4be6c14d..7f551999d2a 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-geometry-msgs_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-geometry-msgs_0.6.5.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_geometry_msgs/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_geometry_msgs" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-kdl_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-kdl_0.6.5.bb index d7ed40c27b8..087994da3cd 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-kdl_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-kdl_0.6.5.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_kdl/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_kdl" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-msgs_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-msgs_0.6.5.bb index 0c7b47d34e5..2e231d99777 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-msgs_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-msgs_0.6.5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_msgs/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_msgs" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-py_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-py_0.6.5.bb index 2d81005543e..40c23ee3ba3 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-py_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-py_0.6.5.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_py/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_py" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-ros_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-ros_0.6.5.bb index eba47ac3164..78e4645ea37 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-ros_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-ros_0.6.5.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_ros/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_ros" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-sensor-msgs_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-sensor-msgs_0.6.5.bb index 731416fb5d3..df9d9a28261 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-sensor-msgs_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-sensor-msgs_0.6.5.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_sensor_msgs/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2-tools_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2-tools_0.6.5.bb index 1d7a232d922..e559538423e 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2-tools_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2-tools_0.6.5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2_tools/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_tools" diff --git a/meta-ros1-melodic/generated-recipes/geometry2/tf2_0.6.5.bb b/meta-ros1-melodic/generated-recipes/geometry2/tf2_0.6.5.bb index 863e6399a86..c684b3027eb 100644 --- a/meta-ros1-melodic/generated-recipes/geometry2/tf2_0.6.5.bb +++ b/meta-ros1-melodic/generated-recipes/geometry2/tf2_0.6.5.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/melodic/tf2/0.6.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2" diff --git a/meta-ros1-melodic/generated-recipes/geos-cmake-module/geos-cmake-module_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/geos-cmake-module/geos-cmake-module_0.0.2-1.bb index 4054a9d5181..b2bb35f22c1 100644 --- a/meta-ros1-melodic/generated-recipes/geos-cmake-module/geos-cmake-module_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/geos-cmake-module/geos-cmake-module_0.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/geos_cmake_module-release/archive/release/melodic/geos_cmake_module/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/geos_cmake_module" diff --git a/meta-ros1-melodic/generated-recipes/gl-dependency/gl-dependency_1.1.0.bb b/meta-ros1-melodic/generated-recipes/gl-dependency/gl-dependency_1.1.0.bb index 1a48d98e27c..fe9e83ff4ed 100644 --- a/meta-ros1-melodic/generated-recipes/gl-dependency/gl-dependency_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/gl-dependency/gl-dependency_1.1.0.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gl_dependency-release/archive/release/melodic/gl_dependency/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/gl_dependency" diff --git a/meta-ros1-melodic/generated-recipes/gpio-control/gpio-control_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/gpio-control/gpio-control_1.0.0-1.bb index 696180b32bd..1801b655d2b 100644 --- a/meta-ros1-melodic/generated-recipes/gpio-control/gpio-control_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/gpio-control/gpio-control_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cst0/gpio_control-release/archive/release/melodic/gpio_control/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gpio_control" diff --git a/meta-ros1-melodic/generated-recipes/gps-umd/gps-common_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/gps-umd/gps-common_0.3.1-1.bb index 5b11c2dbf0c..3808339e8b9 100644 --- a/meta-ros1-melodic/generated-recipes/gps-umd/gps-common_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/gps-umd/gps-common_0.3.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/melodic/gps_common/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gps_common" diff --git a/meta-ros1-melodic/generated-recipes/gps-umd/gps-umd_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/gps-umd/gps-umd_0.3.1-1.bb index 413704f0c33..929fb353c66 100644 --- a/meta-ros1-melodic/generated-recipes/gps-umd/gps-umd_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/gps-umd/gps-umd_0.3.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/melodic/gps_umd/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gps_umd" diff --git a/meta-ros1-melodic/generated-recipes/gps-umd/gpsd-client_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/gps-umd/gpsd-client_0.3.1-1.bb index e435b8f591f..ac67358b4ab 100644 --- a/meta-ros1-melodic/generated-recipes/gps-umd/gpsd-client_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/gps-umd/gpsd-client_0.3.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/melodic/gpsd_client/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gpsd_client" diff --git a/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller-ros_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller-ros_0.3.1-1.bb index 05b8636e463..e2f87073678 100644 --- a/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller-ros_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller-ros_0.3.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/graceful_controller-gbp/archive/release/melodic/graceful_controller_ros/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/graceful_controller_ros" diff --git a/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller_0.3.1-1.bb index 69f1ef5f568..2da8f2b8af8 100644 --- a/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/graceful-controller/graceful-controller_0.3.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/graceful_controller-gbp/archive/release/melodic/graceful_controller/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/graceful_controller" diff --git a/meta-ros1-melodic/generated-recipes/graft/graft_0.2.3-2.bb b/meta-ros1-melodic/generated-recipes/graft/graft_0.2.3-2.bb index fd85a682f93..22f1f12e18e 100644 --- a/meta-ros1-melodic/generated-recipes/graft/graft_0.2.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/graft/graft_0.2.3-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/graft-release/archive/release/melodic/graft/0.2.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/graft" diff --git a/meta-ros1-melodic/generated-recipes/graph-msgs/graph-msgs_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/graph-msgs/graph-msgs_0.1.0-1.bb index c433f9b1712..579a0d6e14e 100644 --- a/meta-ros1-melodic/generated-recipes/graph-msgs/graph-msgs_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/graph-msgs/graph-msgs_0.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/graph_msgs-release/archive/release/melodic/graph_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/graph_msgs" diff --git a/meta-ros1-melodic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1.bb b/meta-ros1-melodic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1.bb index b4e563533b3..9e902aceb12 100644 --- a/meta-ros1-melodic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/grasping_msgs-gbp/archive/release/melodic/grasping_msgs/0.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/grasping_msgs" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-core_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-core_1.6.4-2.bb index 962f78cf078..dc12e3fb35b 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-core_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-core_1.6.4-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_core/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_core" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-2.bb index 9ab9cb7b3f6..6603751d051 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_costmap_2d/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_costmap_2d" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-cv_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-cv_1.6.4-2.bb index 3d76181d7ca..1919e56caa3 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-cv_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-cv_1.6.4-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_cv/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_cv" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-demos_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-demos_1.6.4-2.bb index bf3f49a87ef..bcff6e8ffd5 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-demos_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-demos_1.6.4-2.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_demos/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_demos" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-filters_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-filters_1.6.4-2.bb index 6c383df09bb..d6cfc1bf8b4 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-filters_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-filters_1.6.4-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_filters/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_filters" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-loader_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-loader_1.6.4-2.bb index 942058ebfb8..b2ddd20cbca 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-loader_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-loader_1.6.4-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_loader/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_loader" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-msgs_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-msgs_1.6.4-2.bb index f73ff20601b..0cfe75a94a3 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-msgs_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-msgs_1.6.4-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_msgs/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_msgs" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-octomap_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-octomap_1.6.4-2.bb index 8585c36d420..ec166ff469e 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-octomap_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-octomap_1.6.4-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_octomap/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_octomap" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-pcl_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-pcl_1.6.4-2.bb index 331b74777c8..4c97c30f818 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-pcl_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-pcl_1.6.4-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_pcl/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_pcl" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-ros_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-ros_1.6.4-2.bb index 70f8e7a3b00..80c084b625a 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-ros_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-ros_1.6.4-2.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_ros/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_ros" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-2.bb index 988262ac48d..64410ada3d8 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_rviz_plugin/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_rviz_plugin" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-sdf_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-sdf_1.6.4-2.bb index 2f43538ec91..d8ee49d48cd 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-sdf_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-sdf_1.6.4-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_sdf/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_sdf" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-visualization_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-visualization_1.6.4-2.bb index 6e2120c200b..b35c03c6549 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map-visualization_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map-visualization_1.6.4-2.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map_visualization/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map_visualization" diff --git a/meta-ros1-melodic/generated-recipes/grid-map/grid-map_1.6.4-2.bb b/meta-ros1-melodic/generated-recipes/grid-map/grid-map_1.6.4-2.bb index aa453b4d384..57c51208895 100644 --- a/meta-ros1-melodic/generated-recipes/grid-map/grid-map_1.6.4-2.bb +++ b/meta-ros1-melodic/generated-recipes/grid-map/grid-map_1.6.4-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/melodic/grid_map/1.6.4-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/grid_map" diff --git a/meta-ros1-melodic/generated-recipes/grpc/grpc_0.0.10.bb b/meta-ros1-melodic/generated-recipes/grpc/grpc_0.0.10.bb index 2fa0cfc50cb..c1442a29b4b 100644 --- a/meta-ros1-melodic/generated-recipes/grpc/grpc_0.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/grpc/grpc_0.0.10.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CogRobRelease/catkin_grpc-release/archive/release/melodic/grpc/0.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/grpc" diff --git a/meta-ros1-melodic/generated-recipes/gscam/gscam_1.0.1.bb b/meta-ros1-melodic/generated-recipes/gscam/gscam_1.0.1.bb index 1c3b995cf72..580202ff58d 100644 --- a/meta-ros1-melodic/generated-recipes/gscam/gscam_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/gscam/gscam_1.0.1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/gscam-release/archive/release/melodic/gscam/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/gscam" diff --git a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-robot_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-robot_0.0.3-1.bb index f27d757016b..0929d0390b5 100644 --- a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-robot_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-robot_0.0.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gundam-global-challenge/gundam_robot-release/archive/release/melodic/gundam_robot/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gundam_robot" diff --git a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-control_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-control_0.0.3-1.bb index 602e69acfc7..b1fafd74dd1 100644 --- a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-control_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-control_0.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gundam-global-challenge/gundam_robot-release/archive/release/melodic/gundam_rx78_control/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gundam_rx78_control" diff --git a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-description_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-description_0.0.3-1.bb index ba026480146..1cb2495128a 100644 --- a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-description_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-description_0.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gundam-global-challenge/gundam_robot-release/archive/release/melodic/gundam_rx78_description/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gundam_rx78_description" diff --git a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-gazebo_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-gazebo_0.0.3-1.bb index e0f94687ee6..237b852c5fe 100644 --- a/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-gazebo_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/gundam-robot/gundam-rx78-gazebo_0.0.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gundam-global-challenge/gundam_robot-release/archive/release/melodic/gundam_rx78_gazebo/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gundam_rx78_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb b/meta-ros1-melodic/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb index fa51d1c4b2c..ff3190aa769 100644 --- a/meta-ros1-melodic/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/h264_encoder_core-release/archive/release/melodic/h264_encoder_core/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/h264_encoder_core" diff --git a/meta-ros1-melodic/generated-recipes/h264-video-encoder/h264-video-encoder_1.1.4-1.bb b/meta-ros1-melodic/generated-recipes/h264-video-encoder/h264-video-encoder_1.1.4-1.bb index 9df8631e2f6..6671f9aef90 100644 --- a/meta-ros1-melodic/generated-recipes/h264-video-encoder/h264-video-encoder_1.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/h264-video-encoder/h264-video-encoder_1.1.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/h264_video_encoder-release/archive/release/melodic/h264_video_encoder/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/h264_video_encoder" diff --git a/meta-ros1-melodic/generated-recipes/handeye/handeye_0.1.1-2.bb b/meta-ros1-melodic/generated-recipes/handeye/handeye_0.1.1-2.bb index 22765374739..1ea623e68d5 100644 --- a/meta-ros1-melodic/generated-recipes/handeye/handeye_0.1.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/handeye/handeye_0.1.1-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/handeye-release/archive/release/melodic/handeye/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/handeye" diff --git a/meta-ros1-melodic/generated-recipes/haros-catkin/haros-catkin_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/haros-catkin/haros-catkin_0.1.1-1.bb index 15a70c770a5..af63e59c7dd 100644 --- a/meta-ros1-melodic/generated-recipes/haros-catkin/haros-catkin_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/haros-catkin/haros-catkin_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosin-project/haros_catkin-release/archive/release/melodic/haros_catkin/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/haros_catkin" diff --git a/meta-ros1-melodic/generated-recipes/health-metric-collector/health-metric-collector_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/health-metric-collector/health-metric-collector_2.0.2-1.bb index 189d5fc82f7..bd0615db5f0 100644 --- a/meta-ros1-melodic/generated-recipes/health-metric-collector/health-metric-collector_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/health-metric-collector/health-metric-collector_2.0.2-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/health_metric_collector-release/archive/release/melodic/health_metric_collector/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/health_metric_collector" diff --git a/meta-ros1-melodic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bb b/meta-ros1-melodic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bb index f5ee6e93295..335f3d638a6 100644 --- a/meta-ros1-melodic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/HebiRobotics/hebi_cpp_api_ros-release/archive/release/melodic/hebi_cpp_api/3.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/hebi_cpp_api" diff --git a/meta-ros1-melodic/generated-recipes/hebi-description/hebi-description_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/hebi-description/hebi-description_0.1.0-1.bb index ffabe1f83ab..7df541bdee5 100644 --- a/meta-ros1-melodic/generated-recipes/hebi-description/hebi-description_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hebi-description/hebi-description_0.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/HebiRobotics/hebi_description-release/archive/release/melodic/hebi_description/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hebi_description" diff --git a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.1.bb b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.1.bb index 79be2e8d85a..878f5ba6b0b 100644 --- a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/melodic/hector_gazebo_plugins/0.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.1.bb b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.1.bb index df580f4319f..b7197c06532 100644 --- a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/melodic/hector_gazebo_thermal_camera/0.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_gazebo_thermal_camera" diff --git a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.1.bb b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.1.bb index 64459980cfa..4320e1fd930 100644 --- a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/melodic/hector_gazebo_worlds/0.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_gazebo_worlds" diff --git a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo_0.5.1.bb b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo_0.5.1.bb index 4f234c3d84a..3f5d9eaa742 100644 --- a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo_0.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-gazebo_0.5.1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/melodic/hector_gazebo/0.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.1.bb b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.1.bb index 21a38c0fcb7..e319cab9177 100644 --- a/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/melodic/hector_sensors_gazebo/0.5.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_sensors_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/hector-localization/hector-localization_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/hector-localization/hector-localization_0.3.0-1.bb index 5ebd01bfd26..6152f8a761f 100644 --- a/meta-ros1-melodic/generated-recipes/hector-localization/hector-localization_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-localization/hector-localization_0.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/melodic/hector_localization/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_localization" diff --git a/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation-core_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation-core_0.3.0-1.bb index c70d476265b..d5cb8919111 100644 --- a/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation-core_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation-core_0.3.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/melodic/hector_pose_estimation_core/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_pose_estimation_core" diff --git a/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation_0.3.0-1.bb index 1fe2db3761e..6aee7073851 100644 --- a/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-localization/hector-pose-estimation_0.3.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/melodic/hector_pose_estimation/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_pose_estimation" diff --git a/meta-ros1-melodic/generated-recipes/hector-localization/message-to-tf_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/hector-localization/message-to-tf_0.3.0-1.bb index a37dc44896c..36c64a33c19 100644 --- a/meta-ros1-melodic/generated-recipes/hector-localization/message-to-tf_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-localization/message-to-tf_0.3.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/melodic/message_to_tf/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/message_to_tf" diff --git a/meta-ros1-melodic/generated-recipes/hector-models/hector-components-description_0.5.0.bb b/meta-ros1-melodic/generated-recipes/hector-models/hector-components-description_0.5.0.bb index 32800162d67..cea0db57226 100644 --- a/meta-ros1-melodic/generated-recipes/hector-models/hector-components-description_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/hector-models/hector-components-description_0.5.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/melodic/hector_components_description/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_components_description" diff --git a/meta-ros1-melodic/generated-recipes/hector-models/hector-models_0.5.0.bb b/meta-ros1-melodic/generated-recipes/hector-models/hector-models_0.5.0.bb index 31bd4393528..4ef3042cc73 100644 --- a/meta-ros1-melodic/generated-recipes/hector-models/hector-models_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/hector-models/hector-models_0.5.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/melodic/hector_models/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_models" diff --git a/meta-ros1-melodic/generated-recipes/hector-models/hector-sensors-description_0.5.0.bb b/meta-ros1-melodic/generated-recipes/hector-models/hector-sensors-description_0.5.0.bb index 1ecd0954100..2febf3b8030 100644 --- a/meta-ros1-melodic/generated-recipes/hector-models/hector-sensors-description_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/hector-models/hector-sensors-description_0.5.0.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/melodic/hector_sensors_description/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_sensors_description" diff --git a/meta-ros1-melodic/generated-recipes/hector-models/hector-xacro-tools_0.5.0.bb b/meta-ros1-melodic/generated-recipes/hector-models/hector-xacro-tools_0.5.0.bb index cb49cdd33f8..a230baed0e2 100644 --- a/meta-ros1-melodic/generated-recipes/hector-models/hector-xacro-tools_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/hector-models/hector-xacro-tools_0.5.0.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/melodic/hector_xacro_tools/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_xacro_tools" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-compressed-map-transport_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-compressed-map-transport_0.4.1-1.bb index e4e4d7618e1..1633f79566b 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-compressed-map-transport_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-compressed-map-transport_0.4.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_compressed_map_transport/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_compressed_map_transport" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff-plugins_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff-plugins_0.4.1-1.bb index 24269f91e4d..ef0161eab59 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff-plugins_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff-plugins_0.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_geotiff_plugins/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_geotiff_plugins" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff_0.4.1-1.bb index 8e5cfe13a5f..d46288a684e 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-geotiff_0.4.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_geotiff/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_geotiff" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.4.1-1.bb index 4f60ee8f2a2..245b060c3e5 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_imu_attitude_to_tf/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_imu_attitude_to_tf" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-tools_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-tools_0.4.1-1.bb index 87c681a69b3..45293253932 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-tools_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-imu-tools_0.4.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_imu_tools/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_imu_tools" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-server_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-server_0.4.1-1.bb index 44d22e59b96..914b2eb4c6f 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-server_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-server_0.4.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_map_server/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_map_server" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-tools_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-tools_0.4.1-1.bb index b7796629708..28c82d793fb 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-tools_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-map-tools_0.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_map_tools/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_map_tools" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-mapping_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-mapping_0.4.1-1.bb index ac54a07b210..1135d6fd337 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-mapping_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-mapping_0.4.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_mapping/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_mapping" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-marker-drawing_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-marker-drawing_0.4.1-1.bb index 11c569b9a0b..4f3acab23ea 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-marker-drawing_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-marker-drawing_0.4.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_marker_drawing/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_marker_drawing" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-nav-msgs_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-nav-msgs_0.4.1-1.bb index 573390ec156..708e05d7f2b 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-nav-msgs_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-nav-msgs_0.4.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_nav_msgs/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_nav_msgs" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam-launch_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam-launch_0.4.1-1.bb index 32628553349..4d7925c8cd5 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam-launch_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam-launch_0.4.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_slam_launch/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_slam_launch" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam_0.4.1-1.bb index a670b025e4b..feb035aedb8 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-slam_0.4.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_slam/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_slam" diff --git a/meta-ros1-melodic/generated-recipes/hector-slam/hector-trajectory-server_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/hector-slam/hector-trajectory-server_0.4.1-1.bb index 673f6ceacd6..6f45513a714 100644 --- a/meta-ros1-melodic/generated-recipes/hector-slam/hector-trajectory-server_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hector-slam/hector-trajectory-server_0.4.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/melodic/hector_trajectory_server/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hector_trajectory_server" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-bringup_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-bringup_0.7.7-2.bb index 2e930cd98a9..425c2bff01d 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-bringup_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-bringup_0.7.7-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_bringup/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_bringup" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-description_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-description_0.7.7-2.bb index 6dbf25ab514..140d56c848e 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-description_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-description_0.7.7-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_description/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_description" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-diagnostic_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-diagnostic_0.7.7-2.bb index 3ff8aea4d8b..0365744c2b4 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-diagnostic_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-diagnostic_0.7.7-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_diagnostic/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_diagnostic" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-mavros_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-mavros_0.7.7-2.bb index 2deecb1a896..b436d2a2edf 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-mavros_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-mavros_0.7.7-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_mavros/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_mavros" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-msgs_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-msgs_0.7.7-2.bb index 808a19e346a..e970266a875 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-msgs_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-msgs_0.7.7-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_msgs/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_msgs" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-safety_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-safety_0.7.7-2.bb index 0fc9c33e619..f357067e22f 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-safety_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-safety_0.7.7-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_safety/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_safety" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-simple-waypoint_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-simple-waypoint_0.7.7-2.bb index 708cec84e73..e7a3f7af203 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-simple-waypoint_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-simple-waypoint_0.7.7-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_simple_waypoint/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_simple_waypoint" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu-tools_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu-tools_0.7.7-2.bb index e8397131eac..acba9b8cdef 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu-tools_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu-tools_0.7.7-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu_tools/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu_tools" diff --git a/meta-ros1-melodic/generated-recipes/heifu/heifu_0.7.7-2.bb b/meta-ros1-melodic/generated-recipes/heifu/heifu_0.7.7-2.bb index de46a909eda..96e2b986d4b 100644 --- a/meta-ros1-melodic/generated-recipes/heifu/heifu_0.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/heifu/heifu_0.7.7-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BV-OpenSource/heifu-release/archive/release/melodic/heifu/0.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heifu" diff --git a/meta-ros1-melodic/generated-recipes/heron-controller/heron-controller_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/heron-controller/heron-controller_0.2.0-1.bb index 4b5b922672e..c394c3efd2f 100644 --- a/meta-ros1-melodic/generated-recipes/heron-controller/heron-controller_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron-controller/heron-controller_0.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron_controller-release/archive/release/melodic/heron_controller/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_controller" diff --git a/meta-ros1-melodic/generated-recipes/heron-desktop/heron-desktop_0.0.3-2.bb b/meta-ros1-melodic/generated-recipes/heron-desktop/heron-desktop_0.0.3-2.bb index 35fd753437b..f40720181e4 100644 --- a/meta-ros1-melodic/generated-recipes/heron-desktop/heron-desktop_0.0.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/heron-desktop/heron-desktop_0.0.3-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron_desktop-release/archive/release/melodic/heron_desktop/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_desktop" diff --git a/meta-ros1-melodic/generated-recipes/heron-desktop/heron-viz_0.0.3-2.bb b/meta-ros1-melodic/generated-recipes/heron-desktop/heron-viz_0.0.3-2.bb index 3b9366974a9..1a1c190af03 100644 --- a/meta-ros1-melodic/generated-recipes/heron-desktop/heron-viz_0.0.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/heron-desktop/heron-viz_0.0.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron_desktop-release/archive/release/melodic/heron_viz/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_viz" diff --git a/meta-ros1-melodic/generated-recipes/heron-simulator/heron-gazebo_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/heron-simulator/heron-gazebo_0.3.3-1.bb index a5d4941f413..790675178a8 100644 --- a/meta-ros1-melodic/generated-recipes/heron-simulator/heron-gazebo_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron-simulator/heron-gazebo_0.3.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron_simulator-release/archive/release/melodic/heron_gazebo/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/heron-simulator/heron-simulator_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/heron-simulator/heron-simulator_0.3.3-1.bb index dfc179dd9ca..4a36f54eaf3 100644 --- a/meta-ros1-melodic/generated-recipes/heron-simulator/heron-simulator_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron-simulator/heron-simulator_0.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron_simulator-release/archive/release/melodic/heron_simulator/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_simulator" diff --git a/meta-ros1-melodic/generated-recipes/heron/heron-control_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/heron/heron-control_0.3.4-1.bb index 9eb1eab6d62..5920433399f 100644 --- a/meta-ros1-melodic/generated-recipes/heron/heron-control_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron/heron-control_0.3.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron-release/archive/release/melodic/heron_control/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_control" diff --git a/meta-ros1-melodic/generated-recipes/heron/heron-description_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/heron/heron-description_0.3.4-1.bb index 50def7e9676..0d77dbb1df5 100644 --- a/meta-ros1-melodic/generated-recipes/heron/heron-description_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron/heron-description_0.3.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron-release/archive/release/melodic/heron_description/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_description" diff --git a/meta-ros1-melodic/generated-recipes/heron/heron-msgs_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/heron/heron-msgs_0.3.4-1.bb index 5e464a16aef..d7f057f4e1f 100644 --- a/meta-ros1-melodic/generated-recipes/heron/heron-msgs_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/heron/heron-msgs_0.3.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/heron-release/archive/release/melodic/heron_msgs/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/heron_msgs" diff --git a/meta-ros1-melodic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb index 7087f7299da..7890922b64d 100644 --- a/meta-ros1-melodic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/hfl_driver-release/archive/release/melodic/hfl_driver/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hfl_driver" diff --git a/meta-ros1-melodic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb b/meta-ros1-melodic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb index b2dbfab63f4..01beb06f977 100644 --- a/meta-ros1-melodic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/hls-lfcd-lds-driver-release/archive/release/melodic/hls_lfcd_lds_driver/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hls_lfcd_lds_driver" diff --git a/meta-ros1-melodic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb index f98d7b106d9..45bf3135062 100644 --- a/meta-ros1-melodic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/hokuyo3d-release/archive/release/melodic/hokuyo3d/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hokuyo3d" diff --git a/meta-ros1-melodic/generated-recipes/hpp-fcl/hpp-fcl_1.0.1-2.bb b/meta-ros1-melodic/generated-recipes/hpp-fcl/hpp-fcl_1.0.1-2.bb index d085abc0562..ecb492dfcb1 100644 --- a/meta-ros1-melodic/generated-recipes/hpp-fcl/hpp-fcl_1.0.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/hpp-fcl/hpp-fcl_1.0.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/hpp-fcl_catkin-release/archive/release/melodic/hpp-fcl/1.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/hpp-fcl" diff --git a/meta-ros1-melodic/generated-recipes/hrpsys/hrpsys_315.15.0-8.bb b/meta-ros1-melodic/generated-recipes/hrpsys/hrpsys_315.15.0-8.bb index 7d76c8e34eb..49da346548b 100644 --- a/meta-ros1-melodic/generated-recipes/hrpsys/hrpsys_315.15.0-8.bb +++ b/meta-ros1-melodic/generated-recipes/hrpsys/hrpsys_315.15.0-8.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/hrpsys-release/archive/release/melodic/hrpsys/315.15.0-8.tar.gz ROS_BRANCH ?= "branch=release/melodic/hrpsys" diff --git a/meta-ros1-melodic/generated-recipes/husky-cartographer-navigation/husky-cartographer-navigation_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/husky-cartographer-navigation/husky-cartographer-navigation_0.0.2-1.bb index 0cad330d1b1..401da3c13c5 100644 --- a/meta-ros1-melodic/generated-recipes/husky-cartographer-navigation/husky-cartographer-navigation_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky-cartographer-navigation/husky-cartographer-navigation_0.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky_cartographer_navigation-release/archive/release/melodic/husky_cartographer_navigation/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_cartographer_navigation" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-base_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-base_0.4.8-1.bb index e1c3f246df3..b7a5eb1775a 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-base_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-base_0.4.8-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_base/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_base" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-bringup_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-bringup_0.4.8-1.bb index 5055964d7c3..acb1b2ad767 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-bringup_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-bringup_0.4.8-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_bringup/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_bringup" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-control_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-control_0.4.8-1.bb index 9252a2820ae..970f2779a5b 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-control_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-control_0.4.8-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_control/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_control" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-description_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-description_0.4.8-1.bb index cf9b6f26896..1c71d394ace 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-description_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-description_0.4.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_description/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_description" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-desktop_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-desktop_0.4.8-1.bb index 381d1f786f1..b52971e80c7 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-desktop_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-desktop_0.4.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_desktop/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_desktop" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-gazebo_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-gazebo_0.4.8-1.bb index c47e1222e63..b3b0db341bd 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-gazebo_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-gazebo_0.4.8-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_gazebo/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-msgs_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-msgs_0.4.8-1.bb index 0f25d6e5f49..a80ef808e3f 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-msgs_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-msgs_0.4.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_msgs/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_msgs" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-navigation_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-navigation_0.4.8-1.bb index 673cc711abc..d5b25fef24f 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-navigation_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-navigation_0.4.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_navigation/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_navigation" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-robot_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-robot_0.4.8-1.bb index 0a12abc067a..5e743637997 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-robot_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-robot_0.4.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_robot/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_robot" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-simulator_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-simulator_0.4.8-1.bb index df5e49e339d..301facd857e 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-simulator_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-simulator_0.4.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_simulator/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_simulator" diff --git a/meta-ros1-melodic/generated-recipes/husky/husky-viz_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/husky/husky-viz_0.4.8-1.bb index 327c5109270..52ae2c152e1 100644 --- a/meta-ros1-melodic/generated-recipes/husky/husky-viz_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/husky/husky-viz_0.4.8-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/husky-release/archive/release/melodic/husky_viz/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/husky_viz" diff --git a/meta-ros1-melodic/generated-recipes/ibeo-core/ibeo-core_2.0.2.bb b/meta-ros1-melodic/generated-recipes/ibeo-core/ibeo-core_2.0.2.bb index 9d81f5227c1..86794a03e2f 100644 --- a/meta-ros1-melodic/generated-recipes/ibeo-core/ibeo-core_2.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/ibeo-core/ibeo-core_2.0.2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/ibeo_core-release/archive/release/melodic/ibeo_core/2.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ibeo_core" diff --git a/meta-ros1-melodic/generated-recipes/ibeo-lux/ibeo-lux_2.0.1.bb b/meta-ros1-melodic/generated-recipes/ibeo-lux/ibeo-lux_2.0.1.bb index 60ab9a1f877..2e7471ce311 100644 --- a/meta-ros1-melodic/generated-recipes/ibeo-lux/ibeo-lux_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/ibeo-lux/ibeo-lux_2.0.1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/ibeo_lux-release/archive/release/melodic/ibeo_lux/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ibeo_lux" diff --git a/meta-ros1-melodic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb b/meta-ros1-melodic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb index 8f35195b369..3ca3b0bb0ea 100644 --- a/meta-ros1-melodic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-release/archive/release/melodic/ifm3d_core/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ifm3d_core" diff --git a/meta-ros1-melodic/generated-recipes/ifm3d/ifm3d_0.6.2-2.bb b/meta-ros1-melodic/generated-recipes/ifm3d/ifm3d_0.6.2-2.bb index f596b0ce49f..6d1c3cd3885 100644 --- a/meta-ros1-melodic/generated-recipes/ifm3d/ifm3d_0.6.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/ifm3d/ifm3d_0.6.2-2.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-ros-release/archive/release/melodic/ifm3d/0.6.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/ifm3d" diff --git a/meta-ros1-melodic/generated-recipes/ifopt/ifopt_2.0.7-1.bb b/meta-ros1-melodic/generated-recipes/ifopt/ifopt_2.0.7-1.bb index 6eeadd3129f..2f9bc666f14 100644 --- a/meta-ros1-melodic/generated-recipes/ifopt/ifopt_2.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/ifopt/ifopt_2.0.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-adrl/ifopt-release/archive/release/melodic/ifopt/2.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ifopt" diff --git a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-description_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-description_0.1.4-1.bb index 5961dfec424..2512c3c3247 100644 --- a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-description_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-description_0.1.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/igvc_self_drive_sim-release/archive/release/melodic/igvc_self_drive_description/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/igvc_self_drive_description" diff --git a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo-plugins_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo-plugins_0.1.4-1.bb index c9a1e77824c..ca6d0f6c8dd 100644 --- a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo-plugins_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo-plugins_0.1.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/igvc_self_drive_sim-release/archive/release/melodic/igvc_self_drive_gazebo_plugins/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/igvc_self_drive_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo_0.1.4-1.bb index 6d069150d08..882e4d3c82f 100644 --- a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-gazebo_0.1.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/igvc_self_drive_sim-release/archive/release/melodic/igvc_self_drive_gazebo/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/igvc_self_drive_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-sim_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-sim_0.1.4-1.bb index d2b0e38bffa..f70c814d083 100644 --- a/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-sim_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/igvc-self-drive-sim/igvc-self-drive-sim_0.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/igvc_self_drive_sim-release/archive/release/melodic/igvc_self_drive_sim/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/igvc_self_drive_sim" diff --git a/meta-ros1-melodic/generated-recipes/iirob-filters/iirob-filters_0.9.2-1.bb b/meta-ros1-melodic/generated-recipes/iirob-filters/iirob-filters_0.9.2-1.bb index ae3afafcba1..e27228300e0 100644 --- a/meta-ros1-melodic/generated-recipes/iirob-filters/iirob-filters_0.9.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/iirob-filters/iirob-filters_0.9.2-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/iirob_filters-release/archive/release/melodic/iirob_filters/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/iirob_filters" diff --git a/meta-ros1-melodic/generated-recipes/image-common/camera-calibration-parsers_1.11.13.bb b/meta-ros1-melodic/generated-recipes/image-common/camera-calibration-parsers_1.11.13.bb index 0774ad824b2..cc6f71a74be 100644 --- a/meta-ros1-melodic/generated-recipes/image-common/camera-calibration-parsers_1.11.13.bb +++ b/meta-ros1-melodic/generated-recipes/image-common/camera-calibration-parsers_1.11.13.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/melodic/camera_calibration_parsers/1.11.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/camera_calibration_parsers" diff --git a/meta-ros1-melodic/generated-recipes/image-common/camera-info-manager_1.11.13.bb b/meta-ros1-melodic/generated-recipes/image-common/camera-info-manager_1.11.13.bb index 13981fe42ee..e63d4961ce8 100644 --- a/meta-ros1-melodic/generated-recipes/image-common/camera-info-manager_1.11.13.bb +++ b/meta-ros1-melodic/generated-recipes/image-common/camera-info-manager_1.11.13.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/melodic/camera_info_manager/1.11.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/camera_info_manager" diff --git a/meta-ros1-melodic/generated-recipes/image-common/image-common_1.11.13.bb b/meta-ros1-melodic/generated-recipes/image-common/image-common_1.11.13.bb index ed66b26c2d9..8b094272da3 100644 --- a/meta-ros1-melodic/generated-recipes/image-common/image-common_1.11.13.bb +++ b/meta-ros1-melodic/generated-recipes/image-common/image-common_1.11.13.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/melodic/image_common/1.11.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_common" diff --git a/meta-ros1-melodic/generated-recipes/image-common/image-transport_1.11.13.bb b/meta-ros1-melodic/generated-recipes/image-common/image-transport_1.11.13.bb index 310cafdec06..3b9d91bafcf 100644 --- a/meta-ros1-melodic/generated-recipes/image-common/image-transport_1.11.13.bb +++ b/meta-ros1-melodic/generated-recipes/image-common/image-transport_1.11.13.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/melodic/image_transport/1.11.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_transport" diff --git a/meta-ros1-melodic/generated-recipes/image-common/polled-camera_1.11.13.bb b/meta-ros1-melodic/generated-recipes/image-common/polled-camera_1.11.13.bb index a47ddd46a64..47705b77699 100644 --- a/meta-ros1-melodic/generated-recipes/image-common/polled-camera_1.11.13.bb +++ b/meta-ros1-melodic/generated-recipes/image-common/polled-camera_1.11.13.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/melodic/polled_camera/1.11.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/polled_camera" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/camera-calibration_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/camera-calibration_1.15.0-1.bb index f1276f8a5b8..6a4e072e564 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/camera-calibration_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/camera-calibration_1.15.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/camera_calibration/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/camera_calibration" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/depth-image-proc_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/depth-image-proc_1.15.0-1.bb index 8a6cee14b3f..e7174ad0673 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/depth-image-proc_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/depth-image-proc_1.15.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/depth_image_proc/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/depth_image_proc" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/image-pipeline_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/image-pipeline_1.15.0-1.bb index 23e92f235f4..8b4283548ce 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/image-pipeline_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/image-pipeline_1.15.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_pipeline/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_pipeline" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/image-proc_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/image-proc_1.15.0-1.bb index a257bbd673c..0e12492a417 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/image-proc_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/image-proc_1.15.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_proc/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_proc" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/image-publisher_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/image-publisher_1.15.0-1.bb index 1a68018b9da..448b2adbf69 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/image-publisher_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/image-publisher_1.15.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_publisher/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_publisher" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/image-rotate_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/image-rotate_1.15.0-1.bb index abe9e4a43fb..be88d3011ab 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/image-rotate_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/image-rotate_1.15.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_rotate/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_rotate" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/image-view_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/image-view_1.15.0-1.bb index 2f1c9da1874..35501c0ff2c 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/image-view_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/image-view_1.15.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_view/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_view" diff --git a/meta-ros1-melodic/generated-recipes/image-pipeline/stereo-image-proc_1.15.0-1.bb b/meta-ros1-melodic/generated-recipes/image-pipeline/stereo-image-proc_1.15.0-1.bb index eabf8b7664b..5ce08874e54 100644 --- a/meta-ros1-melodic/generated-recipes/image-pipeline/stereo-image-proc_1.15.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/image-pipeline/stereo-image-proc_1.15.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/stereo_image_proc/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/stereo_image_proc" diff --git a/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb b/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb index bfab7a8ffa1..b78991e65e4 100644 --- a/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb +++ b/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/melodic/compressed_depth_image_transport/1.9.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/compressed_depth_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-image-transport_1.9.5.bb b/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-image-transport_1.9.5.bb index fcfa60232f6..bedadeb9b01 100644 --- a/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-image-transport_1.9.5.bb +++ b/meta-ros1-melodic/generated-recipes/image-transport-plugins/compressed-image-transport_1.9.5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/melodic/compressed_image_transport/1.9.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/compressed_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/image-transport-plugins/image-transport-plugins_1.9.5.bb b/meta-ros1-melodic/generated-recipes/image-transport-plugins/image-transport-plugins_1.9.5.bb index 537e54b6329..ac9cb246333 100644 --- a/meta-ros1-melodic/generated-recipes/image-transport-plugins/image-transport-plugins_1.9.5.bb +++ b/meta-ros1-melodic/generated-recipes/image-transport-plugins/image-transport-plugins_1.9.5.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/melodic/image_transport_plugins/1.9.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_transport_plugins" diff --git a/meta-ros1-melodic/generated-recipes/image-transport-plugins/theora-image-transport_1.9.5.bb b/meta-ros1-melodic/generated-recipes/image-transport-plugins/theora-image-transport_1.9.5.bb index 6fa8551f910..1c936d7509f 100644 --- a/meta-ros1-melodic/generated-recipes/image-transport-plugins/theora-image-transport_1.9.5.bb +++ b/meta-ros1-melodic/generated-recipes/image-transport-plugins/theora-image-transport_1.9.5.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/melodic/theora_image_transport/1.9.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/theora_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-image-transport_0.2.4.bb b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-image-transport_0.2.4.bb index b80515df5d2..47764a6c4da 100644 --- a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-image-transport_0.2.4.bb +++ b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-image-transport_0.2.4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/imagezero_transport-release/archive/release/melodic/imagezero_image_transport/0.2.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imagezero_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-ros_0.2.4.bb b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-ros_0.2.4.bb index 32f3cbf7069..3f95cc7475b 100644 --- a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-ros_0.2.4.bb +++ b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero-ros_0.2.4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/imagezero_transport-release/archive/release/melodic/imagezero_ros/0.2.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imagezero_ros" diff --git a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero_0.2.4.bb b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero_0.2.4.bb index deae84fa9da..75c2527a894 100644 --- a/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero_0.2.4.bb +++ b/meta-ros1-melodic/generated-recipes/imagezero-transport/imagezero_0.2.4.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/imagezero_transport-release/archive/release/melodic/imagezero/0.2.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imagezero" diff --git a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-pipeline_0.2.3.bb b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-pipeline_0.2.3.bb index d42b282df4d..f2e19cdc3bb 100644 --- a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-pipeline_0.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-pipeline_0.2.3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/melodic/imu_pipeline/0.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_pipeline" diff --git a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-processors_0.2.3.bb b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-processors_0.2.3.bb index d3af1e0464a..4e478cd731d 100644 --- a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-processors_0.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-processors_0.2.3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/melodic/imu_processors/0.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_processors" diff --git a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-transformer_0.2.3.bb b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-transformer_0.2.3.bb index a0550a70679..0cd553bdf6c 100644 --- a/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-transformer_0.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/imu-pipeline/imu-transformer_0.2.3.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/melodic/imu_transformer/0.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_transformer" diff --git a/meta-ros1-melodic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb index 983721fafa9..6677d795ed1 100644 --- a/meta-ros1-melodic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/melodic/imu_complementary_filter/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_complementary_filter" diff --git a/meta-ros1-melodic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb index 012cb6ab2a4..855c0eca145 100644 --- a/meta-ros1-melodic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/melodic/imu_filter_madgwick/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_filter_madgwick" diff --git a/meta-ros1-melodic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb index a47d38de739..45365faa830 100644 --- a/meta-ros1-melodic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/melodic/imu_tools/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_tools" diff --git a/meta-ros1-melodic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb index 0cddb9b5660..4b0281681bf 100644 --- a/meta-ros1-melodic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/melodic/rviz_imu_plugin/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_imu_plugin" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-core_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-core_0.7.1-1.bb index dee10487dc0..debcd7e919b 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-core_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-core_0.7.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_core/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_core" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-deprecated_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-deprecated_0.7.1-1.bb index db612ad9e40..a527530c09a 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-deprecated_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-deprecated_0.7.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_deprecated/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_deprecated" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-msgs_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-msgs_0.7.1-1.bb index 7e697b168b8..58344411371 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-msgs_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-msgs_0.7.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_msgs" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-client_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-client_0.7.1-1.bb index 7d66b74e76e..bcf01d6a4d0 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-client_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-client_0.7.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_robot_client/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_robot_client" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.1-1.bb index 0e3266dc1d3..d3f8371a2b9 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_robot_simulator/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_robot_simulator" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.1-1.bb index 60287db67c8..174abd970f6 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_trajectory_filters/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_trajectory_filters" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-utils_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-utils_0.7.1-1.bb index 942f30405b9..586c5f0deba 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/industrial-utils_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/industrial-utils_0.7.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/industrial_utils/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_utils" diff --git a/meta-ros1-melodic/generated-recipes/industrial-core/simple-message_0.7.1-1.bb b/meta-ros1-melodic/generated-recipes/industrial-core/simple-message_0.7.1-1.bb index d2420c55cec..d8001601021 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-core/simple-message_0.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-core/simple-message_0.7.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/melodic/simple_message/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/simple_message" diff --git a/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb index bf67fca369e..67c58149ac4 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gavanderhoorn/industrial_robot_status_controller-release/archive/release/melodic/industrial_robot_status_controller/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_robot_status_controller" diff --git a/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb index 35d6472bd4a..00ae0b08fc0 100644 --- a/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gavanderhoorn/industrial_robot_status_controller-release/archive/release/melodic/industrial_robot_status_interface/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/industrial_robot_status_interface" diff --git a/meta-ros1-melodic/generated-recipes/interactive-marker-proxy/interactive-marker-proxy_0.1.2.bb b/meta-ros1-melodic/generated-recipes/interactive-marker-proxy/interactive-marker-proxy_0.1.2.bb index e8d3d041a95..40e938820f5 100644 --- a/meta-ros1-melodic/generated-recipes/interactive-marker-proxy/interactive-marker-proxy_0.1.2.bb +++ b/meta-ros1-melodic/generated-recipes/interactive-marker-proxy/interactive-marker-proxy_0.1.2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/interactive_marker_proxy-release/archive/release/melodic/interactive_marker_proxy/0.1.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/interactive_marker_proxy" diff --git a/meta-ros1-melodic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb b/meta-ros1-melodic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb index cf9a57ab765..9b46fa3b862 100644 --- a/meta-ros1-melodic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/interactive_marker_twist_server-release/archive/release/melodic/interactive_marker_twist_server/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/interactive_marker_twist_server" diff --git a/meta-ros1-melodic/generated-recipes/interactive-markers/interactive-markers_1.11.5-1.bb b/meta-ros1-melodic/generated-recipes/interactive-markers/interactive-markers_1.11.5-1.bb index cc39b2b718b..c237c0a26f0 100644 --- a/meta-ros1-melodic/generated-recipes/interactive-markers/interactive-markers_1.11.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/interactive-markers/interactive-markers_1.11.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/interactive_markers-release/archive/release/melodic/interactive_markers/1.11.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/interactive_markers" diff --git a/meta-ros1-melodic/generated-recipes/ipr-extern/ipr-extern_0.8.8-1.bb b/meta-ros1-melodic/generated-recipes/ipr-extern/ipr-extern_0.8.8-1.bb index b7bc84882cb..da34791674c 100644 --- a/meta-ros1-melodic/generated-recipes/ipr-extern/ipr-extern_0.8.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ipr-extern/ipr-extern_0.8.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/ipr_extern-release/archive/release/melodic/ipr_extern/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ipr_extern" diff --git a/meta-ros1-melodic/generated-recipes/ipr-extern/libmodbus_0.8.8-1.bb b/meta-ros1-melodic/generated-recipes/ipr-extern/libmodbus_0.8.8-1.bb index 5cced9f7bde..4452ee36705 100644 --- a/meta-ros1-melodic/generated-recipes/ipr-extern/libmodbus_0.8.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ipr-extern/libmodbus_0.8.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/ipr_extern-release/archive/release/melodic/libmodbus/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libmodbus" diff --git a/meta-ros1-melodic/generated-recipes/ipr-extern/libreflexxestype2_0.8.8-1.bb b/meta-ros1-melodic/generated-recipes/ipr-extern/libreflexxestype2_0.8.8-1.bb index 8806dba45ea..7f2b04e7b31 100644 --- a/meta-ros1-melodic/generated-recipes/ipr-extern/libreflexxestype2_0.8.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ipr-extern/libreflexxestype2_0.8.8-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/ipr_extern-release/archive/release/melodic/libreflexxestype2/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libreflexxestype2" diff --git a/meta-ros1-melodic/generated-recipes/ipr-extern/ros-reflexxes_0.8.8-1.bb b/meta-ros1-melodic/generated-recipes/ipr-extern/ros-reflexxes_0.8.8-1.bb index 8693d0386bd..337cbbb7fbd 100644 --- a/meta-ros1-melodic/generated-recipes/ipr-extern/ros-reflexxes_0.8.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/ipr-extern/ros-reflexxes_0.8.8-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KITrobotics/ipr_extern-release/archive/release/melodic/ros_reflexxes/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_reflexxes" diff --git a/meta-ros1-melodic/generated-recipes/ira-laser-tools/ira-laser-tools_1.0.4-1.bb b/meta-ros1-melodic/generated-recipes/ira-laser-tools/ira-laser-tools_1.0.4-1.bb index a013288592f..10df9921574 100644 --- a/meta-ros1-melodic/generated-recipes/ira-laser-tools/ira-laser-tools_1.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/ira-laser-tools/ira-laser-tools_1.0.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/iralabdisco/ira_laser_tools-release/archive/release/melodic/ira_laser_tools/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ira_laser_tools" diff --git a/meta-ros1-melodic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb index 7ce93a16209..e13e1e67a1f 100644 --- a/meta-ros1-melodic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eupedrosa/iris_lama_ros-release/archive/release/melodic/iris_lama_ros/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/iris_lama_ros" diff --git a/meta-ros1-melodic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb index 3e202903cac..23c11532768 100644 --- a/meta-ros1-melodic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eupedrosa/iris_lama-release/archive/release/melodic/iris_lama/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/iris_lama" diff --git a/meta-ros1-melodic/generated-recipes/ivcon/ivcon_0.1.7.bb b/meta-ros1-melodic/generated-recipes/ivcon/ivcon_0.1.7.bb index ada6bb4ca9b..f997978d9ba 100644 --- a/meta-ros1-melodic/generated-recipes/ivcon/ivcon_0.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/ivcon/ivcon_0.1.7.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ivcon-release/archive/release/melodic/ivcon/0.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ivcon" diff --git a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb index a2ca587d695..afb126ae2ad 100644 --- a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/melodic/ixblue_ins_driver/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ixblue_ins_driver" diff --git a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb index 5abc47b8905..059f38ac7e6 100644 --- a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/melodic/ixblue_ins_msgs/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ixblue_ins_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb index 620d075c585..a16854de61c 100644 --- a/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/melodic/ixblue_ins/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ixblue_ins" diff --git a/meta-ros1-melodic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb index 450a5e684fb..5aa91ec1ff4 100644 --- a/meta-ros1-melodic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_stdbin_decoder-release/archive/release/melodic/ixblue_stdbin_decoder/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ixblue_stdbin_decoder" diff --git a/meta-ros1-melodic/generated-recipes/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bb index 1fc30979b6e..c83d466f8f5 100644 --- a/meta-ros1-melodic/generated-recipes/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal_cartographer_navigation-release/archive/release/melodic/jackal_cartographer_navigation/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_cartographer_navigation" diff --git a/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-desktop_0.3.2-1.bb b/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-desktop_0.3.2-1.bb index 19d2ed31e8f..2360b5df93b 100644 --- a/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-desktop_0.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-desktop_0.3.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal_desktop-release/archive/release/melodic/jackal_desktop/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_desktop" diff --git a/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-viz_0.3.2-1.bb b/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-viz_0.3.2-1.bb index 50a94a703b8..7a0c52e271a 100644 --- a/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-viz_0.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal-desktop/jackal-viz_0.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal_desktop-release/archive/release/melodic/jackal_viz/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_viz" diff --git a/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-gazebo_0.4.0-1.bb b/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-gazebo_0.4.0-1.bb index 20304bd14e4..73a71ed5c1c 100644 --- a/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-gazebo_0.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-gazebo_0.4.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal_simulator-release/archive/release/melodic/jackal_gazebo/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-simulator_0.4.0-1.bb b/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-simulator_0.4.0-1.bb index 1652183dc4d..30bf8db505f 100644 --- a/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-simulator_0.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal-simulator/jackal-simulator_0.4.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal_simulator-release/archive/release/melodic/jackal_simulator/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_simulator" diff --git a/meta-ros1-melodic/generated-recipes/jackal/jackal-control_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/jackal/jackal-control_0.7.5-1.bb index a4a392aaef1..e0b5c870a78 100644 --- a/meta-ros1-melodic/generated-recipes/jackal/jackal-control_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal/jackal-control_0.7.5-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal-release/archive/release/melodic/jackal_control/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_control" diff --git a/meta-ros1-melodic/generated-recipes/jackal/jackal-description_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/jackal/jackal-description_0.7.5-1.bb index b4602479b12..8a134b08530 100644 --- a/meta-ros1-melodic/generated-recipes/jackal/jackal-description_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal/jackal-description_0.7.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal-release/archive/release/melodic/jackal_description/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_description" diff --git a/meta-ros1-melodic/generated-recipes/jackal/jackal-msgs_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/jackal/jackal-msgs_0.7.5-1.bb index fcff794bf57..c20111750dc 100644 --- a/meta-ros1-melodic/generated-recipes/jackal/jackal-msgs_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal/jackal-msgs_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal-release/archive/release/melodic/jackal_msgs/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jackal/jackal-navigation_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/jackal/jackal-navigation_0.7.5-1.bb index 79b21b72aca..d0df708aa03 100644 --- a/meta-ros1-melodic/generated-recipes/jackal/jackal-navigation_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal/jackal-navigation_0.7.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal-release/archive/release/melodic/jackal_navigation/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_navigation" diff --git a/meta-ros1-melodic/generated-recipes/jackal/jackal-tutorials_0.7.5-1.bb b/meta-ros1-melodic/generated-recipes/jackal/jackal-tutorials_0.7.5-1.bb index 45abc76cf2f..bf3b2beab36 100644 --- a/meta-ros1-melodic/generated-recipes/jackal/jackal-tutorials_0.7.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/jackal/jackal-tutorials_0.7.5-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/jackal-release/archive/release/melodic/jackal_tutorials/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jackal_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-assets/jderobot-assets_1.0.4-3.bb b/meta-ros1-melodic/generated-recipes/jderobot-assets/jderobot-assets_1.0.4-3.bb index dd4b44ad261..787a8b89d37 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-assets/jderobot-assets_1.0.4-3.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-assets/jderobot-assets_1.0.4-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/assets-release/archive/release/melodic/jderobot_assets/1.0.4-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/jderobot_assets" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-camviz/jderobot-camviz_0.1.0-2.bb b/meta-ros1-melodic/generated-recipes/jderobot-camviz/jderobot-camviz_0.1.0-2.bb index 873541b42b2..cd05ec1163e 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-camviz/jderobot-camviz_0.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-camviz/jderobot-camviz_0.1.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/CamViz-release/archive/release/melodic/jderobot_camviz/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jderobot_camviz" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-carviz/jderobot-carviz_0.1.6-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-carviz/jderobot-carviz_0.1.6-1.bb index 591295ca1fa..b491067de2f 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-carviz/jderobot-carviz_0.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-carviz/jderobot-carviz_0.1.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/carViz-release/archive/release/melodic/jderobot_carviz/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jderobot_carviz" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bb b/meta-ros1-melodic/generated-recipes/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bb index 4e5e25129a5..6ceeaab4fd0 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/ColorTuner-release/archive/release/melodic/jderobot_color_tuner/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jderobot_color_tuner" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-assets_1.3.8-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-assets_1.3.8-1.bb index d4509ad28e7..0281547257f 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-assets_1.3.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-assets_1.3.8-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/melodic/drone_assets/1.3.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/drone_assets" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-wrapper_1.3.8-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-wrapper_1.3.8-1.bb index f78b625cc20..b24c77a0a8c 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-wrapper_1.3.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-drones/drone-wrapper_1.3.8-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/melodic/drone_wrapper/1.3.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/drone_wrapper" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-drones/jderobot-drones_1.3.8-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-drones/jderobot-drones_1.3.8-1.bb index 945a2e46870..87fac6f9171 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-drones/jderobot-drones_1.3.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-drones/jderobot-drones_1.3.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/melodic/jderobot_drones/1.3.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jderobot_drones" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.3.8-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.3.8-1.bb index a1ea4fbf86c..e0f6f93d87e 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.3.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.3.8-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/melodic/rqt_drone_teleop/1.3.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_drone_teleop" diff --git a/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.3.8-1.bb b/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.3.8-1.bb index ab577c59c30..43da3fe7529 100644 --- a/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.3.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.3.8-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/melodic/rqt_ground_robot_teleop/1.3.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_ground_robot_teleop" diff --git a/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.12.15-1.bb b/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.12.15-1.bb index 8992c065add..a9b77d3d016 100644 --- a/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.12.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.12.15-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joint_state_publisher-release/archive/release/melodic/joint_state_publisher_gui/1.12.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_state_publisher_gui" diff --git a/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher_1.12.15-1.bb b/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher_1.12.15-1.bb index 22bf5419e94..4b11a4cbc9d 100644 --- a/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher_1.12.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/joint-state-publisher/joint-state-publisher_1.12.15-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joint_state_publisher-release/archive/release/melodic/joint_state_publisher/1.12.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_state_publisher" diff --git a/meta-ros1-melodic/generated-recipes/jointstick/jointstick_0.9.1-2.bb b/meta-ros1-melodic/generated-recipes/jointstick/jointstick_0.9.1-2.bb index 80d4347aefd..64f532e47f1 100644 --- a/meta-ros1-melodic/generated-recipes/jointstick/jointstick_0.9.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/jointstick/jointstick_0.9.1-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gstavrinos/jointstick-release/archive/release/melodic/jointstick/0.9.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jointstick" diff --git a/meta-ros1-melodic/generated-recipes/joystick-drivers/joy_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/joystick-drivers/joy_1.14.0-1.bb index b4040072e88..005b0221b7a 100644 --- a/meta-ros1-melodic/generated-recipes/joystick-drivers/joy_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/joystick-drivers/joy_1.14.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/melodic/joy/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joy" diff --git a/meta-ros1-melodic/generated-recipes/joystick-drivers/joystick-drivers_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/joystick-drivers/joystick-drivers_1.14.0-1.bb index 0b3ca517125..052935f21aa 100644 --- a/meta-ros1-melodic/generated-recipes/joystick-drivers/joystick-drivers_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/joystick-drivers/joystick-drivers_1.14.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/melodic/joystick_drivers/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joystick_drivers" diff --git a/meta-ros1-melodic/generated-recipes/joystick-drivers/ps3joy_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/joystick-drivers/ps3joy_1.14.0-1.bb index 38ad58a7a9e..8230b329e14 100644 --- a/meta-ros1-melodic/generated-recipes/joystick-drivers/ps3joy_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/joystick-drivers/ps3joy_1.14.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/melodic/ps3joy/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ps3joy" diff --git a/meta-ros1-melodic/generated-recipes/joystick-drivers/spacenav-node_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/joystick-drivers/spacenav-node_1.14.0-1.bb index 6b185505e42..77e8c9fff34 100644 --- a/meta-ros1-melodic/generated-recipes/joystick-drivers/spacenav-node_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/joystick-drivers/spacenav-node_1.14.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/melodic/spacenav_node/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/spacenav_node" diff --git a/meta-ros1-melodic/generated-recipes/joystick-drivers/wiimote_1.14.0-1.bb b/meta-ros1-melodic/generated-recipes/joystick-drivers/wiimote_1.14.0-1.bb index 4540caf1607..39b323ae33e 100644 --- a/meta-ros1-melodic/generated-recipes/joystick-drivers/wiimote_1.14.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/joystick-drivers/wiimote_1.14.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/melodic/wiimote/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wiimote" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-3.bb index 652e42b0106..4aee4b109f6 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/assimp_devel/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/assimp_devel" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-3.bb index 8e5d9f51fc6..4dc3578ac3d 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/bayesian_belief_networks/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/bayesian_belief_networks" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-3.bb index 8198abb78ce..d0eba2657ab 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-3.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/collada_urdf_jsk_patch/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/collada_urdf_jsk_patch" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-3.bb index 864792ec070..2720d770860 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/dialogflow_task_executive/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/dialogflow_task_executive" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/downward_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/downward_2.1.21-3.bb index 1649fa8e548..65b5e8b11e5 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/downward_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/downward_2.1.21-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/downward/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/downward" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ff_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ff_2.1.21-3.bb index 6bcca991b4f..7dfbf4b8798 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ff_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ff_2.1.21-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/ff/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/ff" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ffha_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ffha_2.1.21-3.bb index 9ecbb000d37..4524880223c 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ffha_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ffha_2.1.21-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/ffha/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/ffha" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-3.bb index cfc4d85f07a..1226eb95265 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/gdrive_ros/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/gdrive_ros" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-3.bb index 43e018c73b8..31e67dad87a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-3.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/jsk_3rdparty/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_3rdparty" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-3.bb index 9e140bb3cb2..1881c9ccc02 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-3.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/julius_ros/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/julius_ros" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius_2.1.21-3.bb index cb85b7084f0..cf196ef45d7 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/julius_2.1.21-3.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/julius/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/julius" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-3.bb index 6962267f01c..e7ca4e9032b 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/laser_filters_jsk_patch/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_filters_jsk_patch" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-3.bb index a020e4621a7..8e473e0d091 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-3.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/libcmt/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/libcmt" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-3.bb index 6483e16be81..b7657619201 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/libsiftfast/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/libsiftfast" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-3.bb index 430cfc4c6e6..f897ea882fc 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/lpg_planner/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/lpg_planner" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-3.bb index a41c79909fa..3c28375e2b0 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-3.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/mini_maxwell/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mini_maxwell" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/nlopt_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/nlopt_2.1.21-3.bb index 3af73ab7d15..0b8589c5306 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/nlopt_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/nlopt_2.1.21-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/nlopt/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nlopt" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-3.bb index 9ea0210aa33..a8c12423029 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-3.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/opt_camera/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/opt_camera" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-3.bb index 8ffe3aaccb0..e002915f90b 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/pgm_learner/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pgm_learner" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-3.bb index b9750c1c8eb..22091406160 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-3.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/respeaker_ros/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/respeaker_ros" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-3.bb index 2b6f690eedc..2736eab3198 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/ros_speech_recognition/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_speech_recognition" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-3.bb index d6ab50273c3..47d292c7427 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/rospatlite/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospatlite" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rosping_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rosping_2.1.21-3.bb index 279e355b2b0..071e1718ee4 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rosping_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rosping_2.1.21-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/rosping/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosping" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-3.bb index c454f120cda..57464718b34 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/rostwitter/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostwitter" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-3.bb index 837d58625d2..4be452e06ff 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/sesame_ros/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/sesame_ros" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/slic_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/slic_2.1.21-3.bb index c709dcd42fa..00c06ba795a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/slic_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/slic_2.1.21-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/slic/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/slic" diff --git a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-3.bb b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-3.bb index e621ae49ec2..9ee8f88ce11 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/melodic/voice_text/2.1.21-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/voice_text" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.1.bb index 9b993a1b2b8..ec9c27aa5d3 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/jsk_common_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.1.bb index 4cd1a829897..4ebce3428f5 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/jsk_footstep_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_footstep_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.1.bb index 0284f7575dc..4400d669655 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/jsk_gui_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_gui_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.1.bb index 93ac74a1fa5..fcd11bde111 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/jsk_hark_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_hark_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.1.bb index 42b0e5a06f1..73dbe9d75b2 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/posedetection_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/posedetection_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.1.bb b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.1.bb index a777437717f..79829cf3216 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/melodic/speech_recognition_msgs/4.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/speech_recognition_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-1.bb index 4831b5242fa..7a5c4ba973d 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/dynamic_tf_publisher/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic_tf_publisher" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/image-view2_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/image-view2_2.2.11-1.bb index 691b918a2eb..0db68a20710 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/image-view2_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/image-view2_2.2.11-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/image_view2/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_view2" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-common_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-common_2.2.11-1.bb index 9c7b1202c98..e0e99d4f2eb 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-common_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-common_2.2.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_common/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_common" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-data_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-data_2.2.11-1.bb index 2802498ff66..f1586f12fe1 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-data_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-data_2.2.11-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_data/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_data" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-1.bb index 737221168d2..e48d4885eae 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_network_tools/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_network_tools" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-1.bb index f481480ea34..2e69e851a0e 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_tilt_laser/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_tilt_laser" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tools_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tools_2.2.11-1.bb index 980e42e3443..b76e2f87ec5 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tools_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-tools_2.2.11-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_tools/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_tools" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-1.bb index f77295cc611..214e538598a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/jsk_topic_tools/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_topic_tools" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/multi-map-server_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/multi-map-server_2.2.11-1.bb index 41fda1ae1e1..13bf32de5b1 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/multi-map-server_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/multi-map-server_2.2.11-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/multi_map_server/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multi_map_server" diff --git a/meta-ros1-melodic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-1.bb b/meta-ros1-melodic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-1.bb index b32b1d8f039..95cb2cd3bb4 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/melodic/virtual_force_publisher/2.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/virtual_force_publisher" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/cmd-vel-smoother_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/cmd-vel-smoother_0.1.15-1.bb index 332823f8b9c..c9ea80e3d39 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/cmd-vel-smoother_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/cmd-vel-smoother_0.1.15-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/cmd_vel_smoother/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cmd_vel_smoother" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/contact-states-observer_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/contact-states-observer_0.1.15-1.bb index eccb3b1cb4d..c854c8e8c0f 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/contact-states-observer_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/contact-states-observer_0.1.15-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/contact_states_observer/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/contact_states_observer" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/eus-nlopt_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/eus-nlopt_0.1.15-1.bb index 59bec42c337..76c55d99c94 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/eus-nlopt_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/eus-nlopt_0.1.15-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/eus_nlopt/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eus_nlopt" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/eus-qp_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/eus-qp_0.1.15-1.bb index 6af9c573c49..7c484c659ef 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/eus-qp_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/eus-qp_0.1.15-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/eus_qp/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eus_qp" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/eus-qpoases_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/eus-qpoases_0.1.15-1.bb index 8cb7790aa7e..602d2dfd56a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/eus-qpoases_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/eus-qpoases_0.1.15-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/eus_qpoases/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/eus_qpoases" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/joy-mouse_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/joy-mouse_0.1.15-1.bb index 534442f6705..277cda6e259 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/joy-mouse_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/joy-mouse_0.1.15-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/joy_mouse/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joy_mouse" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-calibration_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-calibration_0.1.15-1.bb index 54bb605f2de..105066abf3d 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-calibration_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-calibration_0.1.15-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_calibration/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_calibration" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-control_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-control_0.1.15-1.bb index 426773e4431..30aa520ff44 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-control_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-control_0.1.15-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_control/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_control" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-controller_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-controller_0.1.15-1.bb index 28118661f15..64a9b52a0a2 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-controller_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-controller_0.1.15-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_footstep_controller/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_footstep_controller" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-planner_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-planner_0.1.15-1.bb index c9b1a6d2a73..f934c4af615 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-planner_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-footstep-planner_0.1.15-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_footstep_planner/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_footstep_planner" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-ik-server_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-ik-server_0.1.15-1.bb index c713bed36d8..a5ecb15b57a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-ik-server_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-ik-server_0.1.15-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_ik_server/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_ik_server" diff --git a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-teleop-joy_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-teleop-joy_0.1.15-1.bb index 2580359d8b5..93e1dec8e5b 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-control/jsk-teleop-joy_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-control/jsk-teleop-joy_0.1.15-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_control-release/archive/release/melodic/jsk_teleop_joy/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_teleop_joy" diff --git a/meta-ros1-melodic/generated-recipes/jsk-model-tools/eus-assimp_0.4.3.bb b/meta-ros1-melodic/generated-recipes/jsk-model-tools/eus-assimp_0.4.3.bb index 621ede65dff..2f7a055a8d6 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-model-tools/eus-assimp_0.4.3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-model-tools/eus-assimp_0.4.3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_model_tools-release/archive/release/melodic/eus_assimp/0.4.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eus_assimp" diff --git a/meta-ros1-melodic/generated-recipes/jsk-model-tools/euscollada_0.4.3.bb b/meta-ros1-melodic/generated-recipes/jsk-model-tools/euscollada_0.4.3.bb index 83889a582c2..e1ebe5660d6 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-model-tools/euscollada_0.4.3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-model-tools/euscollada_0.4.3.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_model_tools-release/archive/release/melodic/euscollada/0.4.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/euscollada" diff --git a/meta-ros1-melodic/generated-recipes/jsk-model-tools/eusurdf_0.4.3.bb b/meta-ros1-melodic/generated-recipes/jsk-model-tools/eusurdf_0.4.3.bb index 17b4be656fa..892cf77893b 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-model-tools/eusurdf_0.4.3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-model-tools/eusurdf_0.4.3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_model_tools-release/archive/release/melodic/eusurdf/0.4.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/eusurdf" diff --git a/meta-ros1-melodic/generated-recipes/jsk-model-tools/jsk-model-tools_0.4.3.bb b/meta-ros1-melodic/generated-recipes/jsk-model-tools/jsk-model-tools_0.4.3.bb index ddacdd3712c..eff7bf3b189 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-model-tools/jsk-model-tools_0.4.3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-model-tools/jsk-model-tools_0.4.3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_model_tools-release/archive/release/melodic/jsk_model_tools/0.4.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_model_tools" diff --git a/meta-ros1-melodic/generated-recipes/jsk-planning/jsk-planning_0.1.12-1.bb b/meta-ros1-melodic/generated-recipes/jsk-planning/jsk-planning_0.1.12-1.bb index 5e513be098a..5a1421cb3ef 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-planning/jsk-planning_0.1.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-planning/jsk-planning_0.1.12-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_planning-release/archive/release/melodic/jsk_planning/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_planning" diff --git a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-msgs_0.1.12-1.bb b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-msgs_0.1.12-1.bb index 491006fe3ea..b3f15492b46 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-msgs_0.1.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-msgs_0.1.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_planning-release/archive/release/melodic/pddl_msgs/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pddl_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner-viewer_0.1.12-1.bb b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner-viewer_0.1.12-1.bb index 107225e8332..cab149016a1 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner-viewer_0.1.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner-viewer_0.1.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_planning-release/archive/release/melodic/pddl_planner_viewer/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pddl_planner_viewer" diff --git a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner_0.1.12-1.bb b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner_0.1.12-1.bb index d52e98a11f7..3d7223dc267 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner_0.1.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-planning/pddl-planner_0.1.12-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_planning-release/archive/release/melodic/pddl_planner/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pddl_planner" diff --git a/meta-ros1-melodic/generated-recipes/jsk-planning/task-compiler_0.1.12-1.bb b/meta-ros1-melodic/generated-recipes/jsk-planning/task-compiler_0.1.12-1.bb index 581cfdcc5fa..488c97ada71 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-planning/task-compiler_0.1.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-planning/task-compiler_0.1.12-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_planning-release/archive/release/melodic/task_compiler/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/task_compiler" diff --git a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/jsk-pr2eus_0.3.14-3.bb b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/jsk-pr2eus_0.3.14-3.bb index 26da78df681..a89a3985828 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/jsk-pr2eus_0.3.14-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/jsk-pr2eus_0.3.14-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_pr2eus-release/archive/release/melodic/jsk_pr2eus/0.3.14-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_pr2eus" diff --git a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-moveit_0.3.14-3.bb b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-moveit_0.3.14-3.bb index b07d5bea6ae..4293d61b9b2 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-moveit_0.3.14-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-moveit_0.3.14-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_pr2eus-release/archive/release/melodic/pr2eus_moveit/0.3.14-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2eus_moveit" diff --git a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-tutorials_0.3.14-3.bb b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-tutorials_0.3.14-3.bb index f744d595b1f..8e0a8422cec 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-tutorials_0.3.14-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus-tutorials_0.3.14-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_pr2eus-release/archive/release/melodic/pr2eus_tutorials/0.3.14-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2eus_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus_0.3.14-3.bb b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus_0.3.14-3.bb index df3fc95539f..2c02d3f866b 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus_0.3.14-3.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-pr2eus/pr2eus_0.3.14-3.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_pr2eus-release/archive/release/melodic/pr2eus/0.3.14-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2eus" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb index f11b7f497b4..7457c6a63de 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/audio_to_spectrogram/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/audio_to_spectrogram" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb index e31268b5216..ccc7760db69 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/checkerboard_detector/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/checkerboard_detector" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb index 67c3cf15631..feb8d0d160f 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/imagesift/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imagesift" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb index c892be8cba0..c104898c0ed 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb @@ -139,7 +139,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_pcl_ros_utils/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_pcl_ros_utils" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb index 91e78f474d4..ec1a2e47a3d 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb @@ -110,7 +110,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_pcl_ros/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_pcl_ros" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb index d7acf27a82d..afdda1b6bdd 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb @@ -122,7 +122,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_perception/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_perception" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb index 50a62db9191..cfb67a42485 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_recognition_msgs/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_recognition_msgs" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb index d7f34eec3e7..bb922c0490a 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_recognition_utils/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_recognition_utils" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb index ceabf5ea045..a14077f6b38 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/jsk_recognition/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_recognition" diff --git a/meta-ros1-melodic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb b/meta-ros1-melodic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb index 44cd4711d83..85874fcba70 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/melodic/resized_image_transport/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/resized_image_transport" diff --git a/meta-ros1-melodic/generated-recipes/jsk-roseus/jsk-roseus_1.7.4-1.bb b/meta-ros1-melodic/generated-recipes/jsk-roseus/jsk-roseus_1.7.4-1.bb index fe0d378f58d..d0a29b46fba 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-roseus/jsk-roseus_1.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-roseus/jsk-roseus_1.7.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_roseus-release/archive/release/melodic/jsk_roseus/1.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_roseus" diff --git a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-mongo_1.7.4-1.bb b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-mongo_1.7.4-1.bb index 345d8a4c8b9..d01fbb01f96 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-mongo_1.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-mongo_1.7.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_roseus-release/archive/release/melodic/roseus_mongo/1.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roseus_mongo" diff --git a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-smach_1.7.4-1.bb b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-smach_1.7.4-1.bb index 78428644f66..ad1e4b3d988 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-smach_1.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-smach_1.7.4-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_roseus-release/archive/release/melodic/roseus_smach/1.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roseus_smach" diff --git a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-tutorials_1.7.4-1.bb b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-tutorials_1.7.4-1.bb index 0e57c9a3dbf..3cfe97c476f 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-tutorials_1.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus-tutorials_1.7.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_roseus-release/archive/release/melodic/roseus_tutorials/1.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roseus_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus_1.7.4-1.bb b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus_1.7.4-1.bb index aad7b1c0a3e..7cc241da360 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus_1.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-roseus/roseus_1.7.4-1.bb @@ -112,7 +112,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_roseus-release/archive/release/melodic/roseus/1.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roseus" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-2.bb index 2b62e4ae4e9..f8ab4eca403 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-2.bb @@ -117,7 +117,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_interactive_marker/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_interactive_marker" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-2.bb index c3eaa49fed6..1c97aad54f3 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_interactive_test/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_interactive_test" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-2.bb index 44f41948f4a..cabb2b3d53e 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_interactive/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_interactive" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-2.bb index 094c51843d7..8aa01eef7fa 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_rqt_plugins/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_rqt_plugins" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-2.bb index ba159fe3631..1c1c7e1d172 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-2.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_rviz_plugins/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-2.bb b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-2.bb index da7089019d2..0cb2f05b22c 100644 --- a/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/melodic/jsk_visualization/2.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/jsk_visualization" diff --git a/meta-ros1-melodic/generated-recipes/jskeus/jskeus_1.2.2-1.bb b/meta-ros1-melodic/generated-recipes/jskeus/jskeus_1.2.2-1.bb index c757a448488..fd8b4d4a83b 100644 --- a/meta-ros1-melodic/generated-recipes/jskeus/jskeus_1.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/jskeus/jskeus_1.2.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jskeus-release/archive/release/melodic/jskeus/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/jskeus" diff --git a/meta-ros1-melodic/generated-recipes/json-transport/json-msgs_0.0.3.bb b/meta-ros1-melodic/generated-recipes/json-transport/json-msgs_0.0.3.bb index 38eb3307560..bbcc794b3af 100644 --- a/meta-ros1-melodic/generated-recipes/json-transport/json-msgs_0.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/json-transport/json-msgs_0.0.3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/json_transport-release/archive/release/melodic/json_msgs/0.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/json_msgs" diff --git a/meta-ros1-melodic/generated-recipes/json-transport/json-transport_0.0.3.bb b/meta-ros1-melodic/generated-recipes/json-transport/json-transport_0.0.3.bb index 0cb4b436959..89a0a5aeb68 100644 --- a/meta-ros1-melodic/generated-recipes/json-transport/json-transport_0.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/json-transport/json-transport_0.0.3.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/json_transport-release/archive/release/melodic/json_transport/0.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/json_transport" diff --git a/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser-py_1.13.1.bb b/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser-py_1.13.1.bb index 44e3b257e76..b20ca2852f0 100644 --- a/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser-py_1.13.1.bb +++ b/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser-py_1.13.1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/kdl_parser-release/archive/release/melodic/kdl_parser_py/1.13.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/kdl_parser_py" diff --git a/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser_1.13.1.bb b/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser_1.13.1.bb index e834f330f46..3416f2c2f32 100644 --- a/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser_1.13.1.bb +++ b/meta-ros1-melodic/generated-recipes/kdl-parser/kdl-parser_1.13.1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/kdl_parser-release/archive/release/melodic/kdl_parser/1.13.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/kdl_parser" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-description_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-description_1.2.0-1.bb index 6401dba5e60..8f7fdeeac36 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-description_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-description_1.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_duaro_description/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_duaro_description" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-gazebo_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-gazebo_1.2.0-1.bb index 34421141c92..469bb364123 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-gazebo_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-gazebo_1.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_duaro_gazebo/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_duaro_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-ikfast-plugin_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-ikfast-plugin_1.2.0-1.bb index abd142c2c5a..5f76e2c8e39 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-ikfast-plugin_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-ikfast-plugin_1.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_duaro_ikfast_plugin/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_duaro_ikfast_plugin" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-moveit-config_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-moveit-config_1.2.0-1.bb index 9084eeb7a5d..8e4afa72949 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-moveit-config_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-duaro-moveit-config_1.2.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_duaro_moveit_config/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_duaro_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-bringup_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-bringup_1.2.0-1.bb index 8af722a91a3..bbb07ac0dfa 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-bringup_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-bringup_1.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_robot_bringup/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_robot_bringup" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-control_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-control_1.2.0-1.bb index e7a9b9bd169..481aff15dfe 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-control_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-control_1.2.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_robot_control/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_robot_control" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-msgs_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-msgs_1.2.0-1.bb index 787b942dcf7..52d7538fe4e 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-msgs_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-msgs_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_robot_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_robot_msgs" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-test_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-test_1.2.0-1.bb index 59a1a045dbe..3f9b95062b1 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-test_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot-test_1.2.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_robot_test/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_robot_test" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot_1.2.0-1.bb index 24c8f00d18c..6bc02cbb14f 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-robot_1.2.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_robot/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_robot" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-description_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-description_1.2.0-1.bb index e2340689049..760d8dc82a6 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-description_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-description_1.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs_description/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs_description" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-gazebo_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-gazebo_1.2.0-1.bb index 968006d36b0..6ceb94aa680 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-gazebo_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-gazebo_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs_gazebo/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-ikfast-plugin_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-ikfast-plugin_1.2.0-1.bb index 2f99b98efd0..b70769745c4 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-ikfast-plugin_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs-ikfast-plugin_1.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs_ikfast_plugin/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs_ikfast_plugin" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007l-moveit-config_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007l-moveit-config_1.2.0-1.bb index c04df4ce46a..d9accf63458 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007l-moveit-config_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007l-moveit-config_1.2.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs007l_moveit_config/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs007l_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007n-moveit-config_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007n-moveit-config_1.2.0-1.bb index b33da154f6d..fb5392cc690 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007n-moveit-config_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs007n-moveit-config_1.2.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs007n_moveit_config/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs007n_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs080n-moveit-config_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs080n-moveit-config_1.2.0-1.bb index 0b8bbd55c07..520d140357d 100644 --- a/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs080n-moveit-config_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/khi-robot/khi-rs080n-moveit-config_1.2.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kawasaki-Robotics/khi_robot-release/archive/release/melodic/khi_rs080n_moveit_config/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/khi_rs080n_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/kinesis-manager/kinesis-manager_2.0.3-1.bb b/meta-ros1-melodic/generated-recipes/kinesis-manager/kinesis-manager_2.0.3-1.bb index d9767ffb4e6..3036dd149ad 100644 --- a/meta-ros1-melodic/generated-recipes/kinesis-manager/kinesis-manager_2.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kinesis-manager/kinesis-manager_2.0.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_manager-release/archive/release/melodic/kinesis_manager/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kinesis_manager" diff --git a/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_2.0.3-1.bb b/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_2.0.3-1.bb index c1d289300d1..c89c43e6560 100644 --- a/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_2.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_2.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_video_streamer-release/archive/release/melodic/kinesis_video_msgs/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kinesis_video_msgs" diff --git a/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_2.0.3-1.bb b/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_2.0.3-1.bb index 3940f37b8c6..de40b2b8403 100644 --- a/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_2.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_2.0.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_video_streamer-release/archive/release/melodic/kinesis_video_streamer/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kinesis_video_streamer" diff --git a/meta-ros1-melodic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb b/meta-ros1-melodic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb index b721d7e7c22..a47ac55da09 100644 --- a/meta-ros1-melodic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/utexas-bwi-gbp/knowledge_representation-release/archive/release/melodic/knowledge_representation/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/knowledge_representation" diff --git a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb index 15b869b4e2b..6233f74a243 100644 --- a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/melodic/kobuki_core/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kobuki_core" diff --git a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb index 08c083aa0d5..b0c075e233b 100644 --- a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/melodic/kobuki_dock_drive/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kobuki_dock_drive" diff --git a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb index 356ef7b8e73..58906c9076e 100644 --- a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/melodic/kobuki_driver/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kobuki_driver" diff --git a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb index 11d2172c38d..ba9c8a75ce5 100644 --- a/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/melodic/kobuki_ftdi/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kobuki_ftdi" diff --git a/meta-ros1-melodic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb b/meta-ros1-melodic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb index 29a836009fd..ec6189b1a6c 100644 --- a/meta-ros1-melodic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_msgs-release/archive/release/melodic/kobuki_msgs/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kobuki_msgs" diff --git a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bb b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bb index e686bc09191..57973ba3f72 100644 --- a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/melodic/kvh_geo_fog_3d_driver/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kvh_geo_fog_3d_driver" diff --git a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.3.3-1.bb b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.3.3-1.bb index 0f8fb4a73cd..93d9c535619 100644 --- a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.3.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/melodic/kvh_geo_fog_3d_msgs/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kvh_geo_fog_3d_msgs" diff --git a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.3.3-1.bb b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.3.3-1.bb index acd4ae551aa..a548bef0953 100644 --- a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.3.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/melodic/kvh_geo_fog_3d_rviz/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kvh_geo_fog_3d_rviz" diff --git a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.3.3-1.bb b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.3.3-1.bb index 8f991f18096..4894f143501 100644 --- a/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.3.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/melodic/kvh_geo_fog_3d/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kvh_geo_fog_3d" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-core_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-core_1.0.1-1.bb index 2fc9b3a148d..47f6e3857ec 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-core_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-core_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_core/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_core" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-examples_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-examples_1.0.1-1.bb index ce07a4755be..99fca5262e8 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-examples_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-examples_1.0.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_examples/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_examples" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-io_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-io_1.0.1-1.bb index d107fe49eeb..64334a8265c 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-io_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-io_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_io/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_io" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-maps_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-maps_1.0.1-1.bb index 956c7bc8642..f3906348c81 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-maps_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-maps_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_maps/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_maps" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-projection_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-projection_1.0.1-1.bb index 0e509da07d2..958ad537282 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-projection_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-projection_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_projection/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_projection" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-python_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-python_1.0.1-1.bb index 6cd00970111..a0c0254ebc8 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-python_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-python_1.0.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_python/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_python" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-routing_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-routing_1.0.1-1.bb index 0362e65ab2d..f17daa94d3b 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-routing_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-routing_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_routing/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_routing" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.0.1-1.bb index a4c93aeaff3..98c0000f712 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_traffic_rules/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_traffic_rules" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-validation_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-validation_1.0.1-1.bb index 1e70fa6e01a..fb4ca9fa185 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-validation_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2-validation_1.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2_validation/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2_validation" diff --git a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2_1.0.1-1.bb index 3b43b13fc09..760f38564b3 100644 --- a/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/lanelet2/lanelet2_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/melodic/lanelet2/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lanelet2" diff --git a/meta-ros1-melodic/generated-recipes/laser-assembler/laser-assembler_1.7.7-2.bb b/meta-ros1-melodic/generated-recipes/laser-assembler/laser-assembler_1.7.7-2.bb index 9474165b65b..40491a24c9e 100644 --- a/meta-ros1-melodic/generated-recipes/laser-assembler/laser-assembler_1.7.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/laser-assembler/laser-assembler_1.7.7-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_assembler-release/archive/release/melodic/laser_assembler/1.7.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_assembler" diff --git a/meta-ros1-melodic/generated-recipes/laser-filtering/laser-filtering_0.0.4.bb b/meta-ros1-melodic/generated-recipes/laser-filtering/laser-filtering_0.0.4.bb index 0995fb8c426..7ee85ac8df0 100644 --- a/meta-ros1-melodic/generated-recipes/laser-filtering/laser-filtering_0.0.4.bb +++ b/meta-ros1-melodic/generated-recipes/laser-filtering/laser-filtering_0.0.4.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/laser_filtering_release/archive/release/melodic/laser_filtering/0.0.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_filtering" diff --git a/meta-ros1-melodic/generated-recipes/laser-filtering/map-laser_0.0.4.bb b/meta-ros1-melodic/generated-recipes/laser-filtering/map-laser_0.0.4.bb index 6c73aebfbe8..f45febac5b2 100644 --- a/meta-ros1-melodic/generated-recipes/laser-filtering/map-laser_0.0.4.bb +++ b/meta-ros1-melodic/generated-recipes/laser-filtering/map-laser_0.0.4.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/laser_filtering_release/archive/release/melodic/map_laser/0.0.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_laser" diff --git a/meta-ros1-melodic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb b/meta-ros1-melodic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb index 72e60511f5d..12337dcdfc4 100644 --- a/meta-ros1-melodic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_filters-release/archive/release/melodic/laser_filters/1.8.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_filters" diff --git a/meta-ros1-melodic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb b/meta-ros1-melodic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb index 79a92cea36d..b647ad9e6fd 100644 --- a/meta-ros1-melodic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_geometry-release/archive/release/melodic/laser_geometry/1.6.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_geometry" diff --git a/meta-ros1-melodic/generated-recipes/laser-pipeline/laser-pipeline_1.6.3.bb b/meta-ros1-melodic/generated-recipes/laser-pipeline/laser-pipeline_1.6.3.bb index a1125df3f24..bc93740476c 100644 --- a/meta-ros1-melodic/generated-recipes/laser-pipeline/laser-pipeline_1.6.3.bb +++ b/meta-ros1-melodic/generated-recipes/laser-pipeline/laser-pipeline_1.6.3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_pipeline-release/archive/release/melodic/laser_pipeline/1.6.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_pipeline" diff --git a/meta-ros1-melodic/generated-recipes/laser-proc/laser-proc_0.1.5.bb b/meta-ros1-melodic/generated-recipes/laser-proc/laser-proc_0.1.5.bb index 36e427a1403..3a179df5447 100644 --- a/meta-ros1-melodic/generated-recipes/laser-proc/laser-proc_0.1.5.bb +++ b/meta-ros1-melodic/generated-recipes/laser-proc/laser-proc_0.1.5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_proc-release/archive/release/melodic/laser_proc/0.1.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_proc" diff --git a/meta-ros1-melodic/generated-recipes/launchfile-switcher/launchfile-switcher_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/launchfile-switcher/launchfile-switcher_0.1.0-1.bb index 6c7763ce74b..302266be534 100644 --- a/meta-ros1-melodic/generated-recipes/launchfile-switcher/launchfile-switcher_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/launchfile-switcher/launchfile-switcher_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rb-sapiens/launchfile_switcher-release/archive/release/melodic/launchfile_switcher/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/launchfile_switcher" diff --git a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-control_0.1.6.bb b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-control_0.1.6.bb index f5f993d9031..54b80530e0d 100644 --- a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-control_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-control_0.1.6.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/lauv_gazebo-release/archive/release/melodic/lauv_control/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/lauv_control" diff --git a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-description_0.1.6.bb b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-description_0.1.6.bb index 251be0b2bf3..2783c28fc00 100644 --- a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-description_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-description_0.1.6.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/lauv_gazebo-release/archive/release/melodic/lauv_description/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/lauv_description" diff --git a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-gazebo_0.1.6.bb b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-gazebo_0.1.6.bb index 07d15f8a8a1..76e111cfcbe 100644 --- a/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-gazebo_0.1.6.bb +++ b/meta-ros1-melodic/generated-recipes/lauv-gazebo/lauv-gazebo_0.1.6.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/lauv_gazebo-release/archive/release/melodic/lauv_gazebo/0.1.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/lauv_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/leo-common/leo-description_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/leo-common/leo-description_1.2.1-1.bb index bb59abeec89..c29ffecad1b 100644 --- a/meta-ros1-melodic/generated-recipes/leo-common/leo-description_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-common/leo-description_1.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/melodic/leo_description/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_description" diff --git a/meta-ros1-melodic/generated-recipes/leo-common/leo-teleop_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/leo-common/leo-teleop_1.2.1-1.bb index 95b1ef3e7ca..fc0b748e4f0 100644 --- a/meta-ros1-melodic/generated-recipes/leo-common/leo-teleop_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-common/leo-teleop_1.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/melodic/leo_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_teleop" diff --git a/meta-ros1-melodic/generated-recipes/leo-common/leo_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/leo-common/leo_1.2.1-1.bb index fc7b46781ea..859fd2c94e8 100644 --- a/meta-ros1-melodic/generated-recipes/leo-common/leo_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-common/leo_1.2.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/melodic/leo/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo" diff --git a/meta-ros1-melodic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb b/meta-ros1-melodic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb index 349b40691a9..882f92bb9d6 100644 --- a/meta-ros1-melodic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_desktop-release/archive/release/melodic/leo_desktop/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_desktop" diff --git a/meta-ros1-melodic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb b/meta-ros1-melodic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb index 565681611c5..13e14a6487a 100644 --- a/meta-ros1-melodic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_desktop-release/archive/release/melodic/leo_viz/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_viz" diff --git a/meta-ros1-melodic/generated-recipes/leo-robot/leo-bringup_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/leo-robot/leo-bringup_1.2.0-1.bb index 0314df1b2f1..1f2e1985583 100644 --- a/meta-ros1-melodic/generated-recipes/leo-robot/leo-bringup_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-robot/leo-bringup_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_robot-release/archive/release/melodic/leo_bringup/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_bringup" diff --git a/meta-ros1-melodic/generated-recipes/leo-robot/leo-fw_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/leo-robot/leo-fw_1.2.0-1.bb index 8481d684175..d9b3ee25260 100644 --- a/meta-ros1-melodic/generated-recipes/leo-robot/leo-fw_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-robot/leo-fw_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_robot-release/archive/release/melodic/leo_fw/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_fw" diff --git a/meta-ros1-melodic/generated-recipes/leo-robot/leo-robot_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/leo-robot/leo-robot_1.2.0-1.bb index 251f8d2662f..658c74e88f3 100644 --- a/meta-ros1-melodic/generated-recipes/leo-robot/leo-robot_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-robot/leo-robot_1.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_robot-release/archive/release/melodic/leo_robot/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_robot" diff --git a/meta-ros1-melodic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb index 9739b2dd9e0..3dea814a0ba 100644 --- a/meta-ros1-melodic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_simulator-release/archive/release/melodic/leo_gazebo/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb index 592d2bb27ce..803df14dc26 100644 --- a/meta-ros1-melodic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_simulator-release/archive/release/melodic/leo_simulator/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leo_simulator" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-bringup_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-bringup_1.0.1-1.bb index 26128865982..fd6bc1eb36b 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-bringup_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-bringup_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_bringup/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_bringup" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-description_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-description_1.0.1-1.bb index b698059d2e3..5600a3a8eca 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-description_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-description_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_description/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_description" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-msgs_1.0.1-1.bb index fa145ad3768..cb45895ba21 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-msgs_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_msgs" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-phidget-driver_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-phidget-driver_1.0.1-1.bb index ead2a129794..852d82cd425 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-phidget-driver_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-phidget-driver_1.0.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_phidget_driver/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_phidget_driver" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-ros-drivers_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-ros-drivers_1.0.1-1.bb index db6ee68ef77..89cf9a9681f 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-ros-drivers_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-ros-drivers_1.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_ros_drivers/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_ros_drivers" diff --git a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-rsl-driver_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-rsl-driver_1.0.1-1.bb index 408e17ab72f..de87a06f5a2 100644 --- a/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-rsl-driver_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/leuze-ros-drivers/leuze-rsl-driver_1.0.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa-led/leuze_ros_drivers-release/archive/release/melodic/leuze_rsl_driver/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/leuze_rsl_driver" diff --git a/meta-ros1-melodic/generated-recipes/lex-common/lex-common_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/lex-common/lex-common_1.0.0-1.bb index 3face489609..c8a210bfcad 100644 --- a/meta-ros1-melodic/generated-recipes/lex-common/lex-common_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/lex-common/lex-common_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_common-release/archive/release/melodic/lex_common/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lex_common" diff --git a/meta-ros1-melodic/generated-recipes/lex-node/lex-common-msgs_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/lex-node/lex-common-msgs_2.0.2-1.bb index 854a765a851..88367d32ad0 100644 --- a/meta-ros1-melodic/generated-recipes/lex-node/lex-common-msgs_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/lex-node/lex-common-msgs_2.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_node-release/archive/release/melodic/lex_common_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lex_common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/lex-node/lex-node_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/lex-node/lex-node_2.0.2-1.bb index ac8dc5281a0..339e3c930d1 100644 --- a/meta-ros1-melodic/generated-recipes/lex-node/lex-node_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/lex-node/lex-node_2.0.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_node-release/archive/release/melodic/lex_node/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lex_node" diff --git a/meta-ros1-melodic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index 74e55eddd59..a46e8c700c8 100644 --- a/meta-ros1-melodic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/lgsvl_msgs-release/archive/release/melodic/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lgsvl_msgs" diff --git a/meta-ros1-melodic/generated-recipes/libcreate/libcreate_2.0.0-1.bb b/meta-ros1-melodic/generated-recipes/libcreate/libcreate_2.0.0-1.bb index dfd03fe9413..f303406094d 100644 --- a/meta-ros1-melodic/generated-recipes/libcreate/libcreate_2.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/libcreate/libcreate_2.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AutonomyLab/libcreate-release/archive/release/melodic/libcreate/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libcreate" diff --git a/meta-ros1-melodic/generated-recipes/libfranka/libfranka_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/libfranka/libfranka_0.8.0-1.bb index 7c4250149aa..e0a7e188af9 100644 --- a/meta-ros1-melodic/generated-recipes/libfranka/libfranka_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/libfranka/libfranka_0.8.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/libfranka-release/archive/release/melodic/libfranka/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libfranka" diff --git a/meta-ros1-melodic/generated-recipes/libg2o/libg2o_2018.3.25.bb b/meta-ros1-melodic/generated-recipes/libg2o/libg2o_2018.3.25.bb index 934670e1948..c7e8b6ebe2e 100644 --- a/meta-ros1-melodic/generated-recipes/libg2o/libg2o_2018.3.25.bb +++ b/meta-ros1-melodic/generated-recipes/libg2o/libg2o_2018.3.25.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/libg2o-release/archive/release/melodic/libg2o/2018.3.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libg2o" diff --git a/meta-ros1-melodic/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb b/meta-ros1-melodic/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb index 9cbfa6e7195..42470a0c050 100644 --- a/meta-ros1-melodic/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/librealsense2-release/archive/release/melodic/librealsense2/2.45.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/librealsense2" diff --git a/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-camera_0.0.10-1.bb b/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-camera_0.0.10-1.bb index e199d67b23e..52c5eb37aef 100644 --- a/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-camera_0.0.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-camera_0.0.10-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/libuvc_ros-release/archive/release/melodic/libuvc_camera/0.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libuvc_camera" diff --git a/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-ros_0.0.10-1.bb b/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-ros_0.0.10-1.bb index 4e593e18fff..fcb13521c5b 100644 --- a/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-ros_0.0.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/libuvc-ros/libuvc-ros_0.0.10-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/libuvc_ros-release/archive/release/melodic/libuvc_ros/0.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libuvc_ros" diff --git a/meta-ros1-melodic/generated-recipes/libuvc/libuvc_0.0.6.bb b/meta-ros1-melodic/generated-recipes/libuvc/libuvc_0.0.6.bb index 5a9fc77195e..6bc09a21f97 100644 --- a/meta-ros1-melodic/generated-recipes/libuvc/libuvc_0.0.6.bb +++ b/meta-ros1-melodic/generated-recipes/libuvc/libuvc_0.0.6.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/libuvc-release/archive/release/melodic/libuvc/0.0.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libuvc" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/access-point-control_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/access-point-control_1.0.16-1.bb index f302e515d58..09ea59ac58d 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/access-point-control_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/access-point-control_1.0.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/access_point_control/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/access_point_control" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/asmach-tutorials_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/asmach-tutorials_1.0.16-1.bb index e5993e0c0b2..121b99ff750 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/asmach-tutorials_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/asmach-tutorials_1.0.16-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/asmach_tutorials/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/asmach_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/asmach_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/asmach_1.0.16-1.bb index 88511c95e69..d42afc083cb 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/asmach_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/asmach_1.0.16-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/asmach/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/asmach" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/ddwrt-access-point_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/ddwrt-access-point_1.0.16-1.bb index 38ad9313263..12125790c0e 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/ddwrt-access-point_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/ddwrt-access-point_1.0.16-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/ddwrt_access_point/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ddwrt_access_point" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/hostapd-access-point_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/hostapd-access-point_1.0.16-1.bb index 6c984c1cea4..d5caec381a4 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/hostapd-access-point_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/hostapd-access-point_1.0.16-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/hostapd_access_point/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hostapd_access_point" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/ieee80211-channels_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/ieee80211-channels_1.0.16-1.bb index 7a714fbdd38..d380c8a44b0 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/ieee80211-channels_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/ieee80211-channels_1.0.16-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/ieee80211_channels/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ieee80211_channels" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/linksys-access-point_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/linksys-access-point_1.0.16-1.bb index cdf8edb20f1..eb25bed3e32 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/linksys-access-point_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/linksys-access-point_1.0.16-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/linksys_access_point/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/linksys_access_point" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/linux-networking_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/linux-networking_1.0.16-1.bb index 60e30c77576..57c106b7267 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/linux-networking_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/linux-networking_1.0.16-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/linux_networking/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/linux_networking" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb index 38cb14c3956..cbac1b03660 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/multi_interface_roam/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multi_interface_roam" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/network-control-tests_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/network-control-tests_1.0.16-1.bb index 89eeea72ee9..c64bf783fa8 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/network-control-tests_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/network-control-tests_1.0.16-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/network_control_tests/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_control_tests" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/network-detector_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/network-detector_1.0.16-1.bb index 5d0d84b8237..6b01cc6b929 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/network-detector_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/network-detector_1.0.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/network_detector/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_detector" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/network-monitor-udp_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/network-monitor-udp_1.0.16-1.bb index c6ed1e1040a..e03cd9a3584 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/network-monitor-udp_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/network-monitor-udp_1.0.16-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/network_monitor_udp/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_monitor_udp" diff --git a/meta-ros1-melodic/generated-recipes/linux-networking/network-traffic-control_1.0.16-1.bb b/meta-ros1-melodic/generated-recipes/linux-networking/network-traffic-control_1.0.16-1.bb index 7b82a15b54c..416456493cc 100644 --- a/meta-ros1-melodic/generated-recipes/linux-networking/network-traffic-control_1.0.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-networking/network-traffic-control_1.0.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/linux_networking-release/archive/release/melodic/network_traffic_control/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_traffic_control" diff --git a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/laptop-battery-monitor_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/laptop-battery-monitor_0.2.1-1.bb index 6dc7df68d7b..91a6afc3012 100644 --- a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/laptop-battery-monitor_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/laptop-battery-monitor_0.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/linux_peripheral_interfaces-release/archive/release/melodic/laptop_battery_monitor/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laptop_battery_monitor" diff --git a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/libsensors-monitor_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/libsensors-monitor_0.2.1-1.bb index 89d5f605a2d..5b837f16063 100644 --- a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/libsensors-monitor_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/libsensors-monitor_0.2.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/linux_peripheral_interfaces-release/archive/release/melodic/libsensors_monitor/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libsensors_monitor" diff --git a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/linux-peripheral-interfaces_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/linux-peripheral-interfaces_0.2.1-1.bb index 56efda4dce7..b121c9f94df 100644 --- a/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/linux-peripheral-interfaces_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/linux-peripheral-interfaces/linux-peripheral-interfaces_0.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/linux_peripheral_interfaces-release/archive/release/melodic/linux_peripheral_interfaces/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/linux_peripheral_interfaces" diff --git a/meta-ros1-melodic/generated-recipes/lms1xx/lms1xx_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/lms1xx/lms1xx_0.2.0-1.bb index ae4b0a71fff..ca546a65772 100644 --- a/meta-ros1-melodic/generated-recipes/lms1xx/lms1xx_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/lms1xx/lms1xx_0.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/lms1xx-release/archive/release/melodic/lms1xx/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lms1xx" diff --git a/meta-ros1-melodic/generated-recipes/log-view/log-view_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/log-view/log-view_0.1.3-1.bb index 90a5ecb1204..f15d2574908 100644 --- a/meta-ros1-melodic/generated-recipes/log-view/log-view_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/log-view/log-view_0.1.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hatchbed/log_view-release/archive/release/melodic/log_view/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/log_view" diff --git a/meta-ros1-melodic/generated-recipes/lusb/lusb_1.1.0.bb b/meta-ros1-melodic/generated-recipes/lusb/lusb_1.1.0.bb index 031c3cea867..ad261ef97fe 100644 --- a/meta-ros1-melodic/generated-recipes/lusb/lusb_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/lusb/lusb_1.1.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/lusb-release/archive/release/melodic/lusb/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/lusb" diff --git a/meta-ros1-melodic/generated-recipes/lvr2/lvr2_20.11.2-1.bb b/meta-ros1-melodic/generated-recipes/lvr2/lvr2_20.11.2-1.bb index 84dddcb3f0e..61f62e49db3 100644 --- a/meta-ros1-melodic/generated-recipes/lvr2/lvr2_20.11.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/lvr2/lvr2_20.11.2-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/lvr2-release/archive/release/melodic/lvr2/20.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/lvr2" diff --git a/meta-ros1-melodic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb b/meta-ros1-melodic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb index f099045778f..2f2218451d2 100644 --- a/meta-ros1-melodic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hrnr/m-explore-release/archive/release/melodic/explore_lite/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/explore_lite" diff --git a/meta-ros1-melodic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb b/meta-ros1-melodic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb index 709e37918af..2ac2faafcc5 100644 --- a/meta-ros1-melodic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hrnr/m-explore-release/archive/release/melodic/multirobot_map_merge/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multirobot_map_merge" diff --git a/meta-ros1-melodic/generated-recipes/map-merge/map-merge-3d_0.1.1.bb b/meta-ros1-melodic/generated-recipes/map-merge/map-merge-3d_0.1.1.bb index 36928a70c12..8bb2e161a86 100644 --- a/meta-ros1-melodic/generated-recipes/map-merge/map-merge-3d_0.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/map-merge/map-merge-3d_0.1.1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hrnr/map-merge-release/archive/release/melodic/map_merge_3d/0.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_merge_3d" diff --git a/meta-ros1-melodic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb index d83b730841b..a5375ad9eeb 100644 --- a/meta-ros1-melodic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb @@ -114,7 +114,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/melodic/mapviz_plugins/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mapviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/mapviz/mapviz_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/mapviz/mapviz_1.4.1-1.bb index b3c6a594fe8..f9ce62b18f4 100644 --- a/meta-ros1-melodic/generated-recipes/mapviz/mapviz_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mapviz/mapviz_1.4.1-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/melodic/mapviz/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mapviz" diff --git a/meta-ros1-melodic/generated-recipes/mapviz/multires-image_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/mapviz/multires-image_1.4.1-1.bb index 194403a9a3f..8c66f641856 100644 --- a/meta-ros1-melodic/generated-recipes/mapviz/multires-image_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mapviz/multires-image_1.4.1-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/melodic/multires_image/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multires_image" diff --git a/meta-ros1-melodic/generated-recipes/mapviz/tile-map_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/mapviz/tile-map_1.4.1-1.bb index cb19d2cc5eb..6549cab3c23 100644 --- a/meta-ros1-melodic/generated-recipes/mapviz/tile-map_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mapviz/tile-map_1.4.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/melodic/tile_map/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tile_map" diff --git a/meta-ros1-melodic/generated-recipes/marker-msgs/marker-msgs_0.0.6.bb b/meta-ros1-melodic/generated-recipes/marker-msgs/marker-msgs_0.0.6.bb index 174eb11ab42..5cf29937a51 100644 --- a/meta-ros1-melodic/generated-recipes/marker-msgs/marker-msgs_0.0.6.bb +++ b/meta-ros1-melodic/generated-recipes/marker-msgs/marker-msgs_0.0.6.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/marker_msgs-release/archive/release/melodic/marker_msgs/0.0.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/marker_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb index 9149726b06e..6440d9cf6b9 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/marti_data_structures/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_data_structures" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb index 6d3180c45aa..c38c153aca9 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_console_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_console_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb index 311ddeb0a03..147327b50b4 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_dbw_interface/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_dbw_interface" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb index 4853b7efee0..1cd566766fd 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_geometry_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_geometry_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb index 74bea30c1dc..4e5d42b6597 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_image_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_image_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb index eae2930d540..48a0b01ae46 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_math_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_math_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb index 2f321fbba07..986c05ca3f3 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_nodelet/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_nodelet" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb index db33b180251..bf3aa19abda 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_opencv_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_opencv_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb index 3c4b0145663..50e43e9d429 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_prefix_tools/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_prefix_tools" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb index c960e7a6af4..8d1c3f55131 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_roscpp/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_roscpp" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb index 86a0663251f..fbe8d5ba53e 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_rospy/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_rospy" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb index 36145d84976..fb80771059d 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_route_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_route_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb index c4d829a4a91..0cda2b67268 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_serial_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_serial_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb index 651f1530f94..cdd51dfe337 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_string_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_string_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb index f4a8a8759fb..e84c98aa151 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_system_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_system_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb index 944c219d6ca..d1fe4ff7183 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_transform_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_transform_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb b/meta-ros1-melodic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb index 1788b276d22..825f308d610 100644 --- a/meta-ros1-melodic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/melodic/swri_yaml_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_yaml_util" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb index c5f9e796b20..24759046451 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_can_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_can_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb index 9cc2a747eed..c627779eff5 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_common_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb index 3b8141370ae..977ddf59f07 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_dbw_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_dbw_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb index 1c9987ec47a..b619c1c48e2 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_nav_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_nav_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb index 5c38fcfa150..3cba2f20ffe 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_perception_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_perception_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb index 36008b08dc6..f078a4ded7b 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_sensor_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb index 00f8b93cb7d..9fd5dccd83f 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_status_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_status_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb index c308a3bb026..18f88e90074 100644 --- a/meta-ros1-melodic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/melodic/marti_visualization_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marti_visualization_msgs" diff --git a/meta-ros1-melodic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb b/meta-ros1-melodic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb index b830d614212..3b7d7cb5aec 100644 --- a/meta-ros1-melodic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarvelmindRobotics/marvelmind_nav-release/archive/release/melodic/marvelmind_nav/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/marvelmind_nav" diff --git a/meta-ros1-melodic/generated-recipes/mav-comm/mav-comm_3.3.2.bb b/meta-ros1-melodic/generated-recipes/mav-comm/mav-comm_3.3.2.bb index 27458ec3f38..3ff4a2f5842 100644 --- a/meta-ros1-melodic/generated-recipes/mav-comm/mav-comm_3.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/mav-comm/mav-comm_3.3.2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/mav_comm-release/archive/release/melodic/mav_comm/3.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mav_comm" diff --git a/meta-ros1-melodic/generated-recipes/mav-comm/mav-msgs_3.3.2.bb b/meta-ros1-melodic/generated-recipes/mav-comm/mav-msgs_3.3.2.bb index 4ce25e837b5..adef75a2aec 100644 --- a/meta-ros1-melodic/generated-recipes/mav-comm/mav-msgs_3.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/mav-comm/mav-msgs_3.3.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/mav_comm-release/archive/release/melodic/mav_msgs/3.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mav_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mav-comm/mav-planning-msgs_3.3.2.bb b/meta-ros1-melodic/generated-recipes/mav-comm/mav-planning-msgs_3.3.2.bb index 7f9ce9936a0..398d35650dd 100644 --- a/meta-ros1-melodic/generated-recipes/mav-comm/mav-planning-msgs_3.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/mav-comm/mav-planning-msgs_3.3.2.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/mav_comm-release/archive/release/melodic/mav_planning_msgs/3.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mav_planning_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mavlink/mavlink_2021.5.5-1.bb b/meta-ros1-melodic/generated-recipes/mavlink/mavlink_2021.5.5-1.bb index 833c08a9262..8ef27eaf26c 100644 --- a/meta-ros1-melodic/generated-recipes/mavlink/mavlink_2021.5.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavlink/mavlink_2021.5.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/melodic/mavlink/2021.5.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mavlink" diff --git a/meta-ros1-melodic/generated-recipes/mavros/libmavconn_1.8.0-1.bb b/meta-ros1-melodic/generated-recipes/mavros/libmavconn_1.8.0-1.bb index 25d047a8947..df08013faab 100644 --- a/meta-ros1-melodic/generated-recipes/mavros/libmavconn_1.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavros/libmavconn_1.8.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/melodic/libmavconn/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libmavconn" diff --git a/meta-ros1-melodic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb b/meta-ros1-melodic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb index 4268017a528..3cf5e933391 100644 --- a/meta-ros1-melodic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/melodic/mavros_extras/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mavros_extras" diff --git a/meta-ros1-melodic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb b/meta-ros1-melodic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb index 675f233ba8c..9b1dd939260 100644 --- a/meta-ros1-melodic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/melodic/mavros_msgs/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mavros_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mavros/mavros_1.8.0-1.bb b/meta-ros1-melodic/generated-recipes/mavros/mavros_1.8.0-1.bb index 3834b983d35..67535463ba6 100644 --- a/meta-ros1-melodic/generated-recipes/mavros/mavros_1.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavros/mavros_1.8.0-1.bb @@ -108,7 +108,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/melodic/mavros/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mavros" diff --git a/meta-ros1-melodic/generated-recipes/mavros/test-mavros_1.8.0-1.bb b/meta-ros1-melodic/generated-recipes/mavros/test-mavros_1.8.0-1.bb index a0938cce905..607ee072551 100644 --- a/meta-ros1-melodic/generated-recipes/mavros/test-mavros_1.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mavros/test-mavros_1.8.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/melodic/test_mavros/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/test_mavros" diff --git a/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/mbf-recovery-behaviors_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/mbf-recovery-behaviors_0.1.0-1.bb index 64847a89036..9626afe9b83 100644 --- a/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/mbf-recovery-behaviors_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/mbf-recovery-behaviors_0.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mbf_recovery_behaviors/archive/release/melodic/mbf_recovery_behaviors/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_recovery_behaviors" diff --git a/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/moveback-recovery_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/moveback-recovery_0.1.0-1.bb index d6e92527e9c..c95e66168a5 100644 --- a/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/moveback-recovery_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mbf-recovery-behaviors/moveback-recovery_0.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mbf_recovery_behaviors/archive/release/melodic/moveback_recovery/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveback_recovery" diff --git a/meta-ros1-melodic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb index 46d8e5dc86d..8307f7bd871 100644 --- a/meta-ros1-melodic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/mcl_3dl_msgs-release/archive/release/melodic/mcl_3dl_msgs/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mcl_3dl_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb index d4740eaea2a..c5bc71b8edc 100644 --- a/meta-ros1-melodic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/mcl_3dl-release/archive/release/melodic/mcl_3dl/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mcl_3dl" diff --git a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-base-controller_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-base-controller_0.1.4-1.bb index 80684899c28..f819bcd55e7 100644 --- a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-base-controller_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-base-controller_0.1.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Scheik/md49_base_controller-release/archive/release/melodic/md49_base_controller/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/md49_base_controller" diff --git a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-messages_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-messages_0.1.4-1.bb index 41febc90b30..693604dd8e1 100644 --- a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-messages_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-messages_0.1.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Scheik/md49_base_controller-release/archive/release/melodic/md49_messages/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/md49_messages" diff --git a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-serialport_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-serialport_0.1.4-1.bb index 2b8e75b5577..057cad9320b 100644 --- a/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-serialport_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/md49-base-controller/md49-serialport_0.1.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Scheik/md49_base_controller-release/archive/release/melodic/md49_serialport/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/md49_serialport" diff --git a/meta-ros1-melodic/generated-recipes/media-export/media-export_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/media-export/media-export_0.3.0-1.bb index e8a27b09b97..cb309efa7ec 100644 --- a/meta-ros1-melodic/generated-recipes/media-export/media-export_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/media-export/media-export_0.3.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/media_export-release/archive/release/melodic/media_export/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/media_export" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-3.bb index 193f7ce655a..8d69d9dde10 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/dijkstra_mesh_planner/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/dijkstra_mesh_planner" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-3.bb index 1bdc77586ce..66878b9fa0d 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mbf_mesh_core/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_mesh_core" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-3.bb index cee9689ab84..35a51ece113 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mbf_mesh_nav/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_mesh_nav" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-client_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-client_1.0.0-3.bb index defba1479a8..2eb5efc9f54 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-client_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-client_1.0.0-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mesh_client/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_client" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-3.bb index 92150c25efe..4dece809f97 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-3.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mesh_controller/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_controller" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-3.bb index b7b6d2cdc67..e60d591ff4a 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mesh_layers/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_layers" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-map_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-map_1.0.0-3.bb index 68c2baebfdd..91c7d5e1981 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-map_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-map_1.0.0-3.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mesh_map/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_map" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-3.bb index b36a10827a6..274344fe229 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/mesh_navigation/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_navigation" diff --git a/meta-ros1-melodic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-3.bb index 767b0ca7a94..1168c57fb7e 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/melodic/wave_front_planner/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/wave_front_planner" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb index f0fdf4c0265..5154c0273aa 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/hdf5_map_io/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hdf5_map_io" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb index cbfadbe7f36..4c3f1008fb6 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/label_manager/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/label_manager" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb index 3c204c59167..a305d4dbe72 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/mesh_msgs_conversions/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_msgs_conversions" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb index 916731af075..09e02684d7b 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/mesh_msgs_hdf5/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_msgs_hdf5" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb index 3db247308a4..079c965a105 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/mesh_msgs_transform/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_msgs_transform" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb index 1b4bd666deb..a02dabff338 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/mesh_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb index bd8d46cd749..731f771adf9 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/mesh_tools/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mesh_tools" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb index 88bf93c10df..c2ba7c0af44 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/rviz_map_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_map_plugin" diff --git a/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb index 8825329dc82..49b586d0e5c 100644 --- a/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/melodic/rviz_mesh_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_mesh_plugin" diff --git a/meta-ros1-melodic/generated-recipes/message-generation/message-generation_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/message-generation/message-generation_0.4.1-1.bb index fd30f4a0052..00d31dc9c1d 100644 --- a/meta-ros1-melodic/generated-recipes/message-generation/message-generation_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/message-generation/message-generation_0.4.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/message_generation-release/archive/release/melodic/message_generation/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/message_generation" diff --git a/meta-ros1-melodic/generated-recipes/message-runtime/message-runtime_0.4.12.bb b/meta-ros1-melodic/generated-recipes/message-runtime/message-runtime_0.4.12.bb index b7328724778..fa722787ddc 100644 --- a/meta-ros1-melodic/generated-recipes/message-runtime/message-runtime_0.4.12.bb +++ b/meta-ros1-melodic/generated-recipes/message-runtime/message-runtime_0.4.12.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/message_runtime-release/archive/release/melodic/message_runtime/0.4.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/message_runtime" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/desktop-full_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/desktop-full_1.4.1.bb index f2482e99d5e..b615a2cb5c2 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/desktop-full_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/desktop-full_1.4.1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/desktop_full/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/desktop_full" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/desktop_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/desktop_1.4.1.bb index 9ab5d124684..d12812516b3 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/desktop_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/desktop_1.4.1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/desktop/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/desktop" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/perception_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/perception_1.4.1.bb index 45d997b09b6..9965db98cca 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/perception_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/perception_1.4.1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/perception/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/perception" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/robot_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/robot_1.4.1.bb index de6111fe13a..f4c70595fe7 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/robot_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/robot_1.4.1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/robot/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/ros-base_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/ros-base_1.4.1.bb index dec94738bf0..858e6ec6817 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/ros-base_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/ros-base_1.4.1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/ros_base/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_base" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/ros-core_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/ros-core_1.4.1.bb index ba95ed2527a..8e4703f601e 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/ros-core_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/ros-core_1.4.1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/ros_core/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_core" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/simulators_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/simulators_1.4.1.bb index 29dedd78fa6..1f8b008c5d6 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/simulators_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/simulators_1.4.1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/simulators/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/simulators" diff --git a/meta-ros1-melodic/generated-recipes/metapackages/viz_1.4.1.bb b/meta-ros1-melodic/generated-recipes/metapackages/viz_1.4.1.bb index f072d35fac0..704a5d7f2bf 100644 --- a/meta-ros1-melodic/generated-recipes/metapackages/viz_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/metapackages/viz_1.4.1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/melodic/viz/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/viz" diff --git a/meta-ros1-melodic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb b/meta-ros1-melodic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb index a98bfadf42f..a0a031792c3 100644 --- a/meta-ros1-melodic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/microstrain_3dmgx2_imu-release/archive/release/melodic/microstrain_3dmgx2_imu/1.5.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/microstrain_3dmgx2_imu" diff --git a/meta-ros1-melodic/generated-recipes/microstrain-mips/microstrain-mips_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/microstrain-mips/microstrain-mips_0.0.3-1.bb index edf091605c7..8086e313eb4 100644 --- a/meta-ros1-melodic/generated-recipes/microstrain-mips/microstrain-mips_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/microstrain-mips/microstrain-mips_0.0.3-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/microstrain_mips-release/archive/release/melodic/microstrain_mips/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/microstrain_mips" diff --git a/meta-ros1-melodic/generated-recipes/mikrotik-swos-tools/mikrotik-swos-tools_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mikrotik-swos-tools/mikrotik-swos-tools_1.0.1-1.bb index bf806526283..0342a961e64 100644 --- a/meta-ros1-melodic/generated-recipes/mikrotik-swos-tools/mikrotik-swos-tools_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mikrotik-swos-tools/mikrotik-swos-tools_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/mikrotik_swos_tools-release/archive/release/melodic/mikrotik_swos_tools/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mikrotik_swos_tools" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-actions_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-actions_1.0.7-1.bb index 63aa9e38564..8d8f9766974 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-actions_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-actions_1.0.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_actions/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_actions" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-description_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-description_1.0.7-1.bb index a886f7aeb8c..1731b4175ae 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-description_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-description_1.0.7-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_description/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_description" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-driver_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-driver_1.0.7-1.bb index 4639ea01527..20b735f076f 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-driver_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-driver_1.0.7-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_driver/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_driver" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-dwb-critics_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-dwb-critics_1.0.7-1.bb index 66591776327..0620364b3bb 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-dwb-critics_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-dwb-critics_1.0.7-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_dwb_critics/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_dwb_critics" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-gazebo_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-gazebo_1.0.7-1.bb index 2f1c12422e8..44664796c7f 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-gazebo_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-gazebo_1.0.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_gazebo/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-msgs_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-msgs_1.0.7-1.bb index 2df18a6e089..23bfa27010e 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-msgs_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-msgs_1.0.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_msgs/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-navigation_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-navigation_1.0.7-1.bb index 09dd1fc6086..cba17df1c72 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-navigation_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-navigation_1.0.7-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_navigation/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_navigation" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/mir-robot_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/mir-robot_1.0.7-1.bb index c642c980c26..80b5d289060 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/mir-robot_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/mir-robot_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/mir_robot/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mir_robot" diff --git a/meta-ros1-melodic/generated-recipes/mir-robot/sdc21x0_1.0.7-1.bb b/meta-ros1-melodic/generated-recipes/mir-robot/sdc21x0_1.0.7-1.bb index ae7d7444ce4..097149c41e0 100644 --- a/meta-ros1-melodic/generated-recipes/mir-robot/sdc21x0_1.0.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/mir-robot/sdc21x0_1.0.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/melodic/sdc21x0/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sdc21x0" diff --git a/meta-ros1-melodic/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb index c30a5ac4fc6..2aeea0efe21 100644 --- a/meta-ros1-melodic/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/ml_classifiers-release/archive/release/melodic/ml_classifiers/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ml_classifiers" diff --git a/meta-ros1-melodic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb index 5f23782b646..685c928e08b 100644 --- a/meta-ros1-melodic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/mobile_robot_simulator-release/archive/release/melodic/mobile_robot_simulator/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mobile_robot_simulator" diff --git a/meta-ros1-melodic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb index 5eba2eec823..468c2969d95 100644 --- a/meta-ros1-melodic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/mocap_optitrack-release/archive/release/melodic/mocap_optitrack/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mocap_optitrack" diff --git a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-log_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-log_0.5.2-1.bb index 9f4d2b029ee..de33e11682c 100644 --- a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-log_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-log_0.5.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/strands-project-releases/mongodb_store/archive/release/melodic/mongodb_log/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mongodb_log" diff --git a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store-msgs_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store-msgs_0.5.2-1.bb index ce88ff04ebb..36fec9dd571 100644 --- a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store-msgs_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store-msgs_0.5.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/strands-project-releases/mongodb_store/archive/release/melodic/mongodb_store_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mongodb_store_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store_0.5.2-1.bb index d0dc9a0410b..b84ae3399d7 100644 --- a/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/mongodb-store/mongodb-store_0.5.2-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/strands-project-releases/mongodb_store/archive/release/melodic/mongodb_store/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mongodb_store" diff --git a/meta-ros1-melodic/generated-recipes/moose-desktop/moose-desktop_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/moose-desktop/moose-desktop_0.1.1-1.bb index 92fb5565d8b..5ac14522513 100644 --- a/meta-ros1-melodic/generated-recipes/moose-desktop/moose-desktop_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose-desktop/moose-desktop_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose_desktop-release/archive/release/melodic/moose_desktop/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_desktop" diff --git a/meta-ros1-melodic/generated-recipes/moose-desktop/moose-viz_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/moose-desktop/moose-viz_0.1.1-1.bb index 4d677896773..6f5367ea486 100644 --- a/meta-ros1-melodic/generated-recipes/moose-desktop/moose-viz_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose-desktop/moose-viz_0.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose_desktop-release/archive/release/melodic/moose_viz/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_viz" diff --git a/meta-ros1-melodic/generated-recipes/moose-simulator/moose-gazebo_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/moose-simulator/moose-gazebo_0.1.3-1.bb index 58e71809c35..ea7136b47d8 100644 --- a/meta-ros1-melodic/generated-recipes/moose-simulator/moose-gazebo_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose-simulator/moose-gazebo_0.1.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose_simulator-release/archive/release/melodic/moose_gazebo/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/moose-simulator/moose-simulator_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/moose-simulator/moose-simulator_0.1.3-1.bb index 2140a8c382a..41f6814b8ad 100644 --- a/meta-ros1-melodic/generated-recipes/moose-simulator/moose-simulator_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose-simulator/moose-simulator_0.1.3-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose_simulator-release/archive/release/melodic/moose_simulator/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_simulator" diff --git a/meta-ros1-melodic/generated-recipes/moose/moose-control_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/moose/moose-control_0.1.0-1.bb index f616b57d13a..18bcc0ed0f6 100644 --- a/meta-ros1-melodic/generated-recipes/moose/moose-control_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose/moose-control_0.1.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose-release/archive/release/melodic/moose_control/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_control" diff --git a/meta-ros1-melodic/generated-recipes/moose/moose-description_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/moose/moose-description_0.1.0-1.bb index 42a319ab59f..e6efa5d940a 100644 --- a/meta-ros1-melodic/generated-recipes/moose/moose-description_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose/moose-description_0.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose-release/archive/release/melodic/moose_description/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_description" diff --git a/meta-ros1-melodic/generated-recipes/moose/moose-msgs_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/moose/moose-msgs_0.1.0-1.bb index cf451c9e7b6..6c1a642ba26 100644 --- a/meta-ros1-melodic/generated-recipes/moose/moose-msgs_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/moose/moose-msgs_0.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/moose-release/archive/release/melodic/moose_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moose_msgs" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb index d94f54f5254..4b58441edba 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_abstract_core/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_abstract_core" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb index d6888379875..9c9507fa157 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_abstract_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_abstract_nav" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb index 114d643caa3..6659b6ba481 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_costmap_core/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_costmap_core" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb index 4cdc8e0604a..8d101752b63 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_costmap_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_costmap_nav" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb index 642e98a761e..3046428b318 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_msgs/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_msgs" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb index 236daefc7fe..2008bdbda20 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_simple_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_simple_nav" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb index 9c8ebd4c838..aaf16c14c01 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/mbf_utility/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mbf_utility" diff --git a/meta-ros1-melodic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb index 1ec392b55af..73ded933fde 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/melodic/move_base_flex/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_base_flex" diff --git a/meta-ros1-melodic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-2.bb b/meta-ros1-melodic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-2.bb index c64d8603b85..1b3d09a7e68 100644 --- a/meta-ros1-melodic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarkNaeem/move_base_sequence-release/archive/release/melodic/move_base_sequence/0.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_base_sequence" diff --git a/meta-ros1-melodic/generated-recipes/move-basic/move-basic_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/move-basic/move-basic_0.4.1-1.bb index d5d250deb36..5b03fa39d17 100644 --- a/meta-ros1-melodic/generated-recipes/move-basic/move-basic_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/move-basic/move-basic_0.4.1-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/move_basic-release/archive/release/melodic/move_basic/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_basic" diff --git a/meta-ros1-melodic/generated-recipes/moveit-msgs/moveit-msgs_0.10.1-1.bb b/meta-ros1-melodic/generated-recipes/moveit-msgs/moveit-msgs_0.10.1-1.bb index 197d74b1d23..4530710681a 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-msgs/moveit-msgs_0.10.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-msgs/moveit-msgs_0.10.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_msgs-release/archive/release/melodic/moveit_msgs/0.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_msgs" diff --git a/meta-ros1-melodic/generated-recipes/moveit-opw-kinematics-plugin/moveit-opw-kinematics-plugin_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/moveit-opw-kinematics-plugin/moveit-opw-kinematics-plugin_0.2.1-1.bb index 1cb643ce0b8..a4fb9a846a7 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-opw-kinematics-plugin/moveit-opw-kinematics-plugin_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-opw-kinematics-plugin/moveit-opw-kinematics-plugin_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JeroenDM/moveit_opw_kinematics_plugin-release/archive/release/melodic/moveit_opw_kinematics_plugin/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_opw_kinematics_plugin" diff --git a/meta-ros1-melodic/generated-recipes/moveit-pr2/moveit-pr2_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-pr2/moveit-pr2_0.7.3-1.bb index 41a8ecaa13a..5746e248c52 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-pr2/moveit-pr2_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-pr2/moveit-pr2_0.7.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_pr2-release/archive/release/melodic/moveit_pr2/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_pr2" diff --git a/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-config_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-config_0.7.3-1.bb index aa0df282b2e..bacf3de8bf9 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-config_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-config_0.7.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_pr2-release/archive/release/melodic/pr2_moveit_config/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-plugins_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-plugins_0.7.3-1.bb index f80ce6b5f9f..bd7edab4178 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-plugins_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-pr2/pr2-moveit-plugins_0.7.3-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_pr2-release/archive/release/melodic/pr2_moveit_plugins/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_moveit_plugins" diff --git a/meta-ros1-melodic/generated-recipes/moveit-python/moveit-python_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/moveit-python/moveit-python_0.4.1-1.bb index bfbb532363e..b91e2c3fcc4 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-python/moveit-python_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-python/moveit-python_0.4.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/moveit_python-release/archive/release/melodic/moveit_python/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_python" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.7.3-1.bb index 5f875ef3d8f..7f8ecb98347 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.7.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_fanuc_description/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_fanuc_description" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.7.3-1.bb index ee45c279163..24a5d2bf378 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.7.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_fanuc_moveit_config/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_fanuc_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.7.3-1.bb index 65e201e2de8..cf3ce9a1c8a 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.7.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_panda_description/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_panda_description" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.7.3-1.bb index 19df8c5be4d..53cac3f5185 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.7.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_panda_moveit_config/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_panda_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.7.3-1.bb index 455e75a7c75..1cc95b00344 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.7.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_pr2_description/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_pr2_description" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.7.3-1.bb index 47d8445feff..9aede842240 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.7.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_prbt_ikfast_manipulator_plugin/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_prbt_ikfast_manipulator_plugin" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.7.3-1.bb index d3d7eb6ee93..f7535caf77c 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.7.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_prbt_moveit_config/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_prbt_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.7.3-1.bb index 93c48fe269a..060782a1261 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.7.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_prbt_pg70_support/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_prbt_pg70_support" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.7.3-1.bb index 794c8a3afc0..62c85cc07a7 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.7.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources_prbt_support/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources_prbt_support" diff --git a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources_0.7.3-1.bb b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources_0.7.3-1.bb index 07c7d1488d6..ffcab0c2fc7 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources_0.7.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-resources/moveit-resources_0.7.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/melodic/moveit_resources/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_resources" diff --git a/meta-ros1-melodic/generated-recipes/moveit-sim-controller/moveit-sim-controller_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/moveit-sim-controller/moveit-sim-controller_0.2.0-1.bb index 6a86e9f5817..c0bc3db0928 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-sim-controller/moveit-sim-controller_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-sim-controller/moveit-sim-controller_0.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/moveit_sim_controller-release/archive/release/melodic/moveit_sim_controller/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_sim_controller" diff --git a/meta-ros1-melodic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.5.2.bb b/meta-ros1-melodic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.5.2.bb index da15552c639..8d43148e32c 100644 --- a/meta-ros1-melodic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.5.2.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_visual_tools-release/archive/release/melodic/moveit_visual_tools/3.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_visual_tools" diff --git a/meta-ros1-melodic/generated-recipes/moveit/chomp-motion-planner_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/chomp-motion-planner_1.0.8-1.bb index 5b990faa84d..e963935aadb 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/chomp-motion-planner_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/chomp-motion-planner_1.0.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/chomp_motion_planner/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/chomp_motion_planner" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.0.8-1.bb index e8f53e63548..44f455e5fc8 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.0.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_chomp_optimizer_adapter/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_chomp_optimizer_adapter" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-commander_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-commander_1.0.8-1.bb index 46960d632b4..85d2e9cb98e 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-commander_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-commander_1.0.8-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_commander/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_commander" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-controller-manager-example_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-controller-manager-example_1.0.8-1.bb index 1cf0fa5cd97..86608bc7e7f 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-controller-manager-example_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-controller-manager-example_1.0.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_controller_manager_example/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_controller_manager_example" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-core_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-core_1.0.8-1.bb index 2090e22856b..f9558766640 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-core_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-core_1.0.8-1.bb @@ -135,7 +135,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_core/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_core" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-fake-controller-manager_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-fake-controller-manager_1.0.8-1.bb index c96626654a8..ab63a354b84 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-fake-controller-manager_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-fake-controller-manager_1.0.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_fake_controller_manager/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_fake_controller_manager" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-kinematics_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-kinematics_1.0.8-1.bb index ecd9938b4d0..e245f0c0b8d 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-kinematics_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-kinematics_1.0.8-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_kinematics/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_kinematics" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-chomp_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-chomp_1.0.8-1.bb index 7a6e26731a9..b7fd471a26b 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-chomp_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-chomp_1.0.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_planners_chomp/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_planners_chomp" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-ompl_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-ompl_1.0.8-1.bb index 30acb229c99..518eb19f646 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-ompl_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners-ompl_1.0.8-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_planners_ompl/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_planners_ompl" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners_1.0.8-1.bb index 69fffda12a2..636020ccce6 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-planners_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-planners_1.0.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_planners/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_planners" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-plugins_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-plugins_1.0.8-1.bb index 2d36b9f5a63..4ec307e4cdb 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-plugins_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-plugins_1.0.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_plugins/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_plugins" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-benchmarks_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-benchmarks_1.0.8-1.bb index 9509bc466f4..25cb36eb40c 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-benchmarks_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-benchmarks_1.0.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_benchmarks/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_benchmarks" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-control-interface_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-control-interface_1.0.8-1.bb index 445ee6e68f1..d8bb745151a 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-control-interface_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-control-interface_1.0.8-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_control_interface/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_control_interface" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-manipulation_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-manipulation_1.0.8-1.bb index 4d6e22619f8..34b79cec781 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-manipulation_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-manipulation_1.0.8-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_manipulation/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_manipulation" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-move-group_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-move-group_1.0.8-1.bb index c657d249463..6c7eb83d3b9 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-move-group_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-move-group_1.0.8-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_move_group/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_move_group" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.0.8-1.bb index cba643b6971..003d40c3812 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.0.8-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_occupancy_map_monitor/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_occupancy_map_monitor" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-perception_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-perception_1.0.8-1.bb index 96b1300d19d..79b22b6a746 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-perception_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-perception_1.0.8-1.bb @@ -108,7 +108,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_perception/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_perception" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning-interface_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning-interface_1.0.8-1.bb index dac0ab92046..6527416530f 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning-interface_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning-interface_1.0.8-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_planning_interface/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_planning_interface" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.8-1.bb index f4b02f712f5..3be2b9fc376 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.8-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_planning/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_planning" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-robot-interaction_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-robot-interaction_1.0.8-1.bb index 03a43edfeb0..1724cb0f684 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-robot-interaction_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-robot-interaction_1.0.8-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_robot_interaction/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_robot_interaction" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-visualization_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-visualization_1.0.8-1.bb index fa3c4bd67fb..ea4730a6669 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-visualization_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-visualization_1.0.8-1.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_visualization/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_visualization" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-warehouse_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-warehouse_1.0.8-1.bb index eb7d4187a36..d10a3f1cba3 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-warehouse_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-warehouse_1.0.8-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros_warehouse/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros_warehouse" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros_1.0.8-1.bb index 1d6439b5358..c43a8b7dd1f 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-ros_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-ros_1.0.8-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_ros/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_ros" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-runtime_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-runtime_1.0.8-1.bb index 15ddf7cf24b..3fbd6f6e681 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-runtime_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-runtime_1.0.8-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_runtime/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_runtime" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-servo_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-servo_1.0.8-1.bb index fde8d1fb693..6f12bf8dfc1 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-servo_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-servo_1.0.8-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_servo/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_servo" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-setup-assistant_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-setup-assistant_1.0.8-1.bb index 0f845cee1c0..2e9a75f1d4a 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-setup-assistant_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-setup-assistant_1.0.8-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_setup_assistant/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_setup_assistant" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit-simple-controller-manager_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit-simple-controller-manager_1.0.8-1.bb index 10785d910c2..19f92955bf6 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit-simple-controller-manager_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit-simple-controller-manager_1.0.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit_simple_controller_manager/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit_simple_controller_manager" diff --git a/meta-ros1-melodic/generated-recipes/moveit/moveit_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/moveit_1.0.8-1.bb index 79e3af11540..3c3a84d3e70 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/moveit_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/moveit_1.0.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/moveit/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/moveit" diff --git a/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.0.8-1.bb index 7d3e6469788..92a6c88551c 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.0.8-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/pilz_industrial_motion_planner_testutils/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_industrial_motion_planner_testutils" diff --git a/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner_1.0.8-1.bb index 1790fbfd299..0a1bf7063ed 100644 --- a/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/moveit/pilz-industrial-motion-planner_1.0.8-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/melodic/pilz_industrial_motion_planner/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_industrial_motion_planner" diff --git a/meta-ros1-melodic/generated-recipes/movie-publisher/movie-publisher_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/movie-publisher/movie-publisher_1.3.1-1.bb index 8b07b7f4405..6182f4c42b4 100644 --- a/meta-ros1-melodic/generated-recipes/movie-publisher/movie-publisher_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/movie-publisher/movie-publisher_1.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/movie_publisher-release/archive/release/melodic/movie_publisher/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/movie_publisher" diff --git a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb index 24d88ce02ad..91f8c8a09c4 100644 --- a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/melodic/mpc_local_planner_examples/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mpc_local_planner_examples" diff --git a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb index 0010e858679..fc723461508 100644 --- a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/melodic/mpc_local_planner_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mpc_local_planner_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb index 95372d0f4bc..36afc154c59 100644 --- a/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb @@ -103,7 +103,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/melodic/mpc_local_planner/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mpc_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/mqtt-bridge/mqtt-bridge_0.1.8-4.bb b/meta-ros1-melodic/generated-recipes/mqtt-bridge/mqtt-bridge_0.1.8-4.bb index 1cd34fe54a8..45df4d83bda 100644 --- a/meta-ros1-melodic/generated-recipes/mqtt-bridge/mqtt-bridge_0.1.8-4.bb +++ b/meta-ros1-melodic/generated-recipes/mqtt-bridge/mqtt-bridge_0.1.8-4.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/groove-x/mqtt_bridge-release/archive/release/melodic/mqtt_bridge/0.1.8-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/mqtt_bridge" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-common_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-common_1.0.1-1.bb index d5751dac7a9..fae3db89501 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-common_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-common_1.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_common-release/archive/release/melodic/mrp2_common/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_common" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-description_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-description_1.0.1-1.bb index 41bbdcffb88..08dea58d2da 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-description_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-description_1.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_common-release/archive/release/melodic/mrp2_description/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_description" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-navigation_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-navigation_1.0.1-1.bb index 7d83e86d5a6..df9a38df2ae 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-navigation_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-navigation_1.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_common-release/archive/release/melodic/mrp2_navigation/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_navigation" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-slam_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-slam_1.0.1-1.bb index f5f49867d06..bd3556866cf 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-slam_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-slam_1.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_common-release/archive/release/melodic/mrp2_slam/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_slam" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-teleop_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-teleop_1.0.1-1.bb index e5b750fe8b7..01245e6e81f 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-teleop_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-common/mrp2-teleop_1.0.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_common-release/archive/release/melodic/mrp2_teleop/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_teleop" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-desktop_0.2.2-2.bb b/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-desktop_0.2.2-2.bb index 8a85b337c7f..940ea449713 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-desktop_0.2.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-desktop_0.2.2-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_desktop-release/archive/release/melodic/mrp2_desktop/0.2.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_desktop" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-viz_0.2.2-2.bb b/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-viz_0.2.2-2.bb index 3afabfef37a..0d5dc2c7566 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-viz_0.2.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-desktop/mrp2-viz_0.2.2-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_desktop-release/archive/release/melodic/mrp2_viz/0.2.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_viz" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-bringup_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-bringup_0.2.6-1.bb index e96a020a1d8..418531315c1 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-bringup_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-bringup_0.2.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_robot-release/archive/release/melodic/mrp2_bringup/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_bringup" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-display_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-display_0.2.6-1.bb index 667e937bcc3..0c8f7808871 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-display_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-display_0.2.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_robot-release/archive/release/melodic/mrp2_display/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_display" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-hardware_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-hardware_0.2.6-1.bb index f5a623b1fe3..c6964e9a1e0 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-hardware_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-hardware_0.2.6-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_robot-release/archive/release/melodic/mrp2_hardware/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_hardware" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-robot_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-robot_0.2.6-1.bb index 2220874e3cc..7265a6987d5 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-robot_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-robot/mrp2-robot_0.2.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_robot-release/archive/release/melodic/mrp2_robot/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_robot" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-gazebo_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-gazebo_1.0.1-1.bb index 73e01ba32dc..29108cf2ceb 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-gazebo_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-gazebo_1.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_simulator-release/archive/release/melodic/mrp2_gazebo/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-simulator_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-simulator_1.0.1-1.bb index d96878ca7ee..be8b86770fb 100644 --- a/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-simulator_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrp2-simulator/mrp2-simulator_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/milvusrobotics/mrp2_simulator-release/archive/release/melodic/mrp2_simulator/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrp2_simulator" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-bridge/mrpt-bridge_0.1.25.bb b/meta-ros1-melodic/generated-recipes/mrpt-bridge/mrpt-bridge_0.1.25.bb index 17c679ba7c6..1567cf4c6ce 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-bridge/mrpt-bridge_0.1.25.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-bridge/mrpt-bridge_0.1.25.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_bridge-release/archive/release/melodic/mrpt_bridge/0.1.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_bridge" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.22.bb b/meta-ros1-melodic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.22.bb index 9e6a49e08cc..c116124522a 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.22.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.22.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_msgs-release/archive/release/melodic/mrpt_msgs/0.1.22-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_msgs" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-local-obstacles_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-local-obstacles_0.1.26-1.bb index 7e9b9730da5..288d377ccdf 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-local-obstacles_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-local-obstacles_0.1.26-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_local_obstacles/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_local_obstacles" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-localization_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-localization_0.1.26-1.bb index 1ad388da4be..e98848e3c94 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-localization_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-localization_0.1.26-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_localization/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_localization" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-map_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-map_0.1.26-1.bb index 45578737dc4..0f6745a469e 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-map_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-map_0.1.26-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_map/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_map" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-navigation_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-navigation_0.1.26-1.bb index 3ac36950064..8b78049d63f 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-navigation_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-navigation_0.1.26-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_navigation/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_navigation" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-rawlog_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-rawlog_0.1.26-1.bb index 918be8b7c6c..f108036ba83 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-rawlog_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-rawlog_0.1.26-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_rawlog/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_rawlog" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-reactivenav2d_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-reactivenav2d_0.1.26-1.bb index 55fce7ba4ab..2e2a1fc35f4 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-reactivenav2d_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-reactivenav2d_0.1.26-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_reactivenav2d/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_reactivenav2d" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-tutorials_0.1.26-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-tutorials_0.1.26-1.bb index 8b397d05fb0..f6e57d7e8b3 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-tutorials_0.1.26-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-navigation/mrpt-tutorials_0.1.26-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_navigation-release/archive/release/melodic/mrpt_tutorials/0.1.26-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-2d_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-2d_0.1.10-1.bb index a37cea7056f..9d74e1474fa 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-2d_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-2d_0.1.10-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_ekf_slam_2d/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_ekf_slam_2d" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-3d_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-3d_0.1.10-1.bb index 420811ec7d9..a7fd641632e 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-3d_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-ekf-slam-3d_0.1.10-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_ekf_slam_3d/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_ekf_slam_3d" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-graphslam-2d_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-graphslam-2d_0.1.10-1.bb index ee240183aef..d01cd0061ff 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-graphslam-2d_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-graphslam-2d_0.1.10-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_graphslam_2d/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_graphslam_2d" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-icp-slam-2d_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-icp-slam-2d_0.1.10-1.bb index eaa35fc852e..bb01801cec3 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-icp-slam-2d_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-icp-slam-2d_0.1.10-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_icp_slam_2d/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_icp_slam_2d" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-rbpf-slam_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-rbpf-slam_0.1.10-1.bb index 4ebf1f14921..b72a446ca75 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-rbpf-slam_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-rbpf-slam_0.1.10-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_rbpf_slam/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_rbpf_slam" diff --git a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-slam_0.1.10-1.bb b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-slam_0.1.10-1.bb index 8fdf5f0c9df..94b0ee3b511 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-slam_0.1.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt-slam/mrpt-slam_0.1.10-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_slam-release/archive/release/melodic/mrpt_slam/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt_slam" diff --git a/meta-ros1-melodic/generated-recipes/mrpt1/mrpt1_1.5.9-1.bb b/meta-ros1-melodic/generated-recipes/mrpt1/mrpt1_1.5.9-1.bb index cd5c5544e24..c7fe364b7d5 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt1/mrpt1_1.5.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt1/mrpt1_1.5.9-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt1-release/archive/release/melodic/mrpt1/1.5.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt1" diff --git a/meta-ros1-melodic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb b/meta-ros1-melodic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb index 0f94805e934..40e639affa5 100644 --- a/meta-ros1-melodic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt2-release/archive/release/melodic/mrpt2/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrpt2" diff --git a/meta-ros1-melodic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb b/meta-ros1-melodic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb index 304f3a92a30..8258c061f37 100644 --- a/meta-ros1-melodic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KIT-MRT/mrt_cmake_modules-release/archive/release/melodic/mrt_cmake_modules/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mrt_cmake_modules" diff --git a/meta-ros1-melodic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.2-1.bb index 12e01fa486f..c7314327b6a 100644 --- a/meta-ros1-melodic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/praveen-palanisamy/multi_object_tracking_lidar-release/archive/release/melodic/multi_object_tracking_lidar/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multi_object_tracking_lidar" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/default-cfg-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/default-cfg-fkie_0.8.12.bb index 5ff17876403..b61556d9087 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/default-cfg-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/default-cfg-fkie_0.8.12.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/default_cfg_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/default_cfg_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb index aadae5117b0..3198ee61609 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/master_discovery_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/master_discovery_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb index 92d02ff5764..e5e5d0a7b9a 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/master_sync_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/master_sync_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-fkie_0.8.12.bb index df659dcfd76..e2bdb6899e3 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-fkie_0.8.12.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/multimaster_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/multimaster_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-msgs-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-msgs-fkie_0.8.12.bb index 40bfbd7532b..a5700884baf 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-msgs-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/multimaster-msgs-fkie_0.8.12.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/multimaster_msgs_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/multimaster_msgs_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multimaster-fkie/node-manager-fkie_0.8.12.bb b/meta-ros1-melodic/generated-recipes/multimaster-fkie/node-manager-fkie_0.8.12.bb index b77e75faf5d..7a3fb1207e6 100644 --- a/meta-ros1-melodic/generated-recipes/multimaster-fkie/node-manager-fkie_0.8.12.bb +++ b/meta-ros1-melodic/generated-recipes/multimaster-fkie/node-manager-fkie_0.8.12.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/melodic/node_manager_fkie/0.8.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/node_manager_fkie" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-bringup_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-bringup_4.0.4-1.bb index cab2db53f2d..f733b776115 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-bringup_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-bringup_4.0.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense_bringup/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense_bringup" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-cal-check_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-cal-check_4.0.4-1.bb index 71a0f846180..4e565038597 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-cal-check_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-cal-check_4.0.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense_cal_check/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense_cal_check" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-description_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-description_4.0.4-1.bb index 1f42ae5745d..dbcd4161963 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-description_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-description_4.0.4-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense_description/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense_description" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-lib_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-lib_4.0.4-1.bb index d929218be9a..919e56ad40a 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-lib_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-lib_4.0.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense_lib/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense_lib" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-ros_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-ros_4.0.4-1.bb index 5e1e7c5fa61..00841c11b6c 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-ros_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense-ros_4.0.4-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense_ros/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense_ros" diff --git a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense_4.0.4-1.bb b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense_4.0.4-1.bb index c200a45912c..7508a9defbd 100644 --- a/meta-ros1-melodic/generated-recipes/multisense-ros/multisense_4.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/multisense-ros/multisense_4.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/melodic/multisense/4.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/multisense" diff --git a/meta-ros1-melodic/generated-recipes/mvsim/mvsim_0.2.1.bb b/meta-ros1-melodic/generated-recipes/mvsim/mvsim_0.2.1.bb index ba293d7d164..cb2fcbeb8ec 100644 --- a/meta-ros1-melodic/generated-recipes/mvsim/mvsim_0.2.1.bb +++ b/meta-ros1-melodic/generated-recipes/mvsim/mvsim_0.2.1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ual-arm-ros-pkg-release/mvsim-release/archive/release/melodic/mvsim/0.2.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/mvsim" diff --git a/meta-ros1-melodic/generated-recipes/nanomsg/nanomsg_0.4.1.bb b/meta-ros1-melodic/generated-recipes/nanomsg/nanomsg_0.4.1.bb index 7f4f2bfc221..04e4b03628b 100644 --- a/meta-ros1-melodic/generated-recipes/nanomsg/nanomsg_0.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/nanomsg/nanomsg_0.4.1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/nanomsg-release/archive/release/melodic/nanomsg/0.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nanomsg" diff --git a/meta-ros1-melodic/generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb b/meta-ros1-melodic/generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb index f184f351f52..215e66403ab 100644 --- a/meta-ros1-melodic/generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb +++ b/meta-ros1-melodic/generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/nao_meshes-release/archive/release/melodic/nao_meshes/0.1.12-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/nao_meshes" diff --git a/meta-ros1-melodic/generated-recipes/naoqi-bridge-msgs/naoqi-bridge-msgs_0.0.8.bb b/meta-ros1-melodic/generated-recipes/naoqi-bridge-msgs/naoqi-bridge-msgs_0.0.8.bb index 69ebb87f003..fcda090ca37 100644 --- a/meta-ros1-melodic/generated-recipes/naoqi-bridge-msgs/naoqi-bridge-msgs_0.0.8.bb +++ b/meta-ros1-melodic/generated-recipes/naoqi-bridge-msgs/naoqi-bridge-msgs_0.0.8.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/naoqi_bridge_msgs-release/archive/release/melodic/naoqi_bridge_msgs/0.0.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/naoqi_bridge_msgs" diff --git a/meta-ros1-melodic/generated-recipes/naoqi-driver/naoqi-driver_0.5.11.bb b/meta-ros1-melodic/generated-recipes/naoqi-driver/naoqi-driver_0.5.11.bb index f1e6d524ab9..ce68ce45f46 100644 --- a/meta-ros1-melodic/generated-recipes/naoqi-driver/naoqi-driver_0.5.11.bb +++ b/meta-ros1-melodic/generated-recipes/naoqi-driver/naoqi-driver_0.5.11.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/naoqi_driver-release/archive/release/melodic/naoqi_driver/0.5.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/naoqi_driver" diff --git a/meta-ros1-melodic/generated-recipes/naoqi-libqi/naoqi-libqi_2.9.0-8.bb b/meta-ros1-melodic/generated-recipes/naoqi-libqi/naoqi-libqi_2.9.0-8.bb index 32700fa2572..5edb2793477 100644 --- a/meta-ros1-melodic/generated-recipes/naoqi-libqi/naoqi-libqi_2.9.0-8.bb +++ b/meta-ros1-melodic/generated-recipes/naoqi-libqi/naoqi-libqi_2.9.0-8.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/libqi-release/archive/release/melodic/naoqi_libqi/2.9.0-8.tar.gz ROS_BRANCH ?= "branch=release/melodic/naoqi_libqi" diff --git a/meta-ros1-melodic/generated-recipes/naoqi-libqicore/naoqi-libqicore_2.9.0-5.bb b/meta-ros1-melodic/generated-recipes/naoqi-libqicore/naoqi-libqicore_2.9.0-5.bb index fdd4b81c098..efd893d7613 100644 --- a/meta-ros1-melodic/generated-recipes/naoqi-libqicore/naoqi-libqicore_2.9.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/naoqi-libqicore/naoqi-libqicore_2.9.0-5.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/libqicore-release/archive/release/melodic/naoqi_libqicore/2.9.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/naoqi_libqicore" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-exploration_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-exploration_0.4.2.bb index e8c61c63406..8d25be3a3d6 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-exploration_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-exploration_0.4.2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_exploration/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_exploration" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-karto_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-karto_0.4.2.bb index 31642f07ced..c9311145d81 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-karto_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-karto_0.4.2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_karto/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_karto" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-localizer_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-localizer_0.4.2.bb index a541614d589..1f96cebfea9 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-localizer_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-localizer_0.4.2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_localizer/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_localizer" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-msgs_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-msgs_0.4.2.bb index f741de13fa8..adfc472d011 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-msgs_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-msgs_0.4.2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_msgs/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_msgs" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-navigator_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-navigator_0.4.2.bb index 9ae044f03bf..d89ae25f919 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-navigator_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-navigator_0.4.2.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_navigator/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_navigator" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-operator_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-operator_0.4.2.bb index ef5a00b3278..8004f73f60e 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-operator_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-operator_0.4.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_operator/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_operator" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-remote_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-remote_0.4.2.bb index af6872a05d2..6dbe16a9cec 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-remote_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-remote_0.4.2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_remote/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_remote" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-tutorials_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-tutorials_0.4.2.bb index c88133b82b0..ab7b85fa581 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-tutorials_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d-tutorials_0.4.2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d_tutorials/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d_0.4.2.bb b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d_0.4.2.bb index d2221c14f0a..4a67823fb47 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d_0.4.2.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-2d/nav2d_0.4.2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/skasperski/navigation_2d-release/archive/release/melodic/nav2d/0.4.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav2d" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/assisted-teleop_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/assisted-teleop_0.3.3-1.bb index 7a1287cdd8a..6ed15433268 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/assisted-teleop_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/assisted-teleop_0.3.3-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/assisted_teleop/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/assisted_teleop" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/goal-passer_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/goal-passer_0.3.3-1.bb index 13155912ddb..10ee3a6d38e 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/goal-passer_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/goal-passer_0.3.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/goal_passer/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/goal_passer" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/navigation-experimental_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/navigation-experimental_0.3.3-1.bb index 5edf5cd4d6a..9160d9ec616 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/navigation-experimental_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/navigation-experimental_0.3.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/navigation_experimental/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/navigation_experimental" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-base-controller_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-base-controller_0.3.3-1.bb index 2e90c492250..6666793567e 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-base-controller_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-base-controller_0.3.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/pose_base_controller/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pose_base_controller" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-follower_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-follower_0.3.3-1.bb index 5133ceaeb7c..6ef0c8175f8 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-follower_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/pose-follower_0.3.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/pose_follower/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pose_follower" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.3-1.bb index f68e54d599d..ab9e1490e41 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.3-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/sbpl_lattice_planner/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sbpl_lattice_planner" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.3-1.bb index 741880240e7..cfb7dd1aa85 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/sbpl_recovery/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sbpl_recovery" diff --git a/meta-ros1-melodic/generated-recipes/navigation-experimental/twist-recovery_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/navigation-experimental/twist-recovery_0.3.3-1.bb index 84251f69a10..2b4afc177c7 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-experimental/twist-recovery_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-experimental/twist-recovery_0.3.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/melodic/twist_recovery/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/twist_recovery" diff --git a/meta-ros1-melodic/generated-recipes/navigation-layers/navigation-layers_0.5.0.bb b/meta-ros1-melodic/generated-recipes/navigation-layers/navigation-layers_0.5.0.bb index da1d92471fd..fe3da73bc7f 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-layers/navigation-layers_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-layers/navigation-layers_0.5.0.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/navigation_layers_release/archive/release/melodic/navigation_layers/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/navigation_layers" diff --git a/meta-ros1-melodic/generated-recipes/navigation-layers/range-sensor-layer_0.5.0.bb b/meta-ros1-melodic/generated-recipes/navigation-layers/range-sensor-layer_0.5.0.bb index fe252b97177..b1b2f010369 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-layers/range-sensor-layer_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-layers/range-sensor-layer_0.5.0.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/navigation_layers_release/archive/release/melodic/range_sensor_layer/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/range_sensor_layer" diff --git a/meta-ros1-melodic/generated-recipes/navigation-layers/social-navigation-layers_0.5.0.bb b/meta-ros1-melodic/generated-recipes/navigation-layers/social-navigation-layers_0.5.0.bb index b8d6fb6423d..f693fc2d5b3 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-layers/social-navigation-layers_0.5.0.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-layers/social-navigation-layers_0.5.0.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/navigation_layers_release/archive/release/melodic/social_navigation_layers/0.5.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/social_navigation_layers" diff --git a/meta-ros1-melodic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb b/meta-ros1-melodic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb index 3f2e732833f..e4c2436c025 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_msgs-release/archive/release/melodic/map_msgs/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_msgs" diff --git a/meta-ros1-melodic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb b/meta-ros1-melodic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb index 8f63470b061..3c70e4914e8 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_msgs-release/archive/release/melodic/move_base_msgs/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_base_msgs" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/laser-scan-publisher-tutorial_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/laser-scan-publisher-tutorial_0.2.4-1.bb index dc1e9100028..1881fbe802d 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/laser-scan-publisher-tutorial_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/laser-scan-publisher-tutorial_0.2.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/laser_scan_publisher_tutorial/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_scan_publisher_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-stage_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-stage_0.2.4-1.bb index 21870dd5a69..43488e7747c 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-stage_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-stage_0.2.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/navigation_stage/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/navigation_stage" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-tutorials_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-tutorials_0.2.4-1.bb index f10af7648ad..2e2082cd318 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-tutorials_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/navigation-tutorials_0.2.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/navigation_tutorials/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/navigation_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/odometry-publisher-tutorial_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/odometry-publisher-tutorial_0.2.4-1.bb index de58139f14d..d3e57d36fef 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/odometry-publisher-tutorial_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/odometry-publisher-tutorial_0.2.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/odometry_publisher_tutorial/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/odometry_publisher_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/point-cloud-publisher-tutorial_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/point-cloud-publisher-tutorial_0.2.4-1.bb index f55b2c25bd7..5faa1bb6594 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/point-cloud-publisher-tutorial_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/point-cloud-publisher-tutorial_0.2.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/point_cloud_publisher_tutorial/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/point_cloud_publisher_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/robot-setup-tf-tutorial_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/robot-setup-tf-tutorial_0.2.4-1.bb index b8487f79335..c01aa950666 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/robot-setup-tf-tutorial_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/robot-setup-tf-tutorial_0.2.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/robot_setup_tf_tutorial/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_setup_tf_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/roomba-stage_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/roomba-stage_0.2.4-1.bb index a77200f2432..b2c57866daf 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/roomba-stage_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/roomba-stage_0.2.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/roomba_stage/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roomba_stage" diff --git a/meta-ros1-melodic/generated-recipes/navigation-tutorials/simple-navigation-goals-tutorial_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/navigation-tutorials/simple-navigation-goals-tutorial_0.2.4-1.bb index 4e3252597c4..345d46850bc 100644 --- a/meta-ros1-melodic/generated-recipes/navigation-tutorials/simple-navigation-goals-tutorial_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation-tutorials/simple-navigation-goals-tutorial_0.2.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_tutorials-release/archive/release/melodic/simple_navigation_goals_tutorial/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/simple_navigation_goals_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/navigation/amcl_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/amcl_1.16.7-1.bb index 2b901079ad4..db90fd20af3 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/amcl_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/amcl_1.16.7-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/amcl/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/amcl" diff --git a/meta-ros1-melodic/generated-recipes/navigation/base-local-planner_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/base-local-planner_1.16.7-1.bb index 926eed7e4b6..1a819564949 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/base-local-planner_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/base-local-planner_1.16.7-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/base_local_planner/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/base_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/navigation/carrot-planner_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/carrot-planner_1.16.7-1.bb index 27ec1987f88..89bb1f589ea 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/carrot-planner_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/carrot-planner_1.16.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/carrot_planner/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/carrot_planner" diff --git a/meta-ros1-melodic/generated-recipes/navigation/clear-costmap-recovery_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/clear-costmap-recovery_1.16.7-1.bb index 5ad55c07c13..a24dd4e7b3d 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/clear-costmap-recovery_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/clear-costmap-recovery_1.16.7-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/clear_costmap_recovery/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/clear_costmap_recovery" diff --git a/meta-ros1-melodic/generated-recipes/navigation/costmap-2d_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/costmap-2d_1.16.7-1.bb index f8438c7618d..078abba10cd 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/costmap-2d_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/costmap-2d_1.16.7-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/costmap_2d/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_2d" diff --git a/meta-ros1-melodic/generated-recipes/navigation/dwa-local-planner_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/dwa-local-planner_1.16.7-1.bb index 041021d51a6..a262ef69b5b 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/dwa-local-planner_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/dwa-local-planner_1.16.7-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/dwa_local_planner/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dwa_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/navigation/fake-localization_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/fake-localization_1.16.7-1.bb index 3e373cb877d..8cc08862fc0 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/fake-localization_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/fake-localization_1.16.7-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/fake_localization/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fake_localization" diff --git a/meta-ros1-melodic/generated-recipes/navigation/global-planner_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/global-planner_1.16.7-1.bb index 94dd8e0e5af..cfc527e3d84 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/global-planner_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/global-planner_1.16.7-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/global_planner/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/global_planner" diff --git a/meta-ros1-melodic/generated-recipes/navigation/map-server_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/map-server_1.16.7-1.bb index 68ce68da15f..2dac3402461 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/map-server_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/map-server_1.16.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/map_server/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_server" diff --git a/meta-ros1-melodic/generated-recipes/navigation/move-base_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/move-base_1.16.7-1.bb index 97c1d440974..23fd8f1b1bd 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/move-base_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/move-base_1.16.7-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/move_base/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_base" diff --git a/meta-ros1-melodic/generated-recipes/navigation/move-slow-and-clear_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/move-slow-and-clear_1.16.7-1.bb index b351996701d..9f04e379f56 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/move-slow-and-clear_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/move-slow-and-clear_1.16.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/move_slow_and_clear/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/move_slow_and_clear" diff --git a/meta-ros1-melodic/generated-recipes/navigation/nav-core_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/nav-core_1.16.7-1.bb index aff919c7a29..207f10d32fa 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/nav-core_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/nav-core_1.16.7-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/nav_core/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_core" diff --git a/meta-ros1-melodic/generated-recipes/navigation/navfn_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/navfn_1.16.7-1.bb index 2814ba21227..20b7bf699a6 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/navfn_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/navfn_1.16.7-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/navfn/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/navfn" diff --git a/meta-ros1-melodic/generated-recipes/navigation/navigation_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/navigation_1.16.7-1.bb index a2c5e760d96..155a8b5f022 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/navigation_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/navigation_1.16.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/navigation/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/navigation" diff --git a/meta-ros1-melodic/generated-recipes/navigation/rotate-recovery_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/rotate-recovery_1.16.7-1.bb index d7e0678f432..8779de29461 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/rotate-recovery_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/rotate-recovery_1.16.7-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/rotate_recovery/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotate_recovery" diff --git a/meta-ros1-melodic/generated-recipes/navigation/voxel-grid_1.16.7-1.bb b/meta-ros1-melodic/generated-recipes/navigation/voxel-grid_1.16.7-1.bb index acfebef9d9f..acda171aeb8 100644 --- a/meta-ros1-melodic/generated-recipes/navigation/voxel-grid_1.16.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/navigation/voxel-grid_1.16.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/melodic/voxel_grid/1.16.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/voxel_grid" diff --git a/meta-ros1-melodic/generated-recipes/neo-local-planner/neo-local-planner_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/neo-local-planner/neo-local-planner_1.0.0-1.bb index e76be54691c..c419d4781f5 100644 --- a/meta-ros1-melodic/generated-recipes/neo-local-planner/neo-local-planner_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neo-local-planner/neo-local-planner_1.0.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/neobotix/neo_local_planner-release/archive/release/melodic/neo_local_planner/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neo_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb index f70b2fbeaee..0f47cbdd8bf 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/costmap_cspace_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_cspace_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb index e871dc25ed4..0c4efc19383 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/map_organizer_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_organizer_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb index 5c0e1aea884..3f8613e95f1 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/neonavigation_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neonavigation_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb index 09bc680ddc7..f8606e7a229 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/planner_cspace_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/planner_cspace_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb index 17fa038fe4c..92aa66c3ba5 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/safety_limiter_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/safety_limiter_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb index 1282b39b656..798060df1ba 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/melodic/trajectory_tracker_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trajectory_tracker_msgs" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb index 407931a421e..938fb0a6dfa 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_rviz_plugins-release/archive/release/melodic/neonavigation_rviz_plugins/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neonavigation_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb index 1cd32e4c511..cc00c60daf9 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_rviz_plugins-release/archive/release/melodic/trajectory_tracker_rviz_plugins/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trajectory_tracker_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/costmap-cspace_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/costmap-cspace_0.10.10-1.bb index e4869a7f6ab..5b52ceac3ed 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/costmap-cspace_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/costmap-cspace_0.10.10-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/costmap_cspace/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_cspace" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/joystick-interrupt_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/joystick-interrupt_0.10.10-1.bb index 40651cb53d2..f096e4b29d2 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/joystick-interrupt_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/joystick-interrupt_0.10.10-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/joystick_interrupt/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joystick_interrupt" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/map-organizer_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/map-organizer_0.10.10-1.bb index 7a593ee2fcb..dd0b05eff10 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/map-organizer_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/map-organizer_0.10.10-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/map_organizer/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/map_organizer" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-common_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-common_0.10.10-1.bb index 77f0ea6402c..94b14933427 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-common_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-common_0.10.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/neonavigation_common/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neonavigation_common" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-launch_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-launch_0.10.10-1.bb index 7a704fdfe36..197bbce9e80 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-launch_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation-launch_0.10.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/neonavigation_launch/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neonavigation_launch" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation_0.10.10-1.bb index 91bb035b813..478e09c2d88 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/neonavigation_0.10.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/neonavigation/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/neonavigation" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.10-1.bb index 9643d4d418a..6fc0933c734 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.10-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/obj_to_pointcloud/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/obj_to_pointcloud" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/planner-cspace_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/planner-cspace_0.10.10-1.bb index f87c4155c68..22ba4b3ba1b 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/planner-cspace_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/planner-cspace_0.10.10-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/planner_cspace/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/planner_cspace" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/safety-limiter_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/safety-limiter_0.10.10-1.bb index d1ab6fd39d5..70b8782b169 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/safety-limiter_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/safety-limiter_0.10.10-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/safety_limiter/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/safety_limiter" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/track-odometry_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/track-odometry_0.10.10-1.bb index df8d9a3d02e..005e45e242b 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/track-odometry_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/track-odometry_0.10.10-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/track_odometry/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/track_odometry" diff --git a/meta-ros1-melodic/generated-recipes/neonavigation/trajectory-tracker_0.10.10-1.bb b/meta-ros1-melodic/generated-recipes/neonavigation/trajectory-tracker_0.10.10-1.bb index 1cce3c334d5..7c240e38d3f 100644 --- a/meta-ros1-melodic/generated-recipes/neonavigation/trajectory-tracker_0.10.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/neonavigation/trajectory-tracker_0.10.10-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/melodic/trajectory_tracker/0.10.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trajectory_tracker" diff --git a/meta-ros1-melodic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-3.bb b/meta-ros1-melodic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-3.bb index 46b7b9582c5..688af5e95ca 100644 --- a/meta-ros1-melodic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-3.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nerian-vision/nerian_stereo-release/archive/release/melodic/nerian_stereo/3.9.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nerian_stereo" diff --git a/meta-ros1-melodic/generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb b/meta-ros1-melodic/generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb index 79807951e08..3c5fd771889 100644 --- a/meta-ros1-melodic/generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/LucidOne-release/network_autoconfig/archive/release/melodic/network_autoconfig/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_autoconfig" diff --git a/meta-ros1-melodic/generated-recipes/network-interface/network-interface_2.1.0.bb b/meta-ros1-melodic/generated-recipes/network-interface/network-interface_2.1.0.bb index 8dfac851d86..8bec17fdaf5 100644 --- a/meta-ros1-melodic/generated-recipes/network-interface/network-interface_2.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/network-interface/network-interface_2.1.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/network_interface-release/archive/release/melodic/network_interface/2.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/network_interface" diff --git a/meta-ros1-melodic/generated-recipes/nmc-nlp-lite-ros/nmc-nlp-lite_0.0.7-2.bb b/meta-ros1-melodic/generated-recipes/nmc-nlp-lite-ros/nmc-nlp-lite_0.0.7-2.bb index be17b30e04d..3c9d301edbe 100644 --- a/meta-ros1-melodic/generated-recipes/nmc-nlp-lite-ros/nmc-nlp-lite_0.0.7-2.bb +++ b/meta-ros1-melodic/generated-recipes/nmc-nlp-lite-ros/nmc-nlp-lite_0.0.7-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nmcbins/nmc_nlp_lite-release/archive/release/melodic/nmc_nlp_lite/0.0.7-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmc_nlp_lite" diff --git a/meta-ros1-melodic/generated-recipes/nmea-comms/nmea-comms_1.2.0.bb b/meta-ros1-melodic/generated-recipes/nmea-comms/nmea-comms_1.2.0.bb index 7ea5f6508c7..f362e58f1db 100644 --- a/meta-ros1-melodic/generated-recipes/nmea-comms/nmea-comms_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/nmea-comms/nmea-comms_1.2.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_comms-release/archive/release/melodic/nmea_comms/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmea_comms" diff --git a/meta-ros1-melodic/generated-recipes/nmea-gps-plugin/nmea-gps-plugin_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/nmea-gps-plugin/nmea-gps-plugin_0.0.2-1.bb index 7399d127470..da9f6736203 100644 --- a/meta-ros1-melodic/generated-recipes/nmea-gps-plugin/nmea-gps-plugin_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/nmea-gps-plugin/nmea-gps-plugin_0.0.2-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/nmea_gps_plugin-release/archive/release/melodic/nmea_gps_plugin/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmea_gps_plugin" diff --git a/meta-ros1-melodic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0.bb b/meta-ros1-melodic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0.bb index 4e84cc1daed..6420b85fc0e 100644 --- a/meta-ros1-melodic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_msgs-release/archive/release/melodic/nmea_msgs/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmea_msgs" diff --git a/meta-ros1-melodic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.5.2-1.bb index 0fbb81cde23..97a4ecd299f 100644 --- a/meta-ros1-melodic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.5.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_navsat_driver-release/archive/release/melodic/nmea_navsat_driver/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmea_navsat_driver" diff --git a/meta-ros1-melodic/generated-recipes/nmea-to-geopose/nmea-to-geopose_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/nmea-to-geopose/nmea-to-geopose_0.0.1-1.bb index 53f69e496da..2768f39bef4 100644 --- a/meta-ros1-melodic/generated-recipes/nmea-to-geopose/nmea-to-geopose_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/nmea-to-geopose/nmea-to-geopose_0.0.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/nmea_to_geopose-release/archive/release/melodic/nmea_to_geopose/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nmea_to_geopose" diff --git a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-core_1.9.16.bb b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-core_1.9.16.bb index c0ba8350dfc..0fd4b20d4e4 100644 --- a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-core_1.9.16.bb +++ b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-core_1.9.16.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/melodic/nodelet_core/1.9.16-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nodelet_core" diff --git a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-topic-tools_1.9.16.bb b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-topic-tools_1.9.16.bb index 4b24aef7c47..ea7cb3db037 100644 --- a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-topic-tools_1.9.16.bb +++ b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet-topic-tools_1.9.16.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/melodic/nodelet_topic_tools/1.9.16-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nodelet_topic_tools" diff --git a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet_1.9.16.bb b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet_1.9.16.bb index 5c8d7ea1b22..10c36fe11a9 100644 --- a/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet_1.9.16.bb +++ b/meta-ros1-melodic/generated-recipes/nodelet-core/nodelet_1.9.16.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/melodic/nodelet/1.9.16-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/nodelet" diff --git a/meta-ros1-melodic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.2.3-2.bb b/meta-ros1-melodic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.2.3-2.bb index 7cb27e586ee..b15616832bb 100644 --- a/meta-ros1-melodic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.2.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.2.3-2.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/nonpersistent_voxel_layer-release/archive/release/melodic/nonpersistent_voxel_layer/1.2.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/nonpersistent_voxel_layer" diff --git a/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-driver_3.9.0-1.bb b/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-driver_3.9.0-1.bb index 9912cdd18e0..de63c57145c 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-driver_3.9.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-driver_3.9.0-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/melodic/novatel_gps_driver/3.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_gps_driver" diff --git a/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-msgs_3.9.0-1.bb b/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-msgs_3.9.0-1.bb index 6b4fc6dfa75..0537e2b5eda 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-msgs_3.9.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-gps-driver/novatel-gps-msgs_3.9.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/melodic/novatel_gps_msgs/3.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_gps_msgs" diff --git a/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.1.0-1.bb b/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.1.0-1.bb index f540e55172d..fcaf4d6bcf4 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/novatel-gbp/novatel_oem7_driver-release/archive/release/melodic/novatel_oem7_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_oem7_driver" diff --git a/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.1.0-1.bb b/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.1.0-1.bb index 31553ecd71f..ceaf4d035eb 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/novatel-gbp/novatel_oem7_driver-release/archive/release/melodic/novatel_oem7_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_oem7_msgs" diff --git a/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-msgs_1.1.0.bb b/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-msgs_1.1.0.bb index 154e42dfca0..047f1b9d02c 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-msgs_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-msgs_1.1.0.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/novatel_span_driver-release/archive/release/melodic/novatel_msgs/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_msgs" diff --git a/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-span-driver_1.1.0.bb b/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-span-driver_1.1.0.bb index fcdc430122d..2bc31c17ac6 100644 --- a/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-span-driver_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/novatel-span-driver/novatel-span-driver_1.1.0.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/novatel_span_driver-release/archive/release/melodic/novatel_span_driver/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/novatel_span_driver" diff --git a/meta-ros1-melodic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb index 8a2db034051..bc830141918 100644 --- a/meta-ros1-melodic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/melodic/ntpd_driver/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ntpd_driver" diff --git a/meta-ros1-melodic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.1.bb b/meta-ros1-melodic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.1.bb index f9a8c6dcd3f..20ada2aa78e 100644 --- a/meta-ros1-melodic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/object_recognition_msgs-release/archive/release/melodic/object_recognition_msgs/0.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/object_recognition_msgs" diff --git a/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-mapping_0.6.5-1.bb b/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-mapping_0.6.5-1.bb index 86de580f8af..638e367387d 100644 --- a/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-mapping_0.6.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-mapping_0.6.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_mapping-release/archive/release/melodic/octomap_mapping/0.6.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap_mapping" diff --git a/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-server_0.6.5-1.bb b/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-server_0.6.5-1.bb index 17c75dac6b6..6d8f11aa2de 100644 --- a/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-server_0.6.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap-mapping/octomap-server_0.6.5-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_mapping-release/archive/release/melodic/octomap_server/0.6.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap_server" diff --git a/meta-ros1-melodic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb b/meta-ros1-melodic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb index 1cecd0ee0bc..22020d634b2 100644 --- a/meta-ros1-melodic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_msgs-release/archive/release/melodic/octomap_msgs/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap_msgs" diff --git a/meta-ros1-melodic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb index bee360af095..d9ed8e6d8b1 100644 --- a/meta-ros1-melodic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_ros-release/archive/release/melodic/octomap_ros/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap_ros" diff --git a/meta-ros1-melodic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.2-1.bb index e75c5e0bb6f..05d17f75874 100644 --- a/meta-ros1-melodic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_rviz_plugins-release/archive/release/melodic/octomap_rviz_plugins/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb index 84f2632d214..53652f5fb4b 100644 --- a/meta-ros1-melodic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/melodic/dynamic_edt_3d/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dynamic_edt_3d" diff --git a/meta-ros1-melodic/generated-recipes/octomap/octomap_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/octomap/octomap_1.9.7-1.bb index 6c5d52c2a6d..8901cc7db14 100644 --- a/meta-ros1-melodic/generated-recipes/octomap/octomap_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap/octomap_1.9.7-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/melodic/octomap/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octomap" diff --git a/meta-ros1-melodic/generated-recipes/octomap/octovis_1.9.7-1.bb b/meta-ros1-melodic/generated-recipes/octomap/octovis_1.9.7-1.bb index 3e96f0810c2..0e9cc4fa08d 100644 --- a/meta-ros1-melodic/generated-recipes/octomap/octovis_1.9.7-1.bb +++ b/meta-ros1-melodic/generated-recipes/octomap/octovis_1.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/melodic/octovis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/octovis" diff --git a/meta-ros1-melodic/generated-recipes/odom-frame-publisher/odom-frame-publisher_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/odom-frame-publisher/odom-frame-publisher_0.0.1-1.bb index 4f68a7db3b4..9c03af768ac 100644 --- a/meta-ros1-melodic/generated-recipes/odom-frame-publisher/odom-frame-publisher_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/odom-frame-publisher/odom-frame-publisher_0.0.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/odom_frame_publisher-release/archive/release/melodic/odom_frame_publisher/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/odom_frame_publisher" diff --git a/meta-ros1-melodic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.4.bb b/meta-ros1-melodic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.4.bb index 12410be1ec1..caabe3f788c 100644 --- a/meta-ros1-melodic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.4.bb +++ b/meta-ros1-melodic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.4.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/odva_ethernetip-release/archive/release/melodic/odva_ethernetip/0.1.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/odva_ethernetip" diff --git a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-control_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-control_1.0.2-2.bb index 82f8f6a590e..7364c77e5ad 100644 --- a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-control_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-control_1.0.2-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ERC-BPGC/omnibase-release/archive/release/melodic/omnibase_control/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/omnibase_control" diff --git a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-description_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-description_1.0.2-2.bb index 385a0975e56..acc7f28133c 100644 --- a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-description_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-description_1.0.2-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ERC-BPGC/omnibase-release/archive/release/melodic/omnibase_description/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/omnibase_description" diff --git a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-gazebo_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-gazebo_1.0.2-2.bb index f16d79b09ad..eaf33c80044 100644 --- a/meta-ros1-melodic/generated-recipes/omnibase/omnibase-gazebo_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/omnibase/omnibase-gazebo_1.0.2-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ERC-BPGC/omnibase-release/archive/release/melodic/omnibase_gazebo/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/omnibase_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/ompl/ompl_1.4.2-5.bb b/meta-ros1-melodic/generated-recipes/ompl/ompl_1.4.2-5.bb index 1762e409ea5..7aa4f5540b7 100644 --- a/meta-ros1-melodic/generated-recipes/ompl/ompl_1.4.2-5.bb +++ b/meta-ros1-melodic/generated-recipes/ompl/ompl_1.4.2-5.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/melodic/ompl/1.4.2-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/ompl" diff --git a/meta-ros1-melodic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0.bb b/meta-ros1-melodic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0.bb index 193fef79f6e..f4c1e5989db 100644 --- a/meta-ros1-melodic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/omron-release/archive/release/melodic/omron_os32c_driver/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/omron_os32c_driver" diff --git a/meta-ros1-melodic/generated-recipes/open-karto/open-karto_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/open-karto/open-karto_1.2.3-1.bb index 6d1f45cc934..bf3c9712bfa 100644 --- a/meta-ros1-melodic/generated-recipes/open-karto/open-karto_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-karto/open-karto_1.2.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/open_karto-release/archive/release/melodic/open_karto/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_karto" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.0.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.0.bb index 8c341bef2ab..fcf817ebd12 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.0.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.0.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_msgs-release/archive/release/melodic/open_manipulator_msgs/1.0.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_msgs" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.0-3.bb index c1635cd8e7a..cee45a4b975 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.0-3.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p_simulations-release/archive/release/melodic/open_manipulator_p_gazebo/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.0-3.bb index b3c082e623f..c24f43522b0 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.0-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p_simulations-release/archive/release/melodic/open_manipulator_p_simulations/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_simulations" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-control-gui_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-control-gui_1.0.0-5.bb index 5fa54b8496f..57845bd3eec 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-control-gui_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-control-gui_1.0.0-5.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p_control_gui/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_control_gui" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bb index 20ca94f5d3e..ec599a0b602 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p_controller/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_controller" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-description_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-description_1.0.0-5.bb index 2689bbf1be5..0884f257997 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-description_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-description_1.0.0-5.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p_description/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_description" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-libs_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-libs_1.0.0-5.bb index 7e45b7bd041..a4c20fa9044 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-libs_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-libs_1.0.0-5.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p_libs/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_libs" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-teleop_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-teleop_1.0.0-5.bb index 176925d7df6..dfbf153c1b5 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-teleop_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p-teleop_1.0.0-5.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p_teleop/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p_teleop" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p_1.0.0-5.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p_1.0.0-5.bb index 6c7da9d7b4c..1981089bae1 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p_1.0.0-5.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-p/open-manipulator-p_1.0.0-5.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p-release/archive/release/melodic/open_manipulator_p/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_p" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.0-1.bb index cd03ed28d2c..dc0d0f6fe73 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_simulations-release/archive/release/melodic/open_manipulator_gazebo/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.0-1.bb index 923fbf13f5f..4068134b526 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_simulations-release/archive/release/melodic/open_manipulator_simulations/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_simulations" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-gazebo_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-gazebo_1.1.0-2.bb index 25ebae0e618..61cd9df4fd7 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-gazebo_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-gazebo_1.1.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3_simulations-release/archive/release/melodic/open_manipulator_with_tb3_gazebo/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-simulations_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-simulations_1.1.0-2.bb index eeedd14c9e9..872592c4993 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-simulations_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3-simulations/open-manipulator-with-tb3-simulations_1.1.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3_simulations-release/archive/release/melodic/open_manipulator_with_tb3_simulations/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_simulations" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-description_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-description_1.1.0-2.bb index 471085c8fde..cafa8b2c125 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-description_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-description_1.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3-release/archive/release/melodic/open_manipulator_with_tb3_description/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_description" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-tools_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-tools_1.1.0-2.bb index 9aca7560a52..6471900b669 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-tools_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-tools_1.1.0-2.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3-release/archive/release/melodic/open_manipulator_with_tb3_tools/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_tools" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-moveit_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-moveit_1.1.0-2.bb index 0bb5f05d56b..47dd02ed93c 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-moveit_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-moveit_1.1.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3-release/archive/release/melodic/open_manipulator_with_tb3_waffle_moveit/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_waffle_moveit" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-pi-moveit_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-pi-moveit_1.1.0-2.bb index 2f79c0c93ba..41eaeaaa0a2 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-pi-moveit_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3-waffle-pi-moveit_1.1.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3-release/archive/release/melodic/open_manipulator_with_tb3_waffle_pi_moveit/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3_waffle_pi_moveit" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3_1.1.0-2.bb index 373e5706ab2..0ca3b45beab 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator-with-tb3/open-manipulator-with-tb3_1.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_with_tb3-release/archive/release/melodic/open_manipulator_with_tb3/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_with_tb3" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-control-gui_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-control-gui_2.0.1.bb index 1a7d534207e..7ddb75bb999 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-control-gui_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-control-gui_2.0.1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_control_gui/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_control_gui" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-controller_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-controller_2.0.1.bb index 71b7acc8cb3..6fc1f827ff2 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-controller_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-controller_2.0.1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_controller/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_controller" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-description_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-description_2.0.1.bb index d958eac42c0..a6c7b1ef0ef 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-description_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-description_2.0.1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_description/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_description" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-libs_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-libs_2.0.1.bb index a4ff39a27da..3a9889c5b3c 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-libs_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-libs_2.0.1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_libs/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_libs" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-moveit_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-moveit_2.0.1.bb index b21a57cf890..bfa02bce422 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-moveit_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-moveit_2.0.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_moveit/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_moveit" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-teleop_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-teleop_2.0.1.bb index cb2e5039fb5..62232b386b7 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-teleop_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator-teleop_2.0.1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator_teleop/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator_teleop" diff --git a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator_2.0.1.bb b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator_2.0.1.bb index 9ebc6a45a50..0eec34dde40 100644 --- a/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator_2.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/open-manipulator/open-manipulator_2.0.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator-release/archive/release/melodic/open_manipulator/2.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/open_manipulator" diff --git a/meta-ros1-melodic/generated-recipes/open-street-map/osm-cartography_0.2.5-1.bb b/meta-ros1-melodic/generated-recipes/open-street-map/osm-cartography_0.2.5-1.bb index e3a20786f09..ce358f2b0bb 100644 --- a/meta-ros1-melodic/generated-recipes/open-street-map/osm-cartography_0.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-street-map/osm-cartography_0.2.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/melodic/osm_cartography/0.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/osm_cartography" diff --git a/meta-ros1-melodic/generated-recipes/open-street-map/route-network_0.2.5-1.bb b/meta-ros1-melodic/generated-recipes/open-street-map/route-network_0.2.5-1.bb index fdd95d47ddf..9c577eee84f 100644 --- a/meta-ros1-melodic/generated-recipes/open-street-map/route-network_0.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-street-map/route-network_0.2.5-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/melodic/route_network/0.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/route_network" diff --git a/meta-ros1-melodic/generated-recipes/open-street-map/test-osm_0.2.5-1.bb b/meta-ros1-melodic/generated-recipes/open-street-map/test-osm_0.2.5-1.bb index 3f30d389606..5894388a1f6 100644 --- a/meta-ros1-melodic/generated-recipes/open-street-map/test-osm_0.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/open-street-map/test-osm_0.2.5-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/melodic/test_osm/0.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/test_osm" diff --git a/meta-ros1-melodic/generated-recipes/opencv-apps/opencv-apps_2.0.1-1.bb b/meta-ros1-melodic/generated-recipes/opencv-apps/opencv-apps_2.0.1-1.bb index 9dc4e015113..bff399504f6 100644 --- a/meta-ros1-melodic/generated-recipes/opencv-apps/opencv-apps_2.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/opencv-apps/opencv-apps_2.0.1-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-perception/opencv_apps-release/archive/release/melodic/opencv_apps/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/opencv_apps" diff --git a/meta-ros1-melodic/generated-recipes/openhrp3/openhrp3_3.1.9-5.bb b/meta-ros1-melodic/generated-recipes/openhrp3/openhrp3_3.1.9-5.bb index 1593bed9883..0a710e4d1d1 100644 --- a/meta-ros1-melodic/generated-recipes/openhrp3/openhrp3_3.1.9-5.bb +++ b/meta-ros1-melodic/generated-recipes/openhrp3/openhrp3_3.1.9-5.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/openhrp3-release/archive/release/melodic/openhrp3/3.1.9-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/openhrp3" diff --git a/meta-ros1-melodic/generated-recipes/openni-camera/openni-camera_1.11.1.bb b/meta-ros1-melodic/generated-recipes/openni-camera/openni-camera_1.11.1.bb index 82579f9927b..ab2cb9f38b7 100644 --- a/meta-ros1-melodic/generated-recipes/openni-camera/openni-camera_1.11.1.bb +++ b/meta-ros1-melodic/generated-recipes/openni-camera/openni-camera_1.11.1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni_camera-release/archive/release/melodic/openni_camera/1.11.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/openni_camera" diff --git a/meta-ros1-melodic/generated-recipes/openni-camera/openni-description_1.11.1.bb b/meta-ros1-melodic/generated-recipes/openni-camera/openni-description_1.11.1.bb index 58c77a6fcf9..ea1bf7f0e71 100644 --- a/meta-ros1-melodic/generated-recipes/openni-camera/openni-description_1.11.1.bb +++ b/meta-ros1-melodic/generated-recipes/openni-camera/openni-description_1.11.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni_camera-release/archive/release/melodic/openni_description/1.11.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/openni_description" diff --git a/meta-ros1-melodic/generated-recipes/openni-camera/openni-launch_1.11.1.bb b/meta-ros1-melodic/generated-recipes/openni-camera/openni-launch_1.11.1.bb index 9d6ebd067af..d91939f20a1 100644 --- a/meta-ros1-melodic/generated-recipes/openni-camera/openni-launch_1.11.1.bb +++ b/meta-ros1-melodic/generated-recipes/openni-camera/openni-launch_1.11.1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni_camera-release/archive/release/melodic/openni_launch/1.11.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/openni_launch" diff --git a/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb index 63d7c075334..a49bf3783b1 100644 --- a/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni2_camera-release/archive/release/melodic/openni2_camera/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openni2_camera" diff --git a/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb index 95b5e01662e..6458d88ce67 100644 --- a/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni2_camera-release/archive/release/melodic/openni2_launch/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openni2_launch" diff --git a/meta-ros1-melodic/generated-recipes/openrtm-aist-python/openrtm-aist-python_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/openrtm-aist-python/openrtm-aist-python_1.1.0-2.bb index 0820cc44ba4..06b01eee3cc 100644 --- a/meta-ros1-melodic/generated-recipes/openrtm-aist-python/openrtm-aist-python_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/openrtm-aist-python/openrtm-aist-python_1.1.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/openrtm_aist_python-release/archive/release/melodic/openrtm_aist_python/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/openrtm_aist_python" diff --git a/meta-ros1-melodic/generated-recipes/openrtm-aist/openrtm-aist_1.1.2-7.bb b/meta-ros1-melodic/generated-recipes/openrtm-aist/openrtm-aist_1.1.2-7.bb index 2652b3d8a72..abc44bd9c91 100644 --- a/meta-ros1-melodic/generated-recipes/openrtm-aist/openrtm-aist_1.1.2-7.bb +++ b/meta-ros1-melodic/generated-recipes/openrtm-aist/openrtm-aist_1.1.2-7.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/openrtm_aist-release/archive/release/melodic/openrtm_aist/1.1.2-7.tar.gz ROS_BRANCH ?= "branch=release/melodic/openrtm_aist" diff --git a/meta-ros1-melodic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb index 2cb7bc12229..19a65ba2b40 100644 --- a/meta-ros1-melodic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openslam_gmapping-release/archive/release/melodic/openslam_gmapping/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openslam_gmapping" diff --git a/meta-ros1-melodic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb index 3c09cb10f31..05d11a69a24 100644 --- a/meta-ros1-melodic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lp-research/openzen_sensor-release/archive/release/melodic/openzen_sensor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openzen_sensor" diff --git a/meta-ros1-melodic/generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb b/meta-ros1-melodic/generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb index 4fb0e40d614..59d380960cd 100644 --- a/meta-ros1-melodic/generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/optpp_catkin-release/archive/release/melodic/optpp_catkin/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/optpp_catkin" diff --git a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb index 33382f64052..32e32a39a84 100644 --- a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb +++ b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/orocos/orocos-kdl-release/archive/release/melodic/orocos_kdl/1.4.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/orocos_kdl" diff --git a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kinematics-dynamics_1.4.0.bb b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kinematics-dynamics_1.4.0.bb index 4f320e7aa65..53e2463868c 100644 --- a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kinematics-dynamics_1.4.0.bb +++ b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/orocos-kinematics-dynamics_1.4.0.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/orocos/orocos-kdl-release/archive/release/melodic/orocos_kinematics_dynamics/1.4.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/orocos_kinematics_dynamics" diff --git a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bb b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bb index ab3f139ed23..2873dbb7f9a 100644 --- a/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bb +++ b/meta-ros1-melodic/generated-recipes/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/orocos/orocos-kdl-release/archive/release/melodic/python_orocos_kdl/1.4.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/python_orocos_kdl" diff --git a/meta-ros1-melodic/generated-recipes/ouster/ouster-driver_0.1.7.bb b/meta-ros1-melodic/generated-recipes/ouster/ouster-driver_0.1.7.bb index c6d8a4e8531..b456b7cfaec 100644 --- a/meta-ros1-melodic/generated-recipes/ouster/ouster-driver_0.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/ouster/ouster-driver_0.1.7.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CPFL/ouster-release/archive/release/melodic/ouster_driver/0.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ouster_driver" diff --git a/meta-ros1-melodic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb index d3964407312..5effcf0071a 100644 --- a/meta-ros1-melodic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/oxford_gps_eth-release/archive/release/melodic/oxford_gps_eth/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/oxford_gps_eth" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-doc_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-doc_2.1.1-3.bb index 0174d0e7c3e..5cb19d6621b 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-doc_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-doc_2.1.1-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_doc/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_doc" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-driver_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-driver_2.1.1-3.bb index 8aae1d4f883..b800094bb9e 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-driver_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-driver_2.1.1-3.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_driver/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_driver" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-launch_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-launch_2.1.1-3.bb index 7a9a28880a1..4ec2ccc838f 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-launch_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-launch_2.1.1-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_launch/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_launch" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-msgs_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-msgs_2.1.1-3.bb index b87e936f886..ba4219e1769 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-msgs_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-msgs_2.1.1-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_msgs/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_msgs" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-teleop_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-teleop_2.1.1-3.bb index 979fa96ca5b..295773cff32 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-teleop_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-teleop_2.1.1-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_teleop/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_teleop" diff --git a/meta-ros1-melodic/generated-recipes/p2os/p2os-urdf_2.1.1-3.bb b/meta-ros1-melodic/generated-recipes/p2os/p2os-urdf_2.1.1-3.bb index a607117eccd..20c1884fa63 100644 --- a/meta-ros1-melodic/generated-recipes/p2os/p2os-urdf_2.1.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/p2os/p2os-urdf_2.1.1-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/melodic/p2os_urdf/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/p2os_urdf" diff --git a/meta-ros1-melodic/generated-recipes/pacmod-game-control/pacmod-game-control_3.0.2-1.bb b/meta-ros1-melodic/generated-recipes/pacmod-game-control/pacmod-game-control_3.0.2-1.bb index e63f50590a0..e4b4811568f 100644 --- a/meta-ros1-melodic/generated-recipes/pacmod-game-control/pacmod-game-control_3.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/pacmod-game-control/pacmod-game-control_3.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/pacmod_game_control-release/archive/release/melodic/pacmod_game_control/3.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pacmod_game_control" diff --git a/meta-ros1-melodic/generated-recipes/pacmod/pacmod_2.1.0-1.bb b/meta-ros1-melodic/generated-recipes/pacmod/pacmod_2.1.0-1.bb index 75cd8cb2c08..b5c077361f8 100644 --- a/meta-ros1-melodic/generated-recipes/pacmod/pacmod_2.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pacmod/pacmod_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/pacmod-release/archive/release/melodic/pacmod/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pacmod" diff --git a/meta-ros1-melodic/generated-recipes/pacmod3/pacmod3_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/pacmod3/pacmod3_1.3.0-1.bb index 5979ebae1c5..4627f88e02d 100644 --- a/meta-ros1-melodic/generated-recipes/pacmod3/pacmod3_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pacmod3/pacmod3_1.3.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/pacmod3-release/archive/release/melodic/pacmod3/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pacmod3" diff --git a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-carbon-collector_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-carbon-collector_1.4.1-1.bb index c0255343595..f5ea4982319 100644 --- a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-carbon-collector_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-carbon-collector_1.4.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/pal_statistics-release/archive/release/melodic/pal_carbon_collector/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pal_carbon_collector" diff --git a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics-msgs_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics-msgs_1.4.1-1.bb index 44f4fcd95ad..67be6f68192 100644 --- a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics-msgs_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics-msgs_1.4.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/pal_statistics-release/archive/release/melodic/pal_statistics_msgs/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pal_statistics_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics_1.4.1-1.bb index 04a7c49a57f..ada0bb03c8b 100644 --- a/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pal-statistics/pal-statistics_1.4.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/pal_statistics-release/archive/release/melodic/pal_statistics/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pal_statistics" diff --git a/meta-ros1-melodic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.4-1.bb b/meta-ros1-melodic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.4-1.bb index 0eae03706e0..1f60368e27e 100644 --- a/meta-ros1-melodic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/panda_moveit_config-release/archive/release/melodic/panda_moveit_config/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/panda_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/parrot-arsdk/parrot-arsdk_3.14.1.bb b/meta-ros1-melodic/generated-recipes/parrot-arsdk/parrot-arsdk_3.14.1.bb index db10df33ba8..e0febfedb58 100644 --- a/meta-ros1-melodic/generated-recipes/parrot-arsdk/parrot-arsdk_3.14.1.bb +++ b/meta-ros1-melodic/generated-recipes/parrot-arsdk/parrot-arsdk_3.14.1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AutonomyLab/parrot_arsdk-release/archive/release/melodic/parrot_arsdk/3.14.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/parrot_arsdk" diff --git a/meta-ros1-melodic/generated-recipes/pcl-msgs/pcl-msgs_0.2.0.bb b/meta-ros1-melodic/generated-recipes/pcl-msgs/pcl-msgs_0.2.0.bb index a15bcd7b497..48dcfb05bcb 100644 --- a/meta-ros1-melodic/generated-recipes/pcl-msgs/pcl-msgs_0.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/pcl-msgs/pcl-msgs_0.2.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pcl_msgs-release/archive/release/melodic/pcl_msgs/0.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pcl_msgs" diff --git a/meta-ros1-melodic/generated-recipes/people/face-detector_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/face-detector_1.4.0-4.bb index 11b1a36e48a..4cbc11ad07d 100644 --- a/meta-ros1-melodic/generated-recipes/people/face-detector_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/face-detector_1.4.0-4.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/face_detector/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/face_detector" diff --git a/meta-ros1-melodic/generated-recipes/people/leg-detector_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/leg-detector_1.4.0-4.bb index 54ca5749de9..e4dfa0ca31b 100644 --- a/meta-ros1-melodic/generated-recipes/people/leg-detector_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/leg-detector_1.4.0-4.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/leg_detector/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/leg_detector" diff --git a/meta-ros1-melodic/generated-recipes/people/people-msgs_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/people-msgs_1.4.0-4.bb index 7c6ec7c6429..a64a7b9f309 100644 --- a/meta-ros1-melodic/generated-recipes/people/people-msgs_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/people-msgs_1.4.0-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/people_msgs/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/people_msgs" diff --git a/meta-ros1-melodic/generated-recipes/people/people-tracking-filter_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/people-tracking-filter_1.4.0-4.bb index 1e4920eb220..c8e75fa9cc3 100644 --- a/meta-ros1-melodic/generated-recipes/people/people-tracking-filter_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/people-tracking-filter_1.4.0-4.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/people_tracking_filter/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/people_tracking_filter" diff --git a/meta-ros1-melodic/generated-recipes/people/people-velocity-tracker_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/people-velocity-tracker_1.4.0-4.bb index 4be3927b326..1a8a78ca287 100644 --- a/meta-ros1-melodic/generated-recipes/people/people-velocity-tracker_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/people-velocity-tracker_1.4.0-4.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/people_velocity_tracker/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/people_velocity_tracker" diff --git a/meta-ros1-melodic/generated-recipes/people/people_1.4.0-4.bb b/meta-ros1-melodic/generated-recipes/people/people_1.4.0-4.bb index 814fdec1fb2..e1bf5e51c3b 100644 --- a/meta-ros1-melodic/generated-recipes/people/people_1.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/people/people_1.4.0-4.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/melodic/people/1.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/people" diff --git a/meta-ros1-melodic/generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb b/meta-ros1-melodic/generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb index e76ce0597b0..007f0ea667d 100644 --- a/meta-ros1-melodic/generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb +++ b/meta-ros1-melodic/generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-naoqi/pepper_meshes-release/archive/release/melodic/pepper_meshes/0.2.4-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pepper_meshes" diff --git a/meta-ros1-melodic/generated-recipes/pepperl-fuchs/pepperl-fuchs-r2000_0.1.3.bb b/meta-ros1-melodic/generated-recipes/pepperl-fuchs/pepperl-fuchs-r2000_0.1.3.bb index e56ed4da5c4..ca6905bdcd8 100644 --- a/meta-ros1-melodic/generated-recipes/pepperl-fuchs/pepperl-fuchs-r2000_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/pepperl-fuchs/pepperl-fuchs-r2000_0.1.3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dillenberger/pepperl_fuchs-release/archive/release/melodic/pepperl_fuchs_r2000/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pepperl_fuchs_r2000" diff --git a/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-conversions_1.7.1-1.bb b/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-conversions_1.7.1-1.bb index 191e0b9dd7a..22f31075332 100644 --- a/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-conversions_1.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-conversions_1.7.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/melodic/pcl_conversions/1.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pcl_conversions" diff --git a/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-ros_1.7.1-1.bb b/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-ros_1.7.1-1.bb index 692b7536dd4..147ee5f848e 100644 --- a/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-ros_1.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/perception-pcl/pcl-ros_1.7.1-1.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/melodic/pcl_ros/1.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pcl_ros" diff --git a/meta-ros1-melodic/generated-recipes/perception-pcl/perception-pcl_1.7.1-1.bb b/meta-ros1-melodic/generated-recipes/perception-pcl/perception-pcl_1.7.1-1.bb index 55ef76df764..62cb8c1458a 100644 --- a/meta-ros1-melodic/generated-recipes/perception-pcl/perception-pcl_1.7.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/perception-pcl/perception-pcl_1.7.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/melodic/perception_pcl/1.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/perception_pcl" diff --git a/meta-ros1-melodic/generated-recipes/pf-lidar-ros-driver/pf-driver_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/pf-lidar-ros-driver/pf-driver_1.1.1-1.bb index 19b7429faed..ece833bb573 100644 --- a/meta-ros1-melodic/generated-recipes/pf-lidar-ros-driver/pf-driver_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pf-lidar-ros-driver/pf-driver_1.1.1-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PepperlFuchs/pf_lidar_ros_driver-release/archive/release/melodic/pf_driver/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pf_driver" diff --git a/meta-ros1-melodic/generated-recipes/pheeno-ros-description/pheeno-ros-description_0.1.0.bb b/meta-ros1-melodic/generated-recipes/pheeno-ros-description/pheeno-ros-description_0.1.0.bb index 679ee1382a8..7ef95e04914 100644 --- a/meta-ros1-melodic/generated-recipes/pheeno-ros-description/pheeno-ros-description_0.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/pheeno-ros-description/pheeno-ros-description_0.1.0.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/acslaboratory/pheeno_ros_description-release/archive/release/melodic/pheeno_ros_description/0.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pheeno_ros_description" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/libphidget21_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/libphidget21_0.7.11-1.bb index 6130033b55a..e789488f53d 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/libphidget21_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/libphidget21_0.7.11-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/libphidget21/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/libphidget21" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-api_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-api_0.7.11-1.bb index f03cb78fcdd..93806ab6aab 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-api_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-api_0.7.11-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_api/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_api" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-drivers_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-drivers_0.7.11-1.bb index d448634015e..c8e9e79b121 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-drivers_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-drivers_0.7.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_drivers/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_drivers" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_0.7.11-1.bb index 61b5740c640..4d01a2d38b7 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_0.7.11-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_high_speed_encoder/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_high_speed_encoder" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-ik_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-ik_0.7.11-1.bb index 1a21a66c90e..543f5b31b0e 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-ik_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-ik_0.7.11-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_ik/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_ik" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-imu_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-imu_0.7.11-1.bb index 027bef7bbef..5a65a12717c 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-imu_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-imu_0.7.11-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_imu/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_imu" diff --git a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-msgs_0.7.11-1.bb b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-msgs_0.7.11-1.bb index 64328669eee..69f7ee2efa4 100644 --- a/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-msgs_0.7.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/phidgets-drivers/phidgets-msgs_0.7.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/melodic/phidgets_msgs/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/phidgets_msgs" diff --git a/meta-ros1-melodic/generated-recipes/photo/photo_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/photo/photo_1.0.3-1.bb index 9ac86632fd0..064493d29f7 100644 --- a/meta-ros1-melodic/generated-recipes/photo/photo_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/photo/photo_1.0.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/bosch-ros-pkg/photo-release/archive/release/melodic/photo/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/photo" diff --git a/meta-ros1-melodic/generated-recipes/pid/pid_0.0.27.bb b/meta-ros1-melodic/generated-recipes/pid/pid_0.0.27.bb index 2b304d81a19..abcdf5905a8 100644 --- a/meta-ros1-melodic/generated-recipes/pid/pid_0.0.27.bb +++ b/meta-ros1-melodic/generated-recipes/pid/pid_0.0.27.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AndyZe/pid-release/archive/release/melodic/pid/0.0.27-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pid" diff --git a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.6.0-1.bb index 67801ffb41e..34732235268 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.6.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/melodic/pilz_industrial_motion_testutils/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_industrial_motion_testutils" diff --git a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-msgs_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-msgs_0.6.0-1.bb index f91e0beb049..b1d394bc78c 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-msgs_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-msgs_0.6.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/melodic/pilz_msgs/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-testutils_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-testutils_0.6.0-1.bb index 6d1cba1b770..c0be86b0ee9 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-testutils_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-testutils_0.6.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/melodic/pilz_testutils/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_testutils" diff --git a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-utils_0.6.0-1.bb b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-utils_0.6.0-1.bb index 21fc9342df2..f5371f9a179 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-common/pilz-utils_0.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-common/pilz-utils_0.6.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/melodic/pilz_utils/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_utils" diff --git a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-extensions_0.4.12-1.bb b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-extensions_0.4.12-1.bb index 78a058a64cd..4e644c4bb21 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-extensions_0.4.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-extensions_0.4.12-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/melodic/pilz_extensions/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_extensions" diff --git a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.4.12-1.bb b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.4.12-1.bb index a915a58995a..7861c038689 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.4.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.4.12-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/melodic/pilz_industrial_motion/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_industrial_motion" diff --git a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.4.12-1.bb b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.4.12-1.bb index 89a2f14ef4a..d478cb548db 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.4.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.4.12-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/melodic/pilz_robot_programming/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_robot_programming" diff --git a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-store-positions_0.4.12-1.bb b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-store-positions_0.4.12-1.bb index 93f562fcfc7..a23aed7636a 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-store-positions_0.4.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-store-positions_0.4.12-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/melodic/pilz_store_positions/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_store_positions" diff --git a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-trajectory-generation_0.4.12-1.bb b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-trajectory-generation_0.4.12-1.bb index da6c3144736..a40e5180ff3 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-trajectory-generation_0.4.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-industrial-motion/pilz-trajectory-generation_0.4.12-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/melodic/pilz_trajectory_generation/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_trajectory_generation" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-control_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-control_0.5.21-1.bb index be7f67eb6e6..8c7843c06fa 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-control_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-control_0.5.21-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/pilz_control/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_control" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-robots_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-robots_0.5.21-1.bb index a6c98216da9..f25b1d38a33 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-robots_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-robots_0.5.21-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/pilz_robots/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_robots" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.5.21-1.bb index 2c18d39e229..99015f83b38 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.5.21-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/pilz_status_indicator_rqt/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pilz_status_indicator_rqt" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-gazebo_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-gazebo_0.5.21-1.bb index feb93f70cfd..d16836bd134 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-gazebo_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-gazebo_0.5.21-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/prbt_gazebo/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-hardware-support_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-hardware-support_0.5.21-1.bb index e2c71e3ee48..f6152582c73 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-hardware-support_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-hardware-support_0.5.21-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/prbt_hardware_support/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_hardware_support" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.5.21-1.bb index 190c87dab9c..ddab33a9ba7 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.5.21-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/prbt_ikfast_manipulator_plugin/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_ikfast_manipulator_plugin" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-moveit-config_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-moveit-config_0.5.21-1.bb index 2332f638bd6..b61901c283e 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-moveit-config_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-moveit-config_0.5.21-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/prbt_moveit_config/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-support_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-support_0.5.21-1.bb index 74e8950128c..bac9bc10c41 100644 --- a/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-support_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/pilz-robots/prbt-support_0.5.21-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/melodic/prbt_support/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_support" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb index 10ae4888eae..af605efb43c 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm_bringup/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm_bringup" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb index cf661d2e62d..453e0ee7f93 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm_description/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm_description" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb index 07b42e99053..bb823ca660a 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm_ikfast_plugin/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm_ikfast_plugin" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb index 8bd50c5e890..876de945e5f 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm_moveit_config/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb index f76a280686a..d9a57797432 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm_moveit_demos/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm_moveit_demos" diff --git a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb index a6afc8626f5..a3442998900 100644 --- a/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/melodic/pincher_arm/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pincher_arm" diff --git a/meta-ros1-melodic/generated-recipes/pinocchio/pinocchio_2.5.0-2.bb b/meta-ros1-melodic/generated-recipes/pinocchio/pinocchio_2.5.0-2.bb index 2bc0f90071a..d152505c6f2 100644 --- a/meta-ros1-melodic/generated-recipes/pinocchio/pinocchio_2.5.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/pinocchio/pinocchio_2.5.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/pinocchio_catkin-release/archive/release/melodic/pinocchio/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/pinocchio" diff --git a/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder-msgs_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder-msgs_1.0.2-1.bb index 586ea89f3ed..e9664112339 100644 --- a/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder-msgs_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder-msgs_1.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-robotics/play_motion_builder-release/archive/release/melodic/play_motion_builder_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/play_motion_builder_msgs" diff --git a/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder_1.0.2-1.bb index 995ebd5f21c..65d1b57606a 100644 --- a/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/play-motion-builder/play-motion-builder_1.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-robotics/play_motion_builder-release/archive/release/melodic/play_motion_builder/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/play_motion_builder" diff --git a/meta-ros1-melodic/generated-recipes/play-motion-builder/rqt-play-motion-builder_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/play-motion-builder/rqt-play-motion-builder_1.0.2-1.bb index 0fcc7aa2e1c..9212182018a 100644 --- a/meta-ros1-melodic/generated-recipes/play-motion-builder/rqt-play-motion-builder_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/play-motion-builder/rqt-play-motion-builder_1.0.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-robotics/play_motion_builder-release/archive/release/melodic/rqt_play_motion_builder/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_play_motion_builder" diff --git a/meta-ros1-melodic/generated-recipes/play-motion/play-motion-msgs_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/play-motion/play-motion-msgs_0.4.8-1.bb index f9eed278653..2dc6de20fa5 100644 --- a/meta-ros1-melodic/generated-recipes/play-motion/play-motion-msgs_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/play-motion/play-motion-msgs_0.4.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/play_motion-release2/archive/release/melodic/play_motion_msgs/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/play_motion_msgs" diff --git a/meta-ros1-melodic/generated-recipes/play-motion/play-motion_0.4.8-1.bb b/meta-ros1-melodic/generated-recipes/play-motion/play-motion_0.4.8-1.bb index db7611a14d6..9856280c2c5 100644 --- a/meta-ros1-melodic/generated-recipes/play-motion/play-motion_0.4.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/play-motion/play-motion_0.4.8-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/play_motion-release2/archive/release/melodic/play_motion/0.4.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/play_motion" diff --git a/meta-ros1-melodic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb index 2010b23a242..b995489569d 100644 --- a/meta-ros1-melodic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/melodic/plotjuggler_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/plotjuggler_msgs" diff --git a/meta-ros1-melodic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.2.0-1.bb b/meta-ros1-melodic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.2.0-1.bb index ccb6b2fab88..1f8629ac299 100644 --- a/meta-ros1-melodic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.2.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PlotJuggler/plotjuggler-ros-plugins-release/archive/release/melodic/plotjuggler_ros/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/plotjuggler_ros" diff --git a/meta-ros1-melodic/generated-recipes/plotjuggler/plotjuggler_3.1.2-1.bb b/meta-ros1-melodic/generated-recipes/plotjuggler/plotjuggler_3.1.2-1.bb index 25c82e5c404..51f647ad405 100644 --- a/meta-ros1-melodic/generated-recipes/plotjuggler/plotjuggler_3.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/plotjuggler/plotjuggler_3.1.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler-release/archive/release/melodic/plotjuggler/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/plotjuggler" diff --git a/meta-ros1-melodic/generated-recipes/pluginlib/pluginlib_1.12.1.bb b/meta-ros1-melodic/generated-recipes/pluginlib/pluginlib_1.12.1.bb index a31aa20540f..8c09d656192 100644 --- a/meta-ros1-melodic/generated-recipes/pluginlib/pluginlib_1.12.1.bb +++ b/meta-ros1-melodic/generated-recipes/pluginlib/pluginlib_1.12.1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pluginlib-release/archive/release/melodic/pluginlib/1.12.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pluginlib" diff --git a/meta-ros1-melodic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb index cb808d8f41e..4c435ec3943 100644 --- a/meta-ros1-melodic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pointcloud_to_laserscan-release/archive/release/melodic/pointcloud_to_laserscan/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pointcloud_to_laserscan" diff --git a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.14.1-1.bb b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.14.1-1.bb index 983755213b2..b2f88d0cb34 100644 --- a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.14.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/melodic/image_exposure_msgs/0.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_exposure_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.14.1-1.bb b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.14.1-1.bb index 4ff46e75c6d..b83dff3e9aa 100644 --- a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.14.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/melodic/pointgrey_camera_description/0.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pointgrey_camera_description" diff --git a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.14.1-1.bb b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.14.1-1.bb index 557f9a11a93..56bc0b3791f 100644 --- a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.14.1-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/melodic/pointgrey_camera_driver/0.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pointgrey_camera_driver" diff --git a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.14.1-1.bb b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.14.1-1.bb index 48b0ad97deb..7b9c7b1e993 100644 --- a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.14.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/melodic/statistics_msgs/0.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/statistics_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.14.1-1.bb b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.14.1-1.bb index 41ddc9d7d50..b6e4e811052 100644 --- a/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.14.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/melodic/wfov_camera_msgs/0.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wfov_camera_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pose-cov-ops/pose-cov-ops_0.2.1.bb b/meta-ros1-melodic/generated-recipes/pose-cov-ops/pose-cov-ops_0.2.1.bb index c4ba5369340..ee83077c993 100644 --- a/meta-ros1-melodic/generated-recipes/pose-cov-ops/pose-cov-ops_0.2.1.bb +++ b/meta-ros1-melodic/generated-recipes/pose-cov-ops/pose-cov-ops_0.2.1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/pose_cov_ops-release/archive/release/melodic/pose_cov_ops/0.2.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pose_cov_ops" diff --git a/meta-ros1-melodic/generated-recipes/power-msgs/power-msgs_0.4.0-1.bb b/meta-ros1-melodic/generated-recipes/power-msgs/power-msgs_0.4.0-1.bb index ce6d2a4b6ef..32c963cb52f 100644 --- a/meta-ros1-melodic/generated-recipes/power-msgs/power-msgs_0.4.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/power-msgs/power-msgs_0.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/power_msgs-release/archive/release/melodic/power_msgs/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/power_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-app-manager_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-app-manager_0.6.1.bb index 86ace9154d5..79f0e9b7aab 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-app-manager_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-app-manager_0.6.1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_app_manager/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_app_manager" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-apps_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-apps_0.6.1.bb index 35bdc47eddc..4c83f2d0ccc 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-apps_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-apps_0.6.1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_apps/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_apps" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.1.bb index cf9c050815a..34a07ae9bb5 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_mannequin_mode/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mannequin_mode" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.1.bb index 10f6d6e603b..6a823a1e490 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_position_scripts/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_position_scripts" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.1.bb index 7cea97ea2d3..1bc95562265 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_teleop_general/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_teleop_general" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop_0.6.1.bb index cb7a2c71e51..ab89634eea7 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-teleop_0.6.1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_teleop/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_teleop" diff --git a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.1.bb b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.1.bb index 2d5665ab2d4..50f42b2713a 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/melodic/pr2_tuckarm/0.6.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_tuckarm" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/dense-laser-assembler_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/dense-laser-assembler_1.0.11-3.bb index ee9cf22bdd4..aea572556bb 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/dense-laser-assembler_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/dense-laser-assembler_1.0.11-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/dense_laser_assembler/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/dense_laser_assembler" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-processor_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-processor_1.0.11-3.bb index a04edca0da1..03c10686955 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-processor_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-processor_1.0.11-3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/laser_joint_processor/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_joint_processor" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-projector_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-projector_1.0.11-3.bb index 1eb0ef2195b..1ed42680035 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-projector_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/laser-joint-projector_1.0.11-3.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/laser_joint_projector/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_joint_projector" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration-launch_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration-launch_1.0.11-3.bb index 351baf755e8..fcc0dadb32a 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration-launch_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration-launch_1.0.11-3.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/pr2_calibration_launch/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_calibration_launch" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration_1.0.11-3.bb index b4e58f59bb5..27314017763 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-calibration_1.0.11-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/pr2_calibration/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_calibration" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-dense-laser-snapshotter_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-dense-laser-snapshotter_1.0.11-3.bb index b4be766c6c3..a0459d80920 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-dense-laser-snapshotter_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-dense-laser-snapshotter_1.0.11-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/pr2_dense_laser_snapshotter/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_dense_laser_snapshotter" diff --git a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-se-calibration-launch_1.0.11-3.bb b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-se-calibration-launch_1.0.11-3.bb index 30173cd8d07..51e771c9a8f 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-se-calibration-launch_1.0.11-3.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-calibration/pr2-se-calibration-launch_1.0.11-3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UNR-RoboticsResearchLab/pr2_calibration-release/archive/release/melodic/pr2_se_calibration_launch/1.0.11-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_se_calibration_launch" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.11.bb index 64da8fc3a41..cad0cb35602 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.11.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/joint_trajectory_action_tools/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_trajectory_action_tools" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.11.bb index a71fac1c861..9ca15472a59 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.11.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/joint_trajectory_generator/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_trajectory_generator" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.11.bb index 80cffcaa3e4..2f3c96b220d 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.11.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/pr2_arm_move_ik/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_arm_move_ik" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.11.bb index 17c0defaa76..0645e096025 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.11.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/pr2_common_action_msgs/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_common_action_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.11.bb index d0a91771d53..00dda996373 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.11.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/pr2_common_actions/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_common_actions" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bb index 8e57fde6a36..e432a59a9d1 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/pr2_tilt_laser_interface/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_tilt_laser_interface" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.11.bb b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.11.bb index 232ccdaacb5..1947d08a306 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.11.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.11.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/melodic/pr2_tuck_arms_action/0.0.11-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_tuck_arms_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-common_1.12.4-1.bb b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-common_1.12.4-1.bb index eae41cd3a92..91613b835f9 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-common_1.12.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-common_1.12.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/melodic/pr2_common/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_common" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.12.4-1.bb b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.12.4-1.bb index 9a28b49b7c0..69046640f34 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.12.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.12.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/melodic/pr2_dashboard_aggregator/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_dashboard_aggregator" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-description_1.12.4-1.bb b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-description_1.12.4-1.bb index a1227c8719e..37d0a2c7179 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-description_1.12.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-description_1.12.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/melodic/pr2_description/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_description" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-machine_1.12.4-1.bb b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-machine_1.12.4-1.bb index 8355cda96d2..83117a716b8 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-machine_1.12.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-machine_1.12.4-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/melodic/pr2_machine/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_machine" diff --git a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-msgs_1.12.4-1.bb b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-msgs_1.12.4-1.bb index c981dd2fe82..7f3d5be9057 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-common/pr2-msgs_1.12.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-common/pr2-msgs_1.12.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/melodic/pr2_msgs/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.17-1.bb index 60efa0c533f..89215bb2a7d 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.17-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/ethercat_trigger_controllers/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ethercat_trigger_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.17-1.bb index 57970fc07b0..5dae820d143 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.17-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/joint_trajectory_action/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_trajectory_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.17-1.bb index adf47496b05..ab1073bfe10 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.17-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_calibration_controllers/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_calibration_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.17-1.bb index 119c6b9474b..8a43411e96e 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.17-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_controllers_msgs/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controllers_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers_1.10.17-1.bb index 5d5ff842cc0..244291e133e 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-controllers_1.10.17-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_controllers/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.17-1.bb index 0ccb7f59f6b..39d9ac2e2e3 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.17-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_gripper_action/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gripper_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-head-action_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-head-action_1.10.17-1.bb index 9c3957080df..30e6c7c4d51 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-head-action_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-head-action_1.10.17-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_head_action/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_head_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.17-1.bb index b2941bd6aba..662f0eb507d 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.17-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/pr2_mechanism_controllers/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mechanism_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.17-1.bb index 78e3069ed9a..f959a37e019 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.17-1.bb @@ -110,7 +110,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/robot_mechanism_controllers/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_mechanism_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.17-1.bb b/meta-ros1-melodic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.17-1.bb index 077855acc72..d5c3deb4cf0 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.17-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/melodic/single_joint_position_action/1.10.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/single_joint_position_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bb b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bb index 75ac8a11045..b557d394b54 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/melodic/ethercat_hardware/1.8.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ethercat_hardware" diff --git a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bb b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bb index 22af70e9d65..95f91c28799 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/melodic/fingertip_pressure/1.8.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/fingertip_pressure" diff --git a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.8.19-1.bb b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.8.19-1.bb index 1105a7f63e9..48b40df057c 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.8.19-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.8.19-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/melodic/pr2_ethercat_drivers/1.8.19-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_ethercat_drivers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-action_1.0.11-1.bb b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-action_1.0.11-1.bb index 1be4296cd98..95ad5d61bb5 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-action_1.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-action_1.0.11-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_gripper_sensor-release/archive/release/melodic/pr2_gripper_sensor_action/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gripper_sensor_action" diff --git a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-controller_1.0.11-1.bb b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-controller_1.0.11-1.bb index 630afd68dbf..5a18d14b090 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-controller_1.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-controller_1.0.11-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_gripper_sensor-release/archive/release/melodic/pr2_gripper_sensor_controller/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gripper_sensor_controller" diff --git a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-msgs_1.0.11-1.bb b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-msgs_1.0.11-1.bb index 52aafd89d53..65bb51a3528 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-msgs_1.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor-msgs_1.0.11-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_gripper_sensor-release/archive/release/melodic/pr2_gripper_sensor_msgs/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gripper_sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor_1.0.11-1.bb b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor_1.0.11-1.bb index ece099d109d..16037609203 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor_1.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-gripper-sensor/pr2-gripper-sensor_1.0.11-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_gripper_sensor-release/archive/release/melodic/pr2_gripper_sensor/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gripper_sensor" diff --git a/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.10.bb b/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.10.bb index 51b1f485dd7..cb64bcdf77f 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.10.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_kinematics-release/archive/release/melodic/pr2_arm_kinematics/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_arm_kinematics" diff --git a/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.10.bb b/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.10.bb index 4a9068f8832..d8aed35d179 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.10.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_kinematics-release/archive/release/melodic/pr2_kinematics/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_kinematics" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2.bb index 1400a776263..eec4974bd21 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pr2_mechanism_msgs-release/archive/release/melodic/pr2_mechanism_msgs/1.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mechanism_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18.bb index 51d157e0203..9099f340d6f 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_controller_interface/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controller_interface" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18.bb index f16b7c3f48e..21dc889ff22 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_controller_manager/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controller_manager" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18.bb index e6fbff664f6..2cf2feca3a2 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_hardware_interface/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_hardware_interface" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bb index 32882a69e6b..abc5407d93f 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_mechanism_diagnostics/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mechanism_diagnostics" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18.bb index e2fc8cd1376..e4458348848 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_mechanism_model/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mechanism_model" diff --git a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18.bb b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18.bb index 89054a991c2..81394260ddd 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/melodic/pr2_mechanism/1.8.18-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_mechanism" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/laser-tilt-controller-filter_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/laser-tilt-controller-filter_0.1.28-1.bb index 568625b86c6..fcfe388844d 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/laser-tilt-controller-filter_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/laser-tilt-controller-filter_0.1.28-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/laser_tilt_controller_filter/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_tilt_controller_filter" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-move-base_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-move-base_0.1.28-1.bb index 8f7d8009282..2a9e7c74fc8 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-move-base_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-move-base_0.1.28-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_move_base/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_move_base" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-config_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-config_0.1.28-1.bb index e4b290f4ad9..5ce07008129 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-config_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-config_0.1.28-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_config/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_config" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-global_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-global_0.1.28-1.bb index bf8e77aeeb9..10307697614 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-global_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-global_0.1.28-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_global/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_global" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-local_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-local_0.1.28-1.bb index bcb7becb2ff..02b2c593834 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-local_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-local_0.1.28-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_local/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_local" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-perception_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-perception_0.1.28-1.bb index 75e49bdde85..b8871571447 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-perception_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-perception_0.1.28-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_perception/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_perception" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bb index cce9b53d7a6..af1b08fa6d9 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_self_filter/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_self_filter" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-slam_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-slam_0.1.28-1.bb index fe9e8814d8a..ae99f7dcf29 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-slam_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-slam_0.1.28-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_slam/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_slam" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-teleop_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-teleop_0.1.28-1.bb index dc644b20245..b54c0a79a55 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-teleop_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation-teleop_0.1.28-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation_teleop/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation_teleop" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation_0.1.28-1.bb index 25905e816cd..d8d52d57a06 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/pr2-navigation_0.1.28-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/pr2_navigation/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_navigation" diff --git a/meta-ros1-melodic/generated-recipes/pr2-navigation/semantic-point-annotator_0.1.28-1.bb b/meta-ros1-melodic/generated-recipes/pr2-navigation/semantic-point-annotator_0.1.28-1.bb index 708bd197a7b..4e9d9fbba32 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-navigation/semantic-point-annotator_0.1.28-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-navigation/semantic-point-annotator_0.1.28-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_navigation-release/archive/release/melodic/semantic_point_annotator/0.1.28-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/semantic_point_annotator" diff --git a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.7.bb b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.7.bb index 6506b744dcb..1a91cad3e30 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.7.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/melodic/ocean_battery_driver/1.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ocean_battery_driver" diff --git a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/power-monitor_1.1.7.bb b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/power-monitor_1.1.7.bb index 2039ca2213a..586a33e16aa 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/power-monitor_1.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/power-monitor_1.1.7.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/melodic/power_monitor/1.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/power_monitor" diff --git a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.7.bb b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.7.bb index 5d372da86e3..87fa0d2ef24 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.7.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/melodic/pr2_power_board/1.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_power_board" diff --git a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.7.bb b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.7.bb index 2005fc716b1..76a5be2386a 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.7.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.7.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/melodic/pr2_power_drivers/1.1.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_power_drivers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/imu-monitor_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/imu-monitor_1.6.31-1.bb index d77b0530674..9bb2357e8c3 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/imu-monitor_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/imu-monitor_1.6.31-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/imu_monitor/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_monitor" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-bringup_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-bringup_1.6.31-1.bb index 97368c3923d..cf16930d9e4 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-bringup_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-bringup_1.6.31-1.bb @@ -109,7 +109,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_bringup/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_bringup" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.31-1.bb index 32dab17fb75..885124616ae 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.31-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_camera_synchronizer/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_camera_synchronizer" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.31-1.bb index 1b328895ed0..fc728c53806 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.31-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_computer_monitor/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_computer_monitor" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.31-1.bb index d348c5f7ed8..ffb2e663ae9 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.31-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_controller_configuration/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controller_configuration" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-ethercat_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-ethercat_1.6.31-1.bb index 36e1daa48b5..705642a5fce 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-ethercat_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-ethercat_1.6.31-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_ethercat/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_ethercat" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-robot_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-robot_1.6.31-1.bb index 72166f74f1c..d9634c6f7fd 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-robot_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-robot_1.6.31-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_robot/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_robot" diff --git a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.31-1.bb b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.31-1.bb index f82ea5781f0..b7f4caa1b2e 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.31-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.31-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/melodic/pr2_run_stop_auto_restart/1.6.31-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_run_stop_auto_restart" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb index d05312624d8..0c68b348bca 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/joint_qualification_controllers/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_qualification_controllers" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb index b86f382f93b..b8818f3f161 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/pr2_bringup_tests/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_bringup_tests" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb index 2b2a59c9f30..05d234ef9aa 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/pr2_counterbalance_check/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_counterbalance_check" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb index f67424d2912..7cfa760d756 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/pr2_motor_diagnostic_tool/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_motor_diagnostic_tool" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb index cb302291601..63111f39c03 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/pr2_self_test_msgs/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_self_test_msgs" diff --git a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb index 1b668f75324..f30a1b925e1 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/melodic/pr2_self_test/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_self_test" diff --git a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-controller-configuration-gazebo_2.0.14.bb b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-controller-configuration-gazebo_2.0.14.bb index 1b9d195624e..878ab18a8e9 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-controller-configuration-gazebo_2.0.14.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-controller-configuration-gazebo_2.0.14.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_simulator-release/archive/release/melodic/pr2_controller_configuration_gazebo/2.0.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_controller_configuration_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo-plugins_2.0.14.bb b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo-plugins_2.0.14.bb index c541c271a3a..74ac9ca613e 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo-plugins_2.0.14.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo-plugins_2.0.14.bb @@ -111,7 +111,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_simulator-release/archive/release/melodic/pr2_gazebo_plugins/2.0.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo_2.0.14.bb b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo_2.0.14.bb index 0de1203a37e..ce91c72c61e 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo_2.0.14.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-gazebo_2.0.14.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_simulator-release/archive/release/melodic/pr2_gazebo/2.0.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-simulator_2.0.14.bb b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-simulator_2.0.14.bb index 4d102a043a7..24e5a935c20 100644 --- a/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-simulator_2.0.14.bb +++ b/meta-ros1-melodic/generated-recipes/pr2-simulator/pr2-simulator_2.0.14.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_simulator-release/archive/release/melodic/pr2_simulator/2.0.14-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/pr2_simulator" diff --git a/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-grippers_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-grippers_0.0.4-1.bb index fc6ffc54883..f799e459228 100644 --- a/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-grippers_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-grippers_0.0.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/prbt_grippers-release/archive/release/melodic/prbt_grippers/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_grippers" diff --git a/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.4-1.bb index 1055c0051bc..3a1c85e5752 100644 --- a/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/prbt_grippers-release/archive/release/melodic/prbt_pg70_support/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prbt_pg70_support" diff --git a/meta-ros1-melodic/generated-recipes/prosilica-driver/prosilica-camera_1.9.4-1.bb b/meta-ros1-melodic/generated-recipes/prosilica-driver/prosilica-camera_1.9.4-1.bb index 5ecd47a814d..b15a59b4257 100644 --- a/meta-ros1-melodic/generated-recipes/prosilica-driver/prosilica-camera_1.9.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/prosilica-driver/prosilica-camera_1.9.4-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/prosilica_driver-release/archive/release/melodic/prosilica_camera/1.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prosilica_camera" diff --git a/meta-ros1-melodic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bb b/meta-ros1-melodic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bb index f7825658670..e572f65d0f0 100644 --- a/meta-ros1-melodic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/prosilica_gige_sdk-release/archive/release/melodic/prosilica_gige_sdk/1.26.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/prosilica_gige_sdk" diff --git a/meta-ros1-melodic/generated-recipes/psen-scan-v2/psen-scan-v2_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/psen-scan-v2/psen-scan-v2_0.2.1-1.bb index b012c7465ef..98941794e0a 100644 --- a/meta-ros1-melodic/generated-recipes/psen-scan-v2/psen-scan-v2_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/psen-scan-v2/psen-scan-v2_0.2.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/psen_scan_v2-release/archive/release/melodic/psen_scan_v2/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/psen_scan_v2" diff --git a/meta-ros1-melodic/generated-recipes/psen-scan/psen-scan_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/psen-scan/psen-scan_1.0.8-1.bb index 99d4d8f2e79..faa8946b823 100644 --- a/meta-ros1-melodic/generated-recipes/psen-scan/psen-scan_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/psen-scan/psen-scan_1.0.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/psen_scan-release/archive/release/melodic/psen_scan/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/psen_scan" diff --git a/meta-ros1-melodic/generated-recipes/px4-msgs/px4-msgs_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/px4-msgs/px4-msgs_1.0.0-1.bb index 7fdae3250ff..ee6aa5688a1 100644 --- a/meta-ros1-melodic/generated-recipes/px4-msgs/px4-msgs_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/px4-msgs/px4-msgs_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PX4/px4_msgs-release/archive/release/melodic/px4_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/px4_msgs" diff --git a/meta-ros1-melodic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.6.bb b/meta-ros1-melodic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.6.bb index 6453c2ac3ef..16a96ce0d05 100644 --- a/meta-ros1-melodic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.6.bb +++ b/meta-ros1-melodic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.6.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_msgs-release/archive/release/melodic/py_trees_msgs/0.3.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/py_trees_msgs" diff --git a/meta-ros1-melodic/generated-recipes/py-trees-ros/py-trees-ros_0.5.21-1.bb b/meta-ros1-melodic/generated-recipes/py-trees-ros/py-trees-ros_0.5.21-1.bb index a4e87ae7450..ea518d6a0ed 100644 --- a/meta-ros1-melodic/generated-recipes/py-trees-ros/py-trees-ros_0.5.21-1.bb +++ b/meta-ros1-melodic/generated-recipes/py-trees-ros/py-trees-ros_0.5.21-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros-release/archive/release/melodic/py_trees_ros/0.5.21-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/py_trees_ros" diff --git a/meta-ros1-melodic/generated-recipes/py-trees/py-trees_0.6.9-1.bb b/meta-ros1-melodic/generated-recipes/py-trees/py-trees_0.6.9-1.bb index 9f9531b2a09..e6d9e0cc73d 100644 --- a/meta-ros1-melodic/generated-recipes/py-trees/py-trees_0.6.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/py-trees/py-trees_0.6.9-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees-release/archive/release/melodic/py_trees/0.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/py_trees" diff --git a/meta-ros1-melodic/generated-recipes/pybind11-catkin/pybind11-catkin_2.4.3-1.bb b/meta-ros1-melodic/generated-recipes/pybind11-catkin/pybind11-catkin_2.4.3-1.bb index add6594ecb4..c1ad09b530e 100644 --- a/meta-ros1-melodic/generated-recipes/pybind11-catkin/pybind11-catkin_2.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/pybind11-catkin/pybind11-catkin_2.4.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/pybind11_catkin-release/archive/release/melodic/pybind11_catkin/2.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pybind11_catkin" diff --git a/meta-ros1-melodic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb b/meta-ros1-melodic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb index d7358dc5bda..70f9c74d1da 100644 --- a/meta-ros1-melodic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/pyquaternion-release/archive/release/melodic/pyquaternion/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pyquaternion" diff --git a/meta-ros1-melodic/generated-recipes/pyros-test/pyros-test_0.0.6-1.bb b/meta-ros1-melodic/generated-recipes/pyros-test/pyros-test_0.0.6-1.bb index 11a2d541441..70a0551b201 100644 --- a/meta-ros1-melodic/generated-recipes/pyros-test/pyros-test_0.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/pyros-test/pyros-test_0.0.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pyros-dev/pyros-test-release/archive/release/melodic/pyros_test/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pyros_test" diff --git a/meta-ros1-melodic/generated-recipes/pyros-utils/pyros-utils_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/pyros-utils/pyros-utils_0.1.4-1.bb index efce6cd96dc..52f1716777f 100644 --- a/meta-ros1-melodic/generated-recipes/pyros-utils/pyros-utils_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/pyros-utils/pyros-utils_0.1.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pyros-dev/pyros-utils-release/archive/release/melodic/pyros_utils/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/pyros_utils" diff --git a/meta-ros1-melodic/generated-recipes/python-qt-binding/python-qt-binding_0.4.3-1.bb b/meta-ros1-melodic/generated-recipes/python-qt-binding/python-qt-binding_0.4.3-1.bb index 33ce41ee64b..c5451aefefa 100644 --- a/meta-ros1-melodic/generated-recipes/python-qt-binding/python-qt-binding_0.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/python-qt-binding/python-qt-binding_0.4.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/python_qt_binding-release/archive/release/melodic/python_qt_binding/0.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/python_qt_binding" diff --git a/meta-ros1-melodic/generated-recipes/qpmad/qpmad_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/qpmad/qpmad_1.0.2-1.bb index 66cf72c51b6..08bd2631c23 100644 --- a/meta-ros1-melodic/generated-recipes/qpmad/qpmad_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qpmad/qpmad_1.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/asherikov/qpmad-release/archive/release/melodic/qpmad/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qpmad" diff --git a/meta-ros1-melodic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb b/meta-ros1-melodic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb index 5eb81c6d102..ec7d78be351 100644 --- a/meta-ros1-melodic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/qpoases_vendor-release/archive/release/melodic/qpoases_vendor/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qpoases_vendor" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb index b3518298841..4f9f48cd462 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_dotgraph/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_dotgraph" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb index 59d48e4a6f2..94e18195ceb 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui_app/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_gui_app" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb index 015b6cbf5cd..8025d9647e9 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui_core/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_gui_core" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb index aa3446e1d08..d499652c916 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui_cpp/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_gui_cpp" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb index 8a6d461bdcc..c98cf81d593 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui_py_common/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_gui_py_common" diff --git a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb index 5088a3b24e4..fe3724cdd13 100644 --- a/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_gui" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-concurrent_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-concurrent_1.0.1.bb index b3da9fbe7e5..11653fe4522 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-concurrent_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-concurrent_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_concurrent/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_concurrent" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-core_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-core_1.0.1.bb index 0af4be8a95e..3be9fd4306a 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-core_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-core_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_core/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_core" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-gui_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-gui_1.0.1.bb index 5025cb1b318..b2855820ea4 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-gui_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-gui_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_gui/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_gui" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-network_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-network_1.0.1.bb index 977975a9516..2ae47e3ea54 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-network_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-network_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_network/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_network" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl-rosdev_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl-rosdev_1.0.1.bb index 796358da492..bca86d3fab7 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl-rosdev_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl-rosdev_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_opengl_dev/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_opengl_dev" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl_1.0.1.bb index 3fb674567ef..27917ed9e7e 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-opengl_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_opengl/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_opengl" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-rosdev_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-rosdev_1.0.1.bb index ec67ebe3952..6550e5bca14 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-rosdev_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-rosdev_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_dev/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_dev" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-svg-rosdev_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-svg-rosdev_1.0.1.bb index 8b22419807b..7558a462582 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-svg-rosdev_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-svg-rosdev_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_svg_dev/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_svg_dev" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-widgets_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-widgets_1.0.1.bb index 461f98f8961..024165370b7 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-widgets_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/libqt-widgets_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_widgets/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/libqt_widgets" diff --git a/meta-ros1-melodic/generated-recipes/qt-metapackages/qt-qmake_1.0.1.bb b/meta-ros1-melodic/generated-recipes/qt-metapackages/qt-qmake_1.0.1.bb index 146a1664b66..89eacb06956 100644 --- a/meta-ros1-melodic/generated-recipes/qt-metapackages/qt-qmake_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-metapackages/qt-qmake_1.0.1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/qt_qmake/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_qmake" diff --git a/meta-ros1-melodic/generated-recipes/qt-ros/qt-build_0.2.10-1.bb b/meta-ros1-melodic/generated-recipes/qt-ros/qt-build_0.2.10-1.bb index 04e6e13c43a..2e2863bdf47 100644 --- a/meta-ros1-melodic/generated-recipes/qt-ros/qt-build_0.2.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-ros/qt-build_0.2.10-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/qt_ros-release/archive/release/melodic/qt_build/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_build" diff --git a/meta-ros1-melodic/generated-recipes/qt-ros/qt-create_0.2.10-1.bb b/meta-ros1-melodic/generated-recipes/qt-ros/qt-create_0.2.10-1.bb index c30ad90c547..eb99c9e199a 100644 --- a/meta-ros1-melodic/generated-recipes/qt-ros/qt-create_0.2.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-ros/qt-create_0.2.10-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/qt_ros-release/archive/release/melodic/qt_create/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_create" diff --git a/meta-ros1-melodic/generated-recipes/qt-ros/qt-ros_0.2.10-1.bb b/meta-ros1-melodic/generated-recipes/qt-ros/qt-ros_0.2.10-1.bb index 45857aa47d2..6223b578124 100644 --- a/meta-ros1-melodic/generated-recipes/qt-ros/qt-ros_0.2.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-ros/qt-ros_0.2.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/qt_ros-release/archive/release/melodic/qt_ros/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_ros" diff --git a/meta-ros1-melodic/generated-recipes/qt-ros/qt-tutorials_0.2.10-1.bb b/meta-ros1-melodic/generated-recipes/qt-ros/qt-tutorials_0.2.10-1.bb index bea26edffef..10569afbd4f 100644 --- a/meta-ros1-melodic/generated-recipes/qt-ros/qt-tutorials_0.2.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/qt-ros/qt-tutorials_0.2.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/qt_ros-release/archive/release/melodic/qt_tutorials/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/qt_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/quaternion-operation/quaternion-operation_0.0.3-2.bb b/meta-ros1-melodic/generated-recipes/quaternion-operation/quaternion-operation_0.0.3-2.bb index b3fa169dfcc..a82d91f96f1 100644 --- a/meta-ros1-melodic/generated-recipes/quaternion-operation/quaternion-operation_0.0.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/quaternion-operation/quaternion-operation_0.0.3-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/quaternion_operation-release/archive/release/melodic/quaternion_operation/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/quaternion_operation" diff --git a/meta-ros1-melodic/generated-recipes/qwt-dependency/qwt-dependency_1.1.0.bb b/meta-ros1-melodic/generated-recipes/qwt-dependency/qwt-dependency_1.1.0.bb index 52a999cf150..a31c7726bd2 100644 --- a/meta-ros1-melodic/generated-recipes/qwt-dependency/qwt-dependency_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/qwt-dependency/qwt-dependency_1.1.0.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qwt_dependency-release/archive/release/melodic/qwt_dependency/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/qwt_dependency" diff --git a/meta-ros1-melodic/generated-recipes/radar-omnipresense/radar-omnipresense_0.3.0.bb b/meta-ros1-melodic/generated-recipes/radar-omnipresense/radar-omnipresense_0.3.0.bb index 9b3b474ec24..77957da7101 100644 --- a/meta-ros1-melodic/generated-recipes/radar-omnipresense/radar-omnipresense_0.3.0.bb +++ b/meta-ros1-melodic/generated-recipes/radar-omnipresense/radar-omnipresense_0.3.0.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SCU-RSL-ROS/radar_omnipresense-release/archive/release/melodic/radar_omnipresense/0.3.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/radar_omnipresense" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-backend_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-backend_0.4.1-1.bb index 9ca45150047..988560c2e39 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-backend_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-backend_0.4.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu_backend/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu_backend" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-example_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-example_0.4.1-1.bb index c3f714d88de..8002898fbf1 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-example_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-example_0.4.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu_example/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu_example" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-model_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-model_0.4.1-1.bb index 8c282bd97cd..bdd5b96ce79 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-model_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-model_0.4.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu_model/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu_model" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-msgs_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-msgs_0.4.1-1.bb index acdf8d38406..f2e5cc06341 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-msgs_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-msgs_0.4.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu_msgs/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu_msgs" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-rviz_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-rviz_0.4.1-1.bb index 6d8dd76f541..11d28b79d9f 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-rviz_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu-rviz_0.4.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu_rviz/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu_rviz" diff --git a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu_0.4.1-1.bb b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu_0.4.1-1.bb index fd004ae6dc8..b6c77db1b2b 100644 --- a/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu_0.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/radial-menu-ros/radial-menu_0.4.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/radial_menu_ros-release/archive/release/melodic/radial_menu/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/radial_menu" diff --git a/meta-ros1-melodic/generated-recipes/rail-manipulation-msgs/rail-manipulation-msgs_0.0.14-1.bb b/meta-ros1-melodic/generated-recipes/rail-manipulation-msgs/rail-manipulation-msgs_0.0.14-1.bb index f4ade067782..0975751b436 100644 --- a/meta-ros1-melodic/generated-recipes/rail-manipulation-msgs/rail-manipulation-msgs_0.0.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/rail-manipulation-msgs/rail-manipulation-msgs_0.0.14-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/rail_manipulation_msgs-release/archive/release/melodic/rail_manipulation_msgs/0.0.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rail_manipulation_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rail-mesh-icp/rail-mesh-icp_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/rail-mesh-icp/rail-mesh-icp_0.0.4-1.bb index 1fc89a0177c..0ee3f394224 100644 --- a/meta-ros1-melodic/generated-recipes/rail-mesh-icp/rail-mesh-icp_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/rail-mesh-icp/rail-mesh-icp_0.0.4-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/rail_mesh_icp-release/archive/release/melodic/rail_mesh_icp/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rail_mesh_icp" diff --git a/meta-ros1-melodic/generated-recipes/rail-segmentation/rail-segmentation_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/rail-segmentation/rail-segmentation_0.1.15-1.bb index e0186b8f3b8..e1e8c2a9447 100644 --- a/meta-ros1-melodic/generated-recipes/rail-segmentation/rail-segmentation_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/rail-segmentation/rail-segmentation_0.1.15-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/rail_segmentation/archive/release/melodic/rail_segmentation/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rail_segmentation" diff --git a/meta-ros1-melodic/generated-recipes/random-numbers/random-numbers_0.3.2.bb b/meta-ros1-melodic/generated-recipes/random-numbers/random-numbers_0.3.2.bb index f5bc8bca0c9..1fca2d52d89 100644 --- a/meta-ros1-melodic/generated-recipes/random-numbers/random-numbers_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/random-numbers/random-numbers_0.3.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/random_numbers-release/archive/release/melodic/random_numbers/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/random_numbers" diff --git a/meta-ros1-melodic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-3.bb b/meta-ros1-melodic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-3.bb index 8cad8085532..77259b22cb6 100644 --- a/meta-ros1-melodic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/raptor-dbw-ros-release/archive/release/melodic/can_dbc_parser/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/can_dbc_parser" diff --git a/meta-ros1-melodic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb b/meta-ros1-melodic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb index 000080647a0..9767c3cc5ae 100644 --- a/meta-ros1-melodic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ENSTABretagneRobotics/razor_imu_9dof-release/archive/release/melodic/razor_imu_9dof/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/razor_imu_9dof" diff --git a/meta-ros1-melodic/generated-recipes/rc-cloud-accumulator/rc-cloud-accumulator_1.0.4.bb b/meta-ros1-melodic/generated-recipes/rc-cloud-accumulator/rc-cloud-accumulator_1.0.4.bb index cc68405c4a8..39b89176d4d 100644 --- a/meta-ros1-melodic/generated-recipes/rc-cloud-accumulator/rc-cloud-accumulator_1.0.4.bb +++ b/meta-ros1-melodic/generated-recipes/rc-cloud-accumulator/rc-cloud-accumulator_1.0.4.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_cloud_accumulator-release/archive/release/melodic/rc_cloud_accumulator/1.0.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_cloud_accumulator" diff --git a/meta-ros1-melodic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb b/meta-ros1-melodic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb index a7c1bea51aa..44bc816a247 100644 --- a/meta-ros1-melodic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs-release/archive/release/melodic/rc_common_msgs/0.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_common_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bb index 301bd6bce61..731ee38425d 100644 --- a/meta-ros1-melodic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/melodic/rc_dynamics_api/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_dynamics_api" diff --git a/meta-ros1-melodic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb b/meta-ros1-melodic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb index 5384233abd3..6bf83d3fd64 100644 --- a/meta-ros1-melodic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/melodic/rc_genicam_api/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_genicam_api" diff --git a/meta-ros1-melodic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb index 417ca7387ec..25f1d6af9c1 100644 --- a/meta-ros1-melodic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_camera-release/archive/release/melodic/rc_genicam_camera/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_genicam_camera" diff --git a/meta-ros1-melodic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bb b/meta-ros1-melodic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bb index e2de446745c..ef0a3952adc 100644 --- a/meta-ros1-melodic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_driver_ros-release/archive/release/melodic/rc_genicam_driver/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_genicam_driver" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.1.0-2.bb index a9f37848be0..20504969ad0 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.1.0-2.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_hand_eye_calibration_client/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_hand_eye_calibration_client" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-pick-client_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-pick-client_3.1.0-2.bb index 48dcc15a97c..ddbb8a6854a 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-pick-client_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-pick-client_3.1.0-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_pick_client/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_pick_client" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-roi-manager-gui_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-roi-manager-gui_3.1.0-2.bb index 198e043be84..4abdad6916f 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-roi-manager-gui_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-roi-manager-gui_3.1.0-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_roi_manager_gui/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_roi_manager_gui" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-silhouettematch-client_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-silhouettematch-client_3.1.0-2.bb index a682580e5ad..d2fb7b83cdd 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-silhouettematch-client_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-silhouettematch-client_3.1.0-2.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_silhouettematch_client/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_silhouettematch_client" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-tagdetect-client_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-tagdetect-client_3.1.0-2.bb index b64df8fc9db..14d534019da 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-tagdetect-client_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-tagdetect-client_3.1.0-2.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_tagdetect_client/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_tagdetect_client" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-description_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-description_3.1.0-2.bb index 18783669e32..9f02db4ebab 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-description_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-description_3.1.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_visard_description/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_visard_description" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-driver_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-driver_3.1.0-2.bb index 7aef1da451b..8d5dbe0a0bd 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-driver_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard-driver_3.1.0-2.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_visard_driver/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_visard_driver" diff --git a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard_3.1.0-2.bb b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard_3.1.0-2.bb index 5b0128b4e93..43d57962e9d 100644 --- a/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard_3.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/rc-visard/rc-visard_3.1.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/melodic/rc_visard/3.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rc_visard" diff --git a/meta-ros1-melodic/generated-recipes/rcdiscover/rcdiscover_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/rcdiscover/rcdiscover_1.0.3-1.bb index d1c0df74eff..416c058f3f3 100644 --- a/meta-ros1-melodic/generated-recipes/rcdiscover/rcdiscover_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rcdiscover/rcdiscover_1.0.3-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/melodic/rcdiscover/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rcdiscover" diff --git a/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-camera_2.3.0-1.bb b/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-camera_2.3.0-1.bb index 1b17b4b7606..027156dd38e 100644 --- a/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-camera_2.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-camera_2.3.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/melodic/realsense2_camera/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/realsense2_camera" diff --git a/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-description_2.3.0-1.bb b/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-description_2.3.0-1.bb index 48048eecaf2..0f0b6f3a982 100644 --- a/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-description_2.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/realsense2-camera/realsense2-description_2.3.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/melodic/realsense2_description/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/realsense2_description" diff --git a/meta-ros1-melodic/generated-recipes/realtime-tools/realtime-tools_1.15.1-1.bb b/meta-ros1-melodic/generated-recipes/realtime-tools/realtime-tools_1.15.1-1.bb index 90d1f061d00..fe2558cd209 100644 --- a/meta-ros1-melodic/generated-recipes/realtime-tools/realtime-tools_1.15.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/realtime-tools/realtime-tools_1.15.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/melodic/realtime_tools/1.15.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/realtime_tools" diff --git a/meta-ros1-melodic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb index b78b3b75ca2..000d498a43f 100644 --- a/meta-ros1-melodic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/remote_rosbag_record-release/archive/release/melodic/remote_rosbag_record/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/remote_rosbag_record" diff --git a/meta-ros1-melodic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb b/meta-ros1-melodic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb index 23397a7b1db..ba7aa2d4f80 100644 --- a/meta-ros1-melodic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/resource_retriever-release/archive/release/melodic/resource_retriever/1.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/resource_retriever" diff --git a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-control_0.1.3.bb b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-control_0.1.3.bb index 5394a837b75..23b92ae431f 100644 --- a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-control_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-control_0.1.3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/rexrov2-release/archive/release/melodic/rexrov2_control/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rexrov2_control" diff --git a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-description_0.1.3.bb b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-description_0.1.3.bb index 18b82c64c5b..4a1af9ab26f 100644 --- a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-description_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-description_0.1.3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/rexrov2-release/archive/release/melodic/rexrov2_description/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rexrov2_description" diff --git a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-gazebo_0.1.3.bb b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-gazebo_0.1.3.bb index 218b46ea75f..37647969768 100644 --- a/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-gazebo_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/rexrov2/rexrov2-gazebo_0.1.3.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/rexrov2-release/archive/release/melodic/rexrov2_gazebo/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rexrov2_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/rgbd-launch/rgbd-launch_2.2.2.bb b/meta-ros1-melodic/generated-recipes/rgbd-launch/rgbd-launch_2.2.2.bb index 5d479fe6396..503617394f9 100644 --- a/meta-ros1-melodic/generated-recipes/rgbd-launch/rgbd-launch_2.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/rgbd-launch/rgbd-launch_2.2.2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rgbd_launch-release/archive/release/melodic/rgbd_launch/2.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rgbd_launch" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bb index 772a7573555..d95246ce37c 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_cartographer_navigation-release/archive/release/melodic/ridgeback_cartographer_navigation/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_cartographer_navigation" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-desktop_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-desktop_0.1.2-1.bb index bca075cbe82..b138755ba49 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-desktop_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-desktop_0.1.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_desktop-release/archive/release/melodic/ridgeback_desktop/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_desktop" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-viz_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-viz_0.1.2-1.bb index 49f5362ebb2..3926062d44f 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-viz_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-desktop/ridgeback-viz_0.1.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_desktop-release/archive/release/melodic/ridgeback_viz/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_viz" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/mecanum-gazebo-plugin_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/mecanum-gazebo-plugin_0.1.1-1.bb index 140d8391926..84a094ad5c8 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/mecanum-gazebo-plugin_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/mecanum-gazebo-plugin_0.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_simulator-release/archive/release/melodic/mecanum_gazebo_plugin/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mecanum_gazebo_plugin" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo-plugins_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo-plugins_0.1.1-1.bb index 8ba4abfe713..07f72ed5735 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo-plugins_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo-plugins_0.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_simulator-release/archive/release/melodic/ridgeback_gazebo_plugins/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo_0.1.1-1.bb index ddd6644da0b..bc95b7a1e85 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-gazebo_0.1.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_simulator-release/archive/release/melodic/ridgeback_gazebo/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-simulator_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-simulator_0.1.1-1.bb index ab6a2866aab..08396b69c36 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-simulator_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback-simulator/ridgeback-simulator_0.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback_simulator-release/archive/release/melodic/ridgeback_simulator/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_simulator" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-control_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-control_0.3.0-1.bb index f9b3078ff0f..e630c963d0d 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-control_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-control_0.3.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback-release/archive/release/melodic/ridgeback_control/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_control" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-description_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-description_0.3.0-1.bb index 4dd4114bc1e..5450ca0e4cd 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-description_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-description_0.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback-release/archive/release/melodic/ridgeback_description/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_description" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-msgs_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-msgs_0.3.0-1.bb index 412f1547d72..11e78773593 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-msgs_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-msgs_0.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback-release/archive/release/melodic/ridgeback_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-navigation_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-navigation_0.3.0-1.bb index 82d44508d7e..27604c7a4f3 100644 --- a/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-navigation_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ridgeback/ridgeback-navigation_0.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/ridgeback-release/archive/release/melodic/ridgeback_navigation/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ridgeback_navigation" diff --git a/meta-ros1-melodic/generated-recipes/rj-ros-common/parameter-assertions_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/rj-ros-common/parameter-assertions_0.1.0-1.bb index 5a534f34e28..b7301362334 100644 --- a/meta-ros1-melodic/generated-recipes/rj-ros-common/parameter-assertions_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rj-ros-common/parameter-assertions_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoboJackets/rj-ros-common-release/archive/release/melodic/parameter_assertions/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/parameter_assertions" diff --git a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-description_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-description_1.0.0-1.bb index 8d100b02871..a61c6e4811a 100644 --- a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-description_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-description_1.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tomlogan501/robosense_simulator_release/archive/release/melodic/robosense_description/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robosense_description" diff --git a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-gazebo-plugins_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-gazebo-plugins_1.0.0-1.bb index 1c87723f7ea..c493632dd24 100644 --- a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-gazebo-plugins_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-gazebo-plugins_1.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tomlogan501/robosense_simulator_release/archive/release/melodic/robosense_gazebo_plugins/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robosense_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-simulator_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-simulator_1.0.0-1.bb index 32f6a30bf60..28eaa7cef8f 100644 --- a/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-simulator_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robosense-simulator/robosense-simulator_1.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tomlogan501/robosense_simulator_release/archive/release/melodic/robosense_simulator/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robosense_simulator" diff --git a/meta-ros1-melodic/generated-recipes/robosense/rslidar-driver_1.0.2.bb b/meta-ros1-melodic/generated-recipes/robosense/rslidar-driver_1.0.2.bb index e60debf1fce..da4addf650c 100644 --- a/meta-ros1-melodic/generated-recipes/robosense/rslidar-driver_1.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/robosense/rslidar-driver_1.0.2.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CPFL/robosense-release/archive/release/melodic/rslidar_driver/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rslidar_driver" diff --git a/meta-ros1-melodic/generated-recipes/robosense/rslidar-msgs_1.0.2.bb b/meta-ros1-melodic/generated-recipes/robosense/rslidar-msgs_1.0.2.bb index 03d6ef02554..9eb0c71895d 100644 --- a/meta-ros1-melodic/generated-recipes/robosense/rslidar-msgs_1.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/robosense/rslidar-msgs_1.0.2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CPFL/robosense-release/archive/release/melodic/rslidar_msgs/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rslidar_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robosense/rslidar-pointcloud_1.0.2.bb b/meta-ros1-melodic/generated-recipes/robosense/rslidar-pointcloud_1.0.2.bb index 5ff69b47ea1..5b162397862 100644 --- a/meta-ros1-melodic/generated-recipes/robosense/rslidar-pointcloud_1.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/robosense/rslidar-pointcloud_1.0.2.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CPFL/robosense-release/archive/release/melodic/rslidar_pointcloud/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rslidar_pointcloud" diff --git a/meta-ros1-melodic/generated-recipes/robosense/rslidar_1.0.2.bb b/meta-ros1-melodic/generated-recipes/robosense/rslidar_1.0.2.bb index 7dd57925db1..1b8f462619f 100644 --- a/meta-ros1-melodic/generated-recipes/robosense/rslidar_1.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/robosense/rslidar_1.0.2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CPFL/robosense-release/archive/release/melodic/rslidar/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rslidar" diff --git a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-msgs_0.1.1.bb b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-msgs_0.1.1.bb index f45449a8a7b..2866eb89087 100644 --- a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-msgs_0.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-msgs_0.1.1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/snt-robotics/robot_activity-release/archive/release/melodic/robot_activity_msgs/0.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_activity_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-tutorials_0.1.1.bb b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-tutorials_0.1.1.bb index 3ba773dd911..761c37ef870 100644 --- a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-tutorials_0.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity-tutorials_0.1.1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/snt-robotics/robot_activity-release/archive/release/melodic/robot_activity_tutorials/0.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_activity_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity_0.1.1.bb b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity_0.1.1.bb index cf851b915d5..84fd577a9a0 100644 --- a/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity_0.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-activity/robot-activity_0.1.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/snt-robotics/robot_activity-release/archive/release/melodic/robot_activity/0.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_activity" diff --git a/meta-ros1-melodic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb b/meta-ros1-melodic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb index fb7856559a6..2ffcfdc52d1 100644 --- a/meta-ros1-melodic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/robot_body_filter-release/archive/release/melodic/robot_body_filter/1.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_body_filter" diff --git a/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb b/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb index f94c4afd752..cee61140bc5 100644 --- a/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_calibration-release/archive/release/melodic/robot_calibration_msgs/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_calibration_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb b/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb index 339e9933742..e4765b0e152 100644 --- a/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb @@ -115,7 +115,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_calibration-release/archive/release/melodic/robot_calibration/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_calibration" diff --git a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-interface_0.6.0.bb b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-interface_0.6.0.bb index 68929d0cfe0..ccbf1136102 100644 --- a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-interface_0.6.0.bb +++ b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-interface_0.6.0.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/melodic/robot_controllers_interface/0.6.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_controllers_interface" diff --git a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-msgs_0.6.0.bb b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-msgs_0.6.0.bb index 3c014e57cb4..274e0cb473b 100644 --- a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-msgs_0.6.0.bb +++ b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers-msgs_0.6.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/melodic/robot_controllers_msgs/0.6.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_controllers_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers_0.6.0.bb b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers_0.6.0.bb index 68722c2defa..745850db44e 100644 --- a/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers_0.6.0.bb +++ b/meta-ros1-melodic/generated-recipes/robot-controllers/robot-controllers_0.6.0.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/melodic/robot_controllers/0.6.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_controllers" diff --git a/meta-ros1-melodic/generated-recipes/robot-localization/robot-localization_2.6.9-1.bb b/meta-ros1-melodic/generated-recipes/robot-localization/robot-localization_2.6.9-1.bb index 2c03f393c0e..3c1d6e9ad35 100644 --- a/meta-ros1-melodic/generated-recipes/robot-localization/robot-localization_2.6.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-localization/robot-localization_2.6.9-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cra-ros-pkg/robot_localization-release/archive/release/melodic/robot_localization/2.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_localization" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/color-util_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/color-util_0.3.0-1.bb index ab3f8449af1..dd4f349c8bb 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/color-util_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/color-util_0.3.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/color_util/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/color_util" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/costmap-queue_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/costmap-queue_0.3.0-1.bb index e8745d67bc8..1b9d46fddf7 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/costmap-queue_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/costmap-queue_0.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/costmap_queue/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/costmap_queue" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-1.bb index 815ba1ad66d..2824bf42b41 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dlux_global_planner/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dlux_global_planner" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-1.bb index b7c85b26994..4920ccf5651 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dlux_plugins/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dlux_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-critics_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-critics_0.3.0-1.bb index ab960b147fa..f10977a1406 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-critics_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-critics_0.3.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dwb_critics/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dwb_critics" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-1.bb index 3f8371e6544..7804ef9eab0 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dwb_local_planner/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dwb_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-1.bb index 4379bad2e0b..deb45f215b5 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dwb_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dwb_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-1.bb index 0e673cf7a6b..ff21c27020b 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/dwb_plugins/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/dwb_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-1.bb index 04009e4b450..8bd39d4ebb4 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/global_planner_tests/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/global_planner_tests" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-1.bb index ddf67912fe2..24094eb402b 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/locomotor_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/locomotor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor_0.3.0-1.bb index 3e0246a54df..86e818555b8 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/locomotor_0.3.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/locomotor/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/locomotor" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/locomove-base_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/locomove-base_0.3.0-1.bb index b04b186f591..5332206df06 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/locomove-base_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/locomove-base_0.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/locomove_base/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/locomove_base" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-1.bb index e7ce76c57d1..e5d890cd239 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_2d_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_2d_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-1.bb index f5ca019049a..bfba51f65b2 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_2d_utils/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_2d_utils" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-1.bb index d9c3c8de853..a1570ac318a 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_core_adapter/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_core_adapter" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core2_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core2_0.3.0-1.bb index c95881c2f18..2656477c760 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core2_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-core2_0.3.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_core2/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_core2" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-1.bb index 10e887b41b6..4d0a937c9cc 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid_iterators/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_grid_iterators" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-1.bb index 55373ec312b..55b542602c4 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid_pub_sub/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_grid_pub_sub" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-1.bb index abb957faa03..659686611d6 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid_server/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_grid_server" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid_0.3.0-1.bb index 82b314d2895..e326a8fd0b8 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/nav-grid_0.3.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/nav_grid" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-1.bb index 79522427787..b61be34cc66 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/robot_nav_rviz_plugins/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_nav_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-1.bb index 0c07abe474b..55a3b0cc065 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/robot_nav_tools/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_nav_tools" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-1.bb index 4c5fb80af12..b88cdc3642b 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/robot_nav_viz_demos/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_nav_viz_demos" diff --git a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-navigation_0.3.0-1.bb b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-navigation_0.3.0-1.bb index 50ab5b2a57d..94ded15a1a9 100644 --- a/meta-ros1-melodic/generated-recipes/robot-navigation/robot-navigation_0.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-navigation/robot-navigation_0.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/melodic/robot_navigation/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_navigation" diff --git a/meta-ros1-melodic/generated-recipes/robot-one/robot-one_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-one/robot-one_0.1.1-1.bb index aac3720f295..d43320c62d9 100644 --- a/meta-ros1-melodic/generated-recipes/robot-one/robot-one_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-one/robot-one_0.1.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AlexanderSilvaB/robot-one-ros-release/archive/release/melodic/robot_one/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_one" diff --git a/meta-ros1-melodic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.14.5.bb b/meta-ros1-melodic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.14.5.bb index 9626fad1c6e..9bd7b87ea5f 100644 --- a/meta-ros1-melodic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.14.5.bb +++ b/meta-ros1-melodic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.14.5.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_pose_ekf-release/archive/release/melodic/robot_pose_ekf/1.14.5-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_pose_ekf" diff --git a/meta-ros1-melodic/generated-recipes/robot-self-filter/robot-self-filter_0.1.31.bb b/meta-ros1-melodic/generated-recipes/robot-self-filter/robot-self-filter_0.1.31.bb index 00743638ca5..cc6725c6254 100644 --- a/meta-ros1-melodic/generated-recipes/robot-self-filter/robot-self-filter_0.1.31.bb +++ b/meta-ros1-melodic/generated-recipes/robot-self-filter/robot-self-filter_0.1.31.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/robot_self_filter-gbp/archive/release/melodic/robot_self_filter/0.1.31-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_self_filter" diff --git a/meta-ros1-melodic/generated-recipes/robot-state-publisher/robot-state-publisher_1.14.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-state-publisher/robot-state-publisher_1.14.1-1.bb index 8e379cc6142..8fec4e181f8 100644 --- a/meta-ros1-melodic/generated-recipes/robot-state-publisher/robot-state-publisher_1.14.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-state-publisher/robot-state-publisher_1.14.1-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_state_publisher-release/archive/release/melodic/robot_state_publisher/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_state_publisher" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/robot-statemachine_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/robot-statemachine_1.2.1-1.bb index 4a6d09455c8..ca2c6ffafc9 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/robot-statemachine_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/robot-statemachine_1.2.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/robot_statemachine/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_statemachine" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-additions_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-additions_1.2.1-1.bb index f7adf62f341..98d6bac3352 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-additions_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-additions_1.2.1-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/rsm_additions/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rsm_additions" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-core_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-core_1.2.1-1.bb index 4f8cbf1f9cd..62557b9e75f 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-core_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-core_1.2.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/rsm_core/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rsm_core" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-msgs_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-msgs_1.2.1-1.bb index 547a9e360dc..e4c88d41562 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-msgs_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-msgs_1.2.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/rsm_msgs/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rsm_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rqt-plugins_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rqt-plugins_1.2.1-1.bb index 53955b5b1fd..e08b01c3d0c 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rqt-plugins_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rqt-plugins_1.2.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/rsm_rqt_plugins/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rsm_rqt_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rviz-plugins_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rviz-plugins_1.2.1-1.bb index ebf17a123b1..cc297b98768 100644 --- a/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rviz-plugins_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-statemachine/rsm-rviz-plugins_1.2.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarcoStb1993/robot_statemachine-release/archive/release/melodic/rsm_rviz_plugins/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rsm_rviz_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robot-upstart/robot-upstart_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/robot-upstart/robot-upstart_0.3.3-1.bb index 8a0daf2635d..11d695abd9f 100644 --- a/meta-ros1-melodic/generated-recipes/robot-upstart/robot-upstart_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/robot-upstart/robot-upstart_0.3.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/robot_upstart-release/archive/release/melodic/robot_upstart/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robot_upstart" diff --git a/meta-ros1-melodic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb b/meta-ros1-melodic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb index 5e6ef627238..f0608c179aa 100644 --- a/meta-ros1-melodic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboticsgroup/roboticsgroup_upatras_gazebo_plugins-release/archive/release/melodic/roboticsgroup_upatras_gazebo_plugins/0.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/roboticsgroup_upatras_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.0.bb b/meta-ros1-melodic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.0.bb index 9a79d41ba5f..399f228ae73 100644 --- a/meta-ros1-melodic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.0.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/robotis_manipulator-release/archive/release/melodic/robotis_manipulator/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/robotis_manipulator" diff --git a/meta-ros1-melodic/generated-recipes/robotont-description/robotont-description_0.0.8-1.bb b/meta-ros1-melodic/generated-recipes/robotont-description/robotont-description_0.0.8-1.bb index d8477678a5a..0190f3751dc 100644 --- a/meta-ros1-melodic/generated-recipes/robotont-description/robotont-description_0.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/robotont-description/robotont-description_0.0.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotont-release/robotont_description-release/archive/release/melodic/robotont_description/0.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robotont_description" diff --git a/meta-ros1-melodic/generated-recipes/robotont-gazebo/robotont-gazebo_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/robotont-gazebo/robotont-gazebo_0.0.2-1.bb index df31811922e..c7e3b816003 100644 --- a/meta-ros1-melodic/generated-recipes/robotont-gazebo/robotont-gazebo_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/robotont-gazebo/robotont-gazebo_0.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotont-release/robotont_gazebo-release/archive/release/melodic/robotont_gazebo/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robotont_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/robotont-msgs/robotont-msgs_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/robotont-msgs/robotont-msgs_0.0.2-1.bb index 8258484f59d..b645fe9abab 100644 --- a/meta-ros1-melodic/generated-recipes/robotont-msgs/robotont-msgs_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/robotont-msgs/robotont-msgs_0.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotont-release/robotont_msgs-release/archive/release/melodic/robotont_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robotont_msgs" diff --git a/meta-ros1-melodic/generated-recipes/robotont-nuc-description/robotont-nuc-description_0.0.2-1.bb b/meta-ros1-melodic/generated-recipes/robotont-nuc-description/robotont-nuc-description_0.0.2-1.bb index d866800e82f..da3366cde81 100644 --- a/meta-ros1-melodic/generated-recipes/robotont-nuc-description/robotont-nuc-description_0.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/robotont-nuc-description/robotont-nuc-description_0.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotont-release/robotont_nuc_description-release/archive/release/melodic/robotont_nuc_description/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/robotont_nuc_description" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-msgs_0.9.0.bb index 4837fd0b98d..cb68a4a620c 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-msgs_0.9.0.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/concert_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/concert_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-service-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-service-msgs_0.9.0.bb index 551b6fc16b3..c986a61f825 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-service-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-service-msgs_0.9.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/concert_service_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/concert_service_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-workflow-engine-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-workflow-engine-msgs_0.9.0.bb index 25586b22fc9..eae5c41c431 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-workflow-engine-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/concert-workflow-engine-msgs_0.9.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/concert_workflow_engine_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/concert_workflow_engine_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/gateway-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/gateway-msgs_0.9.0.bb index ffddc98ad02..5d6a612735e 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/gateway-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/gateway-msgs_0.9.0.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/gateway_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/gateway_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-app-manager-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-app-manager-msgs_0.9.0.bb index 605cf3cd716..d624a2afd36 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-app-manager-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-app-manager-msgs_0.9.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_app_manager_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_app_manager_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-device-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-device-msgs_0.9.0.bb index 581263be4f9..b53b2d88171 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-device-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-device-msgs_0.9.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_device_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_device_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-interaction-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-interaction-msgs_0.9.0.bb index e56653bbe5c..a396c4b1520 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-interaction-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-interaction-msgs_0.9.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_interaction_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_interaction_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-msgs_0.9.0.bb index ed49bdd95a6..a5c419f0fac 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-msgs_0.9.0.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-service-pair-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-service-pair-msgs_0.9.0.bb index 3fe936cd741..3a7cd5aaed3 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-service-pair-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-service-pair-msgs_0.9.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_service_pair_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_service_pair_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-std-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-std-msgs_0.9.0.bb index 73a5623e84d..e7b354e4ee4 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-std-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-std-msgs_0.9.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_std_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_std_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-tutorial-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-tutorial-msgs_0.9.0.bb index 17c6dacf6d4..49abb361df4 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-tutorial-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/rocon-tutorial-msgs_0.9.0.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/rocon_tutorial_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_tutorial_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-msgs/scheduler-msgs_0.9.0.bb b/meta-ros1-melodic/generated-recipes/rocon-msgs/scheduler-msgs_0.9.0.bb index bf9beec728e..adb1e21b436 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-msgs/scheduler-msgs_0.9.0.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-msgs/scheduler-msgs_0.9.0.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_msgs-release/archive/release/melodic/scheduler_msgs/0.9.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/scheduler_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-bubble-icons_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-bubble-icons_0.3.2.bb index 90d78a7d587..fb35bd58c82 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-bubble-icons_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-bubble-icons_0.3.2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_bubble_icons/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_bubble_icons" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-console_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-console_0.3.2.bb index 103c4a741e2..3ab3ba99bb3 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-console_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-console_0.3.2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_console/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_console" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-ebnf_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-ebnf_0.3.2.bb index 849cf01e680..4c7441565bf 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-ebnf_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-ebnf_0.3.2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_ebnf/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_ebnf" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-icons_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-icons_0.3.2.bb index 5a7d716c6a2..d553414e022 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-icons_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-icons_0.3.2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_icons/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_icons" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-interactions_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-interactions_0.3.2.bb index 1a0c71a97e9..2eb130914cc 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-interactions_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-interactions_0.3.2.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_interactions/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_interactions" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-launch_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-launch_0.3.2.bb index 0da8a4246c5..7546dd9aa51 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-launch_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-launch_0.3.2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_launch/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_launch" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-master-info_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-master-info_0.3.2.bb index 08abb9532f5..338f1389741 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-master-info_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-master-info_0.3.2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_master_info/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_master_info" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-comms_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-comms_0.3.2.bb index 8e0ed9edef5..697a6e894b2 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-comms_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-comms_0.3.2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_python_comms/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_python_comms" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-redis_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-redis_0.3.2.bb index a02ec555908..a13a768746b 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-redis_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-redis_0.3.2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_python_redis/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_python_redis" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-utils_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-utils_0.3.2.bb index 7fc3ca27e4e..497250124e0 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-utils_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-utils_0.3.2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_python_utils/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_python_utils" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-wifi_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-wifi_0.3.2.bb index 301c2f28530..4335521d1d8 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-wifi_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-python-wifi_0.3.2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_python_wifi/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_python_wifi" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-semantic-version_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-semantic-version_0.3.2.bb index e7fb7d605de..dfa396f7609 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-semantic-version_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-semantic-version_0.3.2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_semantic_version/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_semantic_version" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-tools_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-tools_0.3.2.bb index 4840c74a26a..e680005e626 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-tools_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-tools_0.3.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_tools/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_tools" diff --git a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-uri_0.3.2.bb b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-uri_0.3.2.bb index 60e93c71006..7ed48fedbd7 100644 --- a/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-uri_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/rocon-tools/rocon-uri_0.3.2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/rocon_tools-release/archive/release/melodic/rocon_uri/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rocon_uri" diff --git a/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.0-1.bb b/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.0-1.bb index de734ece2d0..465ac3513e9 100644 --- a/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/StefanFabian/ros_babel_fish-release/archive/release/melodic/ros_babel_fish_test_msgs/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_babel_fish_test_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.0-1.bb b/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.0-1.bb index 8d2fc0a0d2b..9e79e9e671f 100644 --- a/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/StefanFabian/ros_babel_fish-release/archive/release/melodic/ros_babel_fish/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_babel_fish" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb index 3dcca612057..123528619a7 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/can_msgs/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/can_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb index c992595cf61..728e3e1d2d5 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/canopen_402/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/canopen_402" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb index b2514ede5df..e8824d76328 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/canopen_chain_node/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/canopen_chain_node" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb index a608d466fa9..bc48ff76c83 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/canopen_master/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/canopen_master" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb index c6243961432..9cce59e2dca 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/canopen_motor_node/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/canopen_motor_node" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb index 75178138028..20330f31a39 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/ros_canopen/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_canopen" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb index 0ed114aeb79..7dd85f4cb25 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/socketcan_bridge/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/socketcan_bridge" diff --git a/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb b/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb index edbe16de174..3ac5794a461 100644 --- a/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/melodic/socketcan_interface/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/socketcan_interface" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.2.bb b/meta-ros1-melodic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.2.bb index 7483ffc85c7..9b28c8fb211 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.2.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm_msgs-release/archive/release/melodic/rosgraph_msgs/1.11.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosgraph_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm-msgs/std-srvs_1.11.2.bb b/meta-ros1-melodic/generated-recipes/ros-comm-msgs/std-srvs_1.11.2.bb index 5276bacb7ec..0b00d3e424d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm-msgs/std-srvs_1.11.2.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm-msgs/std-srvs_1.11.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm_msgs-release/archive/release/melodic/std_srvs/1.11.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/std_srvs" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/message-filters_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/message-filters_1.14.11-1.bb index 6242b8ba072..ef61f71f52c 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/message-filters_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/message-filters_1.14.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/message_filters/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/message_filters" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/ros-comm_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/ros-comm_1.14.11-1.bb index 5e09a75b361..b48dd94a7b8 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/ros-comm_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/ros-comm_1.14.11-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/ros_comm/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_comm" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosbag-storage_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosbag-storage_1.14.11-1.bb index d481451698b..ad13cf288c2 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosbag-storage_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosbag-storage_1.14.11-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosbag_storage/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_storage" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosbag_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosbag_1.14.11-1.bb index bcee19fcd47..136ac88c209 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosbag_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosbag_1.14.11-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosbag/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/roscpp_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/roscpp_1.14.11-1.bb index 51bf6bf8760..9c15b16e8b1 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/roscpp_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/roscpp_1.14.11-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/roscpp/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscpp" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosgraph_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosgraph_1.14.11-1.bb index 57b0e74861a..eea64155f6f 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosgraph_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosgraph_1.14.11-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosgraph/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosgraph" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb index ca3cd7c1331..ef733450ed5 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/roslaunch/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslaunch" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/roslz4_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/roslz4_1.14.11-1.bb index b8d5dd1e524..f672ff08773 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/roslz4_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/roslz4_1.14.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/roslz4/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslz4" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosmaster_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosmaster_1.14.11-1.bb index 7b32028c07d..fbaec04d815 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosmaster_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosmaster_1.14.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosmaster/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmaster" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosmsg_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosmsg_1.14.11-1.bb index d00aefa4a20..ae6c60b48d5 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosmsg_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosmsg_1.14.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosmsg/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmsg" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosnode_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosnode_1.14.11-1.bb index aad459ff22b..5128cbc5b07 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosnode_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosnode_1.14.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosnode/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosnode" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosout_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosout_1.14.11-1.bb index a4e36409c3f..3b54d3b3186 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosout_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosout_1.14.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosout/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosout" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosparam_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosparam_1.14.11-1.bb index d473dd75d56..e269b088243 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosparam_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosparam_1.14.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosparam/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosparam" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rospy_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rospy_1.14.11-1.bb index fd2fe5a41c7..0378f2e15f3 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rospy_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rospy_1.14.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rospy/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospy" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rosservice_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rosservice_1.14.11-1.bb index a5d2f2da720..6fcac82a5cc 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rosservice_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rosservice_1.14.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rosservice/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosservice" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rostest_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rostest_1.14.11-1.bb index 116e89e2120..5c384ef039d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rostest_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rostest_1.14.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rostest/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostest" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/rostopic_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/rostopic_1.14.11-1.bb index f363bbeafd4..cb8b625b12b 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/rostopic_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/rostopic_1.14.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/rostopic/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostopic" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/roswtf_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/roswtf_1.14.11-1.bb index 5574b603002..c6d0fc72147 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/roswtf_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/roswtf_1.14.11-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/roswtf/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roswtf" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/topic-tools_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/topic-tools_1.14.11-1.bb index b5a9a9b85ad..ed8ee995cb7 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/topic-tools_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/topic-tools_1.14.11-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/topic_tools/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/topic_tools" diff --git a/meta-ros1-melodic/generated-recipes/ros-comm/xmlrpcpp_1.14.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-comm/xmlrpcpp_1.14.11-1.bb index ca165f4074b..870b5e3ee9d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-comm/xmlrpcpp_1.14.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-comm/xmlrpcpp_1.14.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/xmlrpcpp/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/xmlrpcpp" diff --git a/meta-ros1-melodic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.5.2-1.bb index af3a8c8d15c..4ddcfb41cf2 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.5.2-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/ros_control_boilerplate-release/archive/release/melodic/ros_control_boilerplate/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_control_boilerplate" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw-tests_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw-tests_0.18.3-1.bb index 5bb560cb175..be5551d1cab 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw-tests_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw-tests_0.18.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/combined_robot_hw_tests/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/combined_robot_hw_tests" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw_0.18.3-1.bb index 78c29ca64a0..cc2af3a5996 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/combined-robot-hw_0.18.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/combined_robot_hw/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/combined_robot_hw" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/controller-interface_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/controller-interface_0.18.3-1.bb index 0f49c8b0d65..ec2ef6751f8 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/controller-interface_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/controller-interface_0.18.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/controller_interface/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/controller_interface" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-msgs_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-msgs_0.18.3-1.bb index 06f58b3c88a..239f0ee067b 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-msgs_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-msgs_0.18.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/controller_manager_msgs/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/controller_manager_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-tests_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-tests_0.18.3-1.bb index b8def514dd4..c43dd125f1e 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-tests_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager-tests_0.18.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/controller_manager_tests/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/controller_manager_tests" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager_0.18.3-1.bb index a13610865c6..fcf6bbf9b6d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/controller-manager_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/controller-manager_0.18.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/controller_manager/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/controller_manager" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/hardware-interface_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/hardware-interface_0.18.3-1.bb index fbf2c463309..a0c74f49815 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/hardware-interface_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/hardware-interface_0.18.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/hardware_interface/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hardware_interface" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/joint-limits-interface_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/joint-limits-interface_0.18.3-1.bb index e73f259fc65..f27c8ba4a65 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/joint-limits-interface_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/joint-limits-interface_0.18.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/joint_limits_interface/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_limits_interface" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/ros-control_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/ros-control_0.18.3-1.bb index 02934d2f407..c61a546dbab 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/ros-control_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/ros-control_0.18.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/ros_control/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_control" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/rqt-controller-manager_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/rqt-controller-manager_0.18.3-1.bb index 7e58e0143f1..cba1bdcdb59 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/rqt-controller-manager_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/rqt-controller-manager_0.18.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/rqt_controller_manager/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_controller_manager" diff --git a/meta-ros1-melodic/generated-recipes/ros-control/transmission-interface_0.18.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-control/transmission-interface_0.18.3-1.bb index 3803924514e..89f916afba2 100644 --- a/meta-ros1-melodic/generated-recipes/ros-control/transmission-interface_0.18.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-control/transmission-interface_0.18.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/melodic/transmission_interface/0.18.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/transmission_interface" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/ackermann-steering-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/ackermann-steering-controller_0.17.2-1.bb index c50cce62d80..bf2b3b7356a 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/ackermann-steering-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/ackermann-steering-controller_0.17.2-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/ackermann_steering_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ackermann_steering_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/diff-drive-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/diff-drive-controller_0.17.2-1.bb index e8a2c0b4731..0749bdf44cd 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/diff-drive-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/diff-drive-controller_0.17.2-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/diff_drive_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/diff_drive_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/effort-controllers_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/effort-controllers_0.17.2-1.bb index 7874988a392..59276b8ad5d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/effort-controllers_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/effort-controllers_0.17.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/effort_controllers/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/effort_controllers" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.17.2-1.bb index 6c1acb6ca48..a2991b7b3d2 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.17.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/force_torque_sensor_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/force_torque_sensor_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/forward-command-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/forward-command-controller_0.17.2-1.bb index e17be73ee8c..9ad13550d9c 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/forward-command-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/forward-command-controller_0.17.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/forward_command_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/forward_command_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.17.2-1.bb index e74b1dbcf39..ef433d52ed1 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.17.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/four_wheel_steering_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/four_wheel_steering_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/gripper-action-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/gripper-action-controller_0.17.2-1.bb index 3c8d7c49688..7d11cf6055e 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/gripper-action-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/gripper-action-controller_0.17.2-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/gripper_action_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gripper_action_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/imu-sensor-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/imu-sensor-controller_0.17.2-1.bb index d8b4c27e04b..f423827a813 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/imu-sensor-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/imu-sensor-controller_0.17.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/imu_sensor_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/imu_sensor_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/joint-state-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/joint-state-controller_0.17.2-1.bb index 343c169f9e7..5505e82620f 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/joint-state-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/joint-state-controller_0.17.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/joint_state_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_state_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/joint-trajectory-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/joint-trajectory-controller_0.17.2-1.bb index 2eeacd6cadb..55bff705ec5 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/joint-trajectory-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/joint-trajectory-controller_0.17.2-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/joint_trajectory_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joint_trajectory_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/position-controllers_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/position-controllers_0.17.2-1.bb index 0c53d82c4e0..fe8594b2b05 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/position-controllers_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/position-controllers_0.17.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/position_controllers/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/position_controllers" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/ros-controllers_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/ros-controllers_0.17.2-1.bb index 5ebdf299201..7c46e36587e 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/ros-controllers_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/ros-controllers_0.17.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/ros_controllers/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_controllers" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.17.2-1.bb index 02ff7f15a95..f653765f991 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.17.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/rqt_joint_trajectory_controller/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_joint_trajectory_controller" diff --git a/meta-ros1-melodic/generated-recipes/ros-controllers/velocity-controllers_0.17.2-1.bb b/meta-ros1-melodic/generated-recipes/ros-controllers/velocity-controllers_0.17.2-1.bb index 566653a3230..0e2727aedd3 100644 --- a/meta-ros1-melodic/generated-recipes/ros-controllers/velocity-controllers_0.17.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-controllers/velocity-controllers_0.17.2-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/velocity_controllers/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/velocity_controllers" diff --git a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.16-1.bb index 9a7f21f6bcc..b24537a2ead 100644 --- a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/ros_emacs_utils/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_emacs_utils" diff --git a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/rosemacs_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/rosemacs_0.4.16-1.bb index ed8d339119b..7ce47f6f86e 100644 --- a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/rosemacs_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/rosemacs_0.4.16-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/rosemacs/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosemacs" diff --git a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.16-1.bb index cb167370b90..93d15f71d89 100644 --- a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.16-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/roslisp_repl/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslisp_repl" diff --git a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-ros_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-ros_0.4.16-1.bb index 6689ad10b4d..df0dcd933ef 100644 --- a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-ros_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-ros_0.4.16-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/slime_ros/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/slime_ros" diff --git a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.16-1.bb index adba3dfb82d..e070ee68609 100644 --- a/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.16-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/slime_wrapper/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/slime_wrapper" diff --git a/meta-ros1-melodic/generated-recipes/ros-environment/ros-environment_1.2.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-environment/ros-environment_1.2.3-1.bb index 92e2440537c..686bbfe761c 100644 --- a/meta-ros1-melodic/generated-recipes/ros-environment/ros-environment_1.2.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-environment/ros-environment_1.2.3-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_environment-release/archive/release/melodic/ros_environment/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_environment" diff --git a/meta-ros1-melodic/generated-recipes/ros-ethercat-eml/ros-ethercat-eml_0.3.2-5.bb b/meta-ros1-melodic/generated-recipes/ros-ethercat-eml/ros-ethercat-eml_0.3.2-5.bb index cff95720e2b..65109a94d3e 100644 --- a/meta-ros1-melodic/generated-recipes/ros-ethercat-eml/ros-ethercat-eml_0.3.2-5.bb +++ b/meta-ros1-melodic/generated-recipes/ros-ethercat-eml/ros-ethercat-eml_0.3.2-5.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/shadow-robot/ros_ethercat_eml-release/archive/release/melodic/ros_ethercat_eml/0.3.2-5.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_ethercat_eml" diff --git a/meta-ros1-melodic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb index 5f94cc7c05c..621be97d2f2 100644 --- a/meta-ros1-melodic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/ros_led-release/archive/release/melodic/led_msgs/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/led_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-led/ws281x_0.0.11-1.bb b/meta-ros1-melodic/generated-recipes/ros-led/ws281x_0.0.11-1.bb index 350dbda80ac..4e40f045ddf 100644 --- a/meta-ros1-melodic/generated-recipes/ros-led/ws281x_0.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-led/ws281x_0.0.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/ros_led-release/archive/release/melodic/ws281x/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ws281x" diff --git a/meta-ros1-melodic/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_1.0.1-1.bb index 7dd2f67df8f..835d45aa12d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/ros_monitoring_msgs-release/archive/release/melodic/ros_monitoring_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_monitoring_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ros-numpy/ros-numpy_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-numpy/ros-numpy_0.0.3-1.bb index 515daebcead..5c2236ea4e3 100644 --- a/meta-ros1-melodic/generated-recipes/ros-numpy/ros-numpy_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-numpy/ros-numpy_0.0.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eric-wieser/ros_numpy-release/archive/release/melodic/ros_numpy/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_numpy" diff --git a/meta-ros1-melodic/generated-recipes/ros-pytest/ros-pytest_0.2.0.bb b/meta-ros1-melodic/generated-recipes/ros-pytest/ros-pytest_0.2.0.bb index ef7969e0f42..062394628a1 100644 --- a/meta-ros1-melodic/generated-recipes/ros-pytest/ros-pytest_0.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/ros-pytest/ros-pytest_0.2.0.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/machinekoder/ros_pytest-release/archive/release/melodic/ros_pytest/0.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_pytest" diff --git a/meta-ros1-melodic/generated-recipes/ros-realtime/allocators_1.0.25.bb b/meta-ros1-melodic/generated-recipes/ros-realtime/allocators_1.0.25.bb index d5c9ff918c8..f3f4818868d 100644 --- a/meta-ros1-melodic/generated-recipes/ros-realtime/allocators_1.0.25.bb +++ b/meta-ros1-melodic/generated-recipes/ros-realtime/allocators_1.0.25.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/melodic/allocators/1.0.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/allocators" diff --git a/meta-ros1-melodic/generated-recipes/ros-realtime/lockfree_1.0.25.bb b/meta-ros1-melodic/generated-recipes/ros-realtime/lockfree_1.0.25.bb index b8fa56bba3a..38a0dfc94f8 100644 --- a/meta-ros1-melodic/generated-recipes/ros-realtime/lockfree_1.0.25.bb +++ b/meta-ros1-melodic/generated-recipes/ros-realtime/lockfree_1.0.25.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/melodic/lockfree/1.0.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/lockfree" diff --git a/meta-ros1-melodic/generated-recipes/ros-realtime/ros-realtime_1.0.25.bb b/meta-ros1-melodic/generated-recipes/ros-realtime/ros-realtime_1.0.25.bb index 63695008c59..449f625f064 100644 --- a/meta-ros1-melodic/generated-recipes/ros-realtime/ros-realtime_1.0.25.bb +++ b/meta-ros1-melodic/generated-recipes/ros-realtime/ros-realtime_1.0.25.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/melodic/ros_realtime/1.0.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_realtime" diff --git a/meta-ros1-melodic/generated-recipes/ros-realtime/rosatomic_1.0.25.bb b/meta-ros1-melodic/generated-recipes/ros-realtime/rosatomic_1.0.25.bb index 56e3cadc9ba..f102c5c77c4 100644 --- a/meta-ros1-melodic/generated-recipes/ros-realtime/rosatomic_1.0.25.bb +++ b/meta-ros1-melodic/generated-recipes/ros-realtime/rosatomic_1.0.25.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/melodic/rosatomic/1.0.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosatomic" diff --git a/meta-ros1-melodic/generated-recipes/ros-realtime/rosrt_1.0.25.bb b/meta-ros1-melodic/generated-recipes/ros-realtime/rosrt_1.0.25.bb index 045742077f0..44e8b71f873 100644 --- a/meta-ros1-melodic/generated-recipes/ros-realtime/rosrt_1.0.25.bb +++ b/meta-ros1-melodic/generated-recipes/ros-realtime/rosrt_1.0.25.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/melodic/rosrt/1.0.25-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosrt" diff --git a/meta-ros1-melodic/generated-recipes/ros-tutorials/ros-tutorials_0.9.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-tutorials/ros-tutorials_0.9.3-1.bb index 767cf95144f..b58c1190e01 100644 --- a/meta-ros1-melodic/generated-recipes/ros-tutorials/ros-tutorials_0.9.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-tutorials/ros-tutorials_0.9.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/ros_tutorials/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/ros-tutorials/roscpp-tutorials_0.9.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-tutorials/roscpp-tutorials_0.9.3-1.bb index 76eaf4e3f08..fe955006a11 100644 --- a/meta-ros1-melodic/generated-recipes/ros-tutorials/roscpp-tutorials_0.9.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-tutorials/roscpp-tutorials_0.9.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/roscpp_tutorials/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscpp_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/ros-tutorials/rospy-tutorials_0.9.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-tutorials/rospy-tutorials_0.9.3-1.bb index 32edcddc8c1..533df65870b 100644 --- a/meta-ros1-melodic/generated-recipes/ros-tutorials/rospy-tutorials_0.9.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-tutorials/rospy-tutorials_0.9.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/rospy_tutorials/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospy_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/ros-tutorials/turtlesim_0.9.3-1.bb b/meta-ros1-melodic/generated-recipes/ros-tutorials/turtlesim_0.9.3-1.bb index fb03be0b638..7fcdd365e90 100644 --- a/meta-ros1-melodic/generated-recipes/ros-tutorials/turtlesim_0.9.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros-tutorials/turtlesim_0.9.3-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/turtlesim/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlesim" diff --git a/meta-ros1-melodic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-2.bb b/meta-ros1-melodic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-2.bb index 95679e40713..8af9bc9cd5a 100644 --- a/meta-ros1-melodic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/ros_type_introspection-release/archive/release/melodic/ros_type_introspection/2.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_type_introspection" diff --git a/meta-ros1-melodic/generated-recipes/ros/mk_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/mk_1.14.9-1.bb index 82e5e677de2..0d664105207 100644 --- a/meta-ros1-melodic/generated-recipes/ros/mk_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/mk_1.14.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/mk/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mk" diff --git a/meta-ros1-melodic/generated-recipes/ros/ros_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/ros_1.14.9-1.bb index a0ed48a7f80..0f7bda6a55c 100644 --- a/meta-ros1-melodic/generated-recipes/ros/ros_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/ros_1.14.9-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/ros/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosbash_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosbash_1.14.9-1.bb index be4657e9262..75a8e1bed57 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosbash_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosbash_1.14.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosbash/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbash" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosboost-cfg_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosboost-cfg_1.14.9-1.bb index 74becf990bd..1bee7d3393a 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosboost-cfg_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosboost-cfg_1.14.9-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosboost_cfg/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosboost_cfg" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosbuild_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosbuild_1.14.9-1.bb index 003a6486e4f..530bea508d4 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosbuild_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosbuild_1.14.9-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosbuild/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbuild" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosclean_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosclean_1.14.9-1.bb index 28efd336bf9..b0c9ca42a90 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosclean_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosclean_1.14.9-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosclean/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosclean" diff --git a/meta-ros1-melodic/generated-recipes/ros/roscreate_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/roscreate_1.14.9-1.bb index 457496d814d..3b8c241c129 100644 --- a/meta-ros1-melodic/generated-recipes/ros/roscreate_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/roscreate_1.14.9-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/roscreate/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscreate" diff --git a/meta-ros1-melodic/generated-recipes/ros/roslang_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/roslang_1.14.9-1.bb index 3229256e8ec..675d73bba63 100644 --- a/meta-ros1-melodic/generated-recipes/ros/roslang_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/roslang_1.14.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/roslang/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslang" diff --git a/meta-ros1-melodic/generated-recipes/ros/roslib_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/roslib_1.14.9-1.bb index 7f105075b6a..2afe3d860a2 100644 --- a/meta-ros1-melodic/generated-recipes/ros/roslib_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/roslib_1.14.9-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/roslib/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslib" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosmake_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosmake_1.14.9-1.bb index f823b6428cf..6735641bac9 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosmake_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosmake_1.14.9-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosmake/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmake" diff --git a/meta-ros1-melodic/generated-recipes/ros/rosunit_1.14.9-1.bb b/meta-ros1-melodic/generated-recipes/ros/rosunit_1.14.9-1.bb index 0b0ac66de2e..c918ca71e24 100644 --- a/meta-ros1-melodic/generated-recipes/ros/rosunit_1.14.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/ros/rosunit_1.14.9-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/melodic/rosunit/1.14.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosunit" diff --git a/meta-ros1-melodic/generated-recipes/rosauth/rosauth_1.0.1.bb b/meta-ros1-melodic/generated-recipes/rosauth/rosauth_1.0.1.bb index eb1d1be215d..7fbaecad10a 100644 --- a/meta-ros1-melodic/generated-recipes/rosauth/rosauth_1.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/rosauth/rosauth_1.0.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/rosauth-release/archive/release/melodic/rosauth/1.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosauth" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-editor/rosbag-editor_0.4.2-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-editor/rosbag-editor_0.4.2-1.bb index ea12dc9af88..e72a4aada01 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-editor/rosbag-editor_0.4.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-editor/rosbag-editor_0.4.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/rosbag_editor-release/archive/release/melodic/rosbag_editor/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_editor" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-fancy/rosbag-fancy_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-fancy/rosbag-fancy_0.2.0-1.bb index 967a1fb84b2..0c3c3889cb5 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-fancy/rosbag-fancy_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-fancy/rosbag-fancy_0.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosbag_fancy-release/archive/release/melodic/rosbag_fancy/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_fancy" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.0.bb b/meta-ros1-melodic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.0.bb index 8df3df54cbe..145f761efde 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.0.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_migration_rule-release/archive/release/melodic/rosbag_migration_rule/1.0.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_migration_rule" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb b/meta-ros1-melodic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb index 3f6448b56d2..70bbeb8c880 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eurogroep/rosbag_pandas-release/archive/release/melodic/rosbag_pandas/0.5.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_pandas" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb index 97909d69f9c..089fc784b98 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_snapshot-release/archive/release/melodic/rosbag_snapshot_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_snapshot_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb index 35dbbf50b56..b24384f1f16 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_snapshot-release/archive/release/melodic/rosbag_snapshot/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_snapshot" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-uploader/file-uploader-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-uploader/file-uploader-msgs_1.0.1-1.bb index 4d1dba944ee..cec201701cf 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-uploader/file-uploader-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-uploader/file-uploader-msgs_1.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/rosbag_uploader-release/archive/release/melodic/file_uploader_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/file_uploader_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-uploader/recorder-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-uploader/recorder-msgs_1.0.1-1.bb index c5831564821..88e040e612f 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-uploader/recorder-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-uploader/recorder-msgs_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/rosbag_uploader-release/archive/release/melodic/recorder_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/recorder_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bb index 58f0dac6f86..56a03057254 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/rosbag_uploader-release/archive/release/melodic/rosbag_cloud_recorders/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbag_cloud_recorders" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-common_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-common_1.0.1-1.bb index 2a1ca9090aa..707532bb18f 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-common_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-common_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/rosbag_uploader-release/archive/release/melodic/s3_common/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/s3_common" diff --git a/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-file-uploader_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-file-uploader_1.0.1-1.bb index e994130ede5..fbefa24a3f1 100644 --- a/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-file-uploader_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbag-uploader/s3-file-uploader_1.0.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/rosbag_uploader-release/archive/release/melodic/s3_file_uploader/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/s3_file_uploader" diff --git a/meta-ros1-melodic/generated-recipes/rosbash-params/rosbash-params_1.0.2.bb b/meta-ros1-melodic/generated-recipes/rosbash-params/rosbash-params_1.0.2.bb index c38b5b806de..ea8b6320061 100644 --- a/meta-ros1-melodic/generated-recipes/rosbash-params/rosbash-params_1.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/rosbash-params/rosbash-params_1.0.2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/rosbash_params-release/archive/release/melodic/rosbash_params/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbash_params" diff --git a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb index 96350f492c7..73931ae18c9 100644 --- a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/melodic/rosapi/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosapi" diff --git a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb index 9836b5050b0..addd3270076 100644 --- a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/melodic/rosbridge_library/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbridge_library" diff --git a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb index 63d4f5992bb..15bff6022f1 100644 --- a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/melodic/rosbridge_msgs/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbridge_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb index a769e164928..8238115b7d1 100644 --- a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/melodic/rosbridge_server/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbridge_server" diff --git a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb index 4cc5633fe96..19eb9bef0e9 100644 --- a/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/melodic/rosbridge_suite/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbridge_suite" diff --git a/meta-ros1-melodic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb index 7a8db6a3b6e..4c4d3499cee 100644 --- a/meta-ros1-melodic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/melodic/magical_ros2_conversion_tool/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/magical_ros2_conversion_tool" diff --git a/meta-ros1-melodic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb index f2ec8cade9b..f8ccc078d8d 100644 --- a/meta-ros1-melodic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/melodic/ros_introspection/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ros_introspection" diff --git a/meta-ros1-melodic/generated-recipes/roscompile/roscompile_1.2.1-1.bb b/meta-ros1-melodic/generated-recipes/roscompile/roscompile_1.2.1-1.bb index cb7497b071a..41b86cf7cbf 100644 --- a/meta-ros1-melodic/generated-recipes/roscompile/roscompile_1.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscompile/roscompile_1.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/melodic/roscompile/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscompile" diff --git a/meta-ros1-melodic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.3.bb b/meta-ros1-melodic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.3.bb index d0fa1753d9c..00ee6c4397f 100644 --- a/meta-ros1-melodic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.3.bb +++ b/meta-ros1-melodic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosconsole_bridge-release/archive/release/melodic/rosconsole_bridge/0.5.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosconsole_bridge" diff --git a/meta-ros1-melodic/generated-recipes/rosconsole/rosconsole_1.13.18-1.bb b/meta-ros1-melodic/generated-recipes/rosconsole/rosconsole_1.13.18-1.bb index ee599bbf66a..82035f8eb00 100644 --- a/meta-ros1-melodic/generated-recipes/rosconsole/rosconsole_1.13.18-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosconsole/rosconsole_1.13.18-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosconsole-release/archive/release/melodic/rosconsole/1.13.18-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosconsole" diff --git a/meta-ros1-melodic/generated-recipes/roscpp-core/cpp-common_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/roscpp-core/cpp-common_0.6.14-1.bb index c3a9fda7cb2..d2b5e40702c 100644 --- a/meta-ros1-melodic/generated-recipes/roscpp-core/cpp-common_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscpp-core/cpp-common_0.6.14-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/cpp_common/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cpp_common" diff --git a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-core_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-core_0.6.14-1.bb index a92d7a7fdbe..2841709251b 100644 --- a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-core_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-core_0.6.14-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/roscpp_core/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscpp_core" diff --git a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-serialization_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-serialization_0.6.14-1.bb index 4f3f7525218..f1fba102239 100644 --- a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-serialization_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-serialization_0.6.14-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/roscpp_serialization/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscpp_serialization" diff --git a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-traits_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-traits_0.6.14-1.bb index 4613bed580f..6f37145a236 100644 --- a/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-traits_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscpp-core/roscpp-traits_0.6.14-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/roscpp_traits/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roscpp_traits" diff --git a/meta-ros1-melodic/generated-recipes/roscpp-core/rostime_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/roscpp-core/rostime_0.6.14-1.bb index f75d513ccc5..f6d48c61b3e 100644 --- a/meta-ros1-melodic/generated-recipes/roscpp-core/rostime_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/roscpp-core/rostime_0.6.14-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/rostime/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostime" diff --git a/meta-ros1-melodic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.9.bb b/meta-ros1-melodic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.9.bb index d88c3825af5..7c17fc07838 100644 --- a/meta-ros1-melodic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.9.bb +++ b/meta-ros1-melodic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.9.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosdoc_lite-release/archive/release/melodic/rosdoc_lite/0.2.9-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosdoc_lite" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-firmware_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-firmware_1.3.1-1.bb index cb87bfcba87..795f24c4fb7 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-firmware_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-firmware_1.3.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight_firmware/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight_firmware" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-msgs_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-msgs_1.3.1-1.bb index fed8efbea26..f4b96d3b1b8 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-msgs_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-msgs_1.3.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight_msgs/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-pkgs_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-pkgs_1.3.1-1.bb index c04a1999f07..46e42a570c0 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-pkgs_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-pkgs_1.3.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight_pkgs/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight_pkgs" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-sim_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-sim_1.3.1-1.bb index 302762bb7ae..a66c86de35c 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-sim_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-sim_1.3.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight_sim/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight_sim" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-utils_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-utils_1.3.1-1.bb index ac149ebf2ce..6469e48f1ff 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight-utils_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight-utils_1.3.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight_utils/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight_utils" diff --git a/meta-ros1-melodic/generated-recipes/rosflight/rosflight_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/rosflight/rosflight_1.3.1-1.bb index 9fc45475c1b..4b8eec0b693 100644 --- a/meta-ros1-melodic/generated-recipes/rosflight/rosflight_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosflight/rosflight_1.3.1-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosflight/rosflight-release/archive/release/melodic/rosflight/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosflight" diff --git a/meta-ros1-melodic/generated-recipes/rosfmt/rosfmt_6.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rosfmt/rosfmt_6.2.0-1.bb index 3337d188fce..a279800bb2e 100644 --- a/meta-ros1-melodic/generated-recipes/rosfmt/rosfmt_6.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosfmt/rosfmt_6.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosfmt-release/archive/release/melodic/rosfmt/6.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosfmt" diff --git a/meta-ros1-melodic/generated-recipes/roslint/roslint_0.11.2.bb b/meta-ros1-melodic/generated-recipes/roslint/roslint_0.11.2.bb index 8c91a240d2e..a9ccfe903cc 100644 --- a/meta-ros1-melodic/generated-recipes/roslint/roslint_0.11.2.bb +++ b/meta-ros1-melodic/generated-recipes/roslint/roslint_0.11.2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslint-release/archive/release/melodic/roslint/0.11.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslint" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/actionlib-lisp_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/actionlib-lisp_0.2.13-1.bb index 05d561e9792..35544a62291 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/actionlib-lisp_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/actionlib-lisp_0.2.13-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/actionlib_lisp/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/actionlib_lisp" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf2_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf2_0.2.13-1.bb index b61f76165ff..bd1d5c400d8 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf2_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf2_0.2.13-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_tf2/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_tf2" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf_0.2.13-1.bb index 53c0d99c717..f6b8f2f2d10 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-tf_0.2.13-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_tf/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_tf" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms-stamped_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms-stamped_0.2.13-1.bb index fafda4f573b..b0f569d8f17 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms-stamped_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms-stamped_0.2.13-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_transforms_stamped/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_transforms_stamped" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms_0.2.13-1.bb index 31743abba27..657491933ec 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-transforms_0.2.13-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_transforms/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_transforms" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-urdf_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-urdf_0.2.13-1.bb index 7e6d5927b17..2c678ab9f27 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-urdf_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-urdf_0.2.13-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_urdf/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_urdf" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-utils_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-utils_0.2.13-1.bb index 0aa38cd6c60..cd591cd69e1 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/cl-utils_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/cl-utils_0.2.13-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/cl_utils/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/cl_utils" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-common_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-common_0.2.13-1.bb index b3e8eb41bd0..2eb3cd6b91d 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-common_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-common_0.2.13-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/roslisp_common/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslisp_common" diff --git a/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-utilities_0.2.13-1.bb b/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-utilities_0.2.13-1.bb index 908474fc8ef..c66ef479b63 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-utilities_0.2.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp-common/roslisp-utilities_0.2.13-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/roslisp_utilities/0.2.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslisp_utilities" diff --git a/meta-ros1-melodic/generated-recipes/roslisp/roslisp_1.9.24-1.bb b/meta-ros1-melodic/generated-recipes/roslisp/roslisp_1.9.24-1.bb index 5517b36491e..79a1addb95e 100644 --- a/meta-ros1-melodic/generated-recipes/roslisp/roslisp_1.9.24-1.bb +++ b/meta-ros1-melodic/generated-recipes/roslisp/roslisp_1.9.24-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp-release/archive/release/melodic/roslisp/1.9.24-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslisp" diff --git a/meta-ros1-melodic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb b/meta-ros1-melodic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb index 84cb5b7dc91..b9c4bf6412a 100644 --- a/meta-ros1-melodic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/melodic/rosmon_core/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmon_core" diff --git a/meta-ros1-melodic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb b/meta-ros1-melodic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb index 289a19cbb80..513db047345 100644 --- a/meta-ros1-melodic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/melodic/rosmon_msgs/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmon_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosmon/rosmon_2.3.2-1.bb b/meta-ros1-melodic/generated-recipes/rosmon/rosmon_2.3.2-1.bb index 9f13338a0df..22f38683889 100644 --- a/meta-ros1-melodic/generated-recipes/rosmon/rosmon_2.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosmon/rosmon_2.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/melodic/rosmon/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosmon" diff --git a/meta-ros1-melodic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb b/meta-ros1-melodic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb index 30cd64c1055..de4abe612bf 100644 --- a/meta-ros1-melodic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/melodic/rqt_rosmon/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_rosmon" diff --git a/meta-ros1-melodic/generated-recipes/rospack/rospack_2.5.6-1.bb b/meta-ros1-melodic/generated-recipes/rospack/rospack_2.5.6-1.bb index 2a322eff723..418860d8365 100644 --- a/meta-ros1-melodic/generated-recipes/rospack/rospack_2.5.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/rospack/rospack_2.5.6-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rospack-release/archive/release/melodic/rospack/2.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospack" diff --git a/meta-ros1-melodic/generated-recipes/rosparam-handler/rosparam-handler_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/rosparam-handler/rosparam-handler_0.1.4-1.bb index e583aa987e1..fe085f5d05b 100644 --- a/meta-ros1-melodic/generated-recipes/rosparam-handler/rosparam-handler_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosparam-handler/rosparam-handler_0.1.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cbandera/rosparam_handler-release/archive/release/melodic/rosparam_handler/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosparam_handler" diff --git a/meta-ros1-melodic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bb index 097c9ab49a8..71c43cdce56 100644 --- a/meta-ros1-melodic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/rosparam_shortcuts-release/archive/release/melodic/rosparam_shortcuts/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosparam_shortcuts" diff --git a/meta-ros1-melodic/generated-recipes/rospilot/rospilot_1.5.6.bb b/meta-ros1-melodic/generated-recipes/rospilot/rospilot_1.5.6.bb index 6d10d79a8eb..c37a97ed4af 100644 --- a/meta-ros1-melodic/generated-recipes/rospilot/rospilot_1.5.6.bb +++ b/meta-ros1-melodic/generated-recipes/rospilot/rospilot_1.5.6.bb @@ -107,7 +107,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rospilot/rospilot-release/archive/release/melodic/rospilot/1.5.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospilot" diff --git a/meta-ros1-melodic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb b/meta-ros1-melodic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb index 4599bf3b476..5cdc1adb046 100644 --- a/meta-ros1-melodic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/rospy_message_converter-release/archive/release/melodic/rospy_message_converter/0.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rospy_message_converter" diff --git a/meta-ros1-melodic/generated-recipes/rosserial-leonardo-cmake/rosserial-leonardo-cmake_0.1.5-1.bb b/meta-ros1-melodic/generated-recipes/rosserial-leonardo-cmake/rosserial-leonardo-cmake_0.1.5-1.bb index cfd3ca0229a..9fa454e4477 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial-leonardo-cmake/rosserial-leonardo-cmake_0.1.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial-leonardo-cmake/rosserial-leonardo-cmake_0.1.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/rosserial_leonardo_cmake-release/archive/release/melodic/rosserial_leonardo_cmake/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_leonardo_cmake" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-arduino_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-arduino_0.8.0.bb index 35905cf2671..83c9e49b09c 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-arduino_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-arduino_0.8.0.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_arduino/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_arduino" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-client_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-client_0.8.0.bb index 40731378322..a4bd2de1dd7 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-client_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-client_0.8.0.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_client/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_client" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-embeddedlinux_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-embeddedlinux_0.8.0.bb index 33704060bbf..df692a049d9 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-embeddedlinux_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-embeddedlinux_0.8.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_embeddedlinux/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_embeddedlinux" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-mbed_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-mbed_0.8.0.bb index 754183e7d69..42e7f4f3437 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-mbed_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-mbed_0.8.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_mbed/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_mbed" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-msgs_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-msgs_0.8.0.bb index f2e731ff68b..b74efe085f5 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-msgs_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-msgs_0.8.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_msgs/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-python_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-python_0.8.0.bb index 78a3cd718fc..8f235f82fc1 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-python_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-python_0.8.0.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_python/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_python" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-server_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-server_0.8.0.bb index 753d1a4106b..c5ca88b2e08 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-server_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-server_0.8.0.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_server/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_server" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-tivac_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-tivac_0.8.0.bb index 43bb488d2d7..0e93334301f 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-tivac_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-tivac_0.8.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_tivac/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_tivac" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-cortex_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-cortex_0.8.0.bb index 8795306757d..f3d2e4ceb4e 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-cortex_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-cortex_0.8.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_vex_cortex/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_vex_cortex" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-v5_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-v5_0.8.0.bb index 83b88ad2c5f..39057f98560 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-v5_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-vex-v5_0.8.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_vex_v5/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_vex_v5" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-windows_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-windows_0.8.0.bb index 84752a12674..7621881d85d 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-windows_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-windows_0.8.0.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_windows/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_windows" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-xbee_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-xbee_0.8.0.bb index daed5e0f6c8..ce9d5885675 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial-xbee_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial-xbee_0.8.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial_xbee/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial_xbee" diff --git a/meta-ros1-melodic/generated-recipes/rosserial/rosserial_0.8.0.bb b/meta-ros1-melodic/generated-recipes/rosserial/rosserial_0.8.0.bb index cdace4489d6..e0e20c16bc1 100644 --- a/meta-ros1-melodic/generated-recipes/rosserial/rosserial_0.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/rosserial/rosserial_0.8.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/melodic/rosserial/0.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosserial" diff --git a/meta-ros1-melodic/generated-recipes/rostate-machine/rostate-machine_0.0.2-3.bb b/meta-ros1-melodic/generated-recipes/rostate-machine/rostate-machine_0.0.2-3.bb index 33a3061c591..57e558268c0 100644 --- a/meta-ros1-melodic/generated-recipes/rostate-machine/rostate-machine_0.0.2-3.bb +++ b/meta-ros1-melodic/generated-recipes/rostate-machine/rostate-machine_0.0.2-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/rostate_machine-release/archive/release/melodic/rostate_machine/0.0.2-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostate_machine" diff --git a/meta-ros1-melodic/generated-recipes/rostest-node-interface-validation/rostest-node-interface-validation_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rostest-node-interface-validation/rostest-node-interface-validation_0.2.0-1.bb index 8601637cc1f..c560a18e1bb 100644 --- a/meta-ros1-melodic/generated-recipes/rostest-node-interface-validation/rostest-node-interface-validation_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rostest-node-interface-validation/rostest-node-interface-validation_0.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tecnalia-advancedmanufacturing-robotics/rostest_node_interface_validation-release/archive/release/melodic/rostest_node_interface_validation/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rostest_node_interface_validation" diff --git a/meta-ros1-melodic/generated-recipes/rosthrottle/rosthrottle_1.2.0-3.bb b/meta-ros1-melodic/generated-recipes/rosthrottle/rosthrottle_1.2.0-3.bb index e458fed39b1..3604e9ae75b 100644 --- a/meta-ros1-melodic/generated-recipes/rosthrottle/rosthrottle_1.2.0-3.bb +++ b/meta-ros1-melodic/generated-recipes/rosthrottle/rosthrottle_1.2.0-3.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UTNuclearRoboticsPublic/rosthrottle-release/archive/release/melodic/rosthrottle/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosthrottle" diff --git a/meta-ros1-melodic/generated-recipes/roswww/roswww_0.1.12.bb b/meta-ros1-melodic/generated-recipes/roswww/roswww_0.1.12.bb index e664b222730..7a25928bce1 100644 --- a/meta-ros1-melodic/generated-recipes/roswww/roswww_0.1.12.bb +++ b/meta-ros1-melodic/generated-recipes/roswww/roswww_0.1.12.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roswww-release/archive/release/melodic/roswww/0.1.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/roswww" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-comm_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-comm_2.2.3.bb index 3fafc01914c..d1c64e02083 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-comm_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-comm_2.2.3.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_comm/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_comm" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-control_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-control_2.2.3.bb index 7193f64abaa..34d3df8edcd 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-control_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-control_2.2.3.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_control/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_control" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-description_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-description_2.2.3.bb index 0b9e44979be..722a90e087d 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-description_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-description_2.2.3.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_description/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_description" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-evaluation_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-evaluation_2.2.3.bb index f62646ac16d..f1a85cc9183 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-evaluation_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-evaluation_2.2.3.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_evaluation/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_evaluation" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo-plugins_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo-plugins_2.2.3.bb index 5e39496421a..e643d1c024c 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo-plugins_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo-plugins_2.2.3.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_gazebo_plugins/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo_2.2.3.bb index 97b97d3bc59..66b563eae7f 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-gazebo_2.2.3.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_gazebo/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-hil-interface_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-hil-interface_2.2.3.bb index f5fa739f11b..1ae0f267a7e 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-hil-interface_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-hil-interface_2.2.3.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_hil_interface/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_hil_interface" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-joy-interface_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-joy-interface_2.2.3.bb index d77203342d2..fa85deaad9a 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-joy-interface_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-joy-interface_2.2.3.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_joy_interface/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_joy_interface" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-simulator_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-simulator_2.2.3.bb index da16f91b8a3..9f734dc701b 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-simulator_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rotors-simulator_2.2.3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rotors_simulator/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rotors_simulator" diff --git a/meta-ros1-melodic/generated-recipes/rotors-simulator/rqt-rotors_2.2.3.bb b/meta-ros1-melodic/generated-recipes/rotors-simulator/rqt-rotors_2.2.3.bb index a50ad06112c..b99eeaae715 100644 --- a/meta-ros1-melodic/generated-recipes/rotors-simulator/rqt-rotors_2.2.3.bb +++ b/meta-ros1-melodic/generated-recipes/rotors-simulator/rqt-rotors_2.2.3.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/rotors_simulator-release/archive/release/melodic/rqt_rotors/2.2.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_rotors" diff --git a/meta-ros1-melodic/generated-recipes/rplidar-ros/rplidar-ros_1.7.0.bb b/meta-ros1-melodic/generated-recipes/rplidar-ros/rplidar-ros_1.7.0.bb index 5f1786eb18c..67e57ecf17d 100644 --- a/meta-ros1-melodic/generated-recipes/rplidar-ros/rplidar-ros_1.7.0.bb +++ b/meta-ros1-melodic/generated-recipes/rplidar-ros/rplidar-ros_1.7.0.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Slamtec/rplidar_ros-release/archive/release/melodic/rplidar_ros/1.7.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rplidar_ros" diff --git a/meta-ros1-melodic/generated-recipes/rqt-action/rqt-action_0.4.9.bb b/meta-ros1-melodic/generated-recipes/rqt-action/rqt-action_0.4.9.bb index ca96e3533cb..bfd3ddff672 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-action/rqt-action_0.4.9.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-action/rqt-action_0.4.9.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_action-release/archive/release/melodic/rqt_action/0.4.9-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_action" diff --git a/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb b/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb index c4d7d8c507d..bef233b0613 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_bag-release/archive/release/melodic/rqt_bag_plugins/0.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_bag_plugins" diff --git a/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb b/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb index 7aa418a45cb..b336ec53cfe 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_bag-release/archive/release/melodic/rqt_bag/0.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_bag" diff --git a/meta-ros1-melodic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.8.bb index b7f1460787f..92c3032a765 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.8.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_common_plugins-release/archive/release/melodic/rqt_common_plugins/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_common_plugins" diff --git a/meta-ros1-melodic/generated-recipes/rqt-console/rqt-console_0.4.9-1.bb b/meta-ros1-melodic/generated-recipes/rqt-console/rqt-console_0.4.9-1.bb index a7db170fcf5..96a27571da5 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-console/rqt-console_0.4.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-console/rqt-console_0.4.9-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_console-release/archive/release/melodic/rqt_console/0.4.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_console" diff --git a/meta-ros1-melodic/generated-recipes/rqt-dep/rqt-dep_0.4.9.bb b/meta-ros1-melodic/generated-recipes/rqt-dep/rqt-dep_0.4.9.bb index 1c63210ccfd..c51e82ebdfe 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-dep/rqt-dep_0.4.9.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-dep/rqt-dep_0.4.9.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_dep-release/archive/release/melodic/rqt_dep/0.4.9-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_dep" diff --git a/meta-ros1-melodic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.5.0-1.bb b/meta-ros1-melodic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.5.0-1.bb index a3a6f91c437..fd8cfb3e72b 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.5.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.5.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OTL/rqt_ez_publisher-release/archive/release/melodic/rqt_ez_publisher/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_ez_publisher" diff --git a/meta-ros1-melodic/generated-recipes/rqt-graph/rqt-graph_0.4.11-1.bb b/meta-ros1-melodic/generated-recipes/rqt-graph/rqt-graph_0.4.11-1.bb index afaf7aec9ab..2dfcc6d48d9 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-graph/rqt-graph_0.4.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-graph/rqt-graph_0.4.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_graph-release/archive/release/melodic/rqt_graph/0.4.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_graph" diff --git a/meta-ros1-melodic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb b/meta-ros1-melodic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb index 150dc63881d..9b7e9866281 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_image_view-release/archive/release/melodic/rqt_image_view/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_image_view" diff --git a/meta-ros1-melodic/generated-recipes/rqt-joint-trajectory-plot/rqt-joint-trajectory-plot_0.0.5-1.bb b/meta-ros1-melodic/generated-recipes/rqt-joint-trajectory-plot/rqt-joint-trajectory-plot_0.0.5-1.bb index 1631d7d2ef5..3ec85682e76 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-joint-trajectory-plot/rqt-joint-trajectory-plot_0.0.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-joint-trajectory-plot/rqt-joint-trajectory-plot_0.0.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rqt_joint_trajectory_plot-release/archive/release/melodic/rqt_joint_trajectory_plot/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_joint_trajectory_plot" diff --git a/meta-ros1-melodic/generated-recipes/rqt-launch/rqt-launch_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-launch/rqt-launch_0.4.8.bb index 345e444b396..893ef78af04 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-launch/rqt-launch_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-launch/rqt-launch_0.4.8.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_launch-release/archive/release/melodic/rqt_launch/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_launch" diff --git a/meta-ros1-melodic/generated-recipes/rqt-launchtree/rqt-launchtree_0.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rqt-launchtree/rqt-launchtree_0.2.0-1.bb index 2fc91a5d049..1e332673737 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-launchtree/rqt-launchtree_0.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-launchtree/rqt-launchtree_0.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pschillinger/rqt_launchtree-release/archive/release/melodic/rqt_launchtree/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_launchtree" diff --git a/meta-ros1-melodic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.8.bb index 174ade8881a..bbdc4a83189 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.8.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_logger_level-release/archive/release/melodic/rqt_logger_level/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_logger_level" diff --git a/meta-ros1-melodic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb b/meta-ros1-melodic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb index 69cb0a304b7..bc86e79e719 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_moveit-release/archive/release/melodic/rqt_moveit/0.5.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_moveit" diff --git a/meta-ros1-melodic/generated-recipes/rqt-msg/rqt-msg_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-msg/rqt-msg_0.4.8.bb index ee353b14fcf..c1ce175ae71 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-msg/rqt-msg_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-msg/rqt-msg_0.4.8.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_msg-release/archive/release/melodic/rqt_msg/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_msg" diff --git a/meta-ros1-melodic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.10.bb b/meta-ros1-melodic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.10.bb index d2e446b9dc9..e5973703b73 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.10.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/rqt_multiplot_plugin-release/archive/release/melodic/rqt_multiplot/0.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_multiplot" diff --git a/meta-ros1-melodic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7.bb b/meta-ros1-melodic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7.bb index 970cb9f5b18..b99acabcc4c 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_nav_view-release/archive/release/melodic/rqt_nav_view/0.5.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_nav_view" diff --git a/meta-ros1-melodic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb b/meta-ros1-melodic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb index b25424c665f..4278689d473 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_plot-release/archive/release/melodic/rqt_plot/0.4.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_plot" diff --git a/meta-ros1-melodic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb b/meta-ros1-melodic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb index 6f8e39a491a..aaadaa0fe7b 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_pose_view-release/archive/release/melodic/rqt_pose_view/0.5.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_pose_view" diff --git a/meta-ros1-melodic/generated-recipes/rqt-publisher/rqt-publisher_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-publisher/rqt-publisher_0.4.8.bb index cf07a73bec6..e1fd21b0fc5 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-publisher/rqt-publisher_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-publisher/rqt-publisher_0.4.8.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_publisher-release/archive/release/melodic/rqt_publisher/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_publisher" diff --git a/meta-ros1-melodic/generated-recipes/rqt-py-console/rqt-py-console_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-py-console/rqt-py-console_0.4.8.bb index 60b1df951fd..b9227e59855 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-py-console/rqt-py-console_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-py-console/rqt-py-console_0.4.8.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_py_console-release/archive/release/melodic/rqt_py_console/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_py_console" diff --git a/meta-ros1-melodic/generated-recipes/rqt-py-trees/rqt-py-trees_0.3.1.bb b/meta-ros1-melodic/generated-recipes/rqt-py-trees/rqt-py-trees_0.3.1.bb index c6454af0196..fd8beff27a3 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-py-trees/rqt-py-trees_0.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-py-trees/rqt-py-trees_0.3.1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/rqt_py_trees-release/archive/release/melodic/rqt_py_trees/0.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_py_trees" diff --git a/meta-ros1-melodic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb b/meta-ros1-melodic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb index bcdb3292c6d..22661255629 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_reconfigure-release/archive/release/melodic/rqt_reconfigure/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_reconfigure" diff --git a/meta-ros1-melodic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.7.bb b/meta-ros1-melodic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.7.bb index 41391b897ae..bcc0215f4c5 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.7.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.7.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_dashboard-release/archive/release/melodic/rqt_robot_dashboard/0.5.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_robot_dashboard" diff --git a/meta-ros1-melodic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb b/meta-ros1-melodic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb index a93c4f74416..0a41bdbb904 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_monitor-release/archive/release/melodic/rqt_robot_monitor/0.5.13-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_robot_monitor" diff --git a/meta-ros1-melodic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.7.bb b/meta-ros1-melodic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.7.bb index 189a0dfe7f0..734ff714b42 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.7.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.7.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_plugins-release/archive/release/melodic/rqt_robot_plugins/0.5.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_robot_plugins" diff --git a/meta-ros1-melodic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.10-1.bb b/meta-ros1-melodic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.10-1.bb index 0bda0516d5b..1e1f599ec0e 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.10-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_steering-release/archive/release/melodic/rqt_robot_steering/0.5.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_robot_steering" diff --git a/meta-ros1-melodic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.7.bb b/meta-ros1-melodic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.7.bb index 2afc8a4f743..7d64a5fb7af 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.7.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.7.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_runtime_monitor-release/archive/release/melodic/rqt_runtime_monitor/0.5.7-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_runtime_monitor" diff --git a/meta-ros1-melodic/generated-recipes/rqt-rviz/rqt-rviz_0.6.0.bb b/meta-ros1-melodic/generated-recipes/rqt-rviz/rqt-rviz_0.6.0.bb index a6613f77e11..a45fc014664 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-rviz/rqt-rviz_0.6.0.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-rviz/rqt-rviz_0.6.0.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_rviz-release/archive/release/melodic/rqt_rviz/0.6.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_rviz" diff --git a/meta-ros1-melodic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.8.bb index 533151d86ca..600d06e85be 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.8.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_service_caller-release/archive/release/melodic/rqt_service_caller/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_service_caller" diff --git a/meta-ros1-melodic/generated-recipes/rqt-shell/rqt-shell_0.4.9.bb b/meta-ros1-melodic/generated-recipes/rqt-shell/rqt-shell_0.4.9.bb index 5fd0aff8190..4feed51e7a6 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-shell/rqt-shell_0.4.9.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-shell/rqt-shell_0.4.9.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_shell-release/archive/release/melodic/rqt_shell/0.4.9-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_shell" diff --git a/meta-ros1-melodic/generated-recipes/rqt-srv/rqt-srv_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-srv/rqt-srv_0.4.8.bb index 5e17318f33c..38709916b2e 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-srv/rqt-srv_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-srv/rqt-srv_0.4.8.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_srv-release/archive/release/melodic/rqt_srv/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_srv" diff --git a/meta-ros1-melodic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.0.bb b/meta-ros1-melodic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.0.bb index 5ad90637182..20ad6b6f36a 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.0.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.0.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_tf_tree-release/archive/release/melodic/rqt_tf_tree/0.6.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_tf_tree" diff --git a/meta-ros1-melodic/generated-recipes/rqt-top/rqt-top_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-top/rqt-top_0.4.8.bb index 74e02840c4a..c2260339fb6 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-top/rqt-top_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-top/rqt-top_0.4.8.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_top-release/archive/release/melodic/rqt_top/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_top" diff --git a/meta-ros1-melodic/generated-recipes/rqt-topic/rqt-topic_0.4.11-1.bb b/meta-ros1-melodic/generated-recipes/rqt-topic/rqt-topic_0.4.11-1.bb index c40cd030046..bf42466df28 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-topic/rqt-topic_0.4.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-topic/rqt-topic_0.4.11-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_topic-release/archive/release/melodic/rqt_topic/0.4.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_topic" diff --git a/meta-ros1-melodic/generated-recipes/rqt-virtual-joy/rqt-virtual-joy_0.1.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt-virtual-joy/rqt-virtual-joy_0.1.2-1.bb index 87c2f02c3d2..5c80cd0553b 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-virtual-joy/rqt-virtual-joy_0.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-virtual-joy/rqt-virtual-joy_0.1.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aquahika/rqt_virtual_joystick-release/archive/release/melodic/rqt_virtual_joy/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_virtual_joy" diff --git a/meta-ros1-melodic/generated-recipes/rqt-web/rqt-web_0.4.8.bb b/meta-ros1-melodic/generated-recipes/rqt-web/rqt-web_0.4.8.bb index 12ec18793b4..cdda1c1af97 100644 --- a/meta-ros1-melodic/generated-recipes/rqt-web/rqt-web_0.4.8.bb +++ b/meta-ros1-melodic/generated-recipes/rqt-web/rqt-web_0.4.8.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_web-release/archive/release/melodic/rqt_web/0.4.8-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_web" diff --git a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb index 24aa6b6ead7..84abce4d461 100644 --- a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_cpp/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_gui_cpp" diff --git a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb index 85ccb87d369..6ea6ae15aae 100644 --- a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_py/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_gui_py" diff --git a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb index 6ddecfd6f9e..b23e138433d 100644 --- a/meta-ros1-melodic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_gui" diff --git a/meta-ros1-melodic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb index 8599db37d91..c7cf847e7f6 100644 --- a/meta-ros1-melodic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_py_common/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt_py_common" diff --git a/meta-ros1-melodic/generated-recipes/rqt/rqt_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/rqt/rqt_0.5.2-1.bb index c585d534557..5a1aa06d50e 100644 --- a/meta-ros1-melodic/generated-recipes/rqt/rqt_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/rqt/rqt_0.5.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rqt" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-control-input-manager_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-control-input-manager_1.1.1-1.bb index d1cf7bb6862..99b88d93b4a 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-control-input-manager_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-control-input-manager_1.1.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_control_input_manager/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_control_input_manager" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-description_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-description_1.1.1-1.bb index 7345f293da9..5ebd5236c1b 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-description_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-description_1.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_openrover_description/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_openrover_description" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver-msgs_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver-msgs_1.1.1-1.bb index 746b139696d..ced431b9dc1 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver-msgs_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver-msgs_1.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_openrover_driver_msgs/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_openrover_driver_msgs" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver_1.1.1-1.bb index 7d86d7c8f1a..ad404368848 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-driver_1.1.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_openrover_driver/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_openrover_driver" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-simulation_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-simulation_1.1.1-1.bb index 7f1a76dc8af..f2f3a2541a9 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-simulation_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-simulation_1.1.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_openrover_simulation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_openrover_simulation" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-stack_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-stack_1.1.1-1.bb index 48040bd9a8c..2995dfa50d8 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-stack_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-openrover-stack_1.1.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_openrover_stack/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_openrover_stack" diff --git a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-rover-zero-driver_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-rover-zero-driver_1.1.1-1.bb index 7d6c8ba2633..1fca9675644 100644 --- a/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-rover-zero-driver_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rr-openrover-stack/rr-rover-zero-driver_1.1.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/rr_openrover_stack-release/archive/release/melodic/rr_rover_zero_driver/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rr_rover_zero_driver" diff --git a/meta-ros1-melodic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bb index a9a047f1c5c..cbe9e5d1d18 100644 --- a/meta-ros1-melodic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net-gbp/rt_usb_9axisimu_driver-release/archive/release/melodic/rt_usb_9axisimu_driver/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rt_usb_9axisimu_driver" diff --git a/meta-ros1-melodic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.9-2.bb b/meta-ros1-melodic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.9-2.bb index cc1c210dd1a..620498604e9 100644 --- a/meta-ros1-melodic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.9-2.bb +++ b/meta-ros1-melodic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.9-2.bb @@ -141,7 +141,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/rtabmap_ros-release/archive/release/melodic/rtabmap_ros/0.20.9-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtabmap_ros" diff --git a/meta-ros1-melodic/generated-recipes/rtabmap/rtabmap_0.20.9-1.bb b/meta-ros1-melodic/generated-recipes/rtabmap/rtabmap_0.20.9-1.bb index 327b090ed95..e0a66fca836 100644 --- a/meta-ros1-melodic/generated-recipes/rtabmap/rtabmap_0.20.9-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtabmap/rtabmap_0.20.9-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/rtabmap-release/archive/release/melodic/rtabmap/0.20.9-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtabmap" diff --git a/meta-ros1-melodic/generated-recipes/rtctree/rtctree_3.0.1.bb b/meta-ros1-melodic/generated-recipes/rtctree/rtctree_3.0.1.bb index 91b918214b6..99e06e1b6a1 100644 --- a/meta-ros1-melodic/generated-recipes/rtctree/rtctree_3.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/rtctree/rtctree_3.0.1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtctree-release/archive/release/melodic/rtctree/3.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtctree" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-ros-bridge_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-ros-bridge_1.4.3-1.bb index 89107578884..d6a85d2e626 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-ros-bridge_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-ros-bridge_1.4.3-1.bb @@ -137,7 +137,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/hrpsys_ros_bridge/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hrpsys_ros_bridge" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-tools_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-tools_1.4.3-1.bb index cbce277ee1b..f5f8e864cad 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-tools_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/hrpsys-tools_1.4.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/hrpsys_tools/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hrpsys_tools" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-ros-bridge_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-ros-bridge_1.4.3-1.bb index 2ecb77ad2e7..c60fa54663a 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-ros-bridge_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-ros-bridge_1.4.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/openrtm_ros_bridge/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openrtm_ros_bridge" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-tools_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-tools_1.4.3-1.bb index b620e815016..62a278e4657 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-tools_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/openrtm-tools_1.4.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/openrtm_tools/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/openrtm_tools" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/rosnode-rtc_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/rosnode-rtc_1.4.3-1.bb index b610e94934d..91b053d7e89 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/rosnode-rtc_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/rosnode-rtc_1.4.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/rosnode_rtc/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosnode_rtc" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/rtmbuild_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/rtmbuild_1.4.3-1.bb index eaa472c6e58..6252cd8cb27 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/rtmbuild_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/rtmbuild_1.4.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/rtmbuild/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtmbuild" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-common/rtmros-common_1.4.3-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-common/rtmros-common_1.4.3-1.bb index 0f79b9a220f..6c0279ff642 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-common/rtmros-common_1.4.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-common/rtmros-common_1.4.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_common-release/archive/release/melodic/rtmros_common/1.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtmros_common" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-calibration_2.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-calibration_2.2.0-1.bb index 36240c12922..89175ec001f 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-calibration_2.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-calibration_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_hironx-release/archive/release/melodic/hironx_calibration/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hironx_calibration" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-moveit-config_2.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-moveit-config_2.2.0-1.bb index 44225f9e11d..7a273c80ba8 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-moveit-config_2.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-moveit-config_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_hironx-release/archive/release/melodic/hironx_moveit_config/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hironx_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-ros-bridge_2.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-ros-bridge_2.2.0-1.bb index e7d7ae0e866..fc867da5ab5 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-ros-bridge_2.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-hironx/hironx-ros-bridge_2.2.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_hironx-release/archive/release/melodic/hironx_ros_bridge/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/hironx_ros_bridge" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-hironx/rtmros-hironx_2.2.0-1.bb b/meta-ros1-melodic/generated-recipes/rtmros-hironx/rtmros-hironx_2.2.0-1.bb index f6901204bf8..17e1a11f9bf 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-hironx/rtmros-hironx_2.2.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-hironx/rtmros-hironx_2.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_hironx-release/archive/release/melodic/rtmros_hironx/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtmros_hironx" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-description_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-description_0.8.6-3.bb index 33e0f593782..7396f59b747 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-description_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-description_0.8.6-3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/nextage_description/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nextage_description" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-gazebo_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-gazebo_0.8.6-3.bb index 6181a67bdaf..ad06ade29c4 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-gazebo_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-gazebo_0.8.6-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/nextage_gazebo/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nextage_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ik-plugin_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ik-plugin_0.8.6-3.bb index 849a24c4df9..e7f623b3018 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ik-plugin_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ik-plugin_0.8.6-3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/nextage_ik_plugin/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nextage_ik_plugin" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-moveit-config_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-moveit-config_0.8.6-3.bb index 1ad7d6d1851..73685b68b21 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-moveit-config_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-moveit-config_0.8.6-3.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/nextage_moveit_config/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nextage_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ros-bridge_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ros-bridge_0.8.6-3.bb index d2e4ae7a651..f7bcec1d270 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ros-bridge_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/nextage-ros-bridge_0.8.6-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/nextage_ros_bridge/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/nextage_ros_bridge" diff --git a/meta-ros1-melodic/generated-recipes/rtmros-nextage/rtmros-nextage_0.8.6-3.bb b/meta-ros1-melodic/generated-recipes/rtmros-nextage/rtmros-nextage_0.8.6-3.bb index 9eff92fcb2d..c7dacf60d8c 100644 --- a/meta-ros1-melodic/generated-recipes/rtmros-nextage/rtmros-nextage_0.8.6-3.bb +++ b/meta-ros1-melodic/generated-recipes/rtmros-nextage/rtmros-nextage_0.8.6-3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtmros_nextage-release/archive/release/melodic/rtmros_nextage/0.8.6-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtmros_nextage" diff --git a/meta-ros1-melodic/generated-recipes/rtshell/rtshell_3.0.1-2.bb b/meta-ros1-melodic/generated-recipes/rtshell/rtshell_3.0.1-2.bb index 43229414c77..21daac8dcd6 100644 --- a/meta-ros1-melodic/generated-recipes/rtshell/rtshell_3.0.1-2.bb +++ b/meta-ros1-melodic/generated-recipes/rtshell/rtshell_3.0.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtshell-release/archive/release/melodic/rtshell/3.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtshell" diff --git a/meta-ros1-melodic/generated-recipes/rtsprofile/rtsprofile_2.0.0-1.bb b/meta-ros1-melodic/generated-recipes/rtsprofile/rtsprofile_2.0.0-1.bb index b53a9fc4169..da15f18b550 100644 --- a/meta-ros1-melodic/generated-recipes/rtsprofile/rtsprofile_2.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rtsprofile/rtsprofile_2.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/rtsprofile-release/archive/release/melodic/rtsprofile/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rtsprofile" diff --git a/meta-ros1-melodic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb b/meta-ros1-melodic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb index 86261b7ffef..12868d1ac25 100644 --- a/meta-ros1-melodic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/rviz_satellite-release/archive/release/melodic/rviz_satellite/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_satellite" diff --git a/meta-ros1-melodic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.8.0-4.bb b/meta-ros1-melodic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.8.0-4.bb index 5b5b072396c..d009654873d 100644 --- a/meta-ros1-melodic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.8.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.8.0-4.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/rviz_visual_tools-release/archive/release/melodic/rviz_visual_tools/3.8.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_visual_tools" diff --git a/meta-ros1-melodic/generated-recipes/rviz/rviz_1.13.17-1.bb b/meta-ros1-melodic/generated-recipes/rviz/rviz_1.13.17-1.bb index e466c2df617..d128e6463fc 100644 --- a/meta-ros1-melodic/generated-recipes/rviz/rviz_1.13.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/rviz/rviz_1.13.17-1.bb @@ -131,7 +131,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rviz-release/archive/release/melodic/rviz/1.13.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz" diff --git a/meta-ros1-melodic/generated-recipes/rx-service-tools/rx-service-tools_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/rx-service-tools/rx-service-tools_1.0.1-1.bb index 24117bd6335..8b75b79db44 100644 --- a/meta-ros1-melodic/generated-recipes/rx-service-tools/rx-service-tools_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/rx-service-tools/rx-service-tools_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/rx_service_tools-release/archive/release/melodic/rx_service_tools/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rx_service_tools" diff --git a/meta-ros1-melodic/generated-recipes/rxcpp-vendor/rxcpp-vendor_4.1.0-1.bb b/meta-ros1-melodic/generated-recipes/rxcpp-vendor/rxcpp-vendor_4.1.0-1.bb index 1df8e64dad2..f91fe9a410b 100644 --- a/meta-ros1-melodic/generated-recipes/rxcpp-vendor/rxcpp-vendor_4.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rxcpp-vendor/rxcpp-vendor_4.1.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosin-project/rxcpp_vendor-release/archive/release/melodic/rxcpp_vendor/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rxcpp_vendor" diff --git a/meta-ros1-melodic/generated-recipes/rxros/rxros-tf_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/rxros/rxros-tf_0.1.0-1.bb index 7251e20757d..a45dff5f666 100644 --- a/meta-ros1-melodic/generated-recipes/rxros/rxros-tf_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rxros/rxros-tf_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosin-project/rxros-release/archive/release/melodic/rxros_tf/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rxros_tf" diff --git a/meta-ros1-melodic/generated-recipes/rxros/rxros_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/rxros/rxros_0.1.0-1.bb index e71ef4340c6..32100e70149 100644 --- a/meta-ros1-melodic/generated-recipes/rxros/rxros_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/rxros/rxros_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rosin-project/rxros-release/archive/release/melodic/rxros/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rxros" diff --git a/meta-ros1-melodic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb b/meta-ros1-melodic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb index 1431c464028..60a53f2cc72 100644 --- a/meta-ros1-melodic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/sainsmart_relay_usb-release/archive/release/melodic/sainsmart_relay_usb/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sainsmart_relay_usb" diff --git a/meta-ros1-melodic/generated-recipes/sbg-driver/sbg-driver_2.0.2-1.bb b/meta-ros1-melodic/generated-recipes/sbg-driver/sbg-driver_2.0.2-1.bb index f1e1282c649..12a92825536 100644 --- a/meta-ros1-melodic/generated-recipes/sbg-driver/sbg-driver_2.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/sbg-driver/sbg-driver_2.0.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SBG-Systems/sbg_ros_driver-release/archive/release/melodic/sbg_driver/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sbg_driver" diff --git a/meta-ros1-melodic/generated-recipes/sbpl/sbpl_1.3.1.bb b/meta-ros1-melodic/generated-recipes/sbpl/sbpl_1.3.1.bb index 8921158f7ee..67f3b2308d5 100644 --- a/meta-ros1-melodic/generated-recipes/sbpl/sbpl_1.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/sbpl/sbpl_1.3.1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/sbpl-release/archive/release/melodic/sbpl/1.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/sbpl" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-2.bb index e1027b41dac..18a9b9dc185 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/laser_ortho_projector/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_ortho_projector" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-2.bb index 0070e1c0cbc..4ed7c8de48f 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-2.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/laser_scan_matcher/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_scan_matcher" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-2.bb index b53f4ea1b9c..f3ee89d447f 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/laser_scan_sparsifier/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_scan_sparsifier" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-2.bb index e15dcade44a..0d40e55124a 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/laser_scan_splitter/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/laser_scan_splitter" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/ncd-parser_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/ncd-parser_0.3.3-2.bb index fc307142a64..ddfde9564d3 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/ncd-parser_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/ncd-parser_0.3.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/ncd_parser/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/ncd_parser" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-2.bb index be2fc6ddfbc..f101af4a3f5 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/polar_scan_matcher/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/polar_scan_matcher" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-2.bb index 359f711dab7..1cc62a4087a 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/scan_to_cloud_converter/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/scan_to_cloud_converter" diff --git a/meta-ros1-melodic/generated-recipes/scan-tools/scan-tools_0.3.3-2.bb b/meta-ros1-melodic/generated-recipes/scan-tools/scan-tools_0.3.3-2.bb index f7c5d8bac68..6390289d50e 100644 --- a/meta-ros1-melodic/generated-recipes/scan-tools/scan-tools_0.3.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/scan-tools/scan-tools_0.3.3-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/melodic/scan_tools/0.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/scan_tools" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb index fa711f2bbb6..3d5201dfda8 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_description/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_description" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb index 8c76c0ffc57..e97a340e636 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_libm5api/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_libm5api" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb index a8596f5f2c3..a54f301c957 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_modular_robotics/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_modular_robotics" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb index 614f46c59de..fba0b504a72 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_powercube_chain/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_powercube_chain" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb index 40fb83c0bbb..164f7583fc5 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_sdh/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_sdh" diff --git a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb index 935c8530014..bc0983f6191 100644 --- a/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb +++ b/meta-ros1-melodic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/melodic/schunk_simulated_tactile_sensors/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/schunk_simulated_tactile_sensors" diff --git a/meta-ros1-melodic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb b/meta-ros1-melodic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb index 33b152f7f3b..3f875addc8b 100644 --- a/meta-ros1-melodic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb +++ b/meta-ros1-melodic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/SDHLibrary-CPP-release/archive/release/melodic/sdhlibrary_cpp/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sdhlibrary_cpp" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-bringup_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-bringup_0.3.3-1.bb index 86a7b0dd81f..6202f3f4295 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-bringup_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-bringup_0.3.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_bringup/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_bringup" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-description_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-description_0.3.3-1.bb index e0a3acf8354..f1272ca50c3 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-description_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-description_0.3.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_description/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_description" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-moveit-config_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-moveit-config_0.3.3-1.bb index 976dfb4c987..d93d192e4c7 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-moveit-config_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-moveit-config_0.3.3-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_moveit_config/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-navigation_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-navigation_0.3.3-1.bb index 56d1ca6cc7b..ea8fd69e9f3 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-navigation_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-navigation_0.3.3-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_navigation/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_navigation" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-robot-interface_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-robot-interface_0.3.3-1.bb index b452380de80..19d78a88b03 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-robot-interface_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-robot-interface_0.3.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_robot_interface/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_robot_interface" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bb index ef5f9fa3829..99f5303251b 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bb @@ -111,7 +111,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_ros_controller/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_ros_controller" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-pkg_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-pkg_0.3.3-1.bb index 04793d99398..50b538cd8d7 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-pkg_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-ros-pkg_0.3.3-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_ros_pkg/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_ros_pkg" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-samples_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-samples_0.3.3-1.bb index 3c63e34fec5..7d2108c93bd 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-samples_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-samples_0.3.3-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_samples/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_samples" diff --git a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-typef-moveit-config_0.3.3-1.bb b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-typef-moveit-config_0.3.3-1.bb index 5f68bce6215..593b4e71fca 100644 --- a/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-typef-moveit-config_0.3.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/seed-r7-ros-pkg/seed-r7-typef-moveit-config_0.3.3-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_r7_ros_pkg-release/archive/release/melodic/seed_r7_typef_moveit_config/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_r7_typef_moveit_config" diff --git a/meta-ros1-melodic/generated-recipes/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bb b/meta-ros1-melodic/generated-recipes/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bb index 260f37aafa6..1523ad034ff 100644 --- a/meta-ros1-melodic/generated-recipes/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bb +++ b/meta-ros1-melodic/generated-recipes/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seed-solutions/seed_smartactuator_sdk-release/archive/release/melodic/seed_smartactuator_sdk/0.0.5-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/seed_smartactuator_sdk" diff --git a/meta-ros1-melodic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb b/meta-ros1-melodic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb index 6d874f23a25..cd7d3465478 100644 --- a/meta-ros1-melodic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ctu-vras/sensor_filters-release/archive/release/melodic/sensor_filters/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sensor_filters" diff --git a/meta-ros1-melodic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb index 794dc7620e0..31e98d30f0d 100644 --- a/meta-ros1-melodic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/septentrio-users/septentrio_gnss_driver-release/archive/release/melodic/septentrio_gnss_driver/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/septentrio_gnss_driver" diff --git a/meta-ros1-melodic/generated-recipes/serial/serial_1.2.1.bb b/meta-ros1-melodic/generated-recipes/serial/serial_1.2.1.bb index 95497bd3a0c..e509fb112a1 100644 --- a/meta-ros1-melodic/generated-recipes/serial/serial_1.2.1.bb +++ b/meta-ros1-melodic/generated-recipes/serial/serial_1.2.1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wjwwood/serial-release/archive/release/melodic/serial/1.2.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/serial" diff --git a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-base_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-base_0.0.3-1.bb index 91d321776bc..9e43c0465db 100644 --- a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-base_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-base_0.0.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/shared_autonomy_manipulation-release/archive/release/melodic/safe_teleop_base/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/safe_teleop_base" diff --git a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-pr2_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-pr2_0.0.3-1.bb index 73ab1399cd5..e6e4ab37450 100644 --- a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-pr2_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-pr2_0.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/shared_autonomy_manipulation-release/archive/release/melodic/safe_teleop_pr2/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/safe_teleop_pr2" diff --git a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-stage_0.0.3-1.bb b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-stage_0.0.3-1.bb index 32c10b40c07..81234add1d9 100644 --- a/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-stage_0.0.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/shared-autonomy-manipulation/safe-teleop-stage_0.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/shared_autonomy_manipulation-release/archive/release/melodic/safe_teleop_stage/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/safe_teleop_stage" diff --git a/meta-ros1-melodic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb b/meta-ros1-melodic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb index f3ab422ccfc..d1f69e346fb 100644 --- a/meta-ros1-melodic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb +++ b/meta-ros1-melodic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_safetyscanners-release/archive/release/melodic/sick_safetyscanners/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sick_safetyscanners" diff --git a/meta-ros1-melodic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb b/meta-ros1-melodic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb index ef7a68c7614..f7b04f7b14c 100644 --- a/meta-ros1-melodic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_scan-release/archive/release/melodic/sick_scan/1.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sick_scan" diff --git a/meta-ros1-melodic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb b/meta-ros1-melodic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb index 83fd1783d35..5118ae8cb23 100644 --- a/meta-ros1-melodic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/sick_tim-release/archive/release/melodic/sick_tim/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sick_tim" diff --git a/meta-ros1-melodic/generated-recipes/simple-grasping/simple-grasping_0.3.1.bb b/meta-ros1-melodic/generated-recipes/simple-grasping/simple-grasping_0.3.1.bb index b8637b15e7b..20706c04720 100644 --- a/meta-ros1-melodic/generated-recipes/simple-grasping/simple-grasping_0.3.1.bb +++ b/meta-ros1-melodic/generated-recipes/simple-grasping/simple-grasping_0.3.1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/simple_grasping-release/archive/release/melodic/simple_grasping/0.3.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/simple_grasping" diff --git a/meta-ros1-melodic/generated-recipes/slam-gmapping/gmapping_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/slam-gmapping/gmapping_1.4.1-1.bb index 9199d2555a2..d053c46b5f1 100644 --- a/meta-ros1-melodic/generated-recipes/slam-gmapping/gmapping_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/slam-gmapping/gmapping_1.4.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_gmapping-release/archive/release/melodic/gmapping/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/gmapping" diff --git a/meta-ros1-melodic/generated-recipes/slam-gmapping/slam-gmapping_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/slam-gmapping/slam-gmapping_1.4.1-1.bb index abe6b6caaf0..526bad57b95 100644 --- a/meta-ros1-melodic/generated-recipes/slam-gmapping/slam-gmapping_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/slam-gmapping/slam-gmapping_1.4.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_gmapping-release/archive/release/melodic/slam_gmapping/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/slam_gmapping" diff --git a/meta-ros1-melodic/generated-recipes/slam-karto/slam-karto_0.8.1.bb b/meta-ros1-melodic/generated-recipes/slam-karto/slam-karto_0.8.1.bb index c4fc48d9df6..147e9746ea1 100644 --- a/meta-ros1-melodic/generated-recipes/slam-karto/slam-karto_0.8.1.bb +++ b/meta-ros1-melodic/generated-recipes/slam-karto/slam-karto_0.8.1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_karto-release/archive/release/melodic/slam_karto/0.8.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/slam_karto" diff --git a/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.1.6-1.bb b/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.1.6-1.bb index 72f26ae883a..e25dc56e1a0 100644 --- a/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.1.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/melodic/slam_toolbox_msgs/1.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/slam_toolbox_msgs" diff --git a/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox_1.1.6-1.bb b/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox_1.1.6-1.bb index 353c63bcb0b..d8ec5ced1a3 100644 --- a/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox_1.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/slam-toolbox/slam-toolbox_1.1.6-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/melodic/slam_toolbox/1.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/slam_toolbox" diff --git a/meta-ros1-melodic/generated-recipes/soem/soem_1.4.1003-1.bb b/meta-ros1-melodic/generated-recipes/soem/soem_1.4.1003-1.bb index 8fb48088915..47698321d87 100644 --- a/meta-ros1-melodic/generated-recipes/soem/soem_1.4.1003-1.bb +++ b/meta-ros1-melodic/generated-recipes/soem/soem_1.4.1003-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mgruhler/soem-gbp/archive/release/melodic/soem/1.4.1003-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/soem" diff --git a/meta-ros1-melodic/generated-recipes/sophus/sophus_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/sophus/sophus_1.0.1-1.bb index cc1339df27f..b3375829fe4 100644 --- a/meta-ros1-melodic/generated-recipes/sophus/sophus_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/sophus/sophus_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/sophus-release/archive/release/melodic/sophus/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sophus" diff --git a/meta-ros1-melodic/generated-recipes/sot-core/sot-core_4.11.6-1.bb b/meta-ros1-melodic/generated-recipes/sot-core/sot-core_4.11.6-1.bb index 59559c45ae2..b262073abe0 100644 --- a/meta-ros1-melodic/generated-recipes/sot-core/sot-core_4.11.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/sot-core/sot-core_4.11.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-core-ros-release/archive/release/melodic/sot-core/4.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sot-core" diff --git a/meta-ros1-melodic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb b/meta-ros1-melodic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb index 552f962d098..2aefd0b34b5 100644 --- a/meta-ros1-melodic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-dynamic-pinocchio-ros-release/archive/release/melodic/sot-dynamic-pinocchio/3.6.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sot-dynamic-pinocchio" diff --git a/meta-ros1-melodic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb b/meta-ros1-melodic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb index fc46c462cd2..42dc5ae4ff0 100644 --- a/meta-ros1-melodic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-tools-ros-release/archive/release/melodic/sot-tools/2.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sot-tools" diff --git a/meta-ros1-melodic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb b/meta-ros1-melodic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb index 6d4a79f0234..c715d1a885d 100644 --- a/meta-ros1-melodic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/sparse_bundle_adjustment-release/archive/release/melodic/sparse_bundle_adjustment/0.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sparse_bundle_adjustment" diff --git a/meta-ros1-melodic/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb b/meta-ros1-melodic/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb index a1b14b518e2..8fb650356f3 100644 --- a/meta-ros1-melodic/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb +++ b/meta-ros1-melodic/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/spatio_temporal_voxel_layer-release/archive/release/melodic/spatio_temporal_voxel_layer/1.3.5-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/spatio_temporal_voxel_layer" diff --git a/meta-ros1-melodic/generated-recipes/sr-hand-detector/sr-hand-detector_0.0.3-2.bb b/meta-ros1-melodic/generated-recipes/sr-hand-detector/sr-hand-detector_0.0.3-2.bb index 93b862b0e31..fce01b1a891 100644 --- a/meta-ros1-melodic/generated-recipes/sr-hand-detector/sr-hand-detector_0.0.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/sr-hand-detector/sr-hand-detector_0.0.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/shadow-robot/sr_hand_detector-release/archive/release/melodic/sr_hand_detector/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/sr_hand_detector" diff --git a/meta-ros1-melodic/generated-recipes/srdfdom/srdfdom_0.5.2-1.bb b/meta-ros1-melodic/generated-recipes/srdfdom/srdfdom_0.5.2-1.bb index 7d0723a9a24..d967e7e22ec 100644 --- a/meta-ros1-melodic/generated-recipes/srdfdom/srdfdom_0.5.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/srdfdom/srdfdom_0.5.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/srdfdom-release/archive/release/melodic/srdfdom/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/srdfdom" diff --git a/meta-ros1-melodic/generated-recipes/stag-ros/stag-ros_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/stag-ros/stag-ros_0.2.2-1.bb index 80b4d07b5d3..e727266912b 100644 --- a/meta-ros1-melodic/generated-recipes/stag-ros/stag-ros_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/stag-ros/stag-ros_0.2.2-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/usrl-uofsc/stag_ros-release/archive/release/melodic/stag_ros/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/stag_ros" diff --git a/meta-ros1-melodic/generated-recipes/stage-ros/stage-ros_1.8.0.bb b/meta-ros1-melodic/generated-recipes/stage-ros/stage-ros_1.8.0.bb index 585a8c9028f..7c603c3774c 100644 --- a/meta-ros1-melodic/generated-recipes/stage-ros/stage-ros_1.8.0.bb +++ b/meta-ros1-melodic/generated-recipes/stage-ros/stage-ros_1.8.0.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/stage_ros-release/archive/release/melodic/stage_ros/1.8.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/stage_ros" diff --git a/meta-ros1-melodic/generated-recipes/stage/stage_4.3.0.bb b/meta-ros1-melodic/generated-recipes/stage/stage_4.3.0.bb index 2f6f90cd115..303c15476ef 100644 --- a/meta-ros1-melodic/generated-recipes/stage/stage_4.3.0.bb +++ b/meta-ros1-melodic/generated-recipes/stage/stage_4.3.0.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/stage-release/archive/release/melodic/stage/4.3.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/stage" diff --git a/meta-ros1-melodic/generated-recipes/static-tf/static-tf_0.0.2.bb b/meta-ros1-melodic/generated-recipes/static-tf/static-tf_0.0.2.bb index cd41671ee31..68da4836f88 100644 --- a/meta-ros1-melodic/generated-recipes/static-tf/static-tf_0.0.2.bb +++ b/meta-ros1-melodic/generated-recipes/static-tf/static-tf_0.0.2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/static_tf_release/archive/release/melodic/static_tf/0.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/static_tf" diff --git a/meta-ros1-melodic/generated-recipes/static-transform-mux/static-transform-mux_1.1.0.bb b/meta-ros1-melodic/generated-recipes/static-transform-mux/static-transform-mux_1.1.0.bb index b729d5d4a98..8c174108a44 100644 --- a/meta-ros1-melodic/generated-recipes/static-transform-mux/static-transform-mux_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/static-transform-mux/static-transform-mux_1.1.0.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/static_transform_mux-release/archive/release/melodic/static_transform_mux/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/static_transform_mux" diff --git a/meta-ros1-melodic/generated-recipes/std-capabilities/std-capabilities_0.1.0.bb b/meta-ros1-melodic/generated-recipes/std-capabilities/std-capabilities_0.1.0.bb index 380b8d9ff36..27fbf410a45 100644 --- a/meta-ros1-melodic/generated-recipes/std-capabilities/std-capabilities_0.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/std-capabilities/std-capabilities_0.1.0.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/std_capabilities-release/archive/release/melodic/std_capabilities/0.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/std_capabilities" diff --git a/meta-ros1-melodic/generated-recipes/std-msgs/std-msgs_0.5.12.bb b/meta-ros1-melodic/generated-recipes/std-msgs/std-msgs_0.5.12.bb index e82da6004bd..7da14659233 100644 --- a/meta-ros1-melodic/generated-recipes/std-msgs/std-msgs_0.5.12.bb +++ b/meta-ros1-melodic/generated-recipes/std-msgs/std-msgs_0.5.12.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/std_msgs-release/archive/release/melodic/std_msgs/0.5.12-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/std_msgs" diff --git a/meta-ros1-melodic/generated-recipes/swri-console/swri-console_1.1.0.bb b/meta-ros1-melodic/generated-recipes/swri-console/swri-console_1.1.0.bb index 7544876eb15..f3bfddac07a 100644 --- a/meta-ros1-melodic/generated-recipes/swri-console/swri-console_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/swri-console/swri-console_1.1.0.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_console-release/archive/release/melodic/swri_console/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_console" diff --git a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb index 460d30a7598..b9b2660527f 100644 --- a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/melodic/swri_profiler_msgs/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_profiler_msgs" diff --git a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb index f697d00e60a..f852459d6fd 100644 --- a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/melodic/swri_profiler_tools/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_profiler_tools" diff --git a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb index ccca1fba124..abd7c98459a 100644 --- a/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/melodic/swri_profiler/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/swri_profiler" diff --git a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-calibration_1.0.45.bb b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-calibration_1.0.45.bb index 307908f8771..4d6b4997393 100644 --- a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-calibration_1.0.45.bb +++ b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-calibration_1.0.45.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/talos_robot-release/archive/release/melodic/talos_description_calibration/1.0.45-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/talos_description_calibration" diff --git a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-inertial_1.0.45.bb b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-inertial_1.0.45.bb index a1c27a5d676..9f309ca5554 100644 --- a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-inertial_1.0.45.bb +++ b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description-inertial_1.0.45.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/talos_robot-release/archive/release/melodic/talos_description_inertial/1.0.45-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/talos_description_inertial" diff --git a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description_1.0.45.bb b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description_1.0.45.bb index 36ab85ec198..95a2194caf7 100644 --- a/meta-ros1-melodic/generated-recipes/talos-robot/talos-description_1.0.45.bb +++ b/meta-ros1-melodic/generated-recipes/talos-robot/talos-description_1.0.45.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/talos_robot-release/archive/release/melodic/talos_description/1.0.45-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/talos_description" diff --git a/meta-ros1-melodic/generated-recipes/teb-local-planner-tutorials/teb-local-planner-tutorials_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/teb-local-planner-tutorials/teb-local-planner-tutorials_0.2.4-1.bb index 7842b042833..16cbac913d7 100644 --- a/meta-ros1-melodic/generated-recipes/teb-local-planner-tutorials/teb-local-planner-tutorials_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/teb-local-planner-tutorials/teb-local-planner-tutorials_0.2.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/teb_local_planner_tutorials-release/archive/release/melodic/teb_local_planner_tutorials/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teb_local_planner_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/teb-local-planner/teb-local-planner_0.8.4-1.bb b/meta-ros1-melodic/generated-recipes/teb-local-planner/teb-local-planner_0.8.4-1.bb index ff21c5268b3..df4cf72329f 100644 --- a/meta-ros1-melodic/generated-recipes/teb-local-planner/teb-local-planner_0.8.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/teb-local-planner/teb-local-planner_0.8.4-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/teb_local_planner-release/archive/release/melodic/teb_local_planner/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teb_local_planner" diff --git a/meta-ros1-melodic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb b/meta-ros1-melodic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb index a33e1cab691..5d3c7d03d18 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SoftServeSAG/teleop_legged_robots-release/archive/release/melodic/teleop_legged_robots/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teleop_legged_robots" diff --git a/meta-ros1-melodic/generated-recipes/teleop-tools/joy-teleop_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/teleop-tools/joy-teleop_0.3.1-1.bb index 2a3cfbdd922..2e891b64943 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-tools/joy-teleop_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-tools/joy-teleop_0.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/melodic/joy_teleop/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joy_teleop" diff --git a/meta-ros1-melodic/generated-recipes/teleop-tools/key-teleop_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/teleop-tools/key-teleop_0.3.1-1.bb index 24dd308d92f..703196b5772 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-tools/key-teleop_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-tools/key-teleop_0.3.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/melodic/key_teleop/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/key_teleop" diff --git a/meta-ros1-melodic/generated-recipes/teleop-tools/mouse-teleop_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/teleop-tools/mouse-teleop_0.3.1-1.bb index e26eca940e9..f83dbfa4e7c 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-tools/mouse-teleop_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-tools/mouse-teleop_0.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/melodic/mouse_teleop/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mouse_teleop" diff --git a/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools-msgs_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools-msgs_0.3.1-1.bb index c0cfa034c4b..ee52d93e542 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools-msgs_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools-msgs_0.3.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/melodic/teleop_tools_msgs/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teleop_tools_msgs" diff --git a/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools_0.3.1-1.bb b/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools_0.3.1-1.bb index 7e4661ccacd..6471b149b1b 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools_0.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-tools/teleop-tools_0.3.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/melodic/teleop_tools/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teleop_tools" diff --git a/meta-ros1-melodic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3.bb b/meta-ros1-melodic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3.bb index 4000b423a4f..3dda7d5cbed 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-teleop/teleop_twist_joy-release/archive/release/melodic/teleop_twist_joy/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/teleop_twist_joy" diff --git a/meta-ros1-melodic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb index 62c497ba586..191754fe5cd 100644 --- a/meta-ros1-melodic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_twist_keyboard-release/archive/release/melodic/teleop_twist_keyboard/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teleop_twist_keyboard" diff --git a/meta-ros1-melodic/generated-recipes/teraranger-array/teraranger-array_2.0.0-1.bb b/meta-ros1-melodic/generated-recipes/teraranger-array/teraranger-array_2.0.0-1.bb index 72a5feddcfb..34158dd815c 100644 --- a/meta-ros1-melodic/generated-recipes/teraranger-array/teraranger-array_2.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/teraranger-array/teraranger-array_2.0.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Terabee/teraranger_array-release/archive/release/melodic/teraranger_array/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teraranger_array" diff --git a/meta-ros1-melodic/generated-recipes/teraranger/teraranger_2.1.0-1.bb b/meta-ros1-melodic/generated-recipes/teraranger/teraranger_2.1.0-1.bb index 72679065a68..3d72ebf83e8 100644 --- a/meta-ros1-melodic/generated-recipes/teraranger/teraranger_2.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/teraranger/teraranger_2.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Terabee/teraranger-release/archive/release/melodic/teraranger/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/teraranger" diff --git a/meta-ros1-melodic/generated-recipes/tf-remapper-cpp/tf-remapper-cpp_1.1.1.bb b/meta-ros1-melodic/generated-recipes/tf-remapper-cpp/tf-remapper-cpp_1.1.1.bb index b1ade9aac73..9930d663bc8 100644 --- a/meta-ros1-melodic/generated-recipes/tf-remapper-cpp/tf-remapper-cpp_1.1.1.bb +++ b/meta-ros1-melodic/generated-recipes/tf-remapper-cpp/tf-remapper-cpp_1.1.1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/tf_remapper_cpp-release/archive/release/melodic/tf_remapper_cpp/1.1.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf_remapper_cpp" diff --git a/meta-ros1-melodic/generated-recipes/tf2-server/tf2-server_1.0.6-1.bb b/meta-ros1-melodic/generated-recipes/tf2-server/tf2-server_1.0.6-1.bb index 3c21b2eac89..d030ddcaf1c 100644 --- a/meta-ros1-melodic/generated-recipes/tf2-server/tf2-server_1.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/tf2-server/tf2-server_1.0.6-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/tf2_server-release/archive/release/melodic/tf2_server/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_server" diff --git a/meta-ros1-melodic/generated-recipes/tf2-urdf/tf2-urdf_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tf2-urdf/tf2-urdf_0.1.1-1.bb index 60d66c50e9d..5a91573380b 100644 --- a/meta-ros1-melodic/generated-recipes/tf2-urdf/tf2-urdf_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tf2-urdf/tf2-urdf_0.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/standmit/tf2_urdf-release/archive/release/melodic/tf2_urdf/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_urdf" diff --git a/meta-ros1-melodic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2.bb b/meta-ros1-melodic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2.bb index 2943dab720b..41405ecddfc 100644 --- a/meta-ros1-melodic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2.bb +++ b/meta-ros1-melodic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/tf2_web_republisher-release/archive/release/melodic/tf2_web_republisher/0.3.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tf2_web_republisher" diff --git a/meta-ros1-melodic/generated-recipes/timed-roslaunch/timed-roslaunch_0.1.4-1.bb b/meta-ros1-melodic/generated-recipes/timed-roslaunch/timed-roslaunch_0.1.4-1.bb index e8881a10b89..fee96be6de0 100644 --- a/meta-ros1-melodic/generated-recipes/timed-roslaunch/timed-roslaunch_0.1.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/timed-roslaunch/timed-roslaunch_0.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MoriKen254/timed_roslaunch-release/archive/release/melodic/timed_roslaunch/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/timed_roslaunch" diff --git a/meta-ros1-melodic/generated-recipes/towr/towr-ros_1.4.1.bb b/meta-ros1-melodic/generated-recipes/towr/towr-ros_1.4.1.bb index 3a740889b49..2e4109a7b4f 100644 --- a/meta-ros1-melodic/generated-recipes/towr/towr-ros_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/towr/towr-ros_1.4.1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-adrl/towr-release/archive/release/melodic/towr_ros/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/towr_ros" diff --git a/meta-ros1-melodic/generated-recipes/towr/towr_1.4.1.bb b/meta-ros1-melodic/generated-recipes/towr/towr_1.4.1.bb index 662e087180a..9d2c239010b 100644 --- a/meta-ros1-melodic/generated-recipes/towr/towr_1.4.1.bb +++ b/meta-ros1-melodic/generated-recipes/towr/towr_1.4.1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-adrl/towr-release/archive/release/melodic/towr/1.4.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/towr" diff --git a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-examples_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-examples_1.5.1-1.bb index f5ef1f0f537..50783d46392 100644 --- a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-examples_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-examples_1.5.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/melodic/trac_ik_examples/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trac_ik_examples" diff --git a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.5.1-1.bb index 75763a7a91e..659bb429403 100644 --- a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.5.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/melodic/trac_ik_kinematics_plugin/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trac_ik_kinematics_plugin" diff --git a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb index b3197a0eaf0..474d30c3d6c 100644 --- a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/melodic/trac_ik_lib/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trac_ik_lib" diff --git a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-python_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-python_1.5.1-1.bb index 24cb02ab8a2..42ef5b6237e 100644 --- a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-python_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik-python_1.5.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/melodic/trac_ik_python/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trac_ik_python" diff --git a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik_1.5.1-1.bb b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik_1.5.1-1.bb index 27ba1097b62..f5e7355265b 100644 --- a/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik_1.5.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/trac-ik/trac-ik_1.5.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/melodic/trac_ik/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/trac_ik" diff --git a/meta-ros1-melodic/generated-recipes/tracetools/tracetools_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/tracetools/tracetools_0.2.1-1.bb index ae74e4a8714..b14d0a9aa2c 100644 --- a/meta-ros1-melodic/generated-recipes/tracetools/tracetools_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tracetools/tracetools_0.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/boschresearch/ros1-tracetools-release/archive/release/melodic/tracetools/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tracetools" diff --git a/meta-ros1-melodic/generated-recipes/tsid/tsid_1.6.0-1.bb b/meta-ros1-melodic/generated-recipes/tsid/tsid_1.6.0-1.bb index 5b8b6144946..56ac8b70c11 100644 --- a/meta-ros1-melodic/generated-recipes/tsid/tsid_1.6.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/tsid/tsid_1.6.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/tsid-ros-release/archive/release/melodic/tsid/1.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tsid" diff --git a/meta-ros1-melodic/generated-recipes/tts/tts_1.0.2-1.bb b/meta-ros1-melodic/generated-recipes/tts/tts_1.0.2-1.bb index ecae3351974..4583f6e4c12 100644 --- a/meta-ros1-melodic/generated-recipes/tts/tts_1.0.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/tts/tts_1.0.2-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/tts-release/archive/release/melodic/tts/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tts" diff --git a/meta-ros1-melodic/generated-recipes/turtle-teleop-multi-key/turtle-teleop-multi-key_0.0.4-3.bb b/meta-ros1-melodic/generated-recipes/turtle-teleop-multi-key/turtle-teleop-multi-key_0.0.4-3.bb index 0487de6fd7d..776bbb222e4 100644 --- a/meta-ros1-melodic/generated-recipes/turtle-teleop-multi-key/turtle-teleop-multi-key_0.0.4-3.bb +++ b/meta-ros1-melodic/generated-recipes/turtle-teleop-multi-key/turtle-teleop-multi-key_0.0.4-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/EngHyu/turtle_teleop_multi_key-release/archive/release/melodic/turtle_teleop_multi_key/0.0.4-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtle_teleop_multi_key" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications-msgs/turtlebot3-applications-msgs_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications-msgs/turtlebot3-applications-msgs_1.0.0-1.bb index 43e9dcea9f4..86722ae7bfe 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications-msgs/turtlebot3-applications-msgs_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications-msgs/turtlebot3-applications-msgs_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications_msgs-release/archive/release/melodic/turtlebot3_applications_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_applications_msgs" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-applications_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-applications_1.1.0.bb index 6062e327d58..128b0e7fc2f 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-applications_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-applications_1.1.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_applications/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_applications" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking-vision_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking-vision_1.1.0.bb index 91f96da068e..aedd1097a0a 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking-vision_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking-vision_1.1.0.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_automatic_parking_vision/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_automatic_parking_vision" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bb index 2208f654104..cc42cf94b50 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_automatic_parking/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_automatic_parking" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follow-filter_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follow-filter_1.1.0.bb index c8f7c0c50e0..71126662af7 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follow-filter_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follow-filter_1.1.0.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_follow_filter/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_follow_filter" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follower_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follower_1.1.0.bb index e91b5ea7705..d5388d71f81 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follower_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-follower_1.1.0.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_follower/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_follower" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-panorama_1.1.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-panorama_1.1.0.bb index 14f9870d2cf..44aa841d5bd 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-panorama_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-applications/turtlebot3-panorama_1.1.0.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_applications-release/archive/release/melodic/turtlebot3_panorama/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_panorama" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-camera_1.2.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-camera_1.2.0.bb index b0c4341059c..03658714a32 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-camera_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-camera_1.2.0.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace-release/archive/release/melodic/turtlebot3_autorace_camera/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_autorace_camera" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-control_1.2.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-control_1.2.0.bb index 36b477a631e..7c523d00b5d 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-control_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-control_1.2.0.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace-release/archive/release/melodic/turtlebot3_autorace_control/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_autorace_control" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-core_1.2.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-core_1.2.0.bb index e5aa51e2f6c..c41aa7205d7 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-core_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-core_1.2.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace-release/archive/release/melodic/turtlebot3_autorace_core/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_autorace_core" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-detect_1.2.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-detect_1.2.0.bb index 0f0647cb94f..c1eaa2c5e6c 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-detect_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace-detect_1.2.0.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace-release/archive/release/melodic/turtlebot3_autorace_detect/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_autorace_detect" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace_1.2.0.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace_1.2.0.bb index 09b47fbb367..bdfc2285f79 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace_1.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-autorace/turtlebot3-autorace_1.2.0.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace-release/archive/release/melodic/turtlebot3_autorace/1.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_autorace" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb index 5aaaf5a8447..3cba096b3f2 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_msgs-release/archive/release/melodic/turtlebot3_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_msgs" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.1-1.bb index b1e94c25d6a..4b4d3a3df87 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/melodic/turtlebot3_fake/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_fake" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.1-1.bb index fcd8f3248d9..a3bc82d608e 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/melodic/turtlebot3_gazebo/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.1-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.1-1.bb index 69e82c85c04..34c2b521547 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/melodic/turtlebot3_simulations/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_simulations" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb index 9845e8c55a0..e66c79fc4f0 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_bringup/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_bringup" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb index 39cfee1bde0..2e1facec395 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_description/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_description" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb index 5d0f6f896c7..b459a01be43 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_example/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_example" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb index 5d3f8be5140..9a630b5951a 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_navigation/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_navigation" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb index 1a9226e4685..3878b1483c1 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_slam/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_slam" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb index 5fc940a0ef7..68a28821f0c 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3_teleop/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3_teleop" diff --git a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb index 6b522ff826f..95452a89825 100644 --- a/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/melodic/turtlebot3/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlebot3" diff --git a/meta-ros1-melodic/generated-recipes/turtlesim-dash-tutorial/turtlesim-dash-tutorial_1.0.0-2.bb b/meta-ros1-melodic/generated-recipes/turtlesim-dash-tutorial/turtlesim-dash-tutorial_1.0.0-2.bb index fa478543e06..9a8352d0aa3 100644 --- a/meta-ros1-melodic/generated-recipes/turtlesim-dash-tutorial/turtlesim-dash-tutorial_1.0.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/turtlesim-dash-tutorial/turtlesim-dash-tutorial_1.0.0-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/banerjs-ros-release/turtlesim_dash_tutorial-release/archive/release/melodic/turtlesim_dash_tutorial/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/turtlesim_dash_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/tuw-geometry/tuw-geometry_0.0.3.bb b/meta-ros1-melodic/generated-recipes/tuw-geometry/tuw-geometry_0.0.3.bb index a2f2feabeea..56ce377edc8 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-geometry/tuw-geometry_0.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-geometry/tuw-geometry_0.0.3.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_geometry-release/archive/release/melodic/tuw_geometry/0.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_geometry" diff --git a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-aruco_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-aruco_0.1.1-1.bb index cbbce43645a..03cd0f7429b 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-aruco_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-aruco_0.1.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_marker_detection-release/archive/release/melodic/tuw_aruco/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_aruco" diff --git a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-checkerboard_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-checkerboard_0.1.1-1.bb index 18e87f7971a..5d7ec4cb538 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-checkerboard_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-checkerboard_0.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_marker_detection-release/archive/release/melodic/tuw_checkerboard/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_checkerboard" diff --git a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-ellipses_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-ellipses_0.1.1-1.bb index f1c87c2f77a..5e8edb5e901 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-ellipses_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-ellipses_0.1.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_marker_detection-release/archive/release/melodic/tuw_ellipses/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_ellipses" diff --git a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-detection_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-detection_0.1.1-1.bb index 50faa51534a..5b9d9c1411b 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-detection_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-detection_0.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_marker_detection-release/archive/release/melodic/tuw_marker_detection/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_marker_detection" diff --git a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-pose-estimation_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-pose-estimation_0.1.1-1.bb index cd224e504ac..78608b5803f 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-pose-estimation_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-marker-detection/tuw-marker-pose-estimation_0.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_marker_detection-release/archive/release/melodic/tuw_marker_pose_estimation/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_marker_pose_estimation" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-airskin-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-airskin-msgs_0.0.13.bb index 45e2f9fe8b8..e6a0541f11e 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-airskin-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-airskin-msgs_0.0.13.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_airskin_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_airskin_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-gazebo-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-gazebo-msgs_0.0.13.bb index 504751d71f5..6fd9a9ca75d 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-gazebo-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-gazebo-msgs_0.0.13.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_gazebo_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_gazebo_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-geometry-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-geometry-msgs_0.0.13.bb index 8ed160f1f17..f8c9d8a4d4e 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-geometry-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-geometry-msgs_0.0.13.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_geometry_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_geometry_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-msgs_0.0.13.bb index 20037405fc7..ac926b159cb 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-msgs_0.0.13.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-multi-robot-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-multi-robot-msgs_0.0.13.bb index eb9cb8e4c5e..b520ad873d3 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-multi-robot-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-multi-robot-msgs_0.0.13.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_multi_robot_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_multi_robot_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-nav-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-nav-msgs_0.0.13.bb index d8755f40067..aea158bf06f 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-nav-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-nav-msgs_0.0.13.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_nav_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_nav_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-object-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-object-msgs_0.0.13.bb index b9869fe9ee5..a1f26e629dc 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-object-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-object-msgs_0.0.13.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_object_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_object_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-vehicle-msgs_0.0.13.bb b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-vehicle-msgs_0.0.13.bb index 9dec0123aa1..edba3b8f464 100644 --- a/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-vehicle-msgs_0.0.13.bb +++ b/meta-ros1-melodic/generated-recipes/tuw-msgs/tuw-vehicle-msgs_0.0.13.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/tuw_msgs-release/archive/release/melodic/tuw_vehicle_msgs/0.0.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/tuw_vehicle_msgs" diff --git a/meta-ros1-melodic/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb b/meta-ros1-melodic/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb index 4bc2b33518f..0e116c75318 100644 --- a/meta-ros1-melodic/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/tvm_vendor-release/archive/release/melodic/tvm_vendor/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/tvm_vendor" diff --git a/meta-ros1-melodic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-6.bb b/meta-ros1-melodic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-6.bb index ec1dd36de70..5d1de361e16 100644 --- a/meta-ros1-melodic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-6.bb +++ b/meta-ros1-melodic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-6.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux_msgs-release/archive/release/melodic/twist_mux_msgs/2.1.0-6.tar.gz ROS_BRANCH ?= "branch=release/melodic/twist_mux_msgs" diff --git a/meta-ros1-melodic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb b/meta-ros1-melodic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb index 046d690de3e..92985d37b6b 100644 --- a/meta-ros1-melodic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux-release/archive/release/melodic/twist_mux/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/twist_mux" diff --git a/meta-ros1-melodic/generated-recipes/uav-testing/ksql-airport_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/uav-testing/ksql-airport_0.0.1-1.bb index be78186cc1d..233aed16ade 100644 --- a/meta-ros1-melodic/generated-recipes/uav-testing/ksql-airport_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/uav-testing/ksql-airport_0.0.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/uav_testing-release/archive/release/melodic/ksql_airport/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ksql_airport" diff --git a/meta-ros1-melodic/generated-recipes/uav-testing/mcmillan-airfield_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/uav-testing/mcmillan-airfield_0.0.1-1.bb index 85cc228a83b..6b4cd65fa09 100644 --- a/meta-ros1-melodic/generated-recipes/uav-testing/mcmillan-airfield_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/uav-testing/mcmillan-airfield_0.0.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/uav_testing-release/archive/release/melodic/mcmillan_airfield/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/mcmillan_airfield" diff --git a/meta-ros1-melodic/generated-recipes/uav-testing/sand-island_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/uav-testing/sand-island_0.0.1-1.bb index 143842a75b1..3577eeb5d6f 100644 --- a/meta-ros1-melodic/generated-recipes/uav-testing/sand-island_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/uav-testing/sand-island_0.0.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/uav_testing-release/archive/release/melodic/sand_island/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/sand_island" diff --git a/meta-ros1-melodic/generated-recipes/uav-testing/yosemite-valley_0.0.1-1.bb b/meta-ros1-melodic/generated-recipes/uav-testing/yosemite-valley_0.0.1-1.bb index 46b8eec1107..b8fbfcbdbab 100644 --- a/meta-ros1-melodic/generated-recipes/uav-testing/yosemite-valley_0.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/uav-testing/yosemite-valley_0.0.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/uav_testing-release/archive/release/melodic/yosemite_valley/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/yosemite_valley" diff --git a/meta-ros1-melodic/generated-recipes/ubiquity-motor/ubiquity-motor_0.10.0-1.bb b/meta-ros1-melodic/generated-recipes/ubiquity-motor/ubiquity-motor_0.10.0-1.bb index 77cd6b9cde7..14e0262d4a8 100644 --- a/meta-ros1-melodic/generated-recipes/ubiquity-motor/ubiquity-motor_0.10.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/ubiquity-motor/ubiquity-motor_0.10.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/ubiquity_motor-release/archive/release/melodic/ubiquity_motor/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ubiquity_motor" diff --git a/meta-ros1-melodic/generated-recipes/ublox/ublox-gps_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/ublox/ublox-gps_1.4.1-1.bb index 433706e87c8..afdfdd69509 100644 --- a/meta-ros1-melodic/generated-recipes/ublox/ublox-gps_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ublox/ublox-gps_1.4.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/melodic/ublox_gps/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ublox_gps" diff --git a/meta-ros1-melodic/generated-recipes/ublox/ublox-msgs_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/ublox/ublox-msgs_1.4.1-1.bb index cb97a837837..2458fd3a4b3 100644 --- a/meta-ros1-melodic/generated-recipes/ublox/ublox-msgs_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ublox/ublox-msgs_1.4.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/melodic/ublox_msgs/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ublox_msgs" diff --git a/meta-ros1-melodic/generated-recipes/ublox/ublox-serialization_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/ublox/ublox-serialization_1.4.1-1.bb index 27668dc9fff..717abca2090 100644 --- a/meta-ros1-melodic/generated-recipes/ublox/ublox-serialization_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ublox/ublox-serialization_1.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/melodic/ublox_serialization/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ublox_serialization" diff --git a/meta-ros1-melodic/generated-recipes/ublox/ublox_1.4.1-1.bb b/meta-ros1-melodic/generated-recipes/ublox/ublox_1.4.1-1.bb index 4a8599cd87c..d1c45ece1ae 100644 --- a/meta-ros1-melodic/generated-recipes/ublox/ublox_1.4.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ublox/ublox_1.4.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/melodic/ublox/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ublox" diff --git a/meta-ros1-melodic/generated-recipes/ubnt-airos-tools/ubnt-airos-tools_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/ubnt-airos-tools/ubnt-airos-tools_1.0.1-1.bb index 5feeec08615..b92a42a7cc1 100644 --- a/meta-ros1-melodic/generated-recipes/ubnt-airos-tools/ubnt-airos-tools_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/ubnt-airos-tools/ubnt-airos-tools_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/ubnt_airos_tools-release/archive/release/melodic/ubnt_airos_tools/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ubnt_airos_tools" diff --git a/meta-ros1-melodic/generated-recipes/udp-com/udp-com_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/udp-com/udp-com_1.1.1-1.bb index d1f3919e375..5def6d07525 100644 --- a/meta-ros1-melodic/generated-recipes/udp-com/udp-com_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/udp-com/udp-com_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_com-release/archive/release/melodic/udp_com/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/udp_com" diff --git a/meta-ros1-melodic/generated-recipes/ueye-cam/ueye-cam_1.0.17-1.bb b/meta-ros1-melodic/generated-recipes/ueye-cam/ueye-cam_1.0.17-1.bb index ad6a2620c9d..6f06031cf23 100644 --- a/meta-ros1-melodic/generated-recipes/ueye-cam/ueye-cam_1.0.17-1.bb +++ b/meta-ros1-melodic/generated-recipes/ueye-cam/ueye-cam_1.0.17-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anqixu/ueye_cam-release/archive/release/melodic/ueye_cam/1.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ueye_cam" diff --git a/meta-ros1-melodic/generated-recipes/um6/um6_1.1.3-1.bb b/meta-ros1-melodic/generated-recipes/um6/um6_1.1.3-1.bb index 669457d5f7f..caa90915954 100644 --- a/meta-ros1-melodic/generated-recipes/um6/um6_1.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/um6/um6_1.1.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/um6-release/archive/release/melodic/um6/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/um6" diff --git a/meta-ros1-melodic/generated-recipes/um7/um7_0.0.6-1.bb b/meta-ros1-melodic/generated-recipes/um7/um7_0.0.6-1.bb index 9fa92aad0eb..6e5a17df8eb 100644 --- a/meta-ros1-melodic/generated-recipes/um7/um7_0.0.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/um7/um7_0.0.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/um7-release/archive/release/melodic/um7/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/um7" diff --git a/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-sensor-msgs_1.4.2-3.bb b/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-sensor-msgs_1.4.2-3.bb index e3862687eb0..94dd1743382 100644 --- a/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-sensor-msgs_1.4.2-3.bb +++ b/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-sensor-msgs_1.4.2-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/underwater_simulation-release/archive/release/melodic/underwater_sensor_msgs/1.4.2-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/underwater_sensor_msgs" diff --git a/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-vehicle-dynamics_1.4.2-3.bb b/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-vehicle-dynamics_1.4.2-3.bb index de1c2f4b90d..2e4c57a0681 100644 --- a/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-vehicle-dynamics_1.4.2-3.bb +++ b/meta-ros1-melodic/generated-recipes/underwater-simulation/underwater-vehicle-dynamics_1.4.2-3.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/underwater_simulation-release/archive/release/melodic/underwater_vehicle_dynamics/1.4.2-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/underwater_vehicle_dynamics" diff --git a/meta-ros1-melodic/generated-recipes/underwater-simulation/uwsim_1.4.2-3.bb b/meta-ros1-melodic/generated-recipes/underwater-simulation/uwsim_1.4.2-3.bb index e0faca414a7..10d6c21fc36 100644 --- a/meta-ros1-melodic/generated-recipes/underwater-simulation/uwsim_1.4.2-3.bb +++ b/meta-ros1-melodic/generated-recipes/underwater-simulation/uwsim_1.4.2-3.bb @@ -129,7 +129,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/underwater_simulation-release/archive/release/melodic/uwsim/1.4.2-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/uwsim" diff --git a/meta-ros1-melodic/generated-recipes/unique-identifier/unique-id_1.0.6.bb b/meta-ros1-melodic/generated-recipes/unique-identifier/unique-id_1.0.6.bb index 569bb80b53c..e4a1f1a51dd 100644 --- a/meta-ros1-melodic/generated-recipes/unique-identifier/unique-id_1.0.6.bb +++ b/meta-ros1-melodic/generated-recipes/unique-identifier/unique-id_1.0.6.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/melodic/unique_id/1.0.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/unique_id" diff --git a/meta-ros1-melodic/generated-recipes/unique-identifier/unique-identifier_1.0.6.bb b/meta-ros1-melodic/generated-recipes/unique-identifier/unique-identifier_1.0.6.bb index 1f32d232dbd..6ec85c8a7b4 100644 --- a/meta-ros1-melodic/generated-recipes/unique-identifier/unique-identifier_1.0.6.bb +++ b/meta-ros1-melodic/generated-recipes/unique-identifier/unique-identifier_1.0.6.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/melodic/unique_identifier/1.0.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/unique_identifier" diff --git a/meta-ros1-melodic/generated-recipes/unique-identifier/uuid-msgs_1.0.6.bb b/meta-ros1-melodic/generated-recipes/unique-identifier/uuid-msgs_1.0.6.bb index 1306b7f073c..8c0a98a8487 100644 --- a/meta-ros1-melodic/generated-recipes/unique-identifier/uuid-msgs_1.0.6.bb +++ b/meta-ros1-melodic/generated-recipes/unique-identifier/uuid-msgs_1.0.6.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/melodic/uuid_msgs/1.0.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuid_msgs" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-common-urdf_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-common-urdf_1.0.0-1.bb index 4bfc6aeb16e..4e40e988add 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-common-urdf_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-common-urdf_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_common_urdf/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_common_urdf" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-diffdrive-teleop_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-diffdrive-teleop_1.0.0-1.bb index dc5592d89eb..c0a08ab1458 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-diffdrive-teleop_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-diffdrive-teleop_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_diffdrive_teleop/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_diffdrive_teleop" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-freespace_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-freespace_1.0.0-1.bb index c0c26427912..7dce385d564 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-freespace_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-freespace_1.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_freespace/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_freespace" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-gazebo-worlds_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-gazebo-worlds_1.0.0-1.bb index 200ae6878ac..417a8157b3d 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-gazebo-worlds_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-gazebo-worlds_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_gazebo_worlds/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_gazebo_worlds" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-maps_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-maps_1.0.0-1.bb index 2cb8d171bbc..6d37b757de4 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-maps_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-maps_1.0.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_maps/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_maps" diff --git a/meta-ros1-melodic/generated-recipes/uos-tools/uos-tools_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/uos-tools/uos-tools_1.0.0-1.bb index 45b1e75d9cb..1c89b42cb75 100644 --- a/meta-ros1-melodic/generated-recipes/uos-tools/uos-tools_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/uos-tools/uos-tools_1.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/uos-tools/archive/release/melodic/uos_tools/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uos_tools" diff --git a/meta-ros1-melodic/generated-recipes/ur-client-library/ur-client-library_0.2.2-1.bb b/meta-ros1-melodic/generated-recipes/ur-client-library/ur-client-library_0.2.2-1.bb index cb2ea334dbc..599615244ef 100644 --- a/meta-ros1-melodic/generated-recipes/ur-client-library/ur-client-library_0.2.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/ur-client-library/ur-client-library_0.2.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_Client_Library-release/archive/release/melodic/ur_client_library/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ur_client_library" diff --git a/meta-ros1-melodic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb b/meta-ros1-melodic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb index cf0a60656e9..92e9c088d9b 100644 --- a/meta-ros1-melodic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ur_msgs-release/archive/release/melodic/ur_msgs/1.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ur_msgs" diff --git a/meta-ros1-melodic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb index 079b7496e25..12df32ef1f2 100644 --- a/meta-ros1-melodic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_geometry_parser-release/archive/release/melodic/urdf_geometry_parser/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf_geometry_parser" diff --git a/meta-ros1-melodic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.4.0.bb b/meta-ros1-melodic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.4.0.bb index 6344c522cca..b8dd8e90e4a 100644 --- a/meta-ros1-melodic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.4.0.bb +++ b/meta-ros1-melodic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.4.0.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_sim_tutorial-release/archive/release/melodic/urdf_sim_tutorial/0.4.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf_sim_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/urdf-test/urdf-test_1.0.4.bb b/meta-ros1-melodic/generated-recipes/urdf-test/urdf-test_1.0.4.bb index c46af81e1cb..47cc0d0fe0d 100644 --- a/meta-ros1-melodic/generated-recipes/urdf-test/urdf-test_1.0.4.bb +++ b/meta-ros1-melodic/generated-recipes/urdf-test/urdf-test_1.0.4.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/urdf_test-release/archive/release/melodic/urdf_test/1.0.4-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf_test" diff --git a/meta-ros1-melodic/generated-recipes/urdf-tutorial/urdf-tutorial_0.4.0.bb b/meta-ros1-melodic/generated-recipes/urdf-tutorial/urdf-tutorial_0.4.0.bb index bd8b68523c4..d4c9040184f 100644 --- a/meta-ros1-melodic/generated-recipes/urdf-tutorial/urdf-tutorial_0.4.0.bb +++ b/meta-ros1-melodic/generated-recipes/urdf-tutorial/urdf-tutorial_0.4.0.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_tutorial-release/archive/release/melodic/urdf_tutorial/0.4.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb b/meta-ros1-melodic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb index 30ac8b5a366..5ebc08392e1 100644 --- a/meta-ros1-melodic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf-release/archive/release/melodic/urdf_parser_plugin/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf_parser_plugin" diff --git a/meta-ros1-melodic/generated-recipes/urdf/urdf_1.13.2-1.bb b/meta-ros1-melodic/generated-recipes/urdf/urdf_1.13.2-1.bb index fd83b9f9921..4a8052ee09b 100644 --- a/meta-ros1-melodic/generated-recipes/urdf/urdf_1.13.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/urdf/urdf_1.13.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf-release/archive/release/melodic/urdf/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdf" diff --git a/meta-ros1-melodic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb b/meta-ros1-melodic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb index 8ba5cfd28a7..a5f257df3e1 100644 --- a/meta-ros1-melodic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdfdom_py-release/archive/release/melodic/urdfdom_py/0.4.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urdfdom_py" diff --git a/meta-ros1-melodic/generated-recipes/urg-c/urg-c_1.0.405.bb b/meta-ros1-melodic/generated-recipes/urg-c/urg-c_1.0.405.bb index 7449b7ef9bd..a69ba7ac3c6 100644 --- a/meta-ros1-melodic/generated-recipes/urg-c/urg-c_1.0.405.bb +++ b/meta-ros1-melodic/generated-recipes/urg-c/urg-c_1.0.405.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urg_c-release/archive/release/melodic/urg_c/1.0.405-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/urg_c" diff --git a/meta-ros1-melodic/generated-recipes/urg-node/urg-node_0.1.15-1.bb b/meta-ros1-melodic/generated-recipes/urg-node/urg-node_0.1.15-1.bb index c14b46b3205..d8d5c61fb04 100644 --- a/meta-ros1-melodic/generated-recipes/urg-node/urg-node_0.1.15-1.bb +++ b/meta-ros1-melodic/generated-recipes/urg-node/urg-node_0.1.15-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urg_node-release/archive/release/melodic/urg_node/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urg_node" diff --git a/meta-ros1-melodic/generated-recipes/urg-stamped/urg-stamped_0.0.11-1.bb b/meta-ros1-melodic/generated-recipes/urg-stamped/urg-stamped_0.0.11-1.bb index ae9e935232b..43e0919a76a 100644 --- a/meta-ros1-melodic/generated-recipes/urg-stamped/urg-stamped_0.0.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/urg-stamped/urg-stamped_0.0.11-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seqsense/urg_stamped-release/archive/release/melodic/urg_stamped/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/urg_stamped" diff --git a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.1.1-1.bb index 642dbe54c9d..d1dcb8bbf3a 100644 --- a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.1.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/melodic/usb_cam_controllers/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/usb_cam_controllers" diff --git a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.1.1-1.bb index 52790dbc350..bab68cc30ab 100644 --- a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/melodic/usb_cam_hardware_interface/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/usb_cam_hardware_interface" diff --git a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.1.1-1.bb index 0b33c9720cd..4935877b492 100644 --- a/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.1.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/melodic/usb_cam_hardware/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/usb_cam_hardware" diff --git a/meta-ros1-melodic/generated-recipes/usb-cam/usb-cam_0.3.6.bb b/meta-ros1-melodic/generated-recipes/usb-cam/usb-cam_0.3.6.bb index d77107311e6..f4454fc0f3f 100644 --- a/meta-ros1-melodic/generated-recipes/usb-cam/usb-cam_0.3.6.bb +++ b/meta-ros1-melodic/generated-recipes/usb-cam/usb-cam_0.3.6.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/usb_cam-release/archive/release/melodic/usb_cam/0.3.6-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/usb_cam" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-assistants_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-assistants_0.6.13.bb index 2b3c3983819..53d90d771dd 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-assistants_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-assistants_0.6.13.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_assistants/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_assistants" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-auv-control-allocator_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-auv-control-allocator_0.6.13.bb index 82994a1c93f..f564a6706f3 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-auv-control-allocator_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-auv-control-allocator_0.6.13.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_auv_control_allocator/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_auv_control_allocator" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-cascaded-pid_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-cascaded-pid_0.6.13.bb index 3d9b8ed6d8f..bdf100447d8 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-cascaded-pid_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-cascaded-pid_0.6.13.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_control_cascaded_pid/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_control_cascaded_pid" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-msgs_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-msgs_0.6.13.bb index 1d53e007685..aff980e6c06 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-msgs_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-msgs_0.6.13.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_control_msgs/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_control_msgs" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-utils_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-utils_0.6.13.bb index 0ca7ad7ed94..82f1300eba3 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-utils_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-control-utils_0.6.13.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_control_utils/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_control_utils" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-descriptions_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-descriptions_0.6.13.bb index 0483d4f95e4..1de3aa373f4 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-descriptions_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-descriptions_0.6.13.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_descriptions/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_descriptions" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-plugins_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-plugins_0.6.13.bb index 7c469898bb5..4ec0e4d5864 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-plugins_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-plugins_0.6.13.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_gazebo_plugins/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins-msgs_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins-msgs_0.6.13.bb index 129a7f679f2..aa9368334f6 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins-msgs_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins-msgs_0.6.13.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_gazebo_ros_plugins_msgs/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_gazebo_ros_plugins_msgs" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins_0.6.13.bb index 467715b09e1..60abd701ff0 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-ros-plugins_0.6.13.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_gazebo_ros_plugins/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_gazebo_ros_plugins" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-worlds_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-worlds_0.6.13.bb index eb841ca3e20..92aeef8b817 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-worlds_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo-worlds_0.6.13.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_gazebo_worlds/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_gazebo_worlds" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo_0.6.13.bb index f0f29ba3a48..63e73352dfa 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-gazebo_0.6.13.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_gazebo/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins-msgs_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins-msgs_0.6.13.bb index 40c7e3d5c14..90685a77667 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins-msgs_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins-msgs_0.6.13.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_sensor_ros_plugins_msgs/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_sensor_ros_plugins_msgs" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins_0.6.13.bb index 67918570b88..bbb4650fd81 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-sensor-ros-plugins_0.6.13.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_sensor_ros_plugins/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_sensor_ros_plugins" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-simulator_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-simulator_0.6.13.bb index 3e59cf71dd4..9edfd832ec2 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-simulator_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-simulator_0.6.13.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_simulator/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_simulator" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-teleop_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-teleop_0.6.13.bb index ff892436947..2771d4f29b5 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-teleop_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-teleop_0.6.13.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_teleop/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_teleop" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-thruster-manager_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-thruster-manager_0.6.13.bb index f204729d6cd..6490294a032 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-thruster-manager_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-thruster-manager_0.6.13.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_thruster_manager/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_thruster_manager" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-trajectory-control_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-trajectory-control_0.6.13.bb index b455f6e392c..b07806d93ac 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-trajectory-control_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-trajectory-control_0.6.13.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_trajectory_control/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_trajectory_control" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-plugins_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-plugins_0.6.13.bb index 08b7e250228..3f3ef8c7c39 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-plugins_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-plugins_0.6.13.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_world_plugins/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_world_plugins" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins-msgs_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins-msgs_0.6.13.bb index 813c872dced..3c5887f0b1a 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins-msgs_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins-msgs_0.6.13.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_world_ros_plugins_msgs/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_world_ros_plugins_msgs" diff --git a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins_0.6.13.bb b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins_0.6.13.bb index d11c6f00b1b..bc253482922 100644 --- a/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins_0.6.13.bb +++ b/meta-ros1-melodic/generated-recipes/uuv-simulator/uuv-world-ros-plugins_0.6.13.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uuvsimulator/uuv_simulator-release/archive/release/melodic/uuv_world_ros_plugins/0.6.13-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/uuv_world_ros_plugins" diff --git a/meta-ros1-melodic/generated-recipes/uwsim-bullet/uwsim-bullet_2.82.2-1.bb b/meta-ros1-melodic/generated-recipes/uwsim-bullet/uwsim-bullet_2.82.2-1.bb index c428924bfd1..91d5e36fc18 100644 --- a/meta-ros1-melodic/generated-recipes/uwsim-bullet/uwsim-bullet_2.82.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/uwsim-bullet/uwsim-bullet_2.82.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/uwsim_bullet-release/archive/release/melodic/uwsim_bullet/2.82.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uwsim_bullet" diff --git a/meta-ros1-melodic/generated-recipes/uwsim-osgbullet/uwsim-osgbullet_3.0.1-3.bb b/meta-ros1-melodic/generated-recipes/uwsim-osgbullet/uwsim-osgbullet_3.0.1-3.bb index fa641737a40..769ff8a47f7 100644 --- a/meta-ros1-melodic/generated-recipes/uwsim-osgbullet/uwsim-osgbullet_3.0.1-3.bb +++ b/meta-ros1-melodic/generated-recipes/uwsim-osgbullet/uwsim-osgbullet_3.0.1-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/uwsim_osgbullet-release/archive/release/melodic/uwsim_osgbullet/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/melodic/uwsim_osgbullet" diff --git a/meta-ros1-melodic/generated-recipes/uwsim-osgocean/uwsim-osgocean_1.0.4-1.bb b/meta-ros1-melodic/generated-recipes/uwsim-osgocean/uwsim-osgocean_1.0.4-1.bb index def09c3dae2..8ead1f0b1be 100644 --- a/meta-ros1-melodic/generated-recipes/uwsim-osgocean/uwsim-osgocean_1.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/uwsim-osgocean/uwsim-osgocean_1.0.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/uwsim_osgocean-release/archive/release/melodic/uwsim_osgocean/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/uwsim_osgocean" diff --git a/meta-ros1-melodic/generated-recipes/uwsim-osgworks/uwsim-osgworks_3.0.3-2.bb b/meta-ros1-melodic/generated-recipes/uwsim-osgworks/uwsim-osgworks_3.0.3-2.bb index aa8a20be680..9ce6f3df448 100644 --- a/meta-ros1-melodic/generated-recipes/uwsim-osgworks/uwsim-osgworks_3.0.3-2.bb +++ b/meta-ros1-melodic/generated-recipes/uwsim-osgworks/uwsim-osgworks_3.0.3-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/uwsim_osgworks-release/archive/release/melodic/uwsim_osgworks/3.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/uwsim_osgworks" diff --git a/meta-ros1-melodic/generated-recipes/vapor-master/vapor-master_0.3.0.bb b/meta-ros1-melodic/generated-recipes/vapor-master/vapor-master_0.3.0.bb index 98774bfebbe..3500be8d71e 100644 --- a/meta-ros1-melodic/generated-recipes/vapor-master/vapor-master_0.3.0.bb +++ b/meta-ros1-melodic/generated-recipes/vapor-master/vapor-master_0.3.0.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roshub/vapor_master-release/archive/release/melodic/vapor_master/0.3.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/vapor_master" diff --git a/meta-ros1-melodic/generated-recipes/variant/variant-msgs_0.1.6-1.bb b/meta-ros1-melodic/generated-recipes/variant/variant-msgs_0.1.6-1.bb index ba0061d1138..b17a3265f49 100644 --- a/meta-ros1-melodic/generated-recipes/variant/variant-msgs_0.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/variant/variant-msgs_0.1.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/melodic/variant_msgs/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/variant_msgs" diff --git a/meta-ros1-melodic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb b/meta-ros1-melodic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb index 554738f4535..0e21c3a843e 100644 --- a/meta-ros1-melodic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/melodic/variant_topic_tools/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/variant_topic_tools" diff --git a/meta-ros1-melodic/generated-recipes/variant/variant_0.1.6-1.bb b/meta-ros1-melodic/generated-recipes/variant/variant_0.1.6-1.bb index f85aa0d673d..a5eab8df653 100644 --- a/meta-ros1-melodic/generated-recipes/variant/variant_0.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/variant/variant_0.1.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/melodic/variant/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/variant" diff --git a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb index 578de6d8232..98eb609b07b 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/melodic/velodyne_description/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_description" diff --git a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb index d95d6063113..15ef70108d9 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/melodic/velodyne_gazebo_plugins/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb index bd0667f41a4..9a495dd8b2f 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/melodic/velodyne_simulator/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_simulator" diff --git a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-driver_1.5.2.bb b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-driver_1.5.2.bb index ce638568255..8a96fcd8600 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-driver_1.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-driver_1.5.2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/melodic/velodyne_driver/1.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_driver" diff --git a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-laserscan_1.5.2.bb b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-laserscan_1.5.2.bb index e3d11c6fe85..28fe2d57c88 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-laserscan_1.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-laserscan_1.5.2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/melodic/velodyne_laserscan/1.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_laserscan" diff --git a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-msgs_1.5.2.bb b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-msgs_1.5.2.bb index ab9235d3aae..6394d61a359 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-msgs_1.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-msgs_1.5.2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/melodic/velodyne_msgs/1.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_msgs" diff --git a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-pointcloud_1.5.2.bb b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-pointcloud_1.5.2.bb index d1971bbe09c..840f7aaab3c 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne/velodyne-pointcloud_1.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne/velodyne-pointcloud_1.5.2.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/melodic/velodyne_pointcloud/1.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne_pointcloud" diff --git a/meta-ros1-melodic/generated-recipes/velodyne/velodyne_1.5.2.bb b/meta-ros1-melodic/generated-recipes/velodyne/velodyne_1.5.2.bb index 8fd9b1e5dd7..a398456c98e 100644 --- a/meta-ros1-melodic/generated-recipes/velodyne/velodyne_1.5.2.bb +++ b/meta-ros1-melodic/generated-recipes/velodyne/velodyne_1.5.2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/melodic/velodyne/1.5.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/velodyne" diff --git a/meta-ros1-melodic/generated-recipes/vesc/vesc-ackermann_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/vesc/vesc-ackermann_1.1.0-1.bb index f11151bd759..82947bf8dd7 100644 --- a/meta-ros1-melodic/generated-recipes/vesc/vesc-ackermann_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vesc/vesc-ackermann_1.1.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/f1tenth/vesc-release/archive/release/melodic/vesc_ackermann/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vesc_ackermann" diff --git a/meta-ros1-melodic/generated-recipes/vesc/vesc-driver_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/vesc/vesc-driver_1.1.0-1.bb index 24f96b2f99a..99eb9646d9c 100644 --- a/meta-ros1-melodic/generated-recipes/vesc/vesc-driver_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vesc/vesc-driver_1.1.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/f1tenth/vesc-release/archive/release/melodic/vesc_driver/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vesc_driver" diff --git a/meta-ros1-melodic/generated-recipes/vesc/vesc-msgs_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/vesc/vesc-msgs_1.1.0-1.bb index a51697e92b7..a02b32ece32 100644 --- a/meta-ros1-melodic/generated-recipes/vesc/vesc-msgs_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vesc/vesc-msgs_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/f1tenth/vesc-release/archive/release/melodic/vesc_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vesc_msgs" diff --git a/meta-ros1-melodic/generated-recipes/vesc/vesc_1.1.0-1.bb b/meta-ros1-melodic/generated-recipes/vesc/vesc_1.1.0-1.bb index de1520234e9..d6e2b3fee37 100644 --- a/meta-ros1-melodic/generated-recipes/vesc/vesc_1.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vesc/vesc_1.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/f1tenth/vesc-release/archive/release/melodic/vesc/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vesc" diff --git a/meta-ros1-melodic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb b/meta-ros1-melodic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb index 5c7b375a984..65683bdb50e 100644 --- a/meta-ros1-melodic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers/video_stream_opencv-release/archive/release/melodic/video_stream_opencv/1.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/video_stream_opencv" diff --git a/meta-ros1-melodic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3.bb b/meta-ros1-melodic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3.bb index ba380726713..6935635da57 100644 --- a/meta-ros1-melodic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3.bb +++ b/meta-ros1-melodic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/view_controller_msgs-release/archive/release/melodic/view_controller_msgs/0.1.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/view_controller_msgs" diff --git a/meta-ros1-melodic/generated-recipes/vision-msgs/vision-msgs_0.0.1.bb b/meta-ros1-melodic/generated-recipes/vision-msgs/vision-msgs_0.0.1.bb index 93bdac13457..b151d8db613 100644 --- a/meta-ros1-melodic/generated-recipes/vision-msgs/vision-msgs_0.0.1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-msgs/vision-msgs_0.0.1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/melodic/vision_msgs/0.0.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/vision_msgs" diff --git a/meta-ros1-melodic/generated-recipes/vision-opencv/cv-bridge_1.13.0.bb b/meta-ros1-melodic/generated-recipes/vision-opencv/cv-bridge_1.13.0.bb index de63d73212e..2e1532c8be2 100644 --- a/meta-ros1-melodic/generated-recipes/vision-opencv/cv-bridge_1.13.0.bb +++ b/meta-ros1-melodic/generated-recipes/vision-opencv/cv-bridge_1.13.0.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/melodic/cv_bridge/1.13.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/cv_bridge" diff --git a/meta-ros1-melodic/generated-recipes/vision-opencv/image-geometry_1.13.0.bb b/meta-ros1-melodic/generated-recipes/vision-opencv/image-geometry_1.13.0.bb index f0ab5b96c82..a285be4ae8d 100644 --- a/meta-ros1-melodic/generated-recipes/vision-opencv/image-geometry_1.13.0.bb +++ b/meta-ros1-melodic/generated-recipes/vision-opencv/image-geometry_1.13.0.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/melodic/image_geometry/1.13.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/image_geometry" diff --git a/meta-ros1-melodic/generated-recipes/vision-opencv/vision-opencv_1.13.0.bb b/meta-ros1-melodic/generated-recipes/vision-opencv/vision-opencv_1.13.0.bb index 8a937d0478f..b31e60742c1 100644 --- a/meta-ros1-melodic/generated-recipes/vision-opencv/vision-opencv_1.13.0.bb +++ b/meta-ros1-melodic/generated-recipes/vision-opencv/vision-opencv_1.13.0.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/melodic/vision_opencv/1.13.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/vision_opencv" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/vision-visp_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/vision-visp_0.12.0-1.bb index 63a5d6ce79d..8817febf394 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/vision-visp_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/vision-visp_0.12.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/vision_visp/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vision_visp" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/visp-auto-tracker_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/visp-auto-tracker_0.12.0-1.bb index f0f5dfefcf0..aaed44c028c 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/visp-auto-tracker_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/visp-auto-tracker_0.12.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/visp_auto_tracker/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp_auto_tracker" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/visp-bridge_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/visp-bridge_0.12.0-1.bb index 07b1e938fb8..3952fd1808f 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/visp-bridge_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/visp-bridge_0.12.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/visp_bridge/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp_bridge" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/visp-camera-calibration_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/visp-camera-calibration_0.12.0-1.bb index bfc19ec0ec9..4a6ec0c2d9b 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/visp-camera-calibration_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/visp-camera-calibration_0.12.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/visp_camera_calibration/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp_camera_calibration" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.0-1.bb index 9eee9c200d8..93cf0df1ead 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/visp_hand2eye_calibration/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp_hand2eye_calibration" diff --git a/meta-ros1-melodic/generated-recipes/vision-visp/visp-tracker_0.12.0-1.bb b/meta-ros1-melodic/generated-recipes/vision-visp/visp-tracker_0.12.0-1.bb index 7c4aeb9584f..9fa3eef8735 100644 --- a/meta-ros1-melodic/generated-recipes/vision-visp/visp-tracker_0.12.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vision-visp/visp-tracker_0.12.0-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/melodic/visp_tracker/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp_tracker" diff --git a/meta-ros1-melodic/generated-recipes/visp/visp_3.4.0-4.bb b/meta-ros1-melodic/generated-recipes/visp/visp_3.4.0-4.bb index 61c436ccce0..dd3efa2b74c 100644 --- a/meta-ros1-melodic/generated-recipes/visp/visp_3.4.0-4.bb +++ b/meta-ros1-melodic/generated-recipes/visp/visp_3.4.0-4.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/visp-release/archive/release/melodic/visp/3.4.0-4.tar.gz ROS_BRANCH ?= "branch=release/melodic/visp" diff --git a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb index 09471cfba99..8db30da37b9 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/visualization_osg-release/archive/release/melodic/osg_interactive_markers/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/osg_interactive_markers" diff --git a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb index 11e5bdf6632..6e7638efb41 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/visualization_osg-release/archive/release/melodic/osg_markers/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/osg_markers" diff --git a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb index 75333e98597..8b7ad2ea8b1 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/visualization_osg-release/archive/release/melodic/osg_utils/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/osg_utils" diff --git a/meta-ros1-melodic/generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb b/meta-ros1-melodic/generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb index 00a1b763f9a..c427279f229 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uji-ros-pkg/visualization_osg-release/archive/release/melodic/visualization_osg/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/visualization_osg" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.10.5-1.bb index 886941ece11..d7f13804c0b 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.10.5-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/interactive_marker_tutorials/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/interactive_marker_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/librviz-tutorial_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/librviz-tutorial_0.10.5-1.bb index be3a9213883..ceba26914a3 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/librviz-tutorial_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/librviz-tutorial_0.10.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/librviz_tutorial/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/librviz_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.10.5-1.bb index 09bdcf7ce78..bb33c9fbf40 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.10.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/rviz_plugin_tutorials/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_plugin_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.10.5-1.bb index 8680c9125da..24568595b5e 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.10.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/rviz_python_tutorial/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rviz_python_tutorial" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.10.5-1.bb index 5a5a4c70aaf..7482efa448d 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.10.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/visualization_marker_tutorials/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visualization_marker_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-tutorials_0.10.5-1.bb b/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-tutorials_0.10.5-1.bb index 0ffdd66b9b9..104ef3a830e 100644 --- a/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-tutorials_0.10.5-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualization-tutorials/visualization-tutorials_0.10.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/visualization_tutorials/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visualization_tutorials" diff --git a/meta-ros1-melodic/generated-recipes/visualstates/visualstates_0.2.4-1.bb b/meta-ros1-melodic/generated-recipes/visualstates/visualstates_0.2.4-1.bb index 8e0cbee7b5c..c144cd4a8f0 100644 --- a/meta-ros1-melodic/generated-recipes/visualstates/visualstates_0.2.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/visualstates/visualstates_0.2.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/VisualStates-release/archive/release/melodic/visualstates/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/visualstates" diff --git a/meta-ros1-melodic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb b/meta-ros1-melodic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb index 6d516bf6a85..434a26519c8 100644 --- a/meta-ros1-melodic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/okalachev/vl53l1x_ros-release/archive/release/melodic/vl53l1x/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vl53l1x" diff --git a/meta-ros1-melodic/generated-recipes/volksbot-driver/volksbot-driver_1.0.1-1.bb b/meta-ros1-melodic/generated-recipes/volksbot-driver/volksbot-driver_1.0.1-1.bb index 3d2e70f2eeb..d8e0bd702a1 100644 --- a/meta-ros1-melodic/generated-recipes/volksbot-driver/volksbot-driver_1.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volksbot-driver/volksbot-driver_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/volksbot_driver-release/archive/release/melodic/volksbot_driver/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volksbot_driver" diff --git a/meta-ros1-melodic/generated-recipes/volta-simulation/volta-simulation_1.1.0-2.bb b/meta-ros1-melodic/generated-recipes/volta-simulation/volta-simulation_1.1.0-2.bb index 011d5067b30..a49637bf4e2 100644 --- a/meta-ros1-melodic/generated-recipes/volta-simulation/volta-simulation_1.1.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/volta-simulation/volta-simulation_1.1.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta_simulation-release/archive/release/melodic/volta_simulation/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_simulation" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-base_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-base_1.1.1-1.bb index 40c7605896d..417fc4560c6 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-base_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-base_1.1.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_base/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_base" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-control_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-control_1.1.1-1.bb index 5602be1b34b..8b125c68bda 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-control_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-control_1.1.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_control/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_control" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-description_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-description_1.1.1-1.bb index aff18be0f7e..763302ad6ba 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-description_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-description_1.1.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_description/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_description" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-localization_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-localization_1.1.1-1.bb index 3a4d26020fb..0ab8955da63 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-localization_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-localization_1.1.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_localization/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_localization" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-msgs_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-msgs_1.1.1-1.bb index c903fd1efb9..09f10eb240f 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-msgs_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-msgs_1.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_msgs/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_msgs" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-navigation_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-navigation_1.1.1-1.bb index cfde86c02e9..ea9b31b9c31 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-navigation_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-navigation_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_navigation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_navigation" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-rules_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-rules_1.1.1-1.bb index d6de9531235..4072ba92ba0 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-rules_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-rules_1.1.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_rules/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_rules" diff --git a/meta-ros1-melodic/generated-recipes/volta/volta-teleoperator_1.1.1-1.bb b/meta-ros1-melodic/generated-recipes/volta/volta-teleoperator_1.1.1-1.bb index bf437ebb4d9..03103250a8c 100644 --- a/meta-ros1-melodic/generated-recipes/volta/volta-teleoperator_1.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/volta/volta-teleoperator_1.1.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/melodic/volta_teleoperator/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/volta_teleoperator" diff --git a/meta-ros1-melodic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2.bb b/meta-ros1-melodic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2.bb index 8aaad8d1713..f93a3e16959 100644 --- a/meta-ros1-melodic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/vrpn_client_ros-release/archive/release/melodic/vrpn_client_ros/0.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/vrpn_client_ros" diff --git a/meta-ros1-melodic/generated-recipes/vrpn/vrpn_7.34.0-1.bb b/meta-ros1-melodic/generated-recipes/vrpn/vrpn_7.34.0-1.bb index 38926d066d4..80eabeacd9b 100644 --- a/meta-ros1-melodic/generated-recipes/vrpn/vrpn_7.34.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrpn/vrpn_7.34.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/vrpn-release/archive/release/melodic/vrpn/7.34.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vrpn" diff --git a/meta-ros1-melodic/generated-recipes/vrx/usv-gazebo-plugins_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/usv-gazebo-plugins_1.3.0-1.bb index 744b7a061c9..dea84cdf6f6 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/usv-gazebo-plugins_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/usv-gazebo-plugins_1.3.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/usv_gazebo_plugins/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/usv_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/vrx/vrx-gazebo_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/vrx-gazebo_1.3.0-1.bb index 6cf8f97aff0..c1341febcbf 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/vrx-gazebo_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/vrx-gazebo_1.3.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/vrx_gazebo/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/vrx_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/vrx/wamv-description_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/wamv-description_1.3.0-1.bb index 584d2ce14ff..3060ca5880e 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/wamv-description_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/wamv-description_1.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/wamv_description/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wamv_description" diff --git a/meta-ros1-melodic/generated-recipes/vrx/wamv-gazebo_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/wamv-gazebo_1.3.0-1.bb index 8885e65c614..7bd2925ddde 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/wamv-gazebo_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/wamv-gazebo_1.3.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/wamv_gazebo/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wamv_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo-plugins_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo-plugins_1.3.0-1.bb index ea10566bb37..529f789aa02 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo-plugins_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo-plugins_1.3.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/wave_gazebo_plugins/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wave_gazebo_plugins" diff --git a/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo_1.3.0-1.bb b/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo_1.3.0-1.bb index f5a982447c5..3f739262d14 100644 --- a/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo_1.3.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/vrx/wave-gazebo_1.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vrx-release/archive/release/melodic/wave_gazebo/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wave_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.9.1-1.bb b/meta-ros1-melodic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.9.1-1.bb index 0c2f3e75af4..40c11c3e1d4 100644 --- a/meta-ros1-melodic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.9.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.9.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/warehouse_ros_mongo-release/archive/release/melodic/warehouse_ros_mongo/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warehouse_ros_mongo" diff --git a/meta-ros1-melodic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb b/meta-ros1-melodic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb index 1c80595211a..9e0a1b7f62b 100644 --- a/meta-ros1-melodic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/warehouse_ros-release/archive/release/melodic/warehouse_ros/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warehouse_ros" diff --git a/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-desktop_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-desktop_0.1.0-1.bb index 0fbb35ea690..7474e53e956 100644 --- a/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-desktop_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-desktop_0.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog_desktop-release/archive/release/melodic/warthog_desktop/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_desktop" diff --git a/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-viz_0.1.0-1.bb b/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-viz_0.1.0-1.bb index a33b4ecf2fa..28ec1dd09ef 100644 --- a/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-viz_0.1.0-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog-desktop/warthog-viz_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog_desktop-release/archive/release/melodic/warthog_viz/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_viz" diff --git a/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-gazebo_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-gazebo_0.2.1-1.bb index bc5c395af19..412e3cdcfd6 100644 --- a/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-gazebo_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-gazebo_0.2.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog_simulator-release/archive/release/melodic/warthog_gazebo/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_gazebo" diff --git a/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-simulator_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-simulator_0.2.1-1.bb index 8333ac8062f..f8f4c28965c 100644 --- a/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-simulator_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog-simulator/warthog-simulator_0.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog_simulator-release/archive/release/melodic/warthog_simulator/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_simulator" diff --git a/meta-ros1-melodic/generated-recipes/warthog/warthog-control_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/warthog/warthog-control_0.1.3-1.bb index b2ab806cd11..95079940488 100644 --- a/meta-ros1-melodic/generated-recipes/warthog/warthog-control_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog/warthog-control_0.1.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog-release/archive/release/melodic/warthog_control/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_control" diff --git a/meta-ros1-melodic/generated-recipes/warthog/warthog-description_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/warthog/warthog-description_0.1.3-1.bb index fcc977dd6e5..e378caa1f44 100644 --- a/meta-ros1-melodic/generated-recipes/warthog/warthog-description_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog/warthog-description_0.1.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog-release/archive/release/melodic/warthog_description/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_description" diff --git a/meta-ros1-melodic/generated-recipes/warthog/warthog-msgs_0.1.3-1.bb b/meta-ros1-melodic/generated-recipes/warthog/warthog-msgs_0.1.3-1.bb index 06185d40b75..48778fc9fee 100644 --- a/meta-ros1-melodic/generated-recipes/warthog/warthog-msgs_0.1.3-1.bb +++ b/meta-ros1-melodic/generated-recipes/warthog/warthog-msgs_0.1.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/warthog-release/archive/release/melodic/warthog_msgs/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/warthog_msgs" diff --git a/meta-ros1-melodic/generated-recipes/web-video-server/web-video-server_0.2.1-1.bb b/meta-ros1-melodic/generated-recipes/web-video-server/web-video-server_0.2.1-1.bb index cf7df025ddd..63b03f267f1 100644 --- a/meta-ros1-melodic/generated-recipes/web-video-server/web-video-server_0.2.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/web-video-server/web-video-server_0.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/web_video_server-release/archive/release/melodic/web_video_server/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/web_video_server" diff --git a/meta-ros1-melodic/generated-recipes/webkit-dependency/webkit-dependency_1.1.0.bb b/meta-ros1-melodic/generated-recipes/webkit-dependency/webkit-dependency_1.1.0.bb index 73e1c494de7..391d5564c64 100644 --- a/meta-ros1-melodic/generated-recipes/webkit-dependency/webkit-dependency_1.1.0.bb +++ b/meta-ros1-melodic/generated-recipes/webkit-dependency/webkit-dependency_1.1.0.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/webkit_dependency-release/archive/release/melodic/webkit_dependency/1.1.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/webkit_dependency" diff --git a/meta-ros1-melodic/generated-recipes/webots-ros/webots-ros_4.0.1-1.bb b/meta-ros1-melodic/generated-recipes/webots-ros/webots-ros_4.0.1-1.bb index d9177c6ffd7..4b2f7303672 100644 --- a/meta-ros1-melodic/generated-recipes/webots-ros/webots-ros_4.0.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/webots-ros/webots-ros_4.0.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros-release/archive/release/melodic/webots_ros/4.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/webots_ros" diff --git a/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc-ros_59.0.4-1.bb b/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc-ros_59.0.4-1.bb index 08462a8fb15..c16c16b0c50 100644 --- a/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc-ros_59.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc-ros_59.0.4-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/webrtc_ros-release/archive/release/melodic/webrtc_ros/59.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/webrtc_ros" diff --git a/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc_59.0.4-1.bb b/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc_59.0.4-1.bb index d45612e1578..de51f9709e7 100644 --- a/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc_59.0.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/webrtc-ros/webrtc_59.0.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/webrtc_ros-release/archive/release/melodic/webrtc/59.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/webrtc" diff --git a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb index d6f1ee3f135..b4bbeb77676 100644 --- a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/melodic/wge100_camera_firmware/1.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wge100_camera_firmware" diff --git a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera_1.8.2-1.bb b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera_1.8.2-1.bb index 316e6642ae7..54c4d4dd544 100644 --- a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera_1.8.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-camera_1.8.2-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/melodic/wge100_camera/1.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wge100_camera" diff --git a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb index ab12e1a9463..37e8651fe77 100644 --- a/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/melodic/wge100_driver/1.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wge100_driver" diff --git a/meta-ros1-melodic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.0.bb b/meta-ros1-melodic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.0.bb index d7fd5794526..5e6def398f4 100644 --- a/meta-ros1-melodic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.0.bb +++ b/meta-ros1-melodic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.0.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/wifi_ddwrt-release/archive/release/melodic/wifi_ddwrt/0.2.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/wifi_ddwrt" diff --git a/meta-ros1-melodic/generated-recipes/willow-maps/willow-maps_1.0.3.bb b/meta-ros1-melodic/generated-recipes/willow-maps/willow-maps_1.0.3.bb index d793b7f2d06..bdf9815e763 100644 --- a/meta-ros1-melodic/generated-recipes/willow-maps/willow-maps_1.0.3.bb +++ b/meta-ros1-melodic/generated-recipes/willow-maps/willow-maps_1.0.3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/willow_maps-release/archive/release/melodic/willow_maps/1.0.3-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/willow_maps" diff --git a/meta-ros1-melodic/generated-recipes/wireless/wireless-msgs_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/wireless/wireless-msgs_0.1.1-1.bb index 80ad0c37a94..2811fc2f5c8 100644 --- a/meta-ros1-melodic/generated-recipes/wireless/wireless-msgs_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/wireless/wireless-msgs_0.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/wireless-release/archive/release/melodic/wireless_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wireless_msgs" diff --git a/meta-ros1-melodic/generated-recipes/wireless/wireless-watcher_0.1.1-1.bb b/meta-ros1-melodic/generated-recipes/wireless/wireless-watcher_0.1.1-1.bb index 58864363431..d2c8b6a36db 100644 --- a/meta-ros1-melodic/generated-recipes/wireless/wireless-watcher_0.1.1-1.bb +++ b/meta-ros1-melodic/generated-recipes/wireless/wireless-watcher_0.1.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/wireless-release/archive/release/melodic/wireless_watcher/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wireless_watcher" diff --git a/meta-ros1-melodic/generated-recipes/wu-ros-tools/easy-markers_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/wu-ros-tools/easy-markers_0.2.6-1.bb index 927c86cb5fa..8d4e4fe0ea0 100644 --- a/meta-ros1-melodic/generated-recipes/wu-ros-tools/easy-markers_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/wu-ros-tools/easy-markers_0.2.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/melodic/easy_markers/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/easy_markers" diff --git a/meta-ros1-melodic/generated-recipes/wu-ros-tools/joy-listener_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/wu-ros-tools/joy-listener_0.2.6-1.bb index 7027581da5a..086ded8bdd2 100644 --- a/meta-ros1-melodic/generated-recipes/wu-ros-tools/joy-listener_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/wu-ros-tools/joy-listener_0.2.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/melodic/joy_listener/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/joy_listener" diff --git a/meta-ros1-melodic/generated-recipes/wu-ros-tools/kalman-filter_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/wu-ros-tools/kalman-filter_0.2.6-1.bb index 71ee311d501..2ce0401a38b 100644 --- a/meta-ros1-melodic/generated-recipes/wu-ros-tools/kalman-filter_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/wu-ros-tools/kalman-filter_0.2.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/melodic/kalman_filter/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/kalman_filter" diff --git a/meta-ros1-melodic/generated-recipes/wu-ros-tools/rosbaglive_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/wu-ros-tools/rosbaglive_0.2.6-1.bb index f7bc24b9658..20cbf2ef993 100644 --- a/meta-ros1-melodic/generated-recipes/wu-ros-tools/rosbaglive_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/wu-ros-tools/rosbaglive_0.2.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/melodic/rosbaglive/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/rosbaglive" diff --git a/meta-ros1-melodic/generated-recipes/wu-ros-tools/wu-ros-tools_0.2.6-1.bb b/meta-ros1-melodic/generated-recipes/wu-ros-tools/wu-ros-tools_0.2.6-1.bb index e0e7dddb49a..1e5835c5851 100644 --- a/meta-ros1-melodic/generated-recipes/wu-ros-tools/wu-ros-tools_0.2.6-1.bb +++ b/meta-ros1-melodic/generated-recipes/wu-ros-tools/wu-ros-tools_0.2.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/melodic/wu_ros_tools/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/wu_ros_tools" diff --git a/meta-ros1-melodic/generated-recipes/xacro/xacro_1.13.11-1.bb b/meta-ros1-melodic/generated-recipes/xacro/xacro_1.13.11-1.bb index 3cdcc536729..e44be8c2416 100644 --- a/meta-ros1-melodic/generated-recipes/xacro/xacro_1.13.11-1.bb +++ b/meta-ros1-melodic/generated-recipes/xacro/xacro_1.13.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/xacro-release/archive/release/melodic/xacro/1.13.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/xacro" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-examples_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-examples_1.0.10.bb index 4c081738c8e..3022dc2011b 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-examples_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-examples_1.0.10.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_examples/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_examples" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-hyq_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-hyq_1.0.10.bb index 1dede019d5d..0036874cc68 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-hyq_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-hyq_1.0.10.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_hyq/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_hyq" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-msgs_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-msgs_1.0.10.bb index 6021f7aff98..1dc27a1b3c5 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-msgs_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-msgs_1.0.10.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_msgs/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_msgs" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-quadrotor_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-quadrotor_1.0.10.bb index f2475f572ba..eb23d536c59 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-quadrotor_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-quadrotor_1.0.10.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_quadrotor/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_quadrotor" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-states_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-states_1.0.10.bb index 13f1caf1c25..0927099427f 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-states_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-states_1.0.10.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_states/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_states" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp-vis_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp-vis_1.0.10.bb index be6c56e2fa3..cdd472bdf03 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp-vis_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp-vis_1.0.10.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp_vis/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp_vis" diff --git a/meta-ros1-melodic/generated-recipes/xpp/xpp_1.0.10.bb b/meta-ros1-melodic/generated-recipes/xpp/xpp_1.0.10.bb index bcf4ac42ed2..70ff63ba332 100644 --- a/meta-ros1-melodic/generated-recipes/xpp/xpp_1.0.10.bb +++ b/meta-ros1-melodic/generated-recipes/xpp/xpp_1.0.10.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/melodic/xpp/1.0.10-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xpp" diff --git a/meta-ros1-melodic/generated-recipes/xsens-driver/xsens-driver_2.2.2.bb b/meta-ros1-melodic/generated-recipes/xsens-driver/xsens-driver_2.2.2.bb index a110415b76e..dca0c2b9e8b 100644 --- a/meta-ros1-melodic/generated-recipes/xsens-driver/xsens-driver_2.2.2.bb +++ b/meta-ros1-melodic/generated-recipes/xsens-driver/xsens-driver_2.2.2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-asl/ethzasl_xsens_driver-release/archive/release/melodic/xsens_driver/2.2.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xsens_driver" diff --git a/meta-ros1-melodic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0.bb b/meta-ros1-melodic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0.bb index bbe84ae82ab..5fef3c67c1e 100644 --- a/meta-ros1-melodic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0.bb +++ b/meta-ros1-melodic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rohbotics/xv_11_laser_driver-release/archive/release/melodic/xv_11_laser_driver/0.3.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/xv_11_laser_driver" diff --git a/meta-ros1-melodic/generated-recipes/yocs-msgs/yocs-msgs_0.7.0.bb b/meta-ros1-melodic/generated-recipes/yocs-msgs/yocs-msgs_0.7.0.bb index 7f01ef3b7aa..00b4a0567d7 100644 --- a/meta-ros1-melodic/generated-recipes/yocs-msgs/yocs-msgs_0.7.0.bb +++ b/meta-ros1-melodic/generated-recipes/yocs-msgs/yocs-msgs_0.7.0.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yocs_msgs-release/archive/release/melodic/yocs_msgs/0.7.0-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_msgs" diff --git a/meta-ros1-melodic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb b/meta-ros1-melodic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb index 31bf2d44085..34c43f10691 100644 --- a/meta-ros1-melodic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb +++ b/meta-ros1-melodic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/openspur/yp-spur-release/archive/release/melodic/ypspur/1.20.2-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ypspur" diff --git a/meta-ros1-melodic/generated-recipes/ypspur-ros/ypspur-ros_0.3.4-1.bb b/meta-ros1-melodic/generated-recipes/ypspur-ros/ypspur-ros_0.3.4-1.bb index 65da4216080..ca2432e126c 100644 --- a/meta-ros1-melodic/generated-recipes/ypspur-ros/ypspur-ros_0.3.4-1.bb +++ b/meta-ros1-melodic/generated-recipes/ypspur-ros/ypspur-ros_0.3.4-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/openspur/ypspur_ros-release/archive/release/melodic/ypspur_ros/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/ypspur_ros" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-marker-tracking_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-marker-tracking_0.8.2.bb index 09830b75b9c..c4d553a912f 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-marker-tracking_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-marker-tracking_0.8.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_ar_marker_tracking/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_ar_marker_tracking" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-approach_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-approach_0.8.2.bb index 3b8577751db..6b002a5e123 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-approach_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-approach_0.8.2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_ar_pair_approach/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_ar_pair_approach" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-tracking_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-tracking_0.8.2.bb index aa9d5bc861e..5a51fec0f9b 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-tracking_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-ar-pair-tracking_0.8.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_ar_pair_tracking/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_ar_pair_tracking" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-cmd-vel-mux_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-cmd-vel-mux_0.8.2.bb index 82d8ff68717..52bb829a802 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-cmd-vel-mux_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-cmd-vel-mux_0.8.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_cmd_vel_mux/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_cmd_vel_mux" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-controllers_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-controllers_0.8.2.bb index fdd1f09e3df..0114f756037 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-controllers_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-controllers_0.8.2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_controllers/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_controllers" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-diff-drive-pose-controller_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-diff-drive-pose-controller_0.8.2.bb index e19f9d6d2ec..1dde44895a3 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-diff-drive-pose-controller_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-diff-drive-pose-controller_0.8.2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_diff_drive_pose_controller/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_diff_drive_pose_controller" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-joyop_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-joyop_0.8.2.bb index 3c40de3048b..d1f3bb0303a 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-joyop_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-joyop_0.8.2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_joyop/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_joyop" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-keyop_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-keyop_0.8.2.bb index 9db76f5f6b7..8e369ea6f41 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-keyop_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-keyop_0.8.2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_keyop/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_keyop" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-localization-manager_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-localization-manager_0.8.2.bb index 194f0f44e56..5ba2ad99fc4 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-localization-manager_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-localization-manager_0.8.2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_localization_manager/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_localization_manager" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-math-toolkit_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-math-toolkit_0.8.2.bb index d5d1fef0fc9..6bbc32f7869 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-math-toolkit_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-math-toolkit_0.8.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_math_toolkit/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_math_toolkit" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navi-toolkit_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navi-toolkit_0.8.2.bb index 3ad16ba5887..6c185d09fb2 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navi-toolkit_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navi-toolkit_0.8.2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_navi_toolkit/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_navi_toolkit" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navigator_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navigator_0.8.2.bb index 8ba75c574bc..b1da9291243 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navigator_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-navigator_0.8.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_navigator/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_navigator" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-rapps_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-rapps_0.8.2.bb index b4603114292..70496fd35a9 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-rapps_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-rapps_0.8.2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_rapps/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_rapps" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-safety-controller_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-safety-controller_0.8.2.bb index 41768ba1445..85fb6c34f0f 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-safety-controller_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-safety-controller_0.8.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_safety_controller/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_safety_controller" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-velocity-smoother_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-velocity-smoother_0.8.2.bb index d55dd0d12f5..419e3d0e142 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-velocity-smoother_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-velocity-smoother_0.8.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_velocity_smoother/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_velocity_smoother" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-virtual-sensor_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-virtual-sensor_0.8.2.bb index 197eca087a5..9edce0482a6 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-virtual-sensor_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-virtual-sensor_0.8.2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_virtual_sensor/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_virtual_sensor" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoint-provider_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoint-provider_0.8.2.bb index 63e6ac9942d..e9af5d72b2b 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoint-provider_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoint-provider_0.8.2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_waypoint_provider/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_waypoint_provider" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoints-navi_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoints-navi_0.8.2.bb index 85177467a2f..8b31e401185 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoints-navi_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yocs-waypoints-navi_0.8.2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yocs_waypoints_navi/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yocs_waypoints_navi" diff --git a/meta-ros1-melodic/generated-recipes/yujin-ocs/yujin-ocs_0.8.2.bb b/meta-ros1-melodic/generated-recipes/yujin-ocs/yujin-ocs_0.8.2.bb index feedfa2367d..552f762164c 100644 --- a/meta-ros1-melodic/generated-recipes/yujin-ocs/yujin-ocs_0.8.2.bb +++ b/meta-ros1-melodic/generated-recipes/yujin-ocs/yujin-ocs_0.8.2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/yujin_ocs-release/archive/release/melodic/yujin_ocs/0.8.2-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/yujin_ocs" diff --git a/meta-ros1-melodic/generated-recipes/zbar-ros/zbar-ros_0.3.0-2.bb b/meta-ros1-melodic/generated-recipes/zbar-ros/zbar-ros_0.3.0-2.bb index 799a02d1207..891c839ec5e 100644 --- a/meta-ros1-melodic/generated-recipes/zbar-ros/zbar-ros_0.3.0-2.bb +++ b/meta-ros1-melodic/generated-recipes/zbar-ros/zbar-ros_0.3.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/zbar_ros-release/archive/release/melodic/zbar_ros/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/melodic/zbar_ros" diff --git a/meta-ros1-melodic/generated-recipes/zeroconf-msgs/zeroconf-msgs_0.2.1.bb b/meta-ros1-melodic/generated-recipes/zeroconf-msgs/zeroconf-msgs_0.2.1.bb index daf3ddae361..15413c17d72 100644 --- a/meta-ros1-melodic/generated-recipes/zeroconf-msgs/zeroconf-msgs_0.2.1.bb +++ b/meta-ros1-melodic/generated-recipes/zeroconf-msgs/zeroconf-msgs_0.2.1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/zeroconf_msgs-release/archive/release/melodic/zeroconf_msgs/0.2.1-0.tar.gz ROS_BRANCH ?= "branch=release/melodic/zeroconf_msgs" diff --git a/meta-ros1-melodic/recipes-bbappends/acado/acado_1.2.3.bbappend b/meta-ros1-melodic/recipes-bbappends/acado/acado_1.2.3.bbappend index 7f39e22ba2a..49cf8c92fe1 100644 --- a/meta-ros1-melodic/recipes-bbappends/acado/acado_1.2.3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/acado/acado_1.2.3.bbappend @@ -6,12 +6,12 @@ inherit ros_insane_dev_so # tries to execute some code generator during cross-compilation and fails acado/1.2.3-r0/git/examples/code_generation/mpc_mhe/code_generation_crane_kul_mhe: not found EXTRA_OECMAKE += "-DACADO_WITH_EXAMPLES=OFF" -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: acado-1.2.3-r0 do_package_qa: QA Issue: acado: /work/core2-64-oe-linux/acado/1.2.3-r0/packages-split/acado/usr/lib/libacado_toolkit_s.so.1.2.2beta contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-cmake-CompilerOptions.cmake-don-t-set-march-native.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/actionlib/actionlib_%.bbappend b/meta-ros1-melodic/recipes-bbappends/actionlib/actionlib_%.bbappend index a61c092e42a..ae3bc5747f7 100644 --- a/meta-ros1-melodic/recipes-bbappends/actionlib/actionlib_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/actionlib/actionlib_%.bbappend @@ -3,11 +3,11 @@ # Currently, wxpython doesn't build, but it's only needed by the GUI debug tools ax*.py => don't install them and remove the # RDEPENDS on "wxpython" until it builds. -do_install_append() { +do_install:append() { rm -f ${D}${ros_libdir}/${BPN}/axclient.py ${D}${ros_libdir}/${BPN}/axserver.py } -RDEPENDS_${PN}_remove = "wxpython" +RDEPENDS:${PN}:remove = "wxpython" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend index 6620d96b503..1571852b302 100644 --- a/meta-ros1-melodic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend @@ -1,16 +1,16 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://fix.apriltag.include.flag.patch \ " -# ERROR: apriltag-ros-3.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/apriltag_ros/analyze_image contained in package apriltag-ros requires /bin/bash, but no providers found in RDEPENDS_apriltag-ros? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: apriltag-ros-3.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/apriltag_ros/analyze_image contained in package apriltag-ros requires /bin/bash, but no providers found in RDEPENDS:apriltag-ros? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/apriltag/apriltag_3.1.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/apriltag/apriltag_3.1.2-1.bbappend index 9f18c69b1b1..8b59f0439e8 100644 --- a/meta-ros1-melodic/recipes-bbappends/apriltag/apriltag_3.1.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/apriltag/apriltag_3.1.2-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://fix.cflags.in.pkg-config.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/ar-track-alvar/ar-track-alvar_0.7.1.bbappend b/meta-ros1-melodic/recipes-bbappends/ar-track-alvar/ar-track-alvar_0.7.1.bbappend index 406c7d9a070..1bcd402cce3 100644 --- a/meta-ros1-melodic/recipes-bbappends/ar-track-alvar/ar-track-alvar_0.7.1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ar-track-alvar/ar-track-alvar_0.7.1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Make-it-compatible-with-OpenCV-3.4.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ariles-ros/ariles-ros_1.3.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ariles-ros/ariles-ros_1.3.2-1.bbappend index 0580d787b84..2417bbb359b 100644 --- a/meta-ros1-melodic/recipes-bbappends/ariles-ros/ariles-ros_1.3.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ariles-ros/ariles-ros_1.3.2-1.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-bridges-ros-drop-roscpp-dependency.patch" -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/ariles-array \ ${datadir}/ariles-core \ ${datadir}/ariles-octave \ diff --git a/meta-ros1-melodic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bbappend b/meta-ros1-melodic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bbappend index f9e10b2c84d..cdaf898c367 100644 --- a/meta-ros1-melodic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-1.bbappend @@ -11,4 +11,4 @@ # ./lib/32bit/libVimbaCPP.so # causing: # ERROR: avt-vimba-camera-0.0.11-1-r0 do_package_qa: QA Issue: No GNU_HASH in the ELF binary /jenkins/mjansa/build-ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/avt-vimba-camera/0.0.11-1-r0/packages-split/avt-vimba-camera/usr/opt/ros/melodic/lib/libVimbaC.so, didn't pass LDFLAGS? [ldflags] -INSANE_SKIP_${PN} += "ldflags" +INSANE_SKIP:${PN} += "ldflags" diff --git a/meta-ros1-melodic/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend index 8666d530369..510ef59a73e 100644 --- a/meta-ros1-melodic/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend @@ -4,7 +4,7 @@ DEPENDS += "aws-cpp-sdk curl openssl" EXTRA_OECMAKE = "-DEXTERNAL_INSTALL_LOCATION=${STAGING_DIR_HOST}${prefix}" -do_configure_prepend() { +do_configure:prepend() { # awssdk dependencies are built in separate recipe aws-cpp-sdk sed -i 's@^add_subdirectory(awssdk)@##add_subdirectory(awssdk)@g' ${S}/CMakeLists.txt sed -i '/^add_dependencies.*AWS_SDK_IMPORT)/d' ${S}/CMakeLists.txt diff --git a/meta-ros1-melodic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bbappend index 7cddf57535b..928073048d3 100644 --- a/meta-ros1-melodic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" # ERROR: azure-iot-sdk-c-1.7.0-2-r0 do_package: QA Issue: azure-iot-sdk-c: Files/directories were installed but not shipped in any package: @@ -11,4 +11,4 @@ SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" # /usr/cmake/azure_c_shared_utilityTargets-noconfig.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # azure-iot-sdk-c: 24 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${prefix}/cmake" +FILES:${PN}-dev += "${prefix}/cmake" diff --git a/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend b/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend index a7d3138bd7f..e6aaf4a880e 100644 --- a/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # The cmake subdirectory isn't under datadir/ROS_BPN. In fact, there are two. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${ros_libdir}/BehaviorTreeV3/cmake \ " diff --git a/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend b/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend index 01e119060a0..963e2d9a013 100644 --- a/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # The cmake subdirectory isn't under datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${ros_libdir}/BehaviorTree/cmake \ " diff --git a/meta-ros1-melodic/recipes-bbappends/boost-sml/boost-sml_0.1.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/boost-sml/boost-sml_0.1.2-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros1-melodic/recipes-bbappends/boost-sml/boost-sml_0.1.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/boost-sml/boost-sml_0.1.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/calibration/image-cb-detector_0.10.14.bbappend b/meta-ros1-melodic/recipes-bbappends/calibration/image-cb-detector_0.10.14.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/calibration/image-cb-detector_0.10.14.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/calibration/image-cb-detector_0.10.14.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/calibration/laser-cb-detector_0.10.14.bbappend b/meta-ros1-melodic/recipes-bbappends/calibration/laser-cb-detector_0.10.14.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/calibration/laser-cb-detector_0.10.14.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/calibration/laser-cb-detector_0.10.14.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/cartographer-ros/cartographer-ros_1.0.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cartographer-ros/cartographer-ros_1.0.0-1.bbappend index a35312d455e..76611f32709 100644 --- a/meta-ros1-melodic/recipes-bbappends/cartographer-ros/cartographer-ros_1.0.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cartographer-ros/cartographer-ros_1.0.0-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CmakeLists.txt-set-C-version-to-C-14.patch \ " # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx" diff --git a/meta-ros1-melodic/recipes-bbappends/cartographer/cartographer_1.0.0.bbappend b/meta-ros1-melodic/recipes-bbappends/cartographer/cartographer_1.0.0.bbappend index 0856aa1368f..4ffeb6c237a 100644 --- a/meta-ros1-melodic/recipes-bbappends/cartographer/cartographer_1.0.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cartographer/cartographer_1.0.0.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://cmake.dont.add.Werror.uninitialized.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros1-melodic/recipes-bbappends/catkin/catkin_%.bbappend b/meta-ros1-melodic/recipes-bbappends/catkin/catkin_%.bbappend index e8006a8ce0e..4b4a2b3f778 100644 --- a/meta-ros1-melodic/recipes-bbappends/catkin/catkin_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/catkin/catkin_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-use-python-provided-by-environment-instead-of-the-ge.patch \ @@ -8,15 +8,15 @@ SRC_URI += " \ file://0003-builder.py-don-t-prepend-ld_path-to-LD_LIBRARY_PATH.patch \ " -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_remove = "python-empy" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-empy" ROS_BUILDTOOL_DEPENDS += " \ python-catkin-pkg-native \ python-empy-native \ " -EXTRA_OECMAKE_prepend = " \ +EXTRA_OECMAKE:prepend = " \ -DCATKIN_INSTALL_INTO_PREFIX_ROOT=ON \ " @@ -29,14 +29,14 @@ CATKIN_PREFIX_ROOT_FILES = " \ ${ros_prefix}/*.sh \ " -FILES_${PN}_prepend = "${CATKIN_PREFIX_ROOT_FILES} " +FILES:${PN}:prepend = "${CATKIN_PREFIX_ROOT_FILES} " -SSTATE_SCAN_FILES_append = " _setup_util.py" +SSTATE_SCAN_FILES:append = " _setup_util.py" # Must do this to include CATKIN_PREFIX_ROOT_FILES. It might add "extra" files to what's staged, but who cares? -SYSROOT_DIRS_append = " ${ros_prefix}" +SYSROOT_DIRS:append = " ${ros_prefix}" # XXX Why doesn't SSTATE_SCAN_FILES fix this up? -do_install_append_class-target() { +do_install:append:class-target() { sed -i -e 's@${RECIPE_SYSROOT}/@/@g' ${D}${ros_prefix}/_setup_util.py mkdir -p ${D}${sysconfdir}/profile.d @@ -46,7 +46,7 @@ do_install_append_class-target() { # NB. COMPLEMENTARY_GLOB[ros-implicit-workspace] = "*-implicitworkspace" PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros1-melodic/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bbappend b/meta-ros1-melodic/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bbappend index c2c9e0d8476..b02445f44fe 100644 --- a/meta-ros1-melodic/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_2.2.1-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # cloudwatch-metrics-common is just headers/staticlib files and PN is empty, so it wasn't created -ROS_EXEC_DEPENDS_remove = "cloudwatch-metrics-common" +ROS_EXEC_DEPENDS:remove = "cloudwatch-metrics-common" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-base-drive-chain_0.7.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-base-drive-chain_0.7.4-1.bbappend index eb629315bcf..fd06de054d4 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-base-drive-chain_0.7.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-base-drive-chain_0.7.4-1.bbappend @@ -2,5 +2,5 @@ # Depends on cob-generic-can->libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-canopen-motor_0.7.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-canopen-motor_0.7.4-1.bbappend index eb629315bcf..fd06de054d4 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-canopen-motor_0.7.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-canopen-motor_0.7.4-1.bbappend @@ -2,5 +2,5 @@ # Depends on cob-generic-can->libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-generic-can_0.7.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-generic-can_0.7.4-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-generic-can_0.7.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-driver/cob-generic-can_0.7.4-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend index c9adce7eb75..d5ff241781b 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend index e663ac8800e..b6b4551854e 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ipa320/thirdparty/raw/master/dlib-${VERSION}.tar.bz2 with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-dlib-with-bitbake-fetcher.patch \ http://dlib.net/files/dlib-19.9.tar.bz2;name=dlib;subdir=git/dlib-upstream \ " diff --git a/meta-ros1-melodic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend index 20e24d4e849..d43403613a1 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend @@ -17,21 +17,21 @@ # endif() COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -EXTRA_OECMAKE_append_x86-64 = "-DMYARCH=x86_64" -EXTRA_OECMAKE_append_x86 = "-DMYARCH=i686" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +EXTRA_OECMAKE:append:x86-64 = "-DMYARCH=x86_64" +EXTRA_OECMAKE:append:x86 = "-DMYARCH=i686" # ERROR: QA Issue: libntcan: Files/directories were installed but not shipped in any package: # /usr/opt/ros/melodic/lib/libntcan.so.3 # /usr/opt/ros/melodic/lib/libntcan.so.3.1.7 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libntcan: 2 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # These are prebuilt binaries and not even symlinks to just 1 binary (even when they are indeed identical) :/ # ERROR: libntcan-0.6.15-1-r0 do_package_qa: QA Issue: # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so.3, didn't pass LDFLAGS? # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so.3.1.7, didn't pass LDFLAGS? # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so, didn't pass LDFLAGS? [ldflags] -INSANE_SKIP_${PN} += "ldflags" +INSANE_SKIP:${PN} += "ldflags" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend index 5c8c03b30ac..f284d9c1275 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend @@ -5,7 +5,7 @@ # /usr/opt/ros/melodic/lib/libphidget21.so.0.0.0 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libphidgets: 2 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: libphidgets-0.6.15-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: libphidgets path '/work/qemux86-webos-linux/libphidgets/0.6.15-1-r0/packages-split/libphidgets/usr/opt/ros/melodic/lib/libphidget21.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend index 6d4dd0030b9..dfa2df2cd78 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ipa320/thirdparty/raw/master/opengm-master.tar.gz # during do_compile fetch it with bitbake's git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-opengm-with-bitbake-fetcher.patch \ https://github.com/ipa320/thirdparty/raw/2586d6a6ce48a17f355f036c6a64aef8c90660c9/opengm-master.tar.gz;name=opengm;subdir=git/opengm-upstream \ file://0001-CMakeLists.txt-fix-if-else-statement.patch;patchdir=opengm-upstream/opengm-master \ diff --git a/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend index eda2e236723..beba0f3c3b7 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: cob-reflector-referencing-0.6.9-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/cob_reflector_referencing/reflector_referencing_node contained in package cob-reflector-referencing requires /bin/bash, but no providers found in RDEPENDS_cob-reflector-referencing? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: cob-reflector-referencing-0.6.9-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/cob_reflector_referencing/reflector_referencing_node contained in package cob-reflector-referencing requires /bin/bash, but no providers found in RDEPENDS:cob-reflector-referencing? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend b/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend index 43ff3e3c244..d961d114432 100644 --- a/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: cob-safety-controller-0.6.9-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/cob_safety_controller/safety_controller contained in package cob-safety-controller requires /bin/bash, but no providers found in RDEPENDS_cob-safety-controller? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: cob-safety-controller-0.6.9-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/cob_safety_controller/safety_controller contained in package cob-safety-controller requires /bin/bash, but no providers found in RDEPENDS:cob-safety-controller? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/core-perception/points-preprocessor_1.14.15-1.bbappend b/meta-ros1-melodic/recipes-bbappends/core-perception/points-preprocessor_1.14.15-1.bbappend index 875acce284c..371f1be9f73 100644 --- a/meta-ros1-melodic/recipes-bbappends/core-perception/points-preprocessor_1.14.15-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/core-perception/points-preprocessor_1.14.15-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # gtest is PROVIDED by googletest recipe, but there is no gtest package RPROVIDED by that -ROS_EXEC_DEPENDS_remove = "gtest" -ROS_EXEC_DEPENDS_append = " googletest" +ROS_EXEC_DEPENDS:remove = "gtest" +ROS_EXEC_DEPENDS:append = " googletest" diff --git a/meta-ros1-melodic/recipes-bbappends/csm/csm_1.0.2-2.bbappend b/meta-ros1-melodic/recipes-bbappends/csm/csm_1.0.2-2.bbappend index c5612e458b6..3cf5e4d646a 100644 --- a/meta-ros1-melodic/recipes-bbappends/csm/csm_1.0.2-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/csm/csm_1.0.2-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-sm-CMakeLists.txt-use-include_directories-macro-to-r.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bbappend index 5d98fbc214e..cddb1fe9c82 100644 --- a/meta-ros1-melodic/recipes-bbappends/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/dccomms-ros-pkgs/dccomms-ros_0.0.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-don-t-require-native-git.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/dingo/dingo-description_0.1.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/dingo/dingo-description_0.1.8-1.bbappend index 01d13f47714..531be5ca1fe 100644 --- a/meta-ros1-melodic/recipes-bbappends/dingo/dingo-description_0.1.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/dingo/dingo-description_0.1.8-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: dingo-description-0.1.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/dingo_description/env_run contained in package dingo-description requires /bin/bash, but no providers found in RDEPENDS_dingo-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: dingo-description-0.1.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/dingo_description/env_run contained in package dingo-description requires /bin/bash, but no providers found in RDEPENDS:dingo-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/driver-common/timestamp-tools_1.6.8.bbappend b/meta-ros1-melodic/recipes-bbappends/driver-common/timestamp-tools_1.6.8.bbappend index 080bebed26e..9fed5ff98a6 100644 --- a/meta-ros1-melodic/recipes-bbappends/driver-common/timestamp-tools_1.6.8.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/driver-common/timestamp-tools_1.6.8.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" SRC_URI += "file://0001-trigger_matcher.h-fix-build-with-Boost-1.67.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend index ecbad51737c..7cb4be45174 100644 --- a/meta-ros1-melodic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend @@ -7,8 +7,8 @@ # /usr/lib/dynamic-graph-plugins/libtracer-real-time.so.4.2.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-graph: 4 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" -FILES_${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" +FILES:${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" +FILES:${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-graph path '/work/qemux86-webos-linux/dynamic-graph/4.2.2-1-r0/packages-split/dynamic-graph/usr/lib/libdynamic-graph.so' [dev-so] # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. diff --git a/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend index c1c7e268c18..edc0ea5a64c 100644 --- a/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend index d03f6683d82..6bbdd8fbafa 100644 --- a/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend @@ -3,4 +3,4 @@ inherit ros_insane_dev_so # sophus PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" diff --git a/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend index f9976b832d4..047dd800869 100644 --- a/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-dev_prepend = "${datadir}/cmake " +FILES:${PN}-dev:prepend = "${datadir}/cmake " diff --git a/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros1-melodic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend index 03c0ec5def0..ccfad8c55d6 100644 --- a/meta-ros1-melodic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Revert-cmake-fix-packaging-issue-on-Windows.patch \ file://0001-Revert-cmake-fix-project-packaging.patch \ " @@ -9,7 +9,7 @@ SRC_URI += "file://0001-Revert-cmake-fix-packaging-issue-on-Windows.patch \ inherit pythonnative DEPENDS += "python-numpy-native" -do_install_append() { +do_install:append() { # Fix paths in .pc file # Libs: -L${libdir} -leigenpy -L/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/lib -lboost_python37 # Cflags: -I${includedir} -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/include -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/include/python2.7 -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot-native/usr/lib/python2.7/site-packages/numpy/core/include diff --git a/meta-ros1-melodic/recipes-bbappends/eml/eml_1.8.15-2.bbappend b/meta-ros1-melodic/recipes-bbappends/eml/eml_1.8.15-2.bbappend index f28b6571e3d..166d049fa9c 100644 --- a/meta-ros1-melodic/recipes-bbappends/eml/eml_1.8.15-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/eml/eml_1.8.15-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-EMLConfig.cmake-import-from-debian-ro.patch" # Fails with webOS OSE which by default uses -Werror=return-type diff --git a/meta-ros1-melodic/recipes-bbappends/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bbappend b/meta-ros1-melodic/recipes-bbappends/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bbappend index 0840b0d9187..482ce9f7ca7 100644 --- a/meta-ros1-melodic/recipes-bbappends/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/epos2-motor-controller/epos2-motor-controller_1.0.0-4.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-libftdipp1.patch" -FILES_${PN} += "${datadir}/libepos2/package.xml" +FILES:${PN} += "${datadir}/libepos2/package.xml" # ERROR: epos2-motor-controller-1.0.0-4-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: epos2-motor-controller path '/work/raspberrypi4-webos-linux-gnueabi/epos2-motor-controller/1.0.0-4-r0/packages-split/epos2-motor-controller/usr/lib/libepos2.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend b/meta-ros1-melodic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend index b620d745294..9ff55e960ec 100644 --- a/meta-ros1-melodic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend +++ b/meta-ros1-melodic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ fcl-catkin \ " -ROS_EXPORT_DEPENDS_remove = " \ +ROS_EXPORT_DEPENDS:remove = " \ fcl-catkin \ " -ROS_EXEC_DEPENDS_remove = " \ +ROS_EXEC_DEPENDS:remove = " \ fcl-catkin \ " diff --git a/meta-ros1-melodic/recipes-bbappends/exotica/exotica-python_6.1.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/exotica/exotica-python_6.1.1-1.bbappend index 9cebe8c2944..1c83674a6b5 100644 --- a/meta-ros1-melodic/recipes-bbappends/exotica/exotica-python_6.1.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/exotica/exotica-python_6.1.1-1.bbappend @@ -3,12 +3,12 @@ # python-tkinter is just a package created by python, python-tk is mapped to python-tkinter # to get the correct runtime dependencies, but exotica-python is using the same variable # also for build time dependency -DEPENDS_remove = "python-tkinter" +DEPENDS:remove = "python-tkinter" # For some reason ends with bad RPATH # WARNING: exotica-python-5.1.3-3-r0 do_package_qa: QA Issue: # package exotica-python contains bad RPATH /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/aarch64-oe-linux/exotica-python/5.1.3-3-r0/recipe-sysroot/opt/ros/melodic/lib: in file /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/aarch64-oe-linux/exotica-python/5.1.3-3-r0/packages-split/exotica-python/opt/ros/melodic/lib/python2.7/site-packages/python2.7/site-packages/pyexotica/_pyexotica.so [rpaths] -do_install_append() { +do_install:append() { # and there is also 2nd copy of _pyexotica in wrong directory (python2.7/site-packages twice in the path) # they are big 44M and not completely identical, remove the 2nd copy # ros1-melodic-thud/tmp-glibc/work/aarch64-oe-linux/exotica-python/5.1.3-3-r0$ ls -lah image/opt/ros/melodic/lib/python2.7/site-packages/pyexotica/_pyexotica.so image/opt/ros/melodic/lib/python2.7/site-packages/python2.7/site-packages/pyexotica/_pyexotica.so diff --git a/meta-ros1-melodic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-2.bbappend b/meta-ros1-melodic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-2.bbappend index 91fb77ad9e4..f1327d41cc4 100644 --- a/meta-ros1-melodic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-2.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/flexible-collision-library/fcl/archive/v0.6.1.zip with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-fcl-with-bitbake-fetcher.patch \ git://github.com/flexible-collision-library/fcl.git;protocol=https;name=fcl-upstream;destsuffix=git/fcl-upstream \ " @@ -13,4 +13,4 @@ SRCREV_fcl-upstream = "97455a46de121fb7c0f749e21a58b1b54cd2c6be" # /opt/ros/melodic/lib/libfcl.so.0.6 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # fcl-catkin: 1 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" diff --git a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend index ab81e24bb74..1b908d0656e 100644 --- a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: flexbe-input-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_input/behavior_input contained in package flexbe-input requires /bin/bash, but no providers found in RDEPENDS_flexbe-input? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-input-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_input/behavior_input contained in package flexbe-input requires /bin/bash, but no providers found in RDEPENDS:flexbe-input? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend index f726a8a8684..12cf5929971 100644 --- a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: flexbe-mirror-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_mirror/behavior_mirror_sm contained in package flexbe-mirror requires /bin/bash, but no providers found in RDEPENDS_flexbe-mirror? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-mirror-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_mirror/behavior_mirror_sm contained in package flexbe-mirror requires /bin/bash, but no providers found in RDEPENDS:flexbe-mirror? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend index af0e0b8ba52..e365873a3fb 100644 --- a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: flexbe-onboard-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_onboard/start_behavior contained in package flexbe-onboard requires /bin/bash, but no providers found in RDEPENDS_flexbe-onboard? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-onboard-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_onboard/start_behavior contained in package flexbe-onboard requires /bin/bash, but no providers found in RDEPENDS:flexbe-onboard? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend index 3a80a931654..4abc93c937f 100644 --- a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: flexbe-testing-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_testing/testing_node contained in package flexbe-testing requires /bin/bash, but no providers found in RDEPENDS_flexbe-testing? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-testing-1.3.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_testing/testing_node contained in package flexbe-testing requires /bin/bash, but no providers found in RDEPENDS:flexbe-testing? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend index 20f9d2d1191..e57184c9eb3 100644 --- a/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: flexbe-widget-1.2.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_widget/create_repo contained in package flexbe-widget requires /bin/bash, but no providers found in RDEPENDS_flexbe-widget? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-widget-1.2.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/flexbe_widget/create_repo contained in package flexbe-widget requires /bin/bash, but no providers found in RDEPENDS:flexbe-widget? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-description_0.2.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-description_0.2.1-1.bbappend index df283a6e822..d1410ba76af 100644 --- a/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-description_0.2.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-description_0.2.1-1.bbappend @@ -2,4 +2,4 @@ DEPENDS += "xacro-native" -PATH_append = ":${STAGING_DIR_NATIVE}${ros_bindir}" +PATH:append = ":${STAGING_DIR_NATIVE}${ros_bindir}" diff --git a/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-driver_0.2.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-driver_0.2.1-1.bbappend index e172de27178..46bfc940e3e 100644 --- a/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-driver_0.2.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/flir-ptu/flir-ptu-driver_0.2.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend index 39ab816bc99..14681383bf9 100644 --- a/meta-ros1-melodic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/modelon-community/fmi-library.git tag 2.1 with git # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-fmi-library-with-bitbake-fetche.patch \ git://github.com/modelon-community/fmi-library.git;protocol=https;name=fmi-library;destsuffix=git/fmi-library-upstream \ " diff --git a/meta-ros1-melodic/recipes-bbappends/geometric-shapes/geometric-shapes_0.6.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/geometric-shapes/geometric-shapes_0.6.4-1.bbappend index aca8484e6a6..bc4d83896d9 100644 --- a/meta-ros1-melodic/recipes-bbappends/geometric-shapes/geometric-shapes_0.6.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/geometric-shapes/geometric-shapes_0.6.4-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-resource_retriever-to-CAT.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/geometry2/tf2-py_0.6.5.bbappend b/meta-ros1-melodic/recipes-bbappends/geometry2/tf2-py_0.6.5.bbappend index 5af864bb267..f3d1f27ffe2 100644 --- a/meta-ros1-melodic/recipes-bbappends/geometry2/tf2-py_0.6.5.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/geometry2/tf2-py_0.6.5.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason _tf2.so ends with bad RPATH # package tf2-py contains bad RPATH BUILD/work/i586-oe-linux/tf2-py/0.6.5-r0/recipe-sysroot/opt/ros/melodic/lib in file BUILD/work/i586-oe-linux/tf2-py/0.6.5-r0/packages-split/tf2-py/opt/ros/melodic/lib/python2.7/site-packages/tf2_py/_tf2.so [rpaths] @@ -17,6 +17,6 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # It's not set anywhere in CMakeLists.txt and running cmake even with --trace --debug-output doesn't show # anything about where this rpath came from to ninja's LINK_LIBRARIES -do_install_append() { +do_install:append() { chrpath --delete ${D}${PYTHON_SITEPACKAGES_DIR}/tf2_py/_tf2.so } diff --git a/meta-ros1-melodic/recipes-bbappends/geometry2/tf2_0.6.5.bbappend b/meta-ros1-melodic/recipes-bbappends/geometry2/tf2_0.6.5.bbappend index cf9983f49c1..61b72d0ded1 100644 --- a/meta-ros1-melodic/recipes-bbappends/geometry2/tf2_0.6.5.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/geometry2/tf2_0.6.5.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-cmake-remove-boost-signals-search-as-it-is-removed-s.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/gps-umd/gpsd-client_0.3.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/gps-umd/gpsd-client_0.3.1-1.bbappend index 4f3e3a43c62..06df9c6f3f6 100644 --- a/meta-ros1-melodic/recipes-bbappends/gps-umd/gpsd-client_0.3.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/gps-umd/gpsd-client_0.3.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-Fix-build-with-gpsd-3.20.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/grpc/grpc_0.0.10.bbappend b/meta-ros1-melodic/recipes-bbappends/grpc/grpc_0.0.10.bbappend index fcd3c298465..5b2ba02194f 100644 --- a/meta-ros1-melodic/recipes-bbappends/grpc/grpc_0.0.10.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/grpc/grpc_0.0.10.bbappend @@ -21,7 +21,7 @@ DEPENDS += "rsync-native" # newer meta-networking has even newer version since Yocto 3.0 Zeus # 1.22.0: https://github.com/openembedded/meta-openembedded/commit/cac734087e3c86a4f788c806bc07417f22bdacb9 # 1.24.0: https://github.com/openembedded/meta-openembedded/commit/1ede5a0c181c4562795ab7f9e98889c9a6800d3b -SRC_URI_remove = "file://0001-Don-t-segfault-when-product-name-from-BIOS-is-empty.patch" +SRC_URI:remove = "file://0001-Don-t-segfault-when-product-name-from-BIOS-is-empty.patch" # There are still some remaining issues: # third_party/cares/cares/ares_init.c:301:17: error: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess] diff --git a/meta-ros1-melodic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bbappend index 14610029fc1..8efcdc636bc 100644 --- a/meta-ros1-melodic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-2.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-hebi-CMakeLists.txt-fix-configure-with-empty-CMAKE_L.patch" # Supports only 4 values [i686, x86_64, armhf, aarch64], otherwise it ends with default x86_64 # e.g. when CMAKE_LIBRARY_ARCHITECTURE is empty like in our builds -EXTRA_OECMAKE_append_x86 = "-DLIBHEBI_TARGET_ARCHITECTURE=i686" -EXTRA_OECMAKE_append_x86-64 = "-DLIBHEBI_TARGET_ARCHITECTURE=x86_64" -EXTRA_OECMAKE_append_arm = "-DLIBHEBI_TARGET_ARCHITECTURE=armhf" -EXTRA_OECMAKE_append_aarch64 = "-DLIBHEBI_TARGET_ARCHITECTURE=aarch64" +EXTRA_OECMAKE:append:x86 = "-DLIBHEBI_TARGET_ARCHITECTURE=i686" +EXTRA_OECMAKE:append:x86-64 = "-DLIBHEBI_TARGET_ARCHITECTURE=x86_64" +EXTRA_OECMAKE:append:arm = "-DLIBHEBI_TARGET_ARCHITECTURE=armhf" +EXTRA_OECMAKE:append:aarch64 = "-DLIBHEBI_TARGET_ARCHITECTURE=aarch64" # ERROR: hebi-cpp-api-3.1.1-1-r0 do_package: QA Issue: hebi-cpp-api: Files/directories were installed but not shipped in any package: # /usr/opt/ros/melodic/lib/libhebi.so.2.0 diff --git a/meta-ros1-melodic/recipes-bbappends/heron/heron-description_0.3.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/heron/heron-description_0.3.4-1.bbappend index ff71ecec4e4..bf9778311b0 100644 --- a/meta-ros1-melodic/recipes-bbappends/heron/heron-description_0.3.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/heron/heron-description_0.3.4-1.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" -# ERROR: heron-description-0.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/heron_description/env_run contained in package heron-description requires /bin/bash, but no providers found in RDEPENDS_heron-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: heron-description-0.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/heron_description/env_run contained in package heron-description requires /bin/bash, but no providers found in RDEPENDS:heron-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/hpp-fcl/hpp-fcl_1.0.1-2.bbappend b/meta-ros1-melodic/recipes-bbappends/hpp-fcl/hpp-fcl_1.0.1-2.bbappend index bde0ba499f1..5b7e867a282 100644 --- a/meta-ros1-melodic/recipes-bbappends/hpp-fcl/hpp-fcl_1.0.1-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/hpp-fcl/hpp-fcl_1.0.1-2.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/humanoid-path-planner/hpp-fcl.git tag v1.0.1 with git # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-hpp-fcl-with-bitbake-fetcher.patch \ git://github.com/humanoid-path-planner/hpp-fcl.git;protocol=https;name=hpp-fcl-upstream;destsuffix=git/hpp-fcl-upstream \ git://github.com/jrl-umi3218/jrl-cmakemodules.git;protocol=https;name=hpp-fcl-cmake;destsuffix=git/hpp-fcl-upstream/cmake \ diff --git a/meta-ros1-melodic/recipes-bbappends/hrpsys/hrpsys_315.15.0-8.bbappend b/meta-ros1-melodic/recipes-bbappends/hrpsys/hrpsys_315.15.0-8.bbappend index d14b77c68c0..8faa5ca2776 100644 --- a/meta-ros1-melodic/recipes-bbappends/hrpsys/hrpsys_315.15.0-8.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/hrpsys/hrpsys_315.15.0-8.bbappend @@ -3,4 +3,4 @@ # python-tkinter is just a package created by python, python-tk is mapped to python-tkinter # to get the correct runtime dependencies, but exotica-python is using the same variable # also for build time dependency -DEPENDS_remove = "python-tkinter" +DEPENDS:remove = "python-tkinter" diff --git a/meta-ros1-melodic/recipes-bbappends/husky/husky-description_0.4.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/husky/husky-description_0.4.8-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/husky/husky-description_0.4.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/husky/husky-description_0.4.8-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/husky/husky-navigation_0.4.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/husky/husky-navigation_0.4.8-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/husky/husky-navigation_0.4.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/husky/husky-navigation_0.4.8-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/image-common/camera-calibration-parsers_1.11.13.bbappend b/meta-ros1-melodic/recipes-bbappends/image-common/camera-calibration-parsers_1.11.13.bbappend index ea83b37ac26..2be8395db1b 100644 --- a/meta-ros1-melodic/recipes-bbappends/image-common/camera-calibration-parsers_1.11.13.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/image-common/camera-calibration-parsers_1.11.13.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-search-for-boost_python37-instead-of-.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/image-transport-plugins/compressed-image-transport_1.9.5.bbappend b/meta-ros1-melodic/recipes-bbappends/image-transport-plugins/compressed-image-transport_1.9.5.bbappend index e8f712e1971..574938d46ef 100644 --- a/meta-ros1-melodic/recipes-bbappends/image-transport-plugins/compressed-image-transport_1.9.5.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/image-transport-plugins/compressed-image-transport_1.9.5.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-compressed_publisher.cpp-make-it-compatible-with-Ope.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/imagezero-transport/imagezero_0.2.4.bbappend b/meta-ros1-melodic/recipes-bbappends/imagezero-transport/imagezero_0.2.4.bbappend index 398150dc4e0..d9530d9e744 100644 --- a/meta-ros1-melodic/recipes-bbappends/imagezero-transport/imagezero_0.2.4.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/imagezero-transport/imagezero_0.2.4.bbappend @@ -2,12 +2,12 @@ # Drop -s to fix: # ERROR: QA Issue: File '/usr/opt/ros/melodic/lib/imagezero/image_zero' from imagezero was already stripped, this will prevent future debugging! [already-stripped] -do_configure_prepend() { +do_configure:prepend() { sed -i 's#^set(CMAKE_EXE_LINKER_FLAGS "-Wl,-O1,-s,--no-export-dynamic")$#set(CMAKE_EXE_LINKER_FLAGS "-Wl,-O1,--no-export-dynamic")#g' ${S}/CMakeLists.txt } # Used only to pass "-mmmx -mtune=corei7-avx" when ARCHITECTURE is x86_64 EXTRA_OECMAKE += "-DARCHITECTURE=${TUNE_ARCH}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-detect-ARCHITECTURE-only-when-not-set.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ipr-extern/ipr-extern_0.8.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ipr-extern/ipr-extern_0.8.8-1.bbappend index e93bafdcc2c..d9ff55a3b5b 100644 --- a/meta-ros1-melodic/recipes-bbappends/ipr-extern/ipr-extern_0.8.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ipr-extern/ipr-extern_0.8.8-1.bbappend @@ -2,4 +2,4 @@ # Rdepends on ros-reflexxes with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/ipr-extern/libreflexxestype2_0.8.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ipr-extern/libreflexxestype2_0.8.8-1.bbappend index b4968a600f5..5cfd050fa4f 100644 --- a/meta-ros1-melodic/recipes-bbappends/ipr-extern/libreflexxestype2_0.8.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ipr-extern/libreflexxestype2_0.8.8-1.bbappend @@ -15,7 +15,7 @@ # # set(SUPPORTED "true") COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" EXTRA_OECMAKE += "-DSUPPORTED=true" # ERROR: libreflexxestype2-0.8.8-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: libreflexxestype2 path '/work/core2-64-oe-linux/libreflexxestype2/0.8.8-1-r0/packages-split/libreflexxestype2/opt/ros/melodic/lib/libreflexxestypeII.so' [dev-so] diff --git a/meta-ros1-melodic/recipes-bbappends/ipr-extern/ros-reflexxes_0.8.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ipr-extern/ros-reflexxes_0.8.8-1.bbappend index efa6bc713aa..3e0bed7b5a0 100644 --- a/meta-ros1-melodic/recipes-bbappends/ipr-extern/ros-reflexxes_0.8.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ipr-extern/ros-reflexxes_0.8.8-1.bbappend @@ -2,4 +2,4 @@ # Depends on libreflexxestype2 with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jackal-cartographer-navigation/jackal-cartographer-navigation_0.0.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/jackal-desktop/jackal-viz_0.3.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jackal-desktop/jackal-viz_0.3.2-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/jackal-desktop/jackal-viz_0.3.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jackal-desktop/jackal-viz_0.3.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-control_0.7.5-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-control_0.7.5-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-control_0.7.5-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-control_0.7.5-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-description_0.7.5-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-description_0.7.5-1.bbappend index 8ae9169e5d7..a51b9efc479 100644 --- a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-description_0.7.5-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-description_0.7.5-1.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" -# ERROR: jackal-description-0.6.4-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/jackal_description/env_run contained in package jackal-description requires /bin/bash, but no providers found in RDEPENDS_jackal-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: jackal-description-0.6.4-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/jackal_description/env_run contained in package jackal-description requires /bin/bash, but no providers found in RDEPENDS:jackal-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-navigation_0.7.5-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-navigation_0.7.5-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/jackal/jackal-navigation_0.7.5-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jackal/jackal-navigation_0.7.5-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bbappend b/meta-ros1-melodic/recipes-bbappends/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bbappend index fd8ac77eaa3..b29a7b417ab 100644 --- a/meta-ros1-melodic/recipes-bbappends/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jderobot-color-tuner/jderobot-color-tuner_0.0.5-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: jderobot-color-tuner-0.0.3-6-r0 do_package_qa: QA Issue: /opt/ros/melodic/bin/colorTuner contained in package jderobot-color-tuner requires /bin/bash, but no providers found in RDEPENDS_jderobot-color-tuner? [file-rdeps] +# ERROR: jderobot-color-tuner-0.0.3-6-r0 do_package_qa: QA Issue: /opt/ros/melodic/bin/colorTuner contained in package jderobot-color-tuner requires /bin/bash, but no providers found in RDEPENDS:jderobot-color-tuner? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ " @@ -18,5 +18,5 @@ EXTRA_OECMAKE += "-DJDEROBOT_PYTHON2_MODULE_PATH=${PYTHON_SITEPACKAGES_DIR}/jder # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/joystick-drivers/joy_1.14.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/joystick-drivers/joy_1.14.0-1.bbappend index 73958aa529a..114b3299646 100644 --- a/meta-ros1-melodic/recipes-bbappends/joystick-drivers/joy_1.14.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/joystick-drivers/joy_1.14.0-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # "joy" builds fine without this dependency. -DEPENDS_remove = "joystick" -RDEPENDS_${PN}_remove = "joystick" +DEPENDS:remove = "joystick" +RDEPENDS:${PN}:remove = "joystick" diff --git a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-3.bbappend b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-3.bbappend index 70896f490a8..e1a1b45af77 100644 --- a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-3.bbappend @@ -5,7 +5,7 @@ # GIT_TAG e4d7ea42edafe13b1070ef4d595b2d6062d79d1a # # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libcmt-with-bitbake-fetcher.patch \ git://github.com/delmottea/libCMT.git;protocol=https;name=libcmt-upstream;destsuffix=git/libcmt-upstream \ " diff --git a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-3.bbappend b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-3.bbappend index ebb346cc01a..dc514c0370f 100644 --- a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-3.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fix shebang, because /bin/env most likely doesn't exist anywhere -# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters26.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS_mini-maxwell? [file-rdeps] -# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS_mini-maxwell? [file-rdeps] +# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters26.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS:mini-maxwell? [file-rdeps] +# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS:mini-maxwell? [file-rdeps] # ... # There are few scripts with correct shebang, list only those with /bin/env: # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/drc_2015_environment.py:#!/usr/bin/env python @@ -20,7 +20,7 @@ # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/simple_server/simple_echo_server.py:#!/usr/bin/env python # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/simple_server/simple_send_packet.py:#!/usr/bin/env python -do_install_append() { +do_install:append() { sed -i 's@^#!/bin/env@#!/usr/bin/env@g' ${D}${ros_datadir}/mini_maxwell/scripts/setfilters26.py \ ${D}${ros_datadir}/mini_maxwell/scripts/setfilters.py \ ${D}${ros_datadir}/mini_maxwell/scripts/mm2client.py \ diff --git a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-3.bbappend b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-3.bbappend index 62c93a0ae6e..6ac51ba7416 100644 --- a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-3.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch \ file://0001-CMakeLists.txt-remove-strange-sudo-calls.patch \ " -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # ERROR: rosping-2.1.13-1-r0 do_package_qa: QA Issue: # package rosping contains bad RPATH /jenkins/mjansa/build/ros/ros1-melodic-gatesgarth/tmp-glibc/work/core2-64-oe-linux/rosping/2.1.13-1-r0/recipe-sysroot/opt/ros/melodic/lib in file /jenkins/mjansa/build/ros/ros1-melodic-gatesgarth/tmp-glibc/work/core2-64-oe-linux/rosping/2.1.13-1-r0/packages-split/rosping/opt/ros/melodic/lib/rosping/rosping [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${ros_libdir}/${ROS_BPN}/${ROS_BPN} } diff --git a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-3.bbappend b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-3.bbappend index e17c6034a51..3f7e6b17665 100644 --- a/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-3.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/garaemon/SLIC-Superpixels 78d9a2ba7ae1d3fee8c2ec774a52536c5f08f07c with git # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-slic-with-bitbake-fetcher.patch \ git://github.com/garaemon/SLIC-Superpixels.git;protocol=https;name=slic-upstream;destsuffix=git/slic-upstream \ file://0001-CMakeLists.txt-add-very-simple-CMake-file.patch;patchdir=slic-upstream \ diff --git a/meta-ros1-melodic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-1.bbappend b/meta-ros1-melodic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-1.bbappend index ffc0e7aef8a..793c7018b3e 100644 --- a/meta-ros1-melodic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: jsk-network-tools-2.2.10-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/jsk_network_tools/expand_udp_receive_buffer.sh contained in package jsk-network-tools requires /bin/bash, but no providers found in RDEPENDS_jsk-network-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: jsk-network-tools-2.2.10-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/jsk_network_tools/expand_udp_receive_buffer.sh contained in package jsk-network-tools requires /bin/bash, but no providers found in RDEPENDS:jsk-network-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/khi-robot/khi-robot-control_1.2.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/khi-robot/khi-robot-control_1.2.0-1.bbappend index b6e32219c4b..1c5c57e8465 100644 --- a/meta-ros1-melodic/recipes-bbappends/khi-robot/khi-robot-control_1.2.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/khi-robot/khi-robot-control_1.2.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-allow-to-set-KRNX_ARCHITECTURE-direct.patch \ file://0002-khi_robot_krnx_driver.cpp-add-missing-return.patch \ " @@ -28,16 +28,16 @@ SRC_URI += "file://0001-CMakeLists.txt-allow-to-set-KRNX_ARCHITECTURE-direct.pat # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "(.*)" -COMPATIBLE_MACHINE_armv7ve = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "(.*)" +COMPATIBLE_MACHINE:armv7ve = "(.*)" -KRNX_ARCHITECTURE_x86-64 = "x86_64" -KRNX_ARCHITECTURE_x86 = "i386" -KRNX_ARCHITECTURE_aarch64 = "aarch64" -KRNX_ARCHITECTURE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armhf', 'armel', d)}" -KRNX_ARCHITECTURE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armhf', 'armel', d)}" +KRNX_ARCHITECTURE:x86-64 = "x86_64" +KRNX_ARCHITECTURE:x86 = "i386" +KRNX_ARCHITECTURE:aarch64 = "aarch64" +KRNX_ARCHITECTURE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armhf', 'armel', d)}" +KRNX_ARCHITECTURE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armhf', 'armel', d)}" EXTRA_OECMAKE += "-DKRNX_ARCHITECTURE=${KRNX_ARCHITECTURE}" diff --git a/meta-ros1-melodic/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.3-1.bbappend index 5828d6ff7a2..0a63a86ede6 100644 --- a/meta-ros1-melodic/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.3-1.bbappend @@ -5,7 +5,7 @@ DEPENDS += " \ amazon-kvs-sdk-cpp-kinesis-video-producer \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-don-t-build-and-install-kvssdk.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend b/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend index 4fce0361b30..2d63acf9020 100644 --- a/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # kobuki-ftdi is blacklisted -ROS_EXPORT_DEPENDS_remove = "kobuki-ftdi" -ROS_EXEC_DEPENDS_remove = "kobuki-ftdi" +ROS_EXPORT_DEPENDS:remove = "kobuki-ftdi" +ROS_EXEC_DEPENDS:remove = "kobuki-ftdi" diff --git a/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend b/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend index 1e999682a8f..44f4cf3ebb2 100644 --- a/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-update-libusb-libftdi-pkg-config-names-to.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bbappend index 43280f8b649..5ba132a365b 100644 --- a/meta-ros1-melodic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.3.3-1.bbappend @@ -1,18 +1,18 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: kvh-geo-fog-3d-driver-1.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/kvh_geo_fog_3d_driver/run_tests.sh contained in package kvh-geo-fog-3d-driver requires /bin/bash, but no providers found in RDEPENDS_kvh-geo-fog-3d-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: kvh-geo-fog-3d-driver-1.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/kvh_geo_fog_3d_driver/run_tests.sh contained in package kvh-geo-fog-3d-driver requires /bin/bash, but no providers found in RDEPENDS:kvh-geo-fog-3d-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Fails with webOS OSE which by default uses -Werror=return-type # kvh-geo-fog-3d-driver/1.3.3-1-r0/git/src/kvh_driver/driver_main.cpp:310:3: error: no return statement in function returning non-void [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-10.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/leo-common/leo-teleop_1.2.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/leo-common/leo-teleop_1.2.1-1.bbappend index aaf4ee90835..abbce392608 100644 --- a/meta-ros1-melodic/recipes-bbappends/leo-common/leo-teleop_1.2.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/leo-common/leo-teleop_1.2.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: leo-teleop-1.1.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/leo_teleop/scripts/key_teleop contained in package leo-teleop requires /bin/bash, but no providers found in RDEPENDS_leo-teleop? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: leo-teleop-1.1.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/leo_teleop/scripts/key_teleop contained in package leo-teleop requires /bin/bash, but no providers found in RDEPENDS:leo-teleop? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/lex-node/lex-node_2.0.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/lex-node/lex-node_2.0.2-1.bbappend index 7eaf0f8e67e..4922108932f 100644 --- a/meta-ros1-melodic/recipes-bbappends/lex-node/lex-node_2.0.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/lex-node/lex-node_2.0.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # lex-common is just headers/staticlib files and PN is empty, so it wasn't created -ROS_EXEC_DEPENDS_remove = "lex-common" +ROS_EXEC_DEPENDS:remove = "lex-common" diff --git a/meta-ros1-melodic/recipes-bbappends/libcreate/libcreate_2.0.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/libcreate/libcreate_2.0.0-1.bbappend index 0b73574f5be..7d2b9e6bd53 100644 --- a/meta-ros1-melodic/recipes-bbappends/libcreate/libcreate_2.0.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/libcreate/libcreate_2.0.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/libfranka/libfranka_0.8.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/libfranka/libfranka_0.8.0-1.bbappend index fa45ec82e91..9449cb02043 100644 --- a/meta-ros1-melodic/recipes-bbappends/libfranka/libfranka_0.8.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/libfranka/libfranka_0.8.0-1.bbappend @@ -12,7 +12,7 @@ inherit ros_insane_dev_so # /usr/share/franka/cmake/FrankaTargets-noconfig.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libfranka: 6 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/franka" +FILES:${PN} += "${datadir}/franka" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-10.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/librealsense2/librealsense2_%.bbappend b/meta-ros1-melodic/recipes-bbappends/librealsense2/librealsense2_%.bbappend index c99f92b2781..62869542828 100644 --- a/meta-ros1-melodic/recipes-bbappends/librealsense2/librealsense2_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/librealsense2/librealsense2_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # virtual/kernel is only for build time dependencies -ROS_EXEC_DEPENDS_remove = "virtual/kernel" +ROS_EXEC_DEPENDS:remove = "virtual/kernel" # building internal version of glfw fails when cross-compiling # make it depend on glfw (3.3 and newer like ROS2 librealsense2 does) diff --git a/meta-ros1-melodic/recipes-bbappends/linux-peripheral-interfaces/libsensors-monitor_%.bbappend b/meta-ros1-melodic/recipes-bbappends/linux-peripheral-interfaces/libsensors-monitor_%.bbappend index 0f0c01dba5d..11b38a42c30 100644 --- a/meta-ros1-melodic/recipes-bbappends/linux-peripheral-interfaces/libsensors-monitor_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/linux-peripheral-interfaces/libsensors-monitor_%.bbappend @@ -2,4 +2,4 @@ # lmsensors package is empty, so not created, we cannot # have runtime dependency on it -ROS_EXEC_DEPENDS_remove = "lmsensors" +ROS_EXEC_DEPENDS:remove = "lmsensors" diff --git a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend index 5ca90d62a04..d0dfb25222d 100644 --- a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-cmake-swri_nodelet-extras.cmake.in-allow-swri_nodele.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend index 8aba2797f08..ff5ffa2b5cb 100644 --- a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-show.cpp-don-t-make-CvWindows-private.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend index f6c4b45b506..ac8fc184a93 100644 --- a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: swri-prefix-tools-2.11.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/swri_prefix_tools/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: swri-prefix-tools-2.11.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/swri_prefix_tools/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS:swri-prefix-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend index 75adaed75fd..2990b8fe281 100644 --- a/meta-ros1-melodic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend @@ -3,7 +3,7 @@ EXTRA_OECMAKE += "-Dswri_nodelet_SHARE=${RECIPE_SYSROOT}${ros_datadir}/swri_nodelet" # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-utm_util.h-don-t-make-UtmData-private.patch" # Needed for proj-6 diff --git a/meta-ros1-melodic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend index 28686964050..c294fc0235d 100644 --- a/meta-ros1-melodic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend @@ -2,7 +2,7 @@ # RDEPENDS not DEPENDS ROS_EXEC_DEPENDS += "geographiclib-tools" -# ERROR: mavros-1.0.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS_mavros? [file-rdeps] +# ERROR: mavros-1.0.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS:mavros? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ " @@ -13,8 +13,8 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-ftf_frame_convertions.cpp-work-around-few-return-typ.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/message-generation/message-generation_%.bbappend b/meta-ros1-melodic/recipes-bbappends/message-generation/message-generation_%.bbappend index 749441ce1e1..2b914f2a367 100644 --- a/meta-ros1-melodic/recipes-bbappends/message-generation/message-generation_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/message-generation/message-generation_%.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # Not supporting Lisp => remove dependencies on geneus and genlisp -do_configure_prepend() { +do_configure:prepend() { sed -i -e '/^catkin_package(/ {; s/ geneus / /; s/ genlisp / /; }' ${S}/CMakeLists.txt } -ROS_EXPORT_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" +ROS_EXPORT_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" # These aren't available for native build -ROS_EXPORT_DEPENDS_remove_class-native = "gencpp geneus genlisp gennodejs genpy" -ROS_EXEC_DEPENDS_remove_class-native = "gencpp geneus genlisp gennodejs genpy" +ROS_EXPORT_DEPENDS:remove:class-native = "gencpp geneus genlisp gennodejs genpy" +ROS_EXEC_DEPENDS:remove:class-native = "gencpp geneus genlisp gennodejs genpy" diff --git a/meta-ros1-melodic/recipes-bbappends/metapackages/ros-core_%.bbappend b/meta-ros1-melodic/recipes-bbappends/metapackages/ros-core_%.bbappend index 4d30332c9b2..004f6e158d3 100644 --- a/meta-ros1-melodic/recipes-bbappends/metapackages/ros-core_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/metapackages/ros-core_%.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "cmake-modules" -ROS_EXEC_DEPENDS_remove = "gencpp" -ROS_EXEC_DEPENDS_remove = "geneus" -ROS_EXEC_DEPENDS_remove = "genlisp" -ROS_EXEC_DEPENDS_remove = "genmsg" -ROS_EXEC_DEPENDS_remove = "gennodejs" -ROS_EXEC_DEPENDS_remove = "genpy" -ROS_EXEC_DEPENDS_remove = "message-generation" +ROS_EXEC_DEPENDS:remove = "cmake-modules" +ROS_EXEC_DEPENDS:remove = "gencpp" +ROS_EXEC_DEPENDS:remove = "geneus" +ROS_EXEC_DEPENDS:remove = "genlisp" +ROS_EXEC_DEPENDS:remove = "genmsg" +ROS_EXEC_DEPENDS:remove = "gennodejs" +ROS_EXEC_DEPENDS:remove = "genpy" +ROS_EXEC_DEPENDS:remove = "message-generation" # The dependency on roslisp isn't mandatory and roslisp is blacklisted -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp roslisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp roslisp', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/microstrain-mips/microstrain-mips_0.0.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/microstrain-mips/microstrain-mips_0.0.3-1.bbappend index 49cf537cc3d..aa1ed1e5d57 100644 --- a/meta-ros1-melodic/recipes-bbappends/microstrain-mips/microstrain-mips_0.0.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/microstrain-mips/microstrain-mips_0.0.3-1.bbappend @@ -12,7 +12,7 @@ CXXFLAGS += "-Wno-error=return-type" # cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security] SECURITY_STRINGFORMAT = "" -do_configure_prepend() { +do_configure:prepend() { # Respect default CMAKE_C_FLAGS (e.g. -mfloat-abi=hard) sed 's#set(CMAKE_C_FLAGS "-Wno#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno#g' -i ${S}/CMakeLists.txt } diff --git a/meta-ros1-melodic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend index 5defddf0686..dddd7be84a5 100644 --- a/meta-ros1-melodic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-append-to-CMAKE_CXX_FLAGS-instead-of-.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/moose/moose-description_0.1.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moose/moose-description_0.1.0-1.bbappend index b147ffe8772..e82c6e0b31b 100644 --- a/meta-ros1-melodic/recipes-bbappends/moose/moose-description_0.1.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moose/moose-description_0.1.0-1.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" -# ERROR: moose-description-0.1.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moose_description/env_run contained in package moose-description requires /bin/bash, but no providers found in RDEPENDS_moose-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moose-description-0.1.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moose_description/env_run contained in package moose-description requires /bin/bash, but no providers found in RDEPENDS:moose-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/move-basic/move-basic_0.4.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/move-basic/move-basic_0.4.1-1.bbappend index 1b593b52dc4..0ff53b00fe3 100644 --- a/meta-ros1-melodic/recipes-bbappends/move-basic/move-basic_0.4.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/move-basic/move-basic_0.4.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Movebasic.cfg-don-t-try-to-load-move_basic-manifest.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-core_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-core_1.0.8-1.bbappend index 50acab05c9c..80b838862c1 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-core_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-core_1.0.8-1.bbappend @@ -26,7 +26,7 @@ # /opt/ros/melodic/lib/libcollision_detector_fcl_plugin.so.1.0.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # moveit-core: 23 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: moveit-core-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-core path '/work/core2-64-oe-linux/moveit-core/1.0.2-1-r0/packages-split/moveit-core/opt/ros/melodic/lib/libmoveit_background_processing.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-core path '/work/core2-64-oe-linux/moveit-core/1.0.2-1-r0/packages-split/moveit-core/opt/ros/melodic/lib/libmoveit_constraint_samplers.so' diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-kinematics_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-kinematics_1.0.8-1.bbappend index 910436ba054..150c449895d 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-kinematics_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-kinematics_1.0.8-1.bbappend @@ -10,12 +10,12 @@ # moveit-kinematics: 5 installed and not shipped files. [installed-vs-shipped] inherit ros_insane_dev_so -# ERROR: moveit-kinematics-1.0.2-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS_moveit-kinematics? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moveit-kinematics-1.0.2-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS:moveit-kinematics? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-planners-ompl_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-planners-ompl_1.0.8-1.bbappend index 4850c28e629..b9689a8718e 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-planners-ompl_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-planners-ompl_1.0.8-1.bbappend @@ -9,6 +9,6 @@ # ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-planners-ompl path '/work/core2-64-oe-linux/moveit-planners-ompl/1.0.2-1-r0/packages-split/moveit-planners-ompl/opt/ros/melodic/lib/libmoveit_ompl_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-planners-ompl path '/work/core2-64-oe-linux/moveit-planners-ompl/1.0.2-1-r0/packages-split/moveit-planners-ompl/opt/ros/melodic/lib/libmoveit_ompl_planner_plugin.so' [dev-so] -# ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_planners_ompl/moveit_ompl_planner contained in package moveit-planners-ompl requires libmoveit_ompl_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-planners-ompl? [file-rdeps] +# ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_planners_ompl/moveit_ompl_planner contained in package moveit-planners-ompl requires libmoveit_ompl_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-planners-ompl? [file-rdeps] # ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.0.8-1.bbappend index 3c995efaa0e..915a97d92a0 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.0.8-1.bbappend @@ -6,6 +6,6 @@ # moveit-ros-benchmarks: 1 installed and not shipped files. [installed-vs-shipped] # # ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-benchmarks path '/work/aarch64-oe-linux/moveit-ros-benchmarks/1.0.2-1-r0/packages-split/moveit-ros-benchmarks/opt/ros/melodic/lib/libmoveit_ros_benchmarks.so' [dev-so] -# ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_benchmarks/moveit_run_benchmark contained in package moveit-ros-benchmarks requires libmoveit_ros_benchmarks.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-benchmarks? [file-rdeps] +# ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_benchmarks/moveit_run_benchmark contained in package moveit-ros-benchmarks requires libmoveit_ros_benchmarks.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-benchmarks? [file-rdeps] # ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-move-group_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-move-group_1.0.8-1.bbappend index cb45199abff..f9c4ef4db35 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-move-group_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-move-group_1.0.8-1.bbappend @@ -9,6 +9,6 @@ # ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-move-group path '/work/aarch64-oe-linux/moveit-ros-move-group/1.0.2-1-r0/packages-split/moveit-ros-move-group/opt/ros/melodic/lib/libmoveit_move_group_default_capabilities.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-move-group path '/work/aarch64-oe-linux/moveit-ros-move-group/1.0.2-1-r0/packages-split/moveit-ros-move-group/opt/ros/melodic/lib/libmoveit_move_group_capabilities_base.so' [dev-so] -# ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_move_group/move_group contained in package moveit-ros-move-group requires libmoveit_move_group_capabilities_base.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-move-group? [file-rdeps] +# ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_move_group/move_group contained in package moveit-ros-move-group requires libmoveit_move_group_capabilities_base.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-move-group? [file-rdeps] # ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-perception_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-perception_1.0.8-1.bbappend index 23689fc2373..84565fb9833 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-perception_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-perception_1.0.8-1.bbappend @@ -25,4 +25,4 @@ inherit ros_insane_dev_so # mesa is recipe name, shouldn't be used in runtime dependencies -ROS_EXEC_DEPENDS_remove = "mesa" +ROS_EXEC_DEPENDS:remove = "mesa" diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.0.8-1.bbappend index f78b3f1f73e..e0ec456e0a0 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.0.8-1.bbappend @@ -17,9 +17,9 @@ # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so' [dev-so] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_move_group_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_py_bindings_tools.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_planning_scene_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_planning_scene_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_common_planning_interface_objects.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_move_group_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_py_bindings_tools.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_planning_scene_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_planning_scene_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_common_planning_interface_objects.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] # ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning_1.0.8-1.bbappend index a0b7319bbc4..d078ea75864 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-planning_1.0.8-1.bbappend @@ -24,13 +24,13 @@ # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_constraint_sampler_manager_loader.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_plan_execution.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_trajectory_execution_manager.so' [dev-so] -# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_visualize_robot_collision_volume contained in package moveit-ros-planning requires libmoveit_planning_scene_monitor.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning? [file-rdeps] -# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_publish_scene_from_text contained in package moveit-ros-planning requires libmoveit_robot_model_loader.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning? [file-rdeps] +# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_visualize_robot_collision_volume contained in package moveit-ros-planning requires libmoveit_planning_scene_monitor.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning? [file-rdeps] +# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_publish_scene_from_text contained in package moveit-ros-planning requires libmoveit_robot_model_loader.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning? [file-rdeps] # ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. # ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: Function failed: do_package_qa # ERROR: Logfile of failure stored in: /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/temp/log.do_package_qa.12621 # ERROR: Task (/jenkins/mjansa/build/ros/ros1-melodic-thud/meta-ros/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.2-1.bb:do_package_qa) failed with exit code '1' inherit ros_insane_dev_so -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-dynamic_reconfigure-to-CA.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-warehouse_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-warehouse_1.0.8-1.bbappend index b1b4b949199..875680f9feb 100644 --- a/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-warehouse_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/moveit/moveit-ros-warehouse_1.0.8-1.bbappend @@ -5,7 +5,7 @@ # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # moveit-ros-warehouse: 1 installed and not shipped files. [installed-vs-shipped] # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-warehouse path '/work/core2-64-oe-linux/moveit-ros-warehouse/1.0.2-1-r0/packages-split/moveit-ros-warehouse/opt/ros/melodic/lib/libmoveit_warehouse.so' [dev-so] -# ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_warehouse/moveit_warehouse_services contained in package moveit-ros-warehouse requires libmoveit_warehouse.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-warehouse? [file-rdeps] +# ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_warehouse/moveit_warehouse_services contained in package moveit-ros-warehouse requires libmoveit_warehouse.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-warehouse? [file-rdeps] # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: Function failed: do_package_qa # ERROR: Logfile of failure stored in: /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/core2-64-oe-linux/moveit-ros-warehouse/1.0.2-1-r0/temp/log.do_package_qa.64674 diff --git a/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-lib_4.0.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-lib_4.0.4-1.bbappend index b8f1edab746..23a96d921a6 100644 --- a/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-lib_4.0.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-lib_4.0.4-1.bbappend @@ -9,8 +9,8 @@ # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/FlashUtility # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/ImuConfigUtility # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/SaveImageUtility [rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { # all except /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater chrpath --delete ${D}${ros_libdir}/${ROS_BPN}/*Utility } @@ -19,7 +19,7 @@ do_install_append() { # ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: multisense-lib path '/work/core2-64-oe-linux/multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/libMultiSense.so' [dev-so] inherit ros_insane_dev_so -# ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater contained in package multisense-lib requires /bin/bash, but no providers found in RDEPENDS_multisense-lib? [file-rdeps] +# ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater contained in package multisense-lib requires /bin/bash, but no providers found in RDEPENDS:multisense-lib? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ " @@ -30,5 +30,5 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-ros_4.0.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-ros_4.0.4-1.bbappend index 77e7966bf1b..78cf926015e 100644 --- a/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-ros_4.0.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/multisense-ros/multisense-ros_4.0.4-1.bbappend @@ -1,12 +1,12 @@ # Copyright (c) 2020 LG Electronics, Inc. # There is typo in rosdep/base.yaml: openembedded: [libjpeq-turbo@openembedded-core] -ROS_BUILD_DEPENDS_remove = "libjpeq-turbo" -ROS_EXPORT_DEPENDS_remove = "libjpeq-turbo" -ROS_EXEC_DEPENDS_remove = "libjpeq-turbo" +ROS_BUILD_DEPENDS:remove = "libjpeq-turbo" +ROS_EXPORT_DEPENDS:remove = "libjpeq-turbo" +ROS_EXEC_DEPENDS:remove = "libjpeq-turbo" -ROS_BUILD_DEPENDS_append = " libjpeg-turbo" -ROS_EXPORT_DEPENDS_append = " libjpeg-turbo" -ROS_EXEC_DEPENDS_append = " libjpeg-turbo" +ROS_BUILD_DEPENDS:append = " libjpeg-turbo" +ROS_EXPORT_DEPENDS:append = " libjpeg-turbo" +ROS_EXEC_DEPENDS:append = " libjpeg-turbo" -ROS_BUILDTOOL_DEPENDS_remove = "yaml-cpp-native" +ROS_BUILDTOOL_DEPENDS:remove = "yaml-cpp-native" diff --git a/meta-ros1-melodic/recipes-bbappends/navigation/amcl_1.16.7-1.bbappend b/meta-ros1-melodic/recipes-bbappends/navigation/amcl_1.16.7-1.bbappend index af96ff3a350..bd15f57a2b6 100644 --- a/meta-ros1-melodic/recipes-bbappends/navigation/amcl_1.16.7-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/navigation/amcl_1.16.7-1.bbappend @@ -3,5 +3,5 @@ # Missing license version in package.xml LICENSE = "LGPL-2.1+" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-includes.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/navigation/navfn_1.16.7-1.bbappend b/meta-ros1-melodic/recipes-bbappends/navigation/navfn_1.16.7-1.bbappend index b172c7a2c55..3929f80635a 100644 --- a/meta-ros1-melodic/recipes-bbappends/navigation/navfn_1.16.7-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/navigation/navfn_1.16.7-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-netpbm}" +ROS_BUILD_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-netpbm}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-uncommend-CheckIncludeFile-include.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend b/meta-ros1-melodic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend index b6eac7438a7..f3b5306fda5 100644 --- a/meta-ros1-melodic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend @@ -8,15 +8,15 @@ # /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-edt-3d: 5 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.0-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/aarch64-oe-linux/dynamic-edt-3d/1.9.0-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # WARNING: dynamic-edt-3d-1.9.0-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/aarch64-oe-linux/dynamic-edt-3d/1.9.0-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } @@ -27,6 +27,6 @@ do_install_append() { # /usr/share/ament_index/resource_index/packages/dynamicEDT3D # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-edt-3d: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-melodic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend b/meta-ros1-melodic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend index 43a882b3a1d..cc9fffb4442 100644 --- a/meta-ros1-melodic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # WARNING: octomap-1.9.0-1-r0 do_package_qa: QA Issue: # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.0 contains probably-redundant RPATH /usr/lib @@ -13,7 +13,7 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/graph2tree contains probably-redundant RPATH /usr/lib # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/edit_octree contains probably-redundant RPATH /usr/lib # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/eval_octree_accuracy contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } @@ -40,6 +40,6 @@ CXXFLAGS += "-std=gnu++14" # /usr/share/ament_index/resource_index/packages/octomap # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # octomap: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-melodic/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ompl/ompl_%.bbappend index 1c4ebce4dd7..026a6d1ea00 100644 --- a/meta-ros1-melodic/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ompl/ompl_%.bbappend @@ -2,14 +2,14 @@ inherit ros_insane_dev_so -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-compilation-fix-for-boost-1.71.patch \ " -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: ompl-1.4.2-5-r0 do_package_qa: QA Issue: ompl: /work/core2-64-oe-linux/ompl/1.4.2-5-r0/packages-split/ompl/usr/lib/libompl.so.1.4.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros1-melodic/recipes-bbappends/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bbappend b/meta-ros1-melodic/recipes-bbappends/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bbappend index 070627797af..6d36c7d429d 100644 --- a/meta-ros1-melodic/recipes-bbappends/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/open-manipulator-p/open-manipulator-p-controller_1.0.0-5.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: open-manipulator-p-controller-1.0.0-5-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/open_manipulator_p_controller/create_udev_rules contained in package open-manipulator-p-controller requires /bin/bash, but no providers found in RDEPENDS_open-manipulator-p-controller? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: open-manipulator-p-controller-1.0.0-5-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/open_manipulator_p_controller/create_udev_rules contained in package open-manipulator-p-controller requires /bin/bash, but no providers found in RDEPENDS:open-manipulator-p-controller? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/opencv-apps/opencv-apps_2.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/opencv-apps/opencv-apps_2.0.1-1.bbappend index 57d48389c7d..e9c92ee3e77 100644 --- a/meta-ros1-melodic/recipes-bbappends/opencv-apps/opencv-apps_2.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/opencv-apps/opencv-apps_2.0.1-1.bbappend @@ -3,9 +3,9 @@ # Rename PN to PN-ros, because # meta-ros1-melodic/recipes-support/opencv/opencv_3.4.5.bb # has package name PN-apps which conflicts with this recipe -PACKAGES_remove = "${PN}" +PACKAGES:remove = "${PN}" PACKAGE_BEFORE_PN = "${PN}-ros" -FILES_${PN}-ros = "${FILES_opencv-apps}" +FILES:${PN}-ros = "${FILES_opencv-apps}" # ros_opt_prefix.bbclass already sets this for ${PN} and ${PN}-dbg, but we now need it for ${PN}-ros as well -INSANE_SKIP_${PN}-ros += "libdir" +INSANE_SKIP:${PN}-ros += "libdir" diff --git a/meta-ros1-melodic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend index 66bd1e79be8..55e4d3e8362 100644 --- a/meta-ros1-melodic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-don-t-reset-CMAKE_CXX_FLAGS.patch" # The cmake subdirectory isn't under datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${ros_libdir}/cmake/OpenZen \ " diff --git a/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend b/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend index 26a1e8d500c..2530663dd4e 100644 --- a/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend @@ -3,6 +3,6 @@ inherit ros_insane_dev_so # The cmake files aren't in their own "cmake" subdirectory. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${datadir}/${ROS_BPN}/*.cmake \ " diff --git a/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bbappend b/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bbappend index 4511778751e..d499ad1c093 100644 --- a/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/orocos-kinematics-dynamics/python-orocos-kdl_1.4.0.bbappend @@ -4,13 +4,13 @@ # https://github.com/orocos/orocos-kdl-release/issues/4 LICENSE = "LGPL-2.1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://fix-findsip-cmake.patch \ " # "sip" is a build tool. -DEPENDS_append = " sip-native" -DEPENDS_remove = "sip" +DEPENDS:append = " sip-native" +DEPENDS:remove = "sip" -RDEPENDS_${PN}_remove = "sip" +RDEPENDS:${PN}:remove = "sip" diff --git a/meta-ros1-melodic/recipes-bbappends/people/face-detector_1.4.0-4.bbappend b/meta-ros1-melodic/recipes-bbappends/people/face-detector_1.4.0-4.bbappend index f4824c549f6..29ec9067e43 100644 --- a/meta-ros1-melodic/recipes-bbappends/people/face-detector_1.4.0-4.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/people/face-detector_1.4.0-4.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ file://0001-face_detection-fix-build-with-gcc-11.patch \ diff --git a/meta-ros1-melodic/recipes-bbappends/phidgets-drivers/libphidget21_0.7.11-1.bbappend b/meta-ros1-melodic/recipes-bbappends/phidgets-drivers/libphidget21_0.7.11-1.bbappend index a413f9cf4e4..cd99eba7bad 100644 --- a/meta-ros1-melodic/recipes-bbappends/phidgets-drivers/libphidget21_0.7.11-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/phidgets-drivers/libphidget21_0.7.11-1.bbappend @@ -5,7 +5,7 @@ # /usr/opt/ros/melodic/lib/libphidget21.so.0.0.0 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libphidget21: 2 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: libphidget21-0.7.9-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: libphidget21 path '/work/qemux86-webos-linux/libphidget21/0.7.9-1-r0/packages-split/libphidget21/usr/opt/ros/melodic/lib/libphidget21.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros1-melodic/recipes-bbappends/pinocchio/pinocchio_2.5.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/pinocchio/pinocchio_2.5.0-2.bbappend index fa5cc77c384..36912371257 100644 --- a/meta-ros1-melodic/recipes-bbappends/pinocchio/pinocchio_2.5.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pinocchio/pinocchio_2.5.0-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Revert-cmake-fix-packaging-issue-on-Windows.patch" inherit pythonnative diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.1.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.1.bbappend index 6d6228bc2a7..1fabe5c23e1 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: pr2-app-manager-0.6.1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/pr2_app_manager/install_applications.sh contained in package pr2-app-manager requires /bin/bash, but no providers found in RDEPENDS_pr2-app-manager? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: pr2-app-manager-0.6.1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/pr2_app_manager/install_applications.sh contained in package pr2-app-manager requires /bin/bash, but no providers found in RDEPENDS:pr2-app-manager? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-calibration/laser-joint-processor_1.0.11-3.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-calibration/laser-joint-processor_1.0.11-3.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-calibration/laser-joint-processor_1.0.11-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-calibration/laser-joint-processor_1.0.11-3.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-common-actions/pr2-tilt-laser-interface_0.0.11.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.8.19-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.8.19-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-navigation/pr2-navigation-self-filter_0.1.28-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/pr2-navigation/semantic-point-annotator_0.1.28-1.bbappend b/meta-ros1-melodic/recipes-bbappends/pr2-navigation/semantic-point-annotator_0.1.28-1.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/pr2-navigation/semantic-point-annotator_0.1.28-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pr2-navigation/semantic-point-annotator_0.1.28-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.4-1.bbappend index f31c047eb29..a6af10dc563 100644 --- a/meta-ros1-melodic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.4-1.bbappend @@ -2,11 +2,11 @@ # Depends on prosilica-gige-sdk with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" COMPATIBLE_MACHINE_ppc = "(.*)" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bbappend index 71fdfb0044a..3c9b48d2a63 100644 --- a/meta-ros1-melodic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-1.bbappend @@ -7,18 +7,18 @@ # armv7 i386 ppc x86_64 COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" COMPATIBLE_MACHINE_ppc = "(.*)" -GIGE_ARCH_x86-64 = "x86_64" -GIGE_ARCH_x86 = "i386" +GIGE_ARCH:x86-64 = "x86_64" +GIGE_ARCH:x86 = "i386" GIGE_ARCH_ppc = "ppc" -GIGE_ARCH_armv7a = "armv7" -GIGE_ARCH_armv7ve = "armv7" +GIGE_ARCH:armv7a = "armv7" +GIGE_ARCH:armv7ve = "armv7" EXTRA_OECMAKE += "-DPVAPILIB=${S}/lib/${GIGE_ARCH}/libPvAPI.so" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-debug-searching-PvAPI-library-search-and-.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.4.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.4.3-1.bbappend index 2800e66d4a8..99be58bb388 100644 --- a/meta-ros1-melodic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.4.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.4.3-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/pybind/pybind11/archive/v2.4.3.zip with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-pybind11-with-bitbake-fetcher.patch \ git://github.com/pybind/pybind11.git;protocol=https;name=pybind11-upstream;destsuffix=git/pybind11-upstream \ " diff --git a/meta-ros1-melodic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend index 838eabd9919..34446152db7 100644 --- a/meta-ros1-melodic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend @@ -5,7 +5,7 @@ # during do_compile fetch it with bitbake's git fetcher from github, because # https://projects.coin-or.org/qpOASES only shows: # This project has moved t https://github.com/coin-or/qpOASES -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-qpOASES-with-bitbake-fetcher.patch \ git://github.com/coin-or/qpOASES;protocol=https;branch=stable/3.2;name=qpOASES-upstream;destsuffix=git/qpOASES-upstream \ " diff --git a/meta-ros1-melodic/recipes-bbappends/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bbappend index 0a697337231..9ed3d23ba57 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-dynamics-api/rc-dynamics-api_0.10.0-1.bbappend @@ -9,7 +9,7 @@ DEPENDS += "protobuf-native" # non -dev/-dbg/nativesdk- package contains symlink .so: rc-dynamics-api path '/work/core2-64-oe-linux/rc-dynamics-api/0.10.3-1-r0/packages-split/rc-dynamics-api/usr/lib/librc_dynamics_api.so' [dev-so] inherit ros_insane_dev_so -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-cpr-drop-deprecated-CURLE_SSL_CACERT.patch" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag diff --git a/meta-ros1-melodic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend index 4a9486fb790..fe3001b677d 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # in version 2.4.1-1 only aarch64 prebuilt binaries ware missing GNU_HASH, but in 2.5.0-1 it's missing for all 4 supported architectures (32_ARMhf, 32_i86, 64_ARM, 64_x64) -INSANE_SKIP_${PN} += " ldflags" +INSANE_SKIP:${PN} += " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN} += " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros1-melodic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend index 151cf94644b..75aac8c08d3 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend @@ -2,8 +2,8 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bbappend index 0f8b9acfb16..92ac535b411 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.0-1.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: diff --git a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.1.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.1.0-2.bbappend index bf62b69e4c8..8fed47a4fe1 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.1.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.1.0-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -do_configure_prepend() { +do_configure:prepend() { # wx-config is installed in uncommon location, we need to export # WX_CONFIG for https://cmake.org/cmake/help/v3.0/module/FindwxWidgets.html # to find it diff --git a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard-driver_3.1.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard-driver_3.1.0-2.bbappend index bedcfb3e7ce..367377878a4 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard-driver_3.1.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard-driver_3.1.0-2.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api which has this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_visard-release repo there are no suitable tags: diff --git a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard_3.1.0-2.bbappend b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard_3.1.0-2.bbappend index 3684fbb20fb..8485a6b039a 100644 --- a/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard_3.1.0-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rc-visard/rc-visard_3.1.0-2.bbappend @@ -2,8 +2,8 @@ # rdepends on rc-visard-driver which depends on rc-genicam-api which has this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ridgeback-cartographer-navigation/ridgeback-cartographer-navigation_0.0.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ridgeback-desktop/ridgeback-viz_0.1.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ridgeback-desktop/ridgeback-viz_0.1.2-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/ridgeback-desktop/ridgeback-viz_0.1.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ridgeback-desktop/ridgeback-viz_0.1.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ridgeback/ridgeback-description_0.3.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ridgeback/ridgeback-description_0.3.0-1.bbappend index 0287e571bb5..a6a4b55c4aa 100644 --- a/meta-ros1-melodic/recipes-bbappends/ridgeback/ridgeback-description_0.3.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ridgeback/ridgeback-description_0.3.0-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: ridgeback-description-0.2.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/ridgeback_description/env_run contained in package ridgeback-description requires /bin/bash, but no providers found in RDEPENDS_ridgeback-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: ridgeback-description-0.2.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/ridgeback_description/env_run contained in package ridgeback-description requires /bin/bash, but no providers found in RDEPENDS:ridgeback-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/robot-calibration/robot-calibration_%.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-calibration/robot-calibration_%.bbappend index b006707706c..d5272ffb586 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-calibration/robot-calibration_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-calibration/robot-calibration_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CmakeLists.txt-set-C-version-to-C-14.patch" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros1-melodic/recipes-bbappends/robot-localization/robot-localization_2.6.9-1.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-localization/robot-localization_2.6.9-1.bbappend index 6dfb40dbe0e..06eb46d2116 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-localization/robot-localization_2.6.9-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-localization/robot-localization_2.6.9-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-GeographicLib_LIBRARIES-to-navsat.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/robot-self-filter/robot-self-filter_0.1.31.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-self-filter/robot-self-filter_0.1.31.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-self-filter/robot-self-filter_0.1.31.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-self-filter/robot-self-filter_0.1.31.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.14.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.14.1-1.bbappend index 116f802c1cd..6a7825a7b8d 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.14.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.14.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-tf-to-DEPENDS.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/robot-upstart/robot-upstart_0.3.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/robot-upstart/robot-upstart_0.3.3-1.bbappend index 78c14931ade..c057bc2156a 100644 --- a/meta-ros1-melodic/recipes-bbappends/robot-upstart/robot-upstart_0.3.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/robot-upstart/robot-upstart_0.3.3-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: robot-upstart-0.3.0-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/robot_upstart/mkxacro contained in package robot-upstart requires /bin/bash, but no providers found in RDEPENDS_robot-upstart? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: robot-upstart-0.3.0-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/robot_upstart/mkxacro contained in package robot-upstart requires /bin/bash, but no providers found in RDEPENDS:robot-upstart? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend index 13bb2baa36f..c67ba374de5 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend @@ -2,8 +2,8 @@ # linux-libc-headers package is empty, so not created, we cannot # have runtime dependency on it -ROS_EXEC_DEPENDS_remove = "linux-libc-headers" +ROS_EXEC_DEPENDS:remove = "linux-libc-headers" # Fails with webOS OSE which by default uses gold -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-include-CMAKE_THREAD_LIBS_INIT-also-f.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-comm/ros-comm_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-comm/ros-comm_%.bbappend index 595a1925eb2..f16f628c45e 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-comm/ros-comm_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-comm/ros-comm_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # The dependency on roslisp isn't mandatory and roslisp is blacklisted -ROS_EXPORT_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" +ROS_EXPORT_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-comm/roscpp_1.14.11-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-comm/roscpp_1.14.11-1.bbappend index acf1d7bb363..d86642d5331 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-comm/roscpp_1.14.11-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-comm/roscpp_1.14.11-1.bbappend @@ -4,9 +4,9 @@ ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-pyyaml-native \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-Boost_VERSION-conditional-to-work.patch" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" -SRC_URI_append_class-native = " file://0001-Revert-declare-pthread-as-a-dependency-fix-135.patch" +SRC_URI:append:class-native = " file://0001-Revert-declare-pthread-as-a-dependency-fix-135.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-environment/ros-environment_1.2.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-environment/ros-environment_1.2.3-1.bbappend index 808500cdf20..f8c75854125 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-environment/ros-environment_1.2.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-environment/ros-environment_1.2.3-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " \ +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " \ file://add-vars.patch \ " -do_configure_prepend_class-target() { +do_configure:prepend:class-target() { sed -i -e 's,@(PYTHON_EXECUTABLE),${bindir}/env python${ROS_PYTHON_VERSION},' ${S}/env-hooks/1.ros_package_path.sh.em } diff --git a/meta-ros1-melodic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend index e7e27ef67fc..f28f2449bed 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "\ file://0001-version-rename-ambiguous-version.h-to-ws281x-version.patch \ file://0002-CMakeLists.txt-don-t-enable-INSTALL_RPATH_USE_LINK_P.patch \ diff --git a/meta-ros1-melodic/recipes-bbappends/ros-realtime/allocators_1.0.25.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-realtime/allocators_1.0.25.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-realtime/allocators_1.0.25.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-realtime/allocators_1.0.25.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-realtime/lockfree_1.0.25.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-realtime/lockfree_1.0.25.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-realtime/lockfree_1.0.25.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-realtime/lockfree_1.0.25.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosatomic_1.0.25.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosatomic_1.0.25.bbappend index 9eb539ee898..b023375a28b 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosatomic_1.0.25.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosatomic_1.0.25.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch \ file://0001-atomic-use-static-inline-for-atomic_thread_fence-and.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosrt_1.0.25.bbappend b/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosrt_1.0.25.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosrt_1.0.25.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros-realtime/rosrt_1.0.25.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/ros/rosbash_%.bbappend b/meta-ros1-melodic/recipes-bbappends/ros/rosbash_%.bbappend index a2560f8f1be..1d68d679138 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros/rosbash_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros/rosbash_%.bbappend @@ -2,8 +2,8 @@ # "rosrun" uses array variables, so we can't use the BASH provided by "busybox" but must use a "real" one. NB. "busybox" is only # present on the target. -do_install_append_class-target() { +do_install:append:class-target() { sed -i -e '1 s@^.*$@#!/usr/bin/env bash-real@' ${D}${ros_bindir}/rosrun } -RDEPENDS_${PN}_append_class-target = " bash-real" +RDEPENDS:${PN}:append:class-target = " bash-real" diff --git a/meta-ros1-melodic/recipes-bbappends/ros/rosclean_1.14.9-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ros/rosclean_1.14.9-1.bbappend index 9ff6b1fb5a1..4738b3b393d 100644 --- a/meta-ros1-melodic/recipes-bbappends/ros/rosclean_1.14.9-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ros/rosclean_1.14.9-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://recognize-busybox-star.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bbappend index f343cb94ba4..fb51a60c452 100644 --- a/meta-ros1-melodic/recipes-bbappends/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rosbag-uploader/rosbag-cloud-recorders_1.0.1-1.bbappend @@ -5,5 +5,5 @@ # rosbag-cloud-recorders/1.0.1-1-r0/recipe-sysroot/usr/opt/ros/melodic/include/actionlib/client/goal_manager_imp.h:86:10: error: implicitly-declared 'actionlib::ManagedList > > > >::Handle::Handle(const actionlib::ManagedList > > > >::Handle&)' is deprecated [-Werror=deprecated-copy] CXXFLAGS += "-Wno-error=deprecated-copy" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-rosbag_cloud_recorders-fix-build-with-boost-1.76.0.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/roslint/roslint_%.bbappend b/meta-ros1-melodic/recipes-bbappends/roslint/roslint_%.bbappend index 080b621d69b..639e7e371d7 100644 --- a/meta-ros1-melodic/recipes-bbappends/roslint/roslint_%.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/roslint/roslint_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append_class-target() { +do_install:append:class-target() { # This testing script requires bash, which isn't always on the target. rm -f ${D}${ros_libdir}/${ROS_BPN}/test_wrapper } diff --git a/meta-ros1-melodic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend index 0e257951e23..0228c7f83a8 100644 --- a/meta-ros1-melodic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-bytes_parser.h-fix-build-with-gcc-10.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bbappend index 5cf0ae7ffe4..eaa44258206 100644 --- a/meta-ros1-melodic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.3.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-eigen_conversions-to-CATK.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/rosserial/rosserial-server_0.8.0.bbappend b/meta-ros1-melodic/recipes-bbappends/rosserial/rosserial-server_0.8.0.bbappend index 7264e204283..18813b7f2a3 100644 --- a/meta-ros1-melodic/recipes-bbappends/rosserial/rosserial-server_0.8.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rosserial/rosserial-server_0.8.0.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-rosserial_server-fix-build-with-boost-1.70.0.patch \ file://0001-rosserial_server-udp_stream-fix-build-with-boost-1.7.patch \ diff --git a/meta-ros1-melodic/recipes-bbappends/rplidar-ros/rplidar-ros_1.7.0.bbappend b/meta-ros1-melodic/recipes-bbappends/rplidar-ros/rplidar-ros_1.7.0.bbappend index 575fb8fd512..2b59eca2d1e 100644 --- a/meta-ros1-melodic/recipes-bbappends/rplidar-ros/rplidar-ros_1.7.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rplidar-ros/rplidar-ros_1.7.0.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-10.patch" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-2.bbappend b/meta-ros1-melodic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-2.bbappend index e172de27178..46bfc940e3e 100644 --- a/meta-ros1-melodic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend index 2a04a4ad35a..ab34f9ee16b 100644 --- a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on schunk-powercube-chain, schunk-libm5api, schunk-sdh which depend on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend index 1e8f2c3100a..7132520279c 100644 --- a/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on schunk-sdh which depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-melodic/recipes-bbappends/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bbappend index 12cf49f65b7..103e1045db2 100644 --- a/meta-ros1-melodic/recipes-bbappends/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/seed-r7-ros-pkg/seed-r7-ros-controller_0.3.3-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bbappend b/meta-ros1-melodic/recipes-bbappends/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bbappend index 49c669c20e4..3fad9094b1b 100644 --- a/meta-ros1-melodic/recipes-bbappends/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/seed-smartactuator-sdk/seed-smartactuator-sdk_0.0.5-3.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-remove-signals-from-find_package-call.patch \ file://0001-Fix-build-with-boost-1.73.0.patch \ diff --git a/meta-ros1-melodic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend b/meta-ros1-melodic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend index 7adedb374a6..35ee1d6dd0a 100644 --- a/meta-ros1-melodic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-AsyncTCPClient.cpp-fix-boost-system-error_code-use.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend index 7794ca3c113..e6f94e4a17b 100644 --- a/meta-ros1-melodic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # this component doesn't need libblas at all -ROS_BUILD_DEPENDS_remove = "openblas" -ROS_EXPORT_DEPENDS_remove = "openblas" -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_BUILD_DEPENDS:remove = "openblas" +ROS_EXPORT_DEPENDS:remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" diff --git a/meta-ros1-melodic/recipes-bbappends/stag-ros/stag-ros_0.2.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/stag-ros/stag-ros_0.2.2-1.bbappend index 6c31f1944af..2acac30ca41 100644 --- a/meta-ros1-melodic/recipes-bbappends/stag-ros/stag-ros_0.2.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/stag-ros/stag-ros_0.2.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-stag_core.patch" # Disable the check for git lfs installation, there aren't any lfs objects now -ROS_BRANCH_append = ";lfs=0" +ROS_BRANCH:append = ";lfs=0" diff --git a/meta-ros1-melodic/recipes-bbappends/stage/stage_4.3.0.bbappend b/meta-ros1-melodic/recipes-bbappends/stage/stage_4.3.0.bbappend index e324165896a..4c3715b2c83 100644 --- a/meta-ros1-melodic/recipes-bbappends/stage/stage_4.3.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/stage/stage_4.3.0.bbappend @@ -18,10 +18,10 @@ ROS_BUILD_DEPENDS += " \ # /usr/lib/Stage-4.3/sink.so #Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. #stage: 11 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/Stage-4.3" +FILES:${PN} += "${libdir}/Stage-4.3" # ERROR: stage-4.3.0-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: stage path '/work/core2-64-oe-linux/stage/4.3.0-r0/packages-split/stage/usr/lib/libstage.so' [dev-so] inherit ros_insane_dev_so # mesa is recipe name, shouldn't be used in runtime dependencies -ROS_EXEC_DEPENDS_remove = "mesa" +ROS_EXEC_DEPENDS:remove = "mesa" diff --git a/meta-ros1-melodic/recipes-bbappends/teraranger/teraranger_2.1.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/teraranger/teraranger_2.1.0-1.bbappend index 34067115719..21fb37572b4 100644 --- a/meta-ros1-melodic/recipes-bbappends/teraranger/teraranger_2.1.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/teraranger/teraranger_2.1.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-scripts-evo_64px.py-cfg-EvoThermal.cfg-cfg-Evo64px.c.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/timed-roslaunch/timed-roslaunch_0.1.4-1.bbappend b/meta-ros1-melodic/recipes-bbappends/timed-roslaunch/timed-roslaunch_0.1.4-1.bbappend index 15831a8c82f..8f568d18c70 100644 --- a/meta-ros1-melodic/recipes-bbappends/timed-roslaunch/timed-roslaunch_0.1.4-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/timed-roslaunch/timed-roslaunch_0.1.4-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: timed-roslaunch-0.1.4-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/timed_roslaunch/timed_roslaunch.sh contained in package timed-roslaunch requires /bin/bash, but no providers found in RDEPENDS_timed-roslaunch? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: timed-roslaunch-0.1.4-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/timed_roslaunch/timed_roslaunch.sh contained in package timed-roslaunch requires /bin/bash, but no providers found in RDEPENDS:timed-roslaunch? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/tracetools/tracetools_0.2.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/tracetools/tracetools_0.2.1-1.bbappend index c93b0d53014..9ccc8ad6df5 100644 --- a/meta-ros1-melodic/recipes-bbappends/tracetools/tracetools_0.2.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/tracetools/tracetools_0.2.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: tracetools-0.2.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/tracetools/setup-lttng-roscpp.sh contained in package tracetools requires /bin/bash, but no providers found in RDEPENDS_tracetools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: tracetools-0.2.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/tracetools/setup-lttng-roscpp.sh contained in package tracetools requires /bin/bash, but no providers found in RDEPENDS:tracetools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-applications_1.1.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-applications_1.1.0.bbappend index 607cc9329e0..597067a79ab 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-applications_1.1.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-applications_1.1.0.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # All rviz recipes aren't available without qtbase -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'turtlebot3-automatic-parking-vision', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'turtlebot3-automatic-parking-vision', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bbappend index ecfcd469b3c..03a3a820181 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-automatic-parking_1.1.0.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # From: http://emanual.robotis.com/docs/en/platform/turtlebot3/applications/#automatic-parking: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ ${PYTHON_PN}-numpy \ " diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-follower_1.1.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-follower_1.1.0.bbappend index 1683b744ade..44bffc46e10 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-follower_1.1.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-follower_1.1.0.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_configure_prepend() { +do_configure:prepend() { sed -i -e '/install(DIRECTORY / s@$@ launch@' \ -e '/install(PROGRAMS$/ s@$@ config/add_comment config/add_data config/clf config/clf2@' \ ${S}/CMakeLists.txt diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-panorama_1.1.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-panorama_1.1.0.bbappend index 406c7d9a070..1bcd402cce3 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-panorama_1.1.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-applications/turtlebot3-panorama_1.1.0.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Make-it-compatible-with-OpenCV-3.4.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-camera_1.2.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-camera_1.2.0.bbappend index f6faf60c012..34cb965334b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-camera_1.2.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-camera_1.2.0.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # From http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#tutorials-3-install-additional-dependent-packages: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ image-proc \ image-transport \ opencv \ diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-control_1.2.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-control_1.2.0.bbappend index f6faf60c012..34cb965334b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-control_1.2.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-control_1.2.0.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # From http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#tutorials-3-install-additional-dependent-packages: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ image-proc \ image-transport \ opencv \ diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-core_1.2.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-core_1.2.0.bbappend index f6faf60c012..34cb965334b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-core_1.2.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-core_1.2.0.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # From http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#tutorials-3-install-additional-dependent-packages: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ image-proc \ image-transport \ opencv \ diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-detect_1.2.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-detect_1.2.0.bbappend index f6faf60c012..34cb965334b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-detect_1.2.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace-detect_1.2.0.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # From http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#tutorials-3-install-additional-dependent-packages: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ image-proc \ image-transport \ opencv \ diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace_1.2.0.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace_1.2.0.bbappend index f6faf60c012..34cb965334b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace_1.2.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3-autorac/turtlebot3-autorace_1.2.0.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # From http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#tutorials-3-install-additional-dependent-packages: -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ image-proc \ image-transport \ opencv \ diff --git a/meta-ros1-melodic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend b/meta-ros1-melodic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend index acf8bf03753..d4b4d93337b 100644 --- a/meta-ros1-melodic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://use-sh.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/tuw-geometry/tuw-geometry_0.0.3.bbappend b/meta-ros1-melodic/recipes-bbappends/tuw-geometry/tuw-geometry_0.0.3.bbappend index 43a5212823f..6a100fb34a2 100644 --- a/meta-ros1-melodic/recipes-bbappends/tuw-geometry/tuw-geometry_0.0.3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/tuw-geometry/tuw-geometry_0.0.3.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-search-for-boost_python37-instead-of-.patch" # Fails with webOS OSE which by default uses -Werror=return-type # tuw-geometry/0.0.3-r0/git/src/tuw_geometry/linesegment2d.cpp:119:1: error: no return statement in function returning non-void [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILES_${PN} += "${ros_libdir}/tuw_geometry_wrapper.so" +FILES:${PN} += "${ros_libdir}/tuw_geometry_wrapper.so" diff --git a/meta-ros1-melodic/recipes-bbappends/tuw-marker-detection/tuw-aruco_0.1.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/tuw-marker-detection/tuw-aruco_0.1.1-1.bbappend index fb819766408..288e62c7203 100644 --- a/meta-ros1-melodic/recipes-bbappends/tuw-marker-detection/tuw-aruco_0.1.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/tuw-marker-detection/tuw-aruco_0.1.1-1.bbappend @@ -8,9 +8,9 @@ # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tuw-aruco: 4 installed and not shipped files. [installed-vs-shipped] # or when the above is ignored, then it results in: -# ERROR: tuw-aruco-0.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/bin/aruco_tracker contained in package tuw-aruco requires libaruco.so.2.0()(64bit), but no providers found in RDEPENDS_tuw-aruco? [file-rdeps] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" -FILES_${PN}-dev += "${ros_libdir}/cmake" +# ERROR: tuw-aruco-0.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/bin/aruco_tracker contained in package tuw-aruco requires libaruco.so.2.0()(64bit), but no providers found in RDEPENDS:tuw-aruco? [file-rdeps] +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN}-dev += "${ros_libdir}/cmake" # Collected errors: # * check_data_file_clashes: Package tuw-aruco wants to install file /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/qemux86_64-oe-linux/ros-image-world/1.0-r0/rootfs/opt/ros/melodic/lib/libaruco.so @@ -19,7 +19,7 @@ FILES_${PN}-dev += "${ros_libdir}/cmake" # only the symlink normally included in ${PN}-dev is the issue, but because ros_faulty_solibs # it gets packaged in ${PN} and conflicts with aruco, where libaruco.so isn't the symlink # but the unversioned (faulty) solib -do_install_append() { +do_install:append() { mv ${D}${ros_libdir}/libaruco.so ${D}${ros_libdir}/libtuw-aruco.so } diff --git a/meta-ros1-melodic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend index c4d6fb7e8d3..e3e17e70d6f 100644 --- a/meta-ros1-melodic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend @@ -2,13 +2,13 @@ # Instead of fetching tvm and its submodules during do_compile, use separate tvm recipe DEPENDS += "tvm" -RDEPENDS_${PN} += "tvm" +RDEPENDS:${PN} += "tvm" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-tvm-from-separate-recipe.patch" # even with empty ${PN} we want to use this to pull runtime dependency on tvm -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # openblas PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" diff --git a/meta-ros1-melodic/recipes-bbappends/ubiquity-motor/ubiquity-motor_0.10.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/ubiquity-motor/ubiquity-motor_0.10.0-1.bbappend index 1115d1d934c..ebf8fe18625 100644 --- a/meta-ros1-melodic/recipes-bbappends/ubiquity-motor/ubiquity-motor_0.10.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/ubiquity-motor/ubiquity-motor_0.10.0-1.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fix typo on shebang and use /usr/bin/env -# ERROR: ubiquity-motor-0.10.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/ubiquity_motor/test_motor_board.py contained in package ubiquity-motor requires /usr/bin/pythmn, but no providers found in RDEPENDS_ubiquity-motor? [file-rdeps] +# ERROR: ubiquity-motor-0.10.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/ubiquity_motor/test_motor_board.py contained in package ubiquity-motor requires /usr/bin/pythmn, but no providers found in RDEPENDS:ubiquity-motor? [file-rdeps] -do_install_append() { +do_install:append() { sed -i 's@^#!/usr/bin/pythmn@#!/usr/bin/env python@g' ${D}${ros_libdir}/ubiquity_motor/test_motor_board.py } diff --git a/meta-ros1-melodic/recipes-bbappends/um6/um6_1.1.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/um6/um6_1.1.3-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/um6/um6_1.1.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/um6/um6_1.1.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/usb-cam/usb-cam_0.3.6.bbappend b/meta-ros1-melodic/recipes-bbappends/usb-cam/usb-cam_0.3.6.bbappend index f74cffb0923..02d73b86c7e 100644 --- a/meta-ros1-melodic/recipes-bbappends/usb-cam/usb-cam_0.3.6.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/usb-cam/usb-cam_0.3.6.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-underlinkage-in-usb_cam.so.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/uwsim-bullet/uwsim-bullet_2.82.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/uwsim-bullet/uwsim-bullet_2.82.2-1.bbappend index f40a8e85068..8410ad08461 100644 --- a/meta-ros1-melodic/recipes-bbappends/uwsim-bullet/uwsim-bullet_2.82.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/uwsim-bullet/uwsim-bullet_2.82.2-1.bbappend @@ -6,5 +6,5 @@ _LICENSE := "${LICENSE}" LICENSE = "${@'${_LICENSE}'.replace('Check-authors-website', 'Zlib')}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-Don-t-include-usr-include-and-usr-loc.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/velodyne/velodyne-driver_1.5.2.bbappend b/meta-ros1-melodic/recipes-bbappends/velodyne/velodyne-driver_1.5.2.bbappend index 3c06bd6eaf8..cae71006908 100644 --- a/meta-ros1-melodic/recipes-bbappends/velodyne/velodyne-driver_1.5.2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/velodyne/velodyne-driver_1.5.2.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: velodyne-driver-1.5.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: velodyne-driver-1.5.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS:velodyne-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/vesc/vesc-driver_1.1.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/vesc/vesc-driver_1.1.0-1.bbappend index 0c42b8eed8d..fefd11823a1 100644 --- a/meta-ros1-melodic/recipes-bbappends/vesc/vesc-driver_1.1.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/vesc/vesc-driver_1.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-vesc_interface-work-around-missing-return-value-in-V.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/vision-opencv/cv-bridge_1.13.0.bbappend b/meta-ros1-melodic/recipes-bbappends/vision-opencv/cv-bridge_1.13.0.bbappend index 990cc700510..f10de684955 100644 --- a/meta-ros1-melodic/recipes-bbappends/vision-opencv/cv-bridge_1.13.0.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/vision-opencv/cv-bridge_1.13.0.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-add-OpenCV4-support-addresses-ros-perception-vision_.patch \ file://0002-CMakeLists.txt-search-for-boost_python37-instead-of-.patch \ " diff --git a/meta-ros1-melodic/recipes-bbappends/volksbot-driver/volksbot-driver_1.0.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/volksbot-driver/volksbot-driver_1.0.1-1.bbappend index f1dd3ab9c10..076371a9f8e 100644 --- a/meta-ros1-melodic/recipes-bbappends/volksbot-driver/volksbot-driver_1.0.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/volksbot-driver/volksbot-driver_1.0.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -do_configure_prepend() { +do_configure:prepend() { # The paths returned by LibEPOS2Config.cmake aren't properly prefixed with sysroot path sed '/^include(.{LIBEPOS2_USE_FILE})$/d' -i ${S}/CMakeLists.txt sed 's#^include_directories(.{catkin_INCLUDE_DIRS} include/)$#include_directories($''{catkin_INCLUDE_DIRS} include/ ${RECIPE_SYSROOT}/$''{LIBEPOS2_INCLUDE_DIRS})#g' -i ${S}/CMakeLists.txt diff --git a/meta-ros1-melodic/recipes-bbappends/volta/volta-rules_1.1.1-1.bbappend b/meta-ros1-melodic/recipes-bbappends/volta/volta-rules_1.1.1-1.bbappend index e2a6ef5df96..e3fbae8f01e 100644 --- a/meta-ros1-melodic/recipes-bbappends/volta/volta-rules_1.1.1-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/volta/volta-rules_1.1.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: volta-rules-1.1.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/volta_rules/create_udev_rules contained in package volta-rules requires /bin/bash, but no providers found in RDEPENDS_volta-rules? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: volta-rules-1.1.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/volta_rules/create_udev_rules contained in package volta-rules requires /bin/bash, but no providers found in RDEPENDS:volta-rules? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/vrpn/vrpn_7.34.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/vrpn/vrpn_7.34.0-1.bbappend index 790051820dc..72e712f5349 100644 --- a/meta-ros1-melodic/recipes-bbappends/vrpn/vrpn_7.34.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/vrpn/vrpn_7.34.0-1.bbappend @@ -19,7 +19,7 @@ EXTRA_OECMAKE += " \ -DVRPN_BUILD_PYTHON_HANDCODED_2X=OFF \ " -do_install_append () { +do_install:append () { if [ -d ${D}${prefix}${sysconfdir} ] ; then mv ${D}${prefix}${sysconfdir} ${D}${sysconfdir} fi @@ -33,7 +33,7 @@ do_install_append () { # /usr/share/quatlib/cmake/quatlibConfig.cmake # /usr/share/vrpn-07.34 # /usr/share/vrpn-07.34/vrpn.cfg.sample -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/quatlib \ ${datadir}/vrpn-07.34 \ " diff --git a/meta-ros1-melodic/recipes-bbappends/warthog-desktop/warthog-viz_0.1.0-1.bbappend b/meta-ros1-melodic/recipes-bbappends/warthog-desktop/warthog-viz_0.1.0-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/warthog-desktop/warthog-viz_0.1.0-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/warthog-desktop/warthog-viz_0.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/warthog/warthog-control_0.1.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/warthog/warthog-control_0.1.3-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/warthog/warthog-control_0.1.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/warthog/warthog-control_0.1.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/warthog/warthog-description_0.1.3-1.bbappend b/meta-ros1-melodic/recipes-bbappends/warthog/warthog-description_0.1.3-1.bbappend index 650b0cbaa5f..d211cde428e 100644 --- a/meta-ros1-melodic/recipes-bbappends/warthog/warthog-description_0.1.3-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/warthog/warthog-description_0.1.3-1.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" -# ERROR: warthog-description-0.1.1-2-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/warthog_description/env_run contained in package warthog-description requires /bin/bash, but no providers found in RDEPENDS_warthog-description? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: warthog-description-0.1.1-2-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/warthog_description/env_run contained in package warthog-description requires /bin/bash, but no providers found in RDEPENDS:warthog-description? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-bbappends/wge100-driver/wge100-camera_1.8.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/wge100-driver/wge100-camera_1.8.2-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-melodic/recipes-bbappends/wge100-driver/wge100-camera_1.8.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/wge100-driver/wge100-camera_1.8.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/willow-maps/willow-maps_1.0.3.bbappend b/meta-ros1-melodic/recipes-bbappends/willow-maps/willow-maps_1.0.3.bbappend index 81e63e7dfe9..616d1c15b7e 100644 --- a/meta-ros1-melodic/recipes-bbappends/willow-maps/willow-maps_1.0.3.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/willow-maps/willow-maps_1.0.3.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" # It's using catkin_download_test_data to fetch the @@ -33,6 +33,6 @@ SRC_URI[willow-sans-whitelab-0.025.pgm.sha256sum] = "65fa7a94b68d46a18577a0761f5 SRC_URI[willow.tmap.md5sum] = "48864073990c66173dade2bfcae5669d" SRC_URI[willow.tmap.sha256sum] = "f3dcc1c37e98c4227fb9296501bbe7a79fe64a6bea1f2f05168aa8d7d38f9706" -do_install_prepend() { +do_install:prepend() { install -m0644 ${WORKDIR}/*.pgm ${WORKDIR}/*.tmap ${B} } diff --git a/meta-ros1-melodic/recipes-bbappends/xpp/xpp-vis_1.0.10.bbappend b/meta-ros1-melodic/recipes-bbappends/xpp/xpp-vis_1.0.10.bbappend index bbe3e36fd15..45d26f69d1d 100644 --- a/meta-ros1-melodic/recipes-bbappends/xpp/xpp-vis_1.0.10.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/xpp/xpp-vis_1.0.10.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-tf-kdl_parser-to-CATKIN_D.patch" diff --git a/meta-ros1-melodic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend b/meta-ros1-melodic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend index 0d78d0832ad..0d20f49616c 100644 --- a/meta-ros1-melodic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend @@ -14,6 +14,6 @@ inherit ros_insane_dev_so # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-coordinator "${_IMPORT_PREFIX}/bin/ypspur-coordinator" ) # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-free "${_IMPORT_PREFIX}/bin/ypspur-free" ) # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-interpreter "${_IMPORT_PREFIX}/bin/ypspur-interpreter" ) -SYSROOT_DIRS_append = " \ +SYSROOT_DIRS:append = " \ ${bindir} \ " diff --git a/meta-ros1-melodic/recipes-bbappends/yujin-ocs/yocs-ar-pair-approach_0.8.2.bbappend b/meta-ros1-melodic/recipes-bbappends/yujin-ocs/yocs-ar-pair-approach_0.8.2.bbappend index 6a03db5b738..aff8dc60d84 100644 --- a/meta-ros1-melodic/recipes-bbappends/yujin-ocs/yocs-ar-pair-approach_0.8.2.bbappend +++ b/meta-ros1-melodic/recipes-bbappends/yujin-ocs/yocs-ar-pair-approach_0.8.2.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: yocs-ar-pair-approach-0.8.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/yocs_ar_pair_approach/enable_service contained in package yocs-ar-pair-approach requires /bin/bash, but no providers found in RDEPENDS_yocs-ar-pair-approach? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: yocs-ar-pair-approach-0.8.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/yocs_ar_pair_approach/enable_service contained in package yocs-ar-pair-approach requires /bin/bash, but no providers found in RDEPENDS:yocs-ar-pair-approach? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros-world-melodic.bb b/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros-world-melodic.bb index d360cc10fdd..78825fd5093 100644 --- a/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros-world-melodic.bb +++ b/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros-world-melodic.bb @@ -11,15 +11,15 @@ inherit ros_distro_melodic PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Provides the same library as prbt-ikfast-manipulator-plugin: # webos-image-ros-world/1.0-r3/rootfs/usr/opt/ros/melodic/lib/libprbt_manipulator_moveit_ikfast_plugin.so # with some patches applied on top of prbt-ikfast-manipulator-plugin source -RDEPENDS_${PN}_remove = "moveit-resources-prbt-ikfast-manipulator-plugin" +RDEPENDS:${PN}:remove = "moveit-resources-prbt-ikfast-manipulator-plugin" # Depends on blacklisted catkin-virtualenv (which requires Python 3) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'catkin-virtualenv' , '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CATKIN_VIRTUALENV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'catkin-virtualenv' , '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CATKIN_VIRTUALENV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CATKIN_VIRTUALENV = " \ catkin-virtualenv \ clover \ @@ -30,70 +30,70 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CATKIN_VIRTUALENV = " \ " # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" # Contains only dev, dbg and staticdev files, so PN is empty and not created # in neotic there was only 1 file in PN: # azure-iot-sdk-c/1.7.0-4-r0/packages-split/azure-iot-sdk-c/usr/share/azure-iot-sdk-c/package.xml -RDEPENDS_${PN}_remove = "azure-iot-sdk-c" +RDEPENDS:${PN}:remove = "azure-iot-sdk-c" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "cloudwatch-metrics-common" +RDEPENDS:${PN}:remove = "cloudwatch-metrics-common" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "lex-common" +RDEPENDS:${PN}:remove = "lex-common" # Contains only dev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "qpmad" +RDEPENDS:${PN}:remove = "qpmad" # It is a fork of https://github.com/google/flatbuffers that's not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "flatbuffers" +RDEPENDS:${PN}:remove = "flatbuffers" # It is a "catkin-ized" edition of the upstream version that is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "grpc" +RDEPENDS:${PN}:remove = "grpc" # It is a "catkin-ized" edition of the upstream version that is not used by any other ROS 1 package. # and meta-oe version is restricted to corei7 and armv8 with crypto enabled until: # https://git.openembedded.org/meta-openembedded/commit/?id=7223513f400d63d1fb50d65b123d00ceb94f3695 -RDEPENDS_${PN}_remove = "abseil-cpp" +RDEPENDS:${PN}:remove = "abseil-cpp" # It is a "catkin-ized" edition of the upstream version that is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "nanomsg" +RDEPENDS:${PN}:remove = "nanomsg" # It has dependencies on Qt4 packages; it is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "octovis" +RDEPENDS:${PN}:remove = "octovis" # Expects jderobot header files in wrong directory (/opt/jderobot/include/jderobot/types/image.h) and not compatible with opencv version we're using -RDEPENDS_${PN}_remove = "jderobot-camviz" +RDEPENDS:${PN}:remove = "jderobot-camviz" # Generation of ROS package documentation will never be done on the target. -RDEPENDS_${PN}_remove = "rosdoc-lite" +RDEPENDS:${PN}:remove = "rosdoc-lite" # Depends on blacklisted rosdoc-lite -RDEPENDS_${PN}_remove = "jackal-tutorials" -RDEPENDS_${PN}_remove = "odom-frame-publisher" +RDEPENDS:${PN}:remove = "jackal-tutorials" +RDEPENDS:${PN}:remove = "odom-frame-publisher" # Fetches depot_tools during do_configure and then tries to use vpython which isn't in dependencies -RDEPENDS_${PN}_remove = "webrtc" -RDEPENDS_${PN}_remove = "webrtc-ros" +RDEPENDS:${PN}:remove = "webrtc" +RDEPENDS:${PN}:remove = "webrtc-ros" # Not compatible with newer libftdi included in meta-oe: https://github.com/kobuki-base/kobuki_ftdi/issues/3 -RDEPENDS_${PN}_remove = "kobuki-ftdi" +RDEPENDS:${PN}:remove = "kobuki-ftdi" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-requests-oauthlib' (but generated-recipes/jsk-3rdparty/rostwitter_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rostwitter" +RDEPENDS:${PN}:remove = "rostwitter" # Depends on unavailable ROS_UNRESOLVED_DEP-atlas, ROS_UNRESOLVED_DEP-jython ROS_UNRESOLVED_DEP-f2c -RDEPENDS_${PN}_remove = "openhrp3" +RDEPENDS:${PN}:remove = "openhrp3" # Depends on unavailable ROS_UNRESOLVED_DEP-libirrlicht-dev, ROS_UNRESOLVED_DEP-net-tools, ROS_UNRESOLVED_DEP-procps, ROS_UNRESOLVED_DEP-ipython, ROS_UNRESOLVED_DEP-hostname and blacklisted openhrp3 -RDEPENDS_${PN}_remove = "hrpsys-ros-bridge" +RDEPENDS:${PN}:remove = "hrpsys-ros-bridge" # Depends on unavailable ROS_UNRESOLVED_DEP-libirrlicht-dev, ROS_UNRESOLVED_DEP-net-tools, ROS_UNRESOLVED_DEP-procps, ROS_UNRESOLVED_DEP-ipython, ROS_UNRESOLVED_DEP-hostname and blacklisted openhrp3 and hrpsys-ros-bridge -RDEPENDS_${PN}_remove = "rtmros-common" +RDEPENDS:${PN}:remove = "rtmros-common" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opencv-native', 'aruco-pose', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opencv-native', 'aruco-pose', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-mechanize', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-mechanize', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE = " \ pr2-bringup \ pr2-bringup-tests \ @@ -101,51 +101,51 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE = " \ wifi-ddwrt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-speechrecognition-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-speechrecognition-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP = " \ respeaker-ros \ ros-speech-recognition \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-gi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-gi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI = " \ audio-common \ sound-play \ tts \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-imageio', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-imageio', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO = " \ movie-publisher \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nkf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nkf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF = " \ voice-text \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rospilot', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rospilot', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT = " \ rospilot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'parrot-arsdk', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'parrot-arsdk', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK = " \ parrot-arsdk \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-whichcraft', 'leo-fw leo-robot', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-whichcraft', 'leo-fw leo-robot', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'xclip', 'log-view', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'xclip', 'log-view', '', d)}" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-docker' (but generated-recipes/dockeros/dockeros_1.1.0-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "dockeros" +RDEPENDS:${PN}:remove = "dockeros" # ERROR: Nothing PROVIDES 'python-twisted-core' (but generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb DEPENDS on or otherwise requires it). Close matches: -RDEPENDS_${PN}_remove = "multi-interface-roam" -RDEPENDS_${PN}_remove = "linux-networking" +RDEPENDS:${PN}:remove = "multi-interface-roam" +RDEPENDS:${PN}:remove = "linux-networking" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-omniorb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-omniorb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB = " \ hrpsys \ hrpsys-ros-bridge \ @@ -163,17 +163,17 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB = " \ rtsprofile \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-dialogflow-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-dialogflow-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP = " \ dialogflow-task-executive \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pydrive-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pydrive-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP = " \ gdrive-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2 \ lanelet2-examples \ @@ -184,21 +184,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libxmlrpc-c++" -RDEPENDS_${PN}_remove = "ifm3d" -RDEPENDS_${PN}_remove = "ifm3d-core" +RDEPENDS:${PN}:remove = "ifm3d" +RDEPENDS:${PN}:remove = "ifm3d-core" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-libpgm-pip' (but generated-recipes/jsk-3rdparty/pgm-learner_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "pgm-learner" +RDEPENDS:${PN}:remove = "pgm-learner" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2_x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2:x86-64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2 = "\ libreflexxestype2 \ ros-reflexxes \ ipr-extern \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN_x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN:x86-64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN = "\ libntcan \ cob-base-drive-chain \ @@ -211,21 +211,21 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN = "\ schunk-sdh \ schunk-simulated-tactile-sensors \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_ppc = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK = "\ prosilica-camera \ prosilica-gige-sdk \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard \ " @@ -237,12 +237,12 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" # There is recipe for glfw in meta-oe in dunfell: # http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-core/glfw/glfw_3.3.bb?id=a7464eaa69a7ee4734001aab2e232102e7135772 # but we don't have a backports layer from dunfell yet, lets skip it for now -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ librealsense2 \ mrpt2 \ @@ -257,7 +257,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-cairo' (but generated-recipes/rqt-bag/rqt-bag-plugins_0.4.12.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-opengl' (but generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb DEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-termcolor' (but generated-recipes/criutils/criutils_0.1.3-2.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-deps', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-deps', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS = " \ aruco-detect \ criutils \ @@ -273,7 +273,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS = " \ viz \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ adi-driver \ cob-command-tools \ @@ -372,7 +372,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ webkit-dependency \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vtk-qt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vtk-qt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT = " \ dijkstra-mesh-planner \ ira-laser-tools \ @@ -392,7 +392,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT = " \ wave-front-planner \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ audio-to-spectrogram \ cob-collision-monitor \ @@ -513,21 +513,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ uwsim-bullet \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB = " \ mongodb-log \ mongodb-store \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER = " \ mongodb-log \ mongodb-store \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vlc', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vlc', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC = " \ cob-android \ cob-android-script-server \ @@ -548,29 +548,29 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-pyusb-pip' (but generated-recipes/jsk-3rdparty/respeaker-ros_2.1.13-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-speechrecognition-pip' (but generated-recipes/jsk-3rdparty/respeaker-ros_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "respeaker-ros" +RDEPENDS:${PN}:remove = "respeaker-ros" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-catkin-tools' (but generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "collada-urdf-jsk-patch" +RDEPENDS:${PN}:remove = "collada-urdf-jsk-patch" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-avahi' (but generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "master-discovery-fkie" +RDEPENDS:${PN}:remove = "master-discovery-fkie" # ERROR: Nothing PROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb DEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb, generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "master-sync-fkie" -RDEPENDS_${PN}_remove = "node-manager-fkie" -RDEPENDS_${PN}_remove = "multimaster-fkie" +RDEPENDS:${PN}:remove = "master-sync-fkie" +RDEPENDS:${PN}:remove = "node-manager-fkie" +RDEPENDS:${PN}:remove = "multimaster-fkie" # ERROR: Nothing RPROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb, generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "multimaster-launch" +RDEPENDS:${PN}:remove = "multimaster-launch" # ERROR: Nothing PROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb, generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "husky-control" +RDEPENDS:${PN}:remove = "husky-control" # ERROR: Nothing RPROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb, generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "cpr-multimaster-tools" +RDEPENDS:${PN}:remove = "cpr-multimaster-tools" # ERROR: Nothing PROVIDES 'husky-control' (but generated-recipes/husky/husky-base_0.4.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "husky-base" +RDEPENDS:${PN}:remove = "husky-base" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID = " \ joystick-drivers \ wiimote \ @@ -579,12 +579,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenvdb' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenexr-dev' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenvdb-dev' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "spatio-temporal-voxel-layer" +RDEPENDS:${PN}:remove = "spatio-temporal-voxel-layer" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-gfortran' (but generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "optpp-catkin" +RDEPENDS:${PN}:remove = "optpp-catkin" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FORTRAN}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fortran', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FORTRAN}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FORTRAN = " \ abb-irb2400-moveit-plugins \ cartographer-ros \ @@ -609,13 +609,13 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FORTRAN = " \ suitesparse-cholmod \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI = " \ openni-camera \ openni-launch \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2 = " \ fetch-bringup \ hironx-calibration \ @@ -629,15 +629,15 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2 = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-gforth' (but generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "wge100-camera-firmware" +RDEPENDS:${PN}:remove = "wge100-camera-firmware" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-arduino-core' (but generated-recipes/rosserial/rosserial-arduino_0.8.0.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rosserial-arduino" +RDEPENDS:${PN}:remove = "rosserial-arduino" # Depends on unavailable ROS_UNRESOLVED_DEP-arduino-core, ROS_UNRESOLVED_DEP-avr-libc, ROS_UNRESOLVED_DEP-avrdude, ROS_UNRESOLVED_DEP-gcc-avr, ROS_UNRESOLVED_DEP-tar -RDEPENDS_${PN}_remove = "rosserial-leonardo-cmake" +RDEPENDS:${PN}:remove = "rosserial-leonardo-cmake" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ ifopt \ @@ -648,10 +648,10 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-npm-native' (but generated-recipes/vapor-master/vapor-master_0.3.0.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "vapor-master" +RDEPENDS:${PN}:remove = "vapor-master" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenscenegraph' (but generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb, generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb, generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'osg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'osg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG = " \ osg-interactive-markers \ osg-markers \ @@ -662,7 +662,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG = " \ uwsim-osgworks \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'muparser', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'muparser', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER = " \ canopen-motor-node \ moveit-resources-prbt-pg70-support \ @@ -676,10 +676,10 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-java' (but generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb, generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "nao-meshes" -RDEPENDS_${PN}_remove = "pepper-meshes" +RDEPENDS:${PN}:remove = "nao-meshes" +RDEPENDS:${PN}:remove = "pepper-meshes" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang-tidy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang-tidy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY = " \ pilz-control \ pilz-robots \ @@ -689,62 +689,62 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY = " \ prbt-moveit-config \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV = " \ moveit-servo \ spacenav-node \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lcm', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lcm', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM = " \ dataspeed-pds \ dataspeed-pds-lcm \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libpqxx', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libpqxx', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX = " \ knowledge-representation \ " # ERROR: Nothing PROVIDES 'ifopt' (but generated-recipes/towr/towr_1.4.1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "towr" +RDEPENDS:${PN}:remove = "towr" # ERROR: Nothing PROVIDES 'pilz-utils' (but generated-recipes/pilz-robots/prbt-hardware-support_0.5.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "prbt-hardware-support" +RDEPENDS:${PN}:remove = "prbt-hardware-support" # ERROR: Nothing PROVIDES 'osg-markers' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'osg-utils' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'osg-interactive-markers' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "visualization-osg" +RDEPENDS:${PN}:remove = "visualization-osg" # ERROR: Nothing PROVIDES 'wge100-camera-firmware' (but generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "wge100-driver" +RDEPENDS:${PN}:remove = "wge100-driver" # ERROR: Nothing RPROVIDES 'canopen-motor-node' (but generated-recipes/pilz-robots/prbt-support_0.5.13-1.bb, generated-recipes/ros-canopen/ros-canopen_0.8.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "prbt-support" -RDEPENDS_${PN}_remove = "ros-canopen" +RDEPENDS:${PN}:remove = "prbt-support" +RDEPENDS:${PN}:remove = "ros-canopen" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-pandas' (but generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rosbag-pandas" +RDEPENDS:${PN}:remove = "rosbag-pandas" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-termcolor' (but generated-recipes/py-trees-ros/py-trees-ros_0.5.18.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "py-trees-ros" +RDEPENDS:${PN}:remove = "py-trees-ros" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-msgpack' (but generated-recipes/json-transport/json-transport_0.0.3.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "json-transport" +RDEPENDS:${PN}:remove = "json-transport" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-catkin-lint' (but generated-recipes/fetch-tools/fetch-tools_0.2.1.bb RDEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-argcomplete' (but generated-recipes/fetch-tools/fetch-tools_0.2.1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "fetch-tools" +RDEPENDS:${PN}:remove = "fetch-tools" # Conflicts with platform fcl, causing # ERROR: moveit-core-1.0.2-1-r0 do_package: moveit-core: Multiple shlib providers for libfcl.so.0.6: fcl, fcl-catkin (used by files: /jenkins/home/workspace/jansa/webos-melodic-dunfell/webos-melodic-dunfell/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/moveit-core/1.0.2-1-r0/packages-split/moveit-core/usr/opt/ros/melodic/lib/libmoveit_collision_detection_fcl.so.1.0.2) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fcl-catkin', 'fcl-catkin', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fcl-catkin', 'fcl-catkin', '', d)}" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-network-manager' (but generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "network-autoconfig" +RDEPENDS:${PN}:remove = "network-autoconfig" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-scipy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-scipy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY = " \ calibration \ calibration-estimation \ @@ -785,7 +785,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libnlopt-dev' (but generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libnlopt0' (but generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'trac-ik', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'trac-ik', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK = " \ nextage-moveit-config \ trac-ik \ @@ -795,7 +795,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK = " \ trac-ik-python \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ogre', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ogre', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE = " \ abb \ abb-irb2400-moveit-config \ @@ -920,7 +920,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE = " \ warthog-viz \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ adi-driver \ @@ -1178,7 +1178,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ clover \ @@ -1212,7 +1212,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ " # OE won't let us build x264 (and ffmpeg which depends on it) unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ clover \ @@ -1246,7 +1246,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ asmach-tutorials \ common-tutorials \ @@ -1270,7 +1270,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ " # OE won't let us build gstreamer1.0-plugins-ugly unless LICENSE_FLAGS_WHITELIST contains "commercial". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-ugly', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-ugly', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY = " \ audio-capture \ @@ -1314,7 +1314,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY = " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ ainstein-radar \ @@ -1467,7 +1467,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ " # Depends on libqt4-dev from https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ hector-geotiff \ @@ -1479,7 +1479,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ " # Depends on vlc from meta-multimedia -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multimedia', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multimedia', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA = " \ cob-android \ @@ -1500,7 +1500,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA = " \ cob-twist-controller \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wxpython', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wxpython', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON = " \ executive-smach-visualization \ @@ -1512,7 +1512,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON = " \ task-compiler \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP = " \ actionlib-lisp \ @@ -1558,7 +1558,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP = " \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ abb \ @@ -1672,7 +1672,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ rqt-pose-view \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'heifu-ros-utils', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'heifu-ros-utils', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS = " \ heifu-bringup \ heifu-diagnostic \ @@ -1682,19 +1682,19 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS = " \ heifu \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ueye', 'ueye-cam', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ueye', 'ueye-cam', '', d)}" # do_configure failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dccomms-ros', 'dccomms-ros' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyros-utils', 'pyros-utils' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dynamic-graph-python', 'dynamic-graph-python dynamic-graph-tutorial sot-core sot-tools sot-dynamic-pinocchio' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hdf5-map-io', 'hdf5-map-io mesh-msgs-hdf5' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'jderobot-carviz', 'jderobot-carviz' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'novatel-oem7-driver', 'novatel-oem7-driver' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dccomms-ros', 'dccomms-ros' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyros-utils', 'pyros-utils' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dynamic-graph-python', 'dynamic-graph-python dynamic-graph-tutorial sot-core sot-tools sot-dynamic-pinocchio' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hdf5-map-io', 'hdf5-map-io mesh-msgs-hdf5' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'jderobot-carviz', 'jderobot-carviz' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'novatel-oem7-driver', 'novatel-oem7-driver' , '', d)}" # do_compile failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ mapviz-plugins \ mapviz \ @@ -1714,7 +1714,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ tile-map \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'assimp-devel', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'assimp-devel', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL = " \ assimp-devel \ euscollada \ @@ -1724,12 +1724,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL = " \ rtmros-common \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bayesian-belief-networks', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bayesian-belief-networks', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS = " \ bayesian-belief-networks \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'canopen-master', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'canopen-master', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER = " \ canopen-402 \ canopen-chain-node \ @@ -1737,19 +1737,19 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER = " \ cob-elmo-homing \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-generic-can', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-generic-can', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN = " \ cob-base-drive-chain \ cob-canopen-motor \ cob-generic-can \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-obstacle-distance-moveit', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-obstacle-distance-moveit', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT = " \ cob-obstacle-distance-moveit \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'downward', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'downward', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD = " \ downward \ jsk-planning \ @@ -1757,20 +1757,20 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'exotica-collision-scene-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'exotica-collision-scene-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL = " \ exotica \ exotica-examples \ exotica-collision-scene-fcl \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fetch-drivers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fetch-drivers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS = " \ fetch-drivers \ freight-bringup \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ff', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ff', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF = " \ ff \ jsk-planning \ @@ -1778,7 +1778,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffha', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffha', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA = " \ ffha \ jsk-planning \ @@ -1786,25 +1786,25 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fmi-adapter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fmi-adapter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER = " \ fmi-adapter \ fmi-adapter-examples \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hpp-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hpp-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL = " \ hpp-fcl \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'julius', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'julius', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS = " \ jsk-3rdparty \ julius-ros \ julius \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libg2o', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libg2o', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O = " \ libg2o \ seed-r7-navigation \ @@ -1812,7 +1812,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O = " \ teb-local-planner-tutorials \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidget21', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidget21', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21 = " \ libphidget21 \ phidgets-api \ @@ -1822,7 +1822,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21 = " \ phidgets-imu \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS = " \ cob-extern \ cob-phidget-em-state \ @@ -1832,23 +1832,23 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS = " \ libphidgets \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libsiftfast', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libsiftfast', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST = " \ libsiftfast \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libuvc-camera', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libuvc-camera', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA = " \ libuvc-camera \ libuvc-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'map-merge-3d', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'map-merge-3d', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D = " \ map-merge-3d \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multisense-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multisense-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS = " \ multisense \ multisense-bringup \ @@ -1856,41 +1856,41 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS = " \ multisense-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'naoqi-libqi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'naoqi-libqi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI = " \ naoqi-driver \ naoqi-libqi \ naoqi-libqicore \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nerian-stereo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nerian-stereo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO = " \ nerian-stereo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nlopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nlopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT = " \ nlopt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'obj-to-pointcloud', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'obj-to-pointcloud', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD = " \ obj-to-pointcloud \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'odva-ethernetip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'odva-ethernetip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP = " \ odva-ethernetip \ omron-os32c-driver \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'p2os-urdf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'p2os-urdf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF = " \ p2os-launch \ p2os-urdf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pr2-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pr2-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION = " \ imu-monitor \ joint-qualification-controllers \ @@ -1925,64 +1925,64 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION = " \ robot-mechanism-controllers \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rail-mesh-icp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rail-mesh-icp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP = " \ rail-mesh-icp \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'robot-body-filter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'robot-body-filter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER = " \ robot-body-filter \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros-reflexxes', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros-reflexxes', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES = " \ ipr-extern \ ros-reflexxes \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosbag-editor', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosbag-editor', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR = " \ rosbag-editor \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosmon-core', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosmon-core', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE = " \ rosmon-core \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sainsmart-relay-usb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sainsmart-relay-usb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB = " \ sainsmart-relay-usb \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sbpl-lattice-planner', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sbpl-lattice-planner', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER = " \ navigation-experimental \ sbpl-lattice-planner \ sbpl-recovery \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-libm5api', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-libm5api', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API = " \ schunk-libm5api \ schunk-modular-robotics \ schunk-powercube-chain \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-sdh', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-sdh', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH = " \ schunk-modular-robotics \ schunk-sdh \ schunk-simulated-tactile-sensors \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'soem', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'soem', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM = " \ soem \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'stage-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'stage-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS = " \ navigation-stage \ navigation-tutorials \ @@ -1991,21 +1991,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS = " \ teb-local-planner-tutorials \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'usb-cam-controllers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'usb-cam-controllers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS = " \ usb-cam-controllers \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wamv-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wamv-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION = " \ wamv-description \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hector-pose-estimation-core', 'hector-pose-estimation-core hector-localization hector-pose-estimation' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mobile-robot-simulator', 'mobile-robot-simulator' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pointgrey-camera-driver', 'pointgrey-camera-driver' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosflight', 'rosflight' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hector-pose-estimation-core', 'hector-pose-estimation-core hector-localization hector-pose-estimation' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mobile-robot-simulator', 'mobile-robot-simulator' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pointgrey-camera-driver', 'pointgrey-camera-driver' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosflight', 'rosflight' , '', d)}" # do_install failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-description', 'omnibase-description' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-gazebo', 'omnibase-gazebo' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-description', 'omnibase-description' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-gazebo', 'omnibase-gazebo' , '', d)}" diff --git a/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb b/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb index abc6610bab9..f620e08d803 100644 --- a/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb +++ b/meta-ros1-melodic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb @@ -5,7 +5,7 @@ inherit packagegroup PACKAGES = "${PN}" -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ industrial-trajectory-filters \ industrial-robot-simulator \ industrial-robot-client \ diff --git a/meta-ros1-melodic/recipes-support/daemontools/daemontools_0.76.bbappend b/meta-ros1-melodic/recipes-support/daemontools/daemontools_0.76.bbappend index 6242ae4c80c..e9bca5b3aee 100644 --- a/meta-ros1-melodic/recipes-support/daemontools/daemontools_0.76.bbappend +++ b/meta-ros1-melodic/recipes-support/daemontools/daemontools_0.76.bbappend @@ -8,10 +8,10 @@ # which is fatal for read-only images: # WARNING: webos-image-ros-world-1.0-r3 do_rootfs: busybox.postinst returned 1, marking as unpacked only, configuration required on target. # ERROR: webos-image-ros-world-1.0-r3 do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, -# then please place them into pkg_postinst_ontarget_${PN} (). +# then please place them into pkg_postinst_ontarget:${PN} (). # Deferring to first boot via 'exit 1' is no longer supported. # Details of the failure are in webos-melodic-zeus/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/webos-image-ros-world/1.0-r3/temp/log.do_rootfs. # ERROR: Logfile of failure stored in: webos-melodic-zeus/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/webos-image-ros-world/1.0-r3/temp/log.do_rootfs.6260 inherit update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN} = "svc svok" +ALTERNATIVE:${PN} = "svc svok" diff --git a/meta-ros1-melodic/recipes-support/opencv/opencv_3.%.bbappend b/meta-ros1-melodic/recipes-support/opencv/opencv_3.%.bbappend index cce151e9ac9..61093b1220c 100644 --- a/meta-ros1-melodic/recipes-support/opencv/opencv_3.%.bbappend +++ b/meta-ros1-melodic/recipes-support/opencv/opencv_3.%.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. # Fix up PACKAGECONFIG if Python 2 is being used. -PACKAGECONFIG_prepend = "${@'python2 ' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" +PACKAGECONFIG:prepend = "${@'python2 ' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" # _remove happens after _prepend. -PACKAGECONFIG_remove = "${@'python3' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" +PACKAGECONFIG:remove = "${@'python3' if d.getVar('ROS_PYTHON_VERSION') == '2' else ''}" # Python variables are set to their values for Python 3 even though # python2" appears in PACKAGECONFIG because distutils3-base has been @@ -20,8 +20,8 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}-apps_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}-apps_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}-apps:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}-apps:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # opencv/3.4.5-r0/git/3rdparty/openexr/Imath/ImathVec.h:227:41: error: ISO C++17 does not allow dynamic exception specifications # 227 | const Vec2 & normalizeExc () throw (Iex::MathExc); diff --git a/meta-ros1-melodic/recipes-support/opencv/opencv_3.4.5.bb b/meta-ros1-melodic/recipes-support/opencv/opencv_3.4.5.bb index e0ab3f4b9ac..6876244074d 100644 --- a/meta-ros1-melodic/recipes-support/opencv/opencv_3.4.5.bb +++ b/meta-ros1-melodic/recipes-support/opencv/opencv_3.4.5.bb @@ -5,8 +5,8 @@ SECTION = "libs" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=62d89c5dcb0583609ea919c56be0ee76" -ARM_INSTRUCTION_SET_armv4 = "arm" -ARM_INSTRUCTION_SET_armv5 = "arm" +ARM_INSTRUCTION_SET:armv4 = "arm" +ARM_INSTRUCTION_SET:armv5 = "arm" DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" @@ -73,7 +73,7 @@ EXTRA_OECMAKE = "-DOPENCV_EXTRA_MODULES_PATH=${WORKDIR}/contrib/modules \ ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \ ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \ " -EXTRA_OECMAKE_append_x86 = " -DX86=ON" +EXTRA_OECMAKE:append:x86 = " -DX86=ON" PACKAGECONFIG ??= "python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ @@ -123,7 +123,7 @@ PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'samples', '${PN}-samples', ' ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-${BPN}', '', d)} \ ${PN}-apps" -python populate_packages_prepend () { +python populate_packages:prepend () { cv_libdir = d.expand('${libdir}') do_split_packages(d, cv_libdir, '^lib(.*)\.so$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev', allow_links=True) do_split_packages(d, cv_libdir, '^lib(.*)\.la$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev') @@ -132,51 +132,51 @@ python populate_packages_prepend () { pn = d.getVar('PN') metapkg = pn + '-dev' - d.setVar('ALLOW_EMPTY_' + metapkg, "1") + d.setVar('ALLOW_EMPTY:' + metapkg, "1") blacklist = [ metapkg ] metapkg_rdepends = [ ] packages = d.getVar('PACKAGES').split() for pkg in packages[1:]: if not pkg in blacklist and not pkg in metapkg_rdepends and pkg.endswith('-dev'): metapkg_rdepends.append(pkg) - d.setVar('RRECOMMENDS_' + metapkg, ' '.join(metapkg_rdepends)) + d.setVar('RRECOMMENDS:' + metapkg, ' '.join(metapkg_rdepends)) metapkg = pn - d.setVar('ALLOW_EMPTY_' + metapkg, "1") + d.setVar('ALLOW_EMPTY:' + metapkg, "1") blacklist = [ metapkg, "libopencv-ts" ] metapkg_rdepends = [ ] for pkg in packages[1:]: if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'): metapkg_rdepends.append(pkg) - d.setVar('RDEPENDS_' + metapkg, ' '.join(metapkg_rdepends)) + d.setVar('RDEPENDS:' + metapkg, ' '.join(metapkg_rdepends)) } PACKAGES_DYNAMIC += "^libopencv-.*" -FILES_${PN} = "" -FILES_${PN}-dbg += "${datadir}/OpenCV/java/.debug/* ${datadir}/OpenCV/samples/bin/.debug/*" -FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig ${datadir}/OpenCV/*.cmake" -FILES_${PN}-staticdev += "${datadir}/OpenCV/3rdparty/lib/*.a" -FILES_${PN}-apps = "${bindir}/* ${datadir}/OpenCV" -FILES_${PN}-java = "${datadir}/OpenCV/java" -FILES_${PN}-samples = "${datadir}/OpenCV/samples/" +FILES:${PN} = "" +FILES:${PN}-dbg += "${datadir}/OpenCV/java/.debug/* ${datadir}/OpenCV/samples/bin/.debug/*" +FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig ${datadir}/OpenCV/*.cmake" +FILES:${PN}-staticdev += "${datadir}/OpenCV/3rdparty/lib/*.a" +FILES:${PN}-apps = "${bindir}/* ${datadir}/OpenCV" +FILES:${PN}-java = "${datadir}/OpenCV/java" +FILES:${PN}-samples = "${datadir}/OpenCV/samples/" -INSANE_SKIP_${PN}-java = "libdir" -INSANE_SKIP_${PN}-dbg = "libdir" +INSANE_SKIP:${PN}-java = "libdir" +INSANE_SKIP:${PN}-dbg = "libdir" -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" -SUMMARY_python-opencv = "Python bindings to opencv" -FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" -RDEPENDS_python-opencv = "python-core python-numpy" +SUMMARY:python-opencv = "Python bindings to opencv" +FILES:python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" +RDEPENDS:python-opencv = "python-core python-numpy" -SUMMARY_python3-opencv = "Python bindings to opencv" -FILES_python3-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" -RDEPENDS_python3-opencv = "python3-core python3-numpy" +SUMMARY:python3-opencv = "Python bindings to opencv" +FILES:python3-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" +RDEPENDS:python3-opencv = "python3-core python3-numpy" -RDEPENDS_${PN}-apps = "bash" +RDEPENDS:${PN}-apps = "bash" -do_install_append() { +do_install:append() { cp ${S}/include/opencv/*.h ${D}${includedir}/opencv/ sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h diff --git a/meta-ros1-noetic/classes/ros_distro_noetic.bbclass b/meta-ros1-noetic/classes/ros_distro_noetic.bbclass index 4f3dd55758e..eb2740006c7 100644 --- a/meta-ros1-noetic/classes/ros_distro_noetic.bbclass +++ b/meta-ros1-noetic/classes/ros_distro_noetic.bbclass @@ -7,4 +7,4 @@ ROS_DISTRO = "noetic" inherit ${ROS_DISTRO_TYPE}_distro # HACK until "python-qt-binding" builds -ROS_EXEC_DEPENDS_remove = "python-qt-binding" +ROS_EXEC_DEPENDS:remove = "python-qt-binding" diff --git a/meta-ros1-noetic/conf/ros-distro/include/noetic/generated/superflore-ros-distro.inc b/meta-ros1-noetic/conf/ros-distro/include/noetic/generated/superflore-ros-distro.inc index 0e10cdd0148..5d60e758acf 100644 --- a/meta-ros1-noetic/conf/ros-distro/include/noetic/generated/superflore-ros-distro.inc +++ b/meta-ros1-noetic/conf/ros-distro/include/noetic/generated/superflore-ros-distro.inc @@ -4583,7 +4583,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_NOETIC = " \ yaml-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_NOETIC}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_NOETIC}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-enum34 \ diff --git a/meta-ros1-noetic/conf/ros-distro/include/noetic/ros-distro.inc b/meta-ros1-noetic/conf/ros-distro/include/noetic/ros-distro.inc index 3bed5d24691..efe7548cfdf 100644 --- a/meta-ros1-noetic/conf/ros-distro/include/noetic/ros-distro.inc +++ b/meta-ros1-noetic/conf/ros-distro/include/noetic/ros-distro.inc @@ -225,12 +225,12 @@ ROS_WORLD_SKIP_GROUPS += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer' # Must use a _pn- override in this file to override the ROS_BUILD_TYPE of a generated recipe, # because we need to set this variable before the "inherit" line in the recipe is parsed, # and having it in a .bbappend sets it too late. -ROS_BUILD_TYPE_pn-python-orocos-kdl = "catkin" +ROS_BUILD_TYPE:pn-python-orocos-kdl = "catkin" # Otherwise it will use cmake as specified in # https://github.com/mavlink/mavlink-gbp-release/blob/release/melodic/mavlink/2019.11.11-1/package.xml#L29 # but that doesn't respect the prefix set in meta-ros-common/classes/ros_opt_prefix.bbclass -ROS_BUILD_TYPE_pn-mavlink = "catkin" +ROS_BUILD_TYPE:pn-mavlink = "catkin" # Submitted with https://github.com/ros/rosdistro/pull/29534 # https://layers.openembedded.org/layerindex/recipe/733/ diff --git a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb index 6ef6f5f05c0..a5dee1fb623 100644 --- a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-egm-msgs_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/noetic/abb_egm_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/abb_egm_msgs" diff --git a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb index d48e5c89ab9..1b9c4ff496f 100644 --- a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-msgs_0.5.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/noetic/abb_rapid_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/abb_rapid_msgs" diff --git a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb index b8ac7c239e9..4af8d4453de 100644 --- a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-rapid-sm-addin-msgs_0.5.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/noetic/abb_rapid_sm_addin_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/abb_rapid_sm_addin_msgs" diff --git a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb index ea5e7bc88d4..eaf378b1696 100644 --- a/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/abb-robot-driver-interfaces/abb-robot-msgs_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/abb_robot_driver_interfaces-release/archive/release/noetic/abb_robot_msgs/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/abb_robot_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.2-1.bb index 464ca1affcb..fd34b16116a 100644 --- a/meta-ros1-noetic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ackermann-msgs/ackermann-msgs_1.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/ackermann_msgs-release/archive/release/noetic/ackermann_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ackermann_msgs" diff --git a/meta-ros1-noetic/generated-recipes/actionlib/actionlib-tools_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/actionlib/actionlib-tools_1.13.2-1.bb index ec227b24041..0de985dacbf 100644 --- a/meta-ros1-noetic/generated-recipes/actionlib/actionlib-tools_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/actionlib/actionlib-tools_1.13.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/actionlib-release/archive/release/noetic/actionlib_tools/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/actionlib_tools" diff --git a/meta-ros1-noetic/generated-recipes/actionlib/actionlib_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/actionlib/actionlib_1.13.2-1.bb index 0f263ace344..60a11a1d7e8 100644 --- a/meta-ros1-noetic/generated-recipes/actionlib/actionlib_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/actionlib/actionlib_1.13.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/actionlib-release/archive/release/noetic/actionlib/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/actionlib" diff --git a/meta-ros1-noetic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.6-1.bb b/meta-ros1-noetic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.6-1.bb index b8906b69a0f..196d193f1d1 100644 --- a/meta-ros1-noetic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/agni-tf-tools/agni-tf-tools_0.1.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ubi-agni-gbp/agni_tf_tools-release/archive/release/noetic/agni_tf_tools/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/agni_tf_tools" diff --git a/meta-ros1-noetic/generated-recipes/angles/angles_1.9.13-1.bb b/meta-ros1-noetic/generated-recipes/angles/angles_1.9.13-1.bb index ecd8131217c..86f3c88cf91 100644 --- a/meta-ros1-noetic/generated-recipes/angles/angles_1.9.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/angles/angles_1.9.13-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_angles_utils-release/archive/release/noetic/angles/1.9.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/angles" diff --git a/meta-ros1-noetic/generated-recipes/app-manager/app-manager_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/app-manager/app-manager_1.2.0-1.bb index b0da95b8c1c..6b82e706568 100644 --- a/meta-ros1-noetic/generated-recipes/app-manager/app-manager_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/app-manager/app-manager_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/app_manager-release/archive/release/noetic/app_manager/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/app_manager" diff --git a/meta-ros1-noetic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb b/meta-ros1-noetic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb index 9c09b8d5611..9277e27489f 100644 --- a/meta-ros1-noetic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/apriltag-ros/apriltag-ros_3.1.2-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag_ros-release/archive/release/noetic/apriltag_ros/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/apriltag_ros" diff --git a/meta-ros1-noetic/generated-recipes/apriltag/apriltag_3.1.2-2.bb b/meta-ros1-noetic/generated-recipes/apriltag/apriltag_3.1.2-2.bb index 364f8ce2090..6778a987336 100644 --- a/meta-ros1-noetic/generated-recipes/apriltag/apriltag_3.1.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/apriltag/apriltag_3.1.2-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag-release/archive/release/noetic/apriltag/3.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/apriltag" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-controllers_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-controllers_0.11.0-1.bb index 3b91d81adaa..0627147307e 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-controllers_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-controllers_0.11.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix_controllers/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix_controllers" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-firmware_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-firmware_0.11.0-1.bb index e162f96c5fd..9180d16ec55 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-firmware_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-firmware_0.11.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix_firmware/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix_firmware" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-msgs_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-msgs_0.11.0-1.bb index b259831fbbd..5a93ff9ba69 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-msgs_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-msgs_0.11.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix_msgs/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix_msgs" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-python_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-python_0.11.0-1.bb index 954e6741b94..a5fd5a3f8d0 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-python_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-python_0.11.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix_python/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix_python" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-sensors_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-sensors_0.11.0-1.bb index 07d1a555ec0..ba06d5f1272 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix-sensors_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix-sensors_0.11.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix_sensors/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix_sensors" diff --git a/meta-ros1-noetic/generated-recipes/arbotix/arbotix_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/arbotix/arbotix_0.11.0-1.bb index 60514535c6e..3e3691cc195 100644 --- a/meta-ros1-noetic/generated-recipes/arbotix/arbotix_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/arbotix/arbotix_0.11.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vanadiumlabs/arbotix_ros-release/archive/release/noetic/arbotix/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/arbotix" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.3.0-1.bb index b15f23715ea..515bed1f020 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/delphi_esr_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/delphi_esr_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.3.0-1.bb index e11b3f7b4c7..f7cb5990dd3 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/delphi_mrr_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/delphi_mrr_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.3.0-1.bb index 6285de9cccf..ae40dceaad4 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/delphi_srr_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/delphi_srr_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.3.0-1.bb index b089207f1a3..e3eba5ddbb7 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.3.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/derived_object_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/derived_object_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.3.0-1.bb index b9978ecedfa..8099dc1fe03 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/ibeo_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ibeo_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.3.0-1.bb index 7f476161d0c..0cb2310ec76 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/kartech_linear_actuator_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kartech_linear_actuator_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.3.0-1.bb index c7ff4668eca..06ce7196b6e 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/mobileye_560_660_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mobileye_560_660_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.3.0-1.bb index 7073d667fd9..25108385f4d 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/neobotix_usboard_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neobotix_usboard_msgs" diff --git a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.3.0-1.bb b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.3.0-1.bb index 168daf42ec0..4c49cb91a6d 100644 --- a/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/noetic/pacmod_msgs/3.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pacmod_msgs" diff --git a/meta-ros1-noetic/generated-recipes/async-comm/async-comm_0.2.1-2.bb b/meta-ros1-noetic/generated-recipes/async-comm/async-comm_0.2.1-2.bb index b676f322573..a9136f82b14 100644 --- a/meta-ros1-noetic/generated-recipes/async-comm/async-comm_0.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/async-comm/async-comm_0.2.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dpkoch/async_comm-release/archive/release/noetic/async_comm/0.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/async_comm" diff --git a/meta-ros1-noetic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb index d293fcee351..5b93f617248 100644 --- a/meta-ros1-noetic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/async_web_server_cpp-release/archive/release/noetic/async_web_server_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/async_web_server_cpp" diff --git a/meta-ros1-noetic/generated-recipes/audibot/audibot-description_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/audibot/audibot-description_0.2.1-1.bb index 254d6f73a8a..7a3b83378fa 100644 --- a/meta-ros1-noetic/generated-recipes/audibot/audibot-description_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/audibot/audibot-description_0.2.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/noetic/audibot_description/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audibot_description" diff --git a/meta-ros1-noetic/generated-recipes/audibot/audibot-gazebo_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/audibot/audibot-gazebo_0.2.1-1.bb index 5c759279b28..240742ba8f8 100644 --- a/meta-ros1-noetic/generated-recipes/audibot/audibot-gazebo_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/audibot/audibot-gazebo_0.2.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/noetic/audibot_gazebo/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audibot_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/audibot/audibot_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/audibot/audibot_0.2.1-1.bb index 17090c86360..c9b0c9c052a 100644 --- a/meta-ros1-noetic/generated-recipes/audibot/audibot_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/audibot/audibot_0.2.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robustify/audibot-release/archive/release/noetic/audibot/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audibot" diff --git a/meta-ros1-noetic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb b/meta-ros1-noetic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb index 87dc5c2deed..4977a702b14 100644 --- a/meta-ros1-noetic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/audio-common/audio-capture_0.3.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/noetic/audio_capture/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audio_capture" diff --git a/meta-ros1-noetic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb b/meta-ros1-noetic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb index e878a73df01..dbbffca8554 100644 --- a/meta-ros1-noetic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/audio-common/audio-common-msgs_0.3.11-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/noetic/audio_common_msgs/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audio_common_msgs" diff --git a/meta-ros1-noetic/generated-recipes/audio-common/audio-common_0.3.11-1.bb b/meta-ros1-noetic/generated-recipes/audio-common/audio-common_0.3.11-1.bb index 5655bbb810e..479b992aaa7 100644 --- a/meta-ros1-noetic/generated-recipes/audio-common/audio-common_0.3.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/audio-common/audio-common_0.3.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/noetic/audio_common/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audio_common" diff --git a/meta-ros1-noetic/generated-recipes/audio-common/audio-play_0.3.11-1.bb b/meta-ros1-noetic/generated-recipes/audio-common/audio-play_0.3.11-1.bb index 84fda7c5f42..6fbeca37371 100644 --- a/meta-ros1-noetic/generated-recipes/audio-common/audio-play_0.3.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/audio-common/audio-play_0.3.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/noetic/audio_play/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audio_play" diff --git a/meta-ros1-noetic/generated-recipes/audio-common/sound-play_0.3.11-1.bb b/meta-ros1-noetic/generated-recipes/audio-common/sound-play_0.3.11-1.bb index 0c440422ed9..4dba84d26d1 100644 --- a/meta-ros1-noetic/generated-recipes/audio-common/sound-play_0.3.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/audio-common/sound-play_0.3.11-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/audio_common-release/archive/release/noetic/sound_play/0.3.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sound_play" diff --git a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb index 4ecff049333..5686f6d8c3f 100644 --- a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/noetic/automotive_autonomy_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/automotive_autonomy_msgs" diff --git a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb index 0d5f5c9e641..7b2b91c8b64 100644 --- a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/noetic/automotive_navigation_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/automotive_navigation_msgs" diff --git a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb index f31d0bcb534..9e87858875b 100644 --- a/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/noetic/automotive_platform_msgs/3.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/automotive_platform_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb index e246a54ff21..b02d24c52f1 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-can-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_can_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_can_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb index 3a8fd4388d6..f7da3aed415 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-config-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_config_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_config_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb index b2b0a7d412c..5bccf19e243 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-external-msgs_1.14.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_external_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_external_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb index 0aab81d89b6..d022439e315 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-lanelet2-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_lanelet2_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_lanelet2_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb index 32a2f6c66be..696f51596fc 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-map-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_map_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_map_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb index 99bc0c9f0c8..77ce90b69f7 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-msgs_1.14.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb index 4e8e6b5b85b..88b4bf6cd5d 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/autoware-system-msgs_1.14.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/autoware_system_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/autoware_system_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb index 9688b91fb50..a33f61521b5 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/tablet-socket-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/tablet_socket_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tablet_socket_msgs" diff --git a/meta-ros1-noetic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb index bd88381ee50..75eaba9edee 100644 --- a/meta-ros1-noetic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/autoware-msgs/vector-map-msgs_1.14.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/messages-release/archive/release/noetic/vector_map_msgs/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vector_map_msgs" diff --git a/meta-ros1-noetic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb b/meta-ros1-noetic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb index 4ced8b5f669..fddedaaf2af 100644 --- a/meta-ros1-noetic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/auv-msgs/auv-msgs_0.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oceansystemslab/auv_msgs-release/archive/release/noetic/auv_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/auv_msgs" diff --git a/meta-ros1-noetic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bb b/meta-ros1-noetic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bb index 28be9d2d0a0..e4f69ca9efe 100644 --- a/meta-ros1-noetic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bb +++ b/meta-ros1-noetic/generated-recipes/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/avt_vimba_camera-release/archive/release/noetic/avt_vimba_camera/0.0.12-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/avt_vimba_camera" diff --git a/meta-ros1-noetic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bb b/meta-ros1-noetic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bb index bdfcfabf84d..95ddea3919f 100644 --- a/meta-ros1-noetic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bb +++ b/meta-ros1-noetic/generated-recipes/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/azure-iot-sdk-c-release/archive/release/noetic/azure-iot-sdk-c/1.7.0-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/azure-iot-sdk-c" diff --git a/meta-ros1-noetic/generated-recipes/backward-ros/backward-ros_0.1.7-1.bb b/meta-ros1-noetic/generated-recipes/backward-ros/backward-ros_0.1.7-1.bb index feb5a27724d..06f1040cdfd 100644 --- a/meta-ros1-noetic/generated-recipes/backward-ros/backward-ros_0.1.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/backward-ros/backward-ros_0.1.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/backward_ros-release/archive/release/noetic/backward_ros/0.1.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/backward_ros" diff --git a/meta-ros1-noetic/generated-recipes/bagger/bagger_0.1.4-1.bb b/meta-ros1-noetic/generated-recipes/bagger/bagger_0.1.4-1.bb index 137fb10529a..b6523294dc7 100644 --- a/meta-ros1-noetic/generated-recipes/bagger/bagger_0.1.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/bagger/bagger_0.1.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/squarerobot/bagger-release/archive/release/noetic/bagger/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/bagger" diff --git a/meta-ros1-noetic/generated-recipes/baldor/baldor_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/baldor/baldor_0.1.3-1.bb index 52bf31a5eec..b0f0176dd55 100644 --- a/meta-ros1-noetic/generated-recipes/baldor/baldor_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/baldor/baldor_0.1.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/baldor-release/archive/release/noetic/baldor/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/baldor" diff --git a/meta-ros1-noetic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb b/meta-ros1-noetic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb index 9dba1a707f3..87eb5b9b456 100644 --- a/meta-ros1-noetic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp-release/archive/release/noetic/behaviortree_cpp_v3/3.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/behaviortree_cpp_v3" diff --git a/meta-ros1-noetic/generated-recipes/bond-core/bond-core_1.8.6-1.bb b/meta-ros1-noetic/generated-recipes/bond-core/bond-core_1.8.6-1.bb index fd1a32a0f86..8f98da51015 100644 --- a/meta-ros1-noetic/generated-recipes/bond-core/bond-core_1.8.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/bond-core/bond-core_1.8.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/noetic/bond_core/1.8.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/bond_core" diff --git a/meta-ros1-noetic/generated-recipes/bond-core/bond_1.8.6-1.bb b/meta-ros1-noetic/generated-recipes/bond-core/bond_1.8.6-1.bb index ef5379bcc17..7df92537f14 100644 --- a/meta-ros1-noetic/generated-recipes/bond-core/bond_1.8.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/bond-core/bond_1.8.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/noetic/bond/1.8.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/bond" diff --git a/meta-ros1-noetic/generated-recipes/bond-core/bondcpp_1.8.6-1.bb b/meta-ros1-noetic/generated-recipes/bond-core/bondcpp_1.8.6-1.bb index ff5c16b0cc5..5191beed831 100644 --- a/meta-ros1-noetic/generated-recipes/bond-core/bondcpp_1.8.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/bond-core/bondcpp_1.8.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/noetic/bondcpp/1.8.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/bondcpp" diff --git a/meta-ros1-noetic/generated-recipes/bond-core/bondpy_1.8.6-1.bb b/meta-ros1-noetic/generated-recipes/bond-core/bondpy_1.8.6-1.bb index d831be027c9..066a10c1121 100644 --- a/meta-ros1-noetic/generated-recipes/bond-core/bondpy_1.8.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/bond-core/bondpy_1.8.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/noetic/bondpy/1.8.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/bondpy" diff --git a/meta-ros1-noetic/generated-recipes/bond-core/smclib_1.8.6-1.bb b/meta-ros1-noetic/generated-recipes/bond-core/smclib_1.8.6-1.bb index 45f32054970..fcd5f4c479c 100644 --- a/meta-ros1-noetic/generated-recipes/bond-core/smclib_1.8.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/bond-core/smclib_1.8.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/bond_core-release/archive/release/noetic/smclib/1.8.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/smclib" diff --git a/meta-ros1-noetic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb b/meta-ros1-noetic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb index 88aa2b39f1a..578bc626979 100644 --- a/meta-ros1-noetic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/boost-sml/boost-sml_0.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/boost_sml-release/archive/release/noetic/boost_sml/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/boost_sml" diff --git a/meta-ros1-noetic/generated-recipes/calibration/calibration-estimation_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/calibration-estimation_0.10.15-1.bb index a4c0d0ffae9..f2259ff67e5 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/calibration-estimation_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/calibration-estimation_0.10.15-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/calibration_estimation/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/calibration_estimation" diff --git a/meta-ros1-noetic/generated-recipes/calibration/calibration-launch_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/calibration-launch_0.10.15-1.bb index 84144f6941d..173dd0153f8 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/calibration-launch_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/calibration-launch_0.10.15-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/calibration_launch/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/calibration_launch" diff --git a/meta-ros1-noetic/generated-recipes/calibration/calibration-msgs_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/calibration-msgs_0.10.15-1.bb index cd27fe601a9..336b9e3ab91 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/calibration-msgs_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/calibration-msgs_0.10.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/calibration_msgs/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/calibration_msgs" diff --git a/meta-ros1-noetic/generated-recipes/calibration/calibration-setup-helper_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/calibration-setup-helper_0.10.15-1.bb index 594572480e0..8de82f0e086 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/calibration-setup-helper_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/calibration-setup-helper_0.10.15-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/calibration_setup_helper/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/calibration_setup_helper" diff --git a/meta-ros1-noetic/generated-recipes/calibration/calibration_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/calibration_0.10.15-1.bb index 3390cea9716..283f4f006e8 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/calibration_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/calibration_0.10.15-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/calibration/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/calibration" diff --git a/meta-ros1-noetic/generated-recipes/calibration/image-cb-detector_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/image-cb-detector_0.10.15-1.bb index 8c10f792fce..7c9a7ed254d 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/image-cb-detector_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/image-cb-detector_0.10.15-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/image_cb_detector/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_cb_detector" diff --git a/meta-ros1-noetic/generated-recipes/calibration/interval-intersection_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/interval-intersection_0.10.15-1.bb index 346d50a3594..5c312deca2c 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/interval-intersection_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/interval-intersection_0.10.15-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/interval_intersection/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/interval_intersection" diff --git a/meta-ros1-noetic/generated-recipes/calibration/joint-states-settler_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/joint-states-settler_0.10.15-1.bb index 8fcb3002c2e..140927c0c2a 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/joint-states-settler_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/joint-states-settler_0.10.15-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/joint_states_settler/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_states_settler" diff --git a/meta-ros1-noetic/generated-recipes/calibration/laser-cb-detector_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/laser-cb-detector_0.10.15-1.bb index bb785d6aae0..4af6d53d4a2 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/laser-cb-detector_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/laser-cb-detector_0.10.15-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/laser_cb_detector/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_cb_detector" diff --git a/meta-ros1-noetic/generated-recipes/calibration/monocam-settler_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/monocam-settler_0.10.15-1.bb index f18c9c41b90..227db1722bc 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/monocam-settler_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/monocam-settler_0.10.15-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/monocam_settler/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/monocam_settler" diff --git a/meta-ros1-noetic/generated-recipes/calibration/settlerlib_0.10.15-1.bb b/meta-ros1-noetic/generated-recipes/calibration/settlerlib_0.10.15-1.bb index 0b0a1100398..6c5dfe71575 100644 --- a/meta-ros1-noetic/generated-recipes/calibration/settlerlib_0.10.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/calibration/settlerlib_0.10.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/calibration-release/archive/release/noetic/settlerlib/0.10.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/settlerlib" diff --git a/meta-ros1-noetic/generated-recipes/capabilities/capabilities_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/capabilities/capabilities_0.3.1-1.bb index b699442e614..702c09d2388 100644 --- a/meta-ros1-noetic/generated-recipes/capabilities/capabilities_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/capabilities/capabilities_0.3.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/capabilities-release/archive/release/noetic/capabilities/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/capabilities" diff --git a/meta-ros1-noetic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb b/meta-ros1-noetic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb index 1307d1a967c..ad07843e8d0 100644 --- a/meta-ros1-noetic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carla-simulator/ros-carla-msgs-release/archive/release/noetic/carla_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/carla_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cartesian-control-msgs/cartesian-control-msgs_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/cartesian-control-msgs/cartesian-control-msgs_0.1.0-1.bb index 2cd835def64..3326ff2fcdd 100644 --- a/meta-ros1-noetic/generated-recipes/cartesian-control-msgs/cartesian-control-msgs_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/cartesian-control-msgs/cartesian-control-msgs_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_cartesian_control_msgs-release/archive/release/noetic/cartesian_control_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cartesian_control_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3-1.bb b/meta-ros1-noetic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3-1.bb index 291669a739a..939c8b98370 100644 --- a/meta-ros1-noetic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/cartesian-msgs/cartesian-msgs_0.0.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/cartesian_msgs-release/archive/release/noetic/cartesian_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cartesian_msgs" diff --git a/meta-ros1-noetic/generated-recipes/catch-ros/catch-ros_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/catch-ros/catch-ros_0.4.0-1.bb index 5ce743d6315..95793a67f2e 100644 --- a/meta-ros1-noetic/generated-recipes/catch-ros/catch-ros_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/catch-ros/catch-ros_0.4.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AIS-Bonn/catch_ros-release/archive/release/noetic/catch_ros/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/catch_ros" diff --git a/meta-ros1-noetic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-2.bb b/meta-ros1-noetic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-2.bb index 41236c42d52..772aa87c13d 100644 --- a/meta-ros1-noetic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/catkin-virtualenv/catkin-virtualenv_0.6.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/catkin_virtualenv-release/archive/release/noetic/catkin_virtualenv/0.6.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/catkin_virtualenv" diff --git a/meta-ros1-noetic/generated-recipes/catkin/catkin_0.8.10-1.bb b/meta-ros1-noetic/generated-recipes/catkin/catkin_0.8.10-1.bb index d69d05e38bc..f3396b64276 100644 --- a/meta-ros1-noetic/generated-recipes/catkin/catkin_0.8.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/catkin/catkin_0.8.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/catkin-release/archive/release/noetic/catkin/0.8.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/catkin" diff --git a/meta-ros1-noetic/generated-recipes/class-loader/class-loader_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/class-loader/class-loader_0.5.0-1.bb index dd5e46bc03a..db13299f85b 100644 --- a/meta-ros1-noetic/generated-recipes/class-loader/class-loader_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/class-loader/class-loader_0.5.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/class_loader-release/archive/release/noetic/class_loader/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/class_loader" diff --git a/meta-ros1-noetic/generated-recipes/cmake-modules/cmake-modules_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/cmake-modules/cmake-modules_0.5.0-1.bb index da1355bbed0..c15424a25df 100644 --- a/meta-ros1-noetic/generated-recipes/cmake-modules/cmake-modules_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/cmake-modules/cmake-modules_0.5.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/cmake_modules-release/archive/release/noetic/cmake_modules/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cmake_modules" diff --git a/meta-ros1-noetic/generated-recipes/cnpy/cnpy_0.0.6-1.bb b/meta-ros1-noetic/generated-recipes/cnpy/cnpy_0.0.6-1.bb index 88ce4783b4c..65037bfa67e 100644 --- a/meta-ros1-noetic/generated-recipes/cnpy/cnpy_0.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/cnpy/cnpy_0.0.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PeterMitrano/cnpy-release/archive/release/noetic/cnpy/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cnpy" diff --git a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-msgs_0.1.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-msgs_0.1.9-1.bb index 3a67af74296..afef25189fd 100644 --- a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-msgs_0.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-msgs_0.1.9-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/noetic/cob_android_msgs/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_android_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-resource-server_0.1.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-resource-server_0.1.9-1.bb index 08cd6cdf64a..67316c16ed6 100644 --- a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-resource-server_0.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-resource-server_0.1.9-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/noetic/cob_android_resource_server/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_android_resource_server" diff --git a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-script-server_0.1.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-script-server_0.1.9-1.bb index 35b52aeed8b..aa8085cae1a 100644 --- a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-script-server_0.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-script-server_0.1.9-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/noetic/cob_android_script_server/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_android_script_server" diff --git a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-settings_0.1.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-settings_0.1.9-1.bb index 1201794c304..5edd4bbbb18 100644 --- a/meta-ros1-noetic/generated-recipes/cob-android/cob-android-settings_0.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-android/cob-android-settings_0.1.9-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/noetic/cob_android_settings/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_android_settings" diff --git a/meta-ros1-noetic/generated-recipes/cob-android/cob-android_0.1.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-android/cob-android_0.1.9-1.bb index d51aaa50201..7f3b0d8da37 100644 --- a/meta-ros1-noetic/generated-recipes/cob-android/cob-android_0.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-android/cob-android_0.1.9-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_android-release/archive/release/noetic/cob_android/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_android" diff --git a/meta-ros1-noetic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb b/meta-ros1-noetic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb index 63d69a3a2a8..7d525efc4b7 100644 --- a/meta-ros1-noetic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-calibration-data/cob-calibration-data_0.6.15-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_calibration_data-release/archive/release/noetic/cob_calibration_data/0.6.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_calibration_data" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-gui_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-gui_0.6.21-1.bb index 146186bf5c0..f30eb2d3484 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-gui_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-gui_0.6.21-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_command_gui/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_command_gui" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-tools_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-tools_0.6.21-1.bb index d1a372193ae..33059771054 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-tools_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-command-tools_0.6.21-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_command_tools/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_command_tools" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-dashboard_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-dashboard_0.6.21-1.bb index 5a3ead26358..5c301cfcf43 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-dashboard_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-dashboard_0.6.21-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_dashboard/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_dashboard" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.21-1.bb index 646abe5b7d2..9404ddc2532 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-helper-tools_0.6.21-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_helper_tools/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_helper_tools" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.21-1.bb index 3c3231f9a2d..ca6b57f59de 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-interactive-teleop_0.6.21-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_interactive_teleop/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_interactive_teleop" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-monitoring_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-monitoring_0.6.21-1.bb index e6f2cdde85e..658cd95eee6 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-monitoring_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-monitoring_0.6.21-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_monitoring/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_monitoring" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-script-server_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-script-server_0.6.21-1.bb index a3c42092213..c2d352d7420 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-script-server_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-script-server_0.6.21-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_script_server/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_script_server" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-teleop_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-teleop_0.6.21-1.bb index 9fb3acee19c..0a00aefa01b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-teleop_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/cob-teleop_0.6.21-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_teleop/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_teleop" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/generic-throttle_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/generic-throttle_0.6.21-1.bb index 847d6c8dac3..5c0263ecd18 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/generic-throttle_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/generic-throttle_0.6.21-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/generic_throttle/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/generic_throttle" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.21-1.bb index 03a298cd5b2..914f673f39e 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/scenario-test-tools_0.6.21-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/scenario_test_tools/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/scenario_test_tools" diff --git a/meta-ros1-noetic/generated-recipes/cob-command-tools/service-tools_0.6.21-1.bb b/meta-ros1-noetic/generated-recipes/cob-command-tools/service-tools_0.6.21-1.bb index d312bbb712f..9c463e8b3cd 100644 --- a/meta-ros1-noetic/generated-recipes/cob-command-tools/service-tools_0.6.21-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-command-tools/service-tools_0.6.21-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/service_tools/0.6.21-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/service_tools" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb index e42e712b74e..115434bd31b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/cob-actions_0.7.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/cob_actions/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_actions" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/cob-common_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/cob-common_0.7.4-1.bb index d0bc2047e0f..213d62d15bd 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/cob-common_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/cob-common_0.7.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/cob_common/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_common" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/cob-description_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/cob-description_0.7.4-1.bb index 92048eba53c..1971d23230e 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/cob-description_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/cob-description_0.7.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/cob_description/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_description" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb index 270da76efed..8052ac2cf7c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/cob-msgs_0.7.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/cob_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb index 58ede18452d..af79196cf81 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/cob-srvs_0.7.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/cob_srvs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_srvs" diff --git a/meta-ros1-noetic/generated-recipes/cob-common/raw-description_0.7.4-1.bb b/meta-ros1-noetic/generated-recipes/cob-common/raw-description_0.7.4-1.bb index 509c08bc4e1..8cd848a2deb 100644 --- a/meta-ros1-noetic/generated-recipes/cob-common/raw-description_0.7.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-common/raw-description_0.7.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_common-release/archive/release/noetic/raw_description/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/raw_description" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-base-controller-utils_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-base-controller-utils_0.8.13-1.bb index af516842312..b2e11edc35e 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-base-controller-utils_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-base-controller-utils_0.8.13-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_base_controller_utils/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_base_controller_utils" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.13-1.bb index 027fb2d66f4..62bcf9f1ad1 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-base-velocity-smoother_0.8.13-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_base_velocity_smoother/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_base_velocity_smoother" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-cartesian-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-cartesian-controller_0.8.13-1.bb index c73d7748be4..f38ccc21d23 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-cartesian-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-cartesian-controller_0.8.13-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_cartesian_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_cartesian_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.13-1.bb index 029fa508416..d7490809f68 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-collision-velocity-filter_0.8.13-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_collision_velocity_filter/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_collision_velocity_filter" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.13-1.bb index f70b9e30199..b9af0a4ef6f 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-control-mode-adapter_0.8.13-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_control_mode_adapter/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_control_mode_adapter" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-control-msgs_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-control-msgs_0.8.13-1.bb index 31900521f63..9f4723f52a8 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-control-msgs_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-control-msgs_0.8.13-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_control_msgs/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_control_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-control_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-control_0.8.13-1.bb index 77e1eac7e86..3a1a91d531b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-control_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-control_0.8.13-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_control/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_control" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-footprint-observer_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-footprint-observer_0.8.13-1.bb index 64bf5382293..74b1ad73e78 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-footprint-observer_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-footprint-observer_0.8.13-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_footprint_observer/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_footprint_observer" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-frame-tracker_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-frame-tracker_0.8.13-1.bb index 265c5663620..8ed361b07b8 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-frame-tracker_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-frame-tracker_0.8.13-1.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_frame_tracker/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_frame_tracker" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-hardware-emulation_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-hardware-emulation_0.8.13-1.bb index 94593cb94cf..9aed92c407c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-hardware-emulation_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-hardware-emulation_0.8.13-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_hardware_emulation/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_hardware_emulation" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-mecanum-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-mecanum-controller_0.8.13-1.bb index a244c511c84..8c56c72b9af 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-mecanum-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-mecanum-controller_0.8.13-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_mecanum_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_mecanum_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-model-identifier_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-model-identifier_0.8.13-1.bb index 50870a13145..15c20444331 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-model-identifier_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-model-identifier_0.8.13-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_model_identifier/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_model_identifier" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-obstacle-distance_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-obstacle-distance_0.8.13-1.bb index 330895df787..eb9b842a083 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-obstacle-distance_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-obstacle-distance_0.8.13-1.bb @@ -119,7 +119,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_obstacle_distance/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_obstacle_distance" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.13-1.bb index bb0db619a9a..828a6c8e504 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-omni-drive-controller_0.8.13-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_omni_drive_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_omni_drive_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-trajectory-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-trajectory-controller_0.8.13-1.bb index c68fc0d10e5..93511d356a8 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-trajectory-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-trajectory-controller_0.8.13-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_trajectory_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_trajectory_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-tricycle-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-tricycle-controller_0.8.13-1.bb index 2417dd9bd56..e90116413e3 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-tricycle-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-tricycle-controller_0.8.13-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_tricycle_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_tricycle_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-control/cob-twist-controller_0.8.13-1.bb b/meta-ros1-noetic/generated-recipes/cob-control/cob-twist-controller_0.8.13-1.bb index c47c7723951..718ca20f27d 100644 --- a/meta-ros1-noetic/generated-recipes/cob-control/cob-twist-controller_0.8.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-control/cob-twist-controller_0.8.13-1.bb @@ -117,7 +117,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_control-release/archive/release/noetic/cob_twist_controller/0.8.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_twist_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.5-1.bb index 7ea33b6813c..7f8a085bbeb 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-base-drive-chain_0.7.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_base_drive_chain/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_base_drive_chain" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-bms-driver_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-bms-driver_0.7.5-1.bb index 80d83b9e923..48f567e14fe 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-bms-driver_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-bms-driver_0.7.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_bms_driver/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_bms_driver" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-canopen-motor_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-canopen-motor_0.7.5-1.bb index 8e44e730f4b..5e71c607fd9 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-canopen-motor_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-canopen-motor_0.7.5-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_canopen_motor/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_canopen_motor" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-driver_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-driver_0.7.5-1.bb index 48cfff1d074..9cf53d066a8 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-driver_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-driver_0.7.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_driver/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_driver" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-elmo-homing_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-elmo-homing_0.7.5-1.bb index 8122945452d..44e5d493095 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-elmo-homing_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-elmo-homing_0.7.5-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_elmo_homing/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_elmo_homing" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-generic-can_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-generic-can_0.7.5-1.bb index 0a03a90ca2c..1ff0012b213 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-generic-can_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-generic-can_0.7.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_generic_can/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_generic_can" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-light_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-light_0.7.5-1.bb index a9a4f66fde8..0eb87c0dd75 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-light_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-light_0.7.5-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_light/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_light" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-mimic_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-mimic_0.7.5-1.bb index 7063b16ebcd..8d948d7803a 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-mimic_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-mimic_0.7.5-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_mimic/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_mimic" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.5-1.bb index 33b7ae7f0f9..f5fb889cd70 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-em-state_0.7.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_phidget_em_state/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_phidget_em_state" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.5-1.bb index 14b28da70fd..cf3d6888a4c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidget-power-state_0.7.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_phidget_power_state/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_phidget_power_state" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidgets_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidgets_0.7.5-1.bb index 15e8b24194e..533dd1129dd 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidgets_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-phidgets_0.7.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_phidgets/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_phidgets" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-relayboard_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-relayboard_0.7.5-1.bb index d6d3404cdab..a3262761533 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-relayboard_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-relayboard_0.7.5-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_relayboard/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_relayboard" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-scan-unifier_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-scan-unifier_0.7.5-1.bb index 98f1c574263..bdd97742e13 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-scan-unifier_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-scan-unifier_0.7.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_scan_unifier/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_scan_unifier" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.5-1.bb index 08444efe46f..829fa7fa282 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-lms1xx_0.7.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_sick_lms1xx/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_sick_lms1xx" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-s300_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-s300_0.7.5-1.bb index 347a7f5d78c..80280bf27f1 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-s300_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sick-s300_0.7.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_sick_s300/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_sick_s300" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sound_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sound_0.7.5-1.bb index 0d08484117b..7e04de94b64 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-sound_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-sound_0.7.5-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_sound/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_sound" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.5-1.bb index 26e1c168490..fc99664af82 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-undercarriage-ctrl_0.7.5-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_undercarriage_ctrl/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_undercarriage_ctrl" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-utilities_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-utilities_0.7.5-1.bb index b4220dde1c2..afdaef198c0 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-utilities_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-utilities_0.7.5-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_utilities/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_utilities" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/cob-voltage-control_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/cob-voltage-control_0.7.5-1.bb index 80f6b2570db..12a677cb51a 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/cob-voltage-control_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/cob-voltage-control_0.7.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/cob_voltage_control/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_voltage_control" diff --git a/meta-ros1-noetic/generated-recipes/cob-driver/laser-scan-densifier_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-driver/laser-scan-densifier_0.7.5-1.bb index 1d1f6eca560..12cc3db4e58 100644 --- a/meta-ros1-noetic/generated-recipes/cob-driver/laser-scan-densifier_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-driver/laser-scan-densifier_0.7.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_driver-release/archive/release/noetic/laser_scan_densifier/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_scan_densifier" diff --git a/meta-ros1-noetic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb b/meta-ros1-noetic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb index b7230a6ef25..1fe1fb86cf5 100644 --- a/meta-ros1-noetic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-environments/cob-default-env-config_0.6.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_environments-release/archive/release/noetic/cob_default_env_config/0.6.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_default_env_config" diff --git a/meta-ros1-noetic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb b/meta-ros1-noetic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb index a6b697e9fac..1617cf22d1c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-environments/cob-environments_0.6.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_environments-release/archive/release/noetic/cob_environments/0.6.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_environments" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb index 21c984845cf..e198689d393 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/cob-extern_0.6.17-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/cob_extern/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_extern" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb index f2c71a35b38..fc30b95293b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/libdlib_0.6.17-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/libdlib/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libdlib" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb index 0d86123e6d3..f981688fa87 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/libntcan_0.6.17-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/libntcan/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libntcan" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb index 2c77ff48e0b..27eef6beadf 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/libpcan_0.6.17-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/libpcan/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libpcan" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb index 8474bdc3d89..cb287a27f88 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/libphidgets_0.6.17-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/libphidgets/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libphidgets" diff --git a/meta-ros1-noetic/generated-recipes/cob-extern/opengm_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-extern/opengm_0.6.17-1.bb index aa6b8270fc4..e684db88732 100644 --- a/meta-ros1-noetic/generated-recipes/cob-extern/opengm_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-extern/opengm_0.6.17-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_extern-release/archive/release/noetic/opengm/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/opengm" diff --git a/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb index 3688329f576..c703482066c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-plugins_0.7.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_gazebo_plugins-release/archive/release/noetic/cob_gazebo_plugins/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_gazebo_plugins" diff --git a/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb index b9e6b0a6141..35b44da233c 100644 --- a/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-gazebo-plugins/cob-gazebo-ros-control_0.7.5-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_gazebo_plugins-release/archive/release/noetic/cob_gazebo_ros_control/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_gazebo_ros_control" diff --git a/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb index 6e1d271e743..ec8d5db9fb7 100644 --- a/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand-bridge_0.6.9-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_hand-release/archive/release/noetic/cob_hand_bridge/0.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_hand_bridge" diff --git a/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb b/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb index c316a41b830..5a16145a8a6 100644 --- a/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-hand/cob-hand_0.6.9-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_hand-release/archive/release/noetic/cob_hand/0.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_hand" diff --git a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb index eb7cfcb96fd..6c2e5a88408 100644 --- a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-collision-monitor_0.7.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/noetic/cob_collision_monitor/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_collision_monitor" diff --git a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb index 3fa10f7b3d4..8fba4a80a73 100644 --- a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-grasp-generation_0.7.5-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/noetic/cob_grasp_generation/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_grasp_generation" diff --git a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb index 760d2147242..44a5d6db38e 100644 --- a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-lookat-action_0.7.5-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/noetic/cob_lookat_action/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_lookat_action" diff --git a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb index 48d65cee92d..2f93f1809fc 100644 --- a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-bringup_0.7.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/noetic/cob_moveit_bringup/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_moveit_bringup" diff --git a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb index cbfd08f1c1e..0c087d8b69a 100644 --- a/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-manipulation/cob-moveit-interface_0.7.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_manipulation-release/archive/release/noetic/cob_moveit_interface/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_moveit_interface" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb index 4c1db392e32..f56d880ef85 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-linear-nav_0.6.11-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_linear_nav/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_linear_nav" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb index 0d211f6eb5e..c01e96ec3b7 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-map-accessibility-analysis_0.6.11-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_map_accessibility_analysis/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_map_accessibility_analysis" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb index 22acff1a333..dad11d72c7b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-mapping-slam_0.6.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_mapping_slam/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_mapping_slam" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb index 64d3724e676..b2ad6a62173 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-config_0.6.11-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_navigation_config/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_navigation_config" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb index a572dd40161..941ae20514f 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-global_0.6.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_navigation_global/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_navigation_global" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb index b5f3056e62f..5a6cda4032d 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-local_0.6.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_navigation_local/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_navigation_local" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb index eda8c664c25..63e399afa5e 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation-slam_0.6.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_navigation_slam/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_navigation_slam" diff --git a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb index 0c23cf7779d..97f4cc1514d 100644 --- a/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-navigation/cob-navigation_0.6.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_navigation-release/archive/release/noetic/cob_navigation/0.6.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_navigation" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb index d10e7ad136e..3cbcb373121 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-3d-mapping-msgs_0.6.17-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_3d_mapping_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_3d_mapping_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb index ae0b6d10e01..d0742bdb243 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-cam3d-throttle_0.6.17-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_cam3d_throttle/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_cam3d_throttle" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb index 34687cc2bfb..1b3369985fe 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-image-flip_0.6.17-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_image_flip/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_image_flip" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb index 9d8ddda7785..293b254beab 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-msgs_0.6.17-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_object_detection_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_object_detection_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb index 4be40df3f46..ced239fc4b8 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-object-detection-visualizer_0.6.17-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_object_detection_visualizer/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_object_detection_visualizer" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb index 3c824a5530e..157c8d7e3fa 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-common_0.6.17-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_perception_common/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_perception_common" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb index cc2826d4867..32949c7494f 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-perception-msgs_0.6.17-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_perception_msgs/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_perception_msgs" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb index f55463e0f09..1c32ae65559 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/cob-vision-utils_0.6.17-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/cob_vision_utils/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_vision_utils" diff --git a/meta-ros1-noetic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb b/meta-ros1-noetic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb index 09dcb2e11aa..9cae46d8d3b 100644 --- a/meta-ros1-noetic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-perception-common/ipa-3d-fov-visualization_0.6.17-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_perception_common-release/archive/release/noetic/ipa_3d_fov_visualization/0.6.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ipa_3d_fov_visualization" diff --git a/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb index 1b513e16d92..efae8ec3aab 100644 --- a/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-behavior_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/noetic/cob_default_robot_behavior/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_default_robot_behavior" diff --git a/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb index 2177669b9ff..71775f547f4 100644 --- a/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-robots/cob-default-robot-config_0.7.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/noetic/cob_default_robot_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_default_robot_config" diff --git a/meta-ros1-noetic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb index 66c0b276870..d1194a07433 100644 --- a/meta-ros1-noetic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-robots/cob-hardware-config_0.7.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/noetic/cob_hardware_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_hardware_config" diff --git a/meta-ros1-noetic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb index dafc27742f8..128c4da8438 100644 --- a/meta-ros1-noetic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-robots/cob-moveit-config_0.7.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_robots-release/archive/release/noetic/cob_moveit_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb index a6979b76726..bebcaa9c209 100644 --- a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-objects_0.7.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/noetic/cob_gazebo_objects/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_gazebo_objects" diff --git a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb index 989ecaa8881..f68a32d5505 100644 --- a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-tools_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/noetic/cob_gazebo_tools/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_gazebo_tools" diff --git a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb index ed24845a773..dade120aacf 100644 --- a/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-simulation/cob-gazebo-worlds_0.7.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_simulation-release/archive/release/noetic/cob_gazebo_worlds/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_gazebo_worlds" diff --git a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb index 59a9d6918ec..1f7955e5af7 100644 --- a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-docker-control_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/noetic/cob_docker_control/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_docker_control" diff --git a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb index d82312287ba..b1d512a1737 100644 --- a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-reflector-referencing_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/noetic/cob_reflector_referencing/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_reflector_referencing" diff --git a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb index 1cc1bd5a571..cc4470f1a83 100644 --- a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-safety-controller_0.6.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/noetic/cob_safety_controller/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_safety_controller" diff --git a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb index 0ac11e2ce1f..24255122d90 100644 --- a/meta-ros1-noetic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-substitute/cob-substitute_0.6.10-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_substitute-release/archive/release/noetic/cob_substitute/0.6.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_substitute" diff --git a/meta-ros1-noetic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb b/meta-ros1-noetic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb index 250c4616ab5..6b5817c14bd 100644 --- a/meta-ros1-noetic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/cob-supported-robots/cob-supported-robots_0.6.15-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/cob_supported_robots-release/archive/release/noetic/cob_supported_robots/0.6.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cob_supported_robots" diff --git a/meta-ros1-noetic/generated-recipes/code-coverage/code-coverage_0.4.4-1.bb b/meta-ros1-noetic/generated-recipes/code-coverage/code-coverage_0.4.4-1.bb index 130f68ca689..3593226320a 100644 --- a/meta-ros1-noetic/generated-recipes/code-coverage/code-coverage_0.4.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/code-coverage/code-coverage_0.4.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/code_coverage-gbp/archive/release/noetic/code_coverage/0.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/code_coverage" diff --git a/meta-ros1-noetic/generated-recipes/codec-image-transport/codec-image-transport_0.0.5-1.bb b/meta-ros1-noetic/generated-recipes/codec-image-transport/codec-image-transport_0.0.5-1.bb index c1bbc898e2a..ac0b0f6aafc 100644 --- a/meta-ros1-noetic/generated-recipes/codec-image-transport/codec-image-transport_0.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/codec-image-transport/codec-image-transport_0.0.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/codec_image_transport-release/archive/release/noetic/codec_image_transport/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/codec_image_transport" diff --git a/meta-ros1-noetic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb b/meta-ros1-noetic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb index 11ba79a7600..3697ed79c84 100644 --- a/meta-ros1-noetic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/collada-urdf/collada-parser_1.12.13-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/collada_urdf-release/archive/release/noetic/collada_parser/1.12.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/collada_parser" diff --git a/meta-ros1-noetic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb b/meta-ros1-noetic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb index d53e0a43209..db7fcda9257 100644 --- a/meta-ros1-noetic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/collada-urdf/collada-urdf_1.12.13-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/collada_urdf-release/archive/release/noetic/collada_urdf/1.12.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/collada_urdf" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/actionlib-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/actionlib-msgs_1.13.1-1.bb index bc731ade3db..bf71eb0d52c 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/actionlib-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/actionlib-msgs_1.13.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/actionlib_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/actionlib_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/common-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/common-msgs_1.13.1-1.bb index 83330b2ce66..ede59faba26 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/common-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/common-msgs_1.13.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/common_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/common_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/diagnostic-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/diagnostic-msgs_1.13.1-1.bb index ad36fb41d03..f82f80bd7e7 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/diagnostic-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/diagnostic-msgs_1.13.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/diagnostic_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostic_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/geometry-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/geometry-msgs_1.13.1-1.bb index 5c045869780..d9a3cafb780 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/geometry-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/geometry-msgs_1.13.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/geometry_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geometry_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/nav-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/nav-msgs_1.13.1-1.bb index a433442e971..c2fb49c47ed 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/nav-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/nav-msgs_1.13.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/nav_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/sensor-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/sensor-msgs_1.13.1-1.bb index e3d55d52818..4accd311eb9 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/sensor-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/sensor-msgs_1.13.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/sensor_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sensor_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/shape-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/shape-msgs_1.13.1-1.bb index aceecdb4034..c28a7d4237a 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/shape-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/shape-msgs_1.13.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/shape_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/shape_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/stereo-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/stereo-msgs_1.13.1-1.bb index f7ec65a6e81..45a6ca499c7 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/stereo-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/stereo-msgs_1.13.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/stereo_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/stereo_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/trajectory-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/trajectory-msgs_1.13.1-1.bb index 334ebd5b11a..ad1df888e63 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/trajectory-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/trajectory-msgs_1.13.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/trajectory_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trajectory_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-msgs/visualization-msgs_1.13.1-1.bb b/meta-ros1-noetic/generated-recipes/common-msgs/visualization-msgs_1.13.1-1.bb index 98ca5ee7600..e111e3e52b9 100644 --- a/meta-ros1-noetic/generated-recipes/common-msgs/visualization-msgs_1.13.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-msgs/visualization-msgs_1.13.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_msgs-release/archive/release/noetic/visualization_msgs/1.13.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visualization_msgs" diff --git a/meta-ros1-noetic/generated-recipes/common-tutorials/actionlib-tutorials_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/common-tutorials/actionlib-tutorials_0.2.0-1.bb index f5bdf5ebb93..154ebc6031a 100644 --- a/meta-ros1-noetic/generated-recipes/common-tutorials/actionlib-tutorials_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-tutorials/actionlib-tutorials_0.2.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/actionlib_tutorials/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/actionlib_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/common-tutorials/common-tutorials_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/common-tutorials/common-tutorials_0.2.0-1.bb index a4d67cdfa0d..f2ec4014886 100644 --- a/meta-ros1-noetic/generated-recipes/common-tutorials/common-tutorials_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-tutorials/common-tutorials_0.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/common_tutorials/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/common_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.2.0-1.bb index ebe010da780..f6761c8ea8c 100644 --- a/meta-ros1-noetic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-tutorials/nodelet-tutorial-math_0.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/nodelet_tutorial_math/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nodelet_tutorial_math" diff --git a/meta-ros1-noetic/generated-recipes/common-tutorials/pluginlib-tutorials_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/common-tutorials/pluginlib-tutorials_0.2.0-1.bb index 3b47ae28794..e9d67889470 100644 --- a/meta-ros1-noetic/generated-recipes/common-tutorials/pluginlib-tutorials_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-tutorials/pluginlib-tutorials_0.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/pluginlib_tutorials/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pluginlib_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/common-tutorials/turtle-actionlib_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/common-tutorials/turtle-actionlib_0.2.0-1.bb index ea7bbbd6dce..7b51ae28007 100644 --- a/meta-ros1-noetic/generated-recipes/common-tutorials/turtle-actionlib_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/common-tutorials/turtle-actionlib_0.2.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/turtle_actionlib/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtle_actionlib" diff --git a/meta-ros1-noetic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb b/meta-ros1-noetic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb index d15e3787b92..42ccd54dfc0 100644 --- a/meta-ros1-noetic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/computer-status-msgs/computer-status-msgs_2.0.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/130s/computer_status_msgs-release/archive/release/kinetic/computer_status_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/kinetic/computer_status_msgs" diff --git a/meta-ros1-noetic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb b/meta-ros1-noetic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb index a387a7aeb04..39c7919dd0e 100644 --- a/meta-ros1-noetic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/control_box_rst-release/archive/release/noetic/control_box_rst/0.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/control_box_rst" diff --git a/meta-ros1-noetic/generated-recipes/control-msgs/control-msgs_1.5.2-1.bb b/meta-ros1-noetic/generated-recipes/control-msgs/control-msgs_1.5.2-1.bb index 2605bcdb5c0..c85d130e3fd 100644 --- a/meta-ros1-noetic/generated-recipes/control-msgs/control-msgs_1.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/control-msgs/control-msgs_1.5.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_msgs-release/archive/release/noetic/control_msgs/1.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/control_msgs" diff --git a/meta-ros1-noetic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb b/meta-ros1-noetic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb index 0b238870cf8..8f2a9985010 100644 --- a/meta-ros1-noetic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/control-toolbox/control-toolbox_1.18.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_toolbox-release/archive/release/noetic/control_toolbox/1.18.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/control_toolbox" diff --git a/meta-ros1-noetic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12-1.bb b/meta-ros1-noetic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12-1.bb index 16d15b1d36c..7b771c54f43 100644 --- a/meta-ros1-noetic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/convex-decomposition/convex-decomposition_0.1.12-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/convex_decomposition-release/archive/release/noetic/convex_decomposition/0.1.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/convex_decomposition" diff --git a/meta-ros1-noetic/generated-recipes/core-perception/points-preprocessor_1.14.14-1.bb b/meta-ros1-noetic/generated-recipes/core-perception/points-preprocessor_1.14.14-1.bb index 3465fe19ab3..7cd6704b548 100644 --- a/meta-ros1-noetic/generated-recipes/core-perception/points-preprocessor_1.14.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/core-perception/points-preprocessor_1.14.14-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/core_perception-release/archive/release/noetic/points_preprocessor/1.14.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/points_preprocessor" diff --git a/meta-ros1-noetic/generated-recipes/costmap-converter/costmap-converter_0.0.13-1.bb b/meta-ros1-noetic/generated-recipes/costmap-converter/costmap-converter_0.0.13-1.bb index d01bc533a99..07c3865eb14 100644 --- a/meta-ros1-noetic/generated-recipes/costmap-converter/costmap-converter_0.0.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/costmap-converter/costmap-converter_0.0.13-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-release/archive/release/noetic/costmap_converter/0.0.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/costmap_converter" diff --git a/meta-ros1-noetic/generated-recipes/criutils/criutils_0.1.4-2.bb b/meta-ros1-noetic/generated-recipes/criutils/criutils_0.1.4-2.bb index 6708a15900d..6b3a17b38e5 100644 --- a/meta-ros1-noetic/generated-recipes/criutils/criutils_0.1.4-2.bb +++ b/meta-ros1-noetic/generated-recipes/criutils/criutils_0.1.4-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/criutils-release/archive/release/noetic/criutils/0.1.4-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/criutils" diff --git a/meta-ros1-noetic/generated-recipes/csm/csm_1.0.2-2.bb b/meta-ros1-noetic/generated-recipes/csm/csm_1.0.2-2.bb index 3bdf7a0f8ed..7bb702ca91c 100644 --- a/meta-ros1-noetic/generated-recipes/csm/csm_1.0.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/csm/csm_1.0.2-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/csm-release/archive/release/noetic/csm/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/csm" diff --git a/meta-ros1-noetic/generated-recipes/cv-camera/cv-camera_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/cv-camera/cv-camera_0.6.0-1.bb index f974843866c..442f7e50990 100644 --- a/meta-ros1-noetic/generated-recipes/cv-camera/cv-camera_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/cv-camera/cv-camera_0.6.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OTL/cv_camera-release/archive/release/noetic/cv_camera/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cv_camera" diff --git a/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros-msgs_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros-msgs_1.1.5-1.bb index 2d15f3c9606..b9066185577 100644 --- a/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros-msgs_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros-msgs_1.1.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/darknet_ros-release/archive/release/noetic/darknet_ros_msgs/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/darknet_ros_msgs" diff --git a/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros_1.1.5-1.bb index ce48df718a7..d65a6c8bc41 100644 --- a/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/darknet-ros/darknet-ros_1.1.5-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/darknet_ros-release/archive/release/noetic/darknet_ros/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/darknet_ros" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb index daf34493c8a..4fb0b44ce00 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-msg-filters_1.0.16-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/noetic/dataspeed_can_msg_filters/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_can_msg_filters" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb index f3697925470..d7d4172b7be 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-tools_1.0.16-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/noetic/dataspeed_can_tools/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_can_tools" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb index bf99df9a763..8476660471b 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can-usb_1.0.16-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/noetic/dataspeed_can_usb/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_can_usb" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb index 80cc44b7b2b..b1e6682fed6 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-can/dataspeed-can_1.0.16-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_can-release/archive/release/noetic/dataspeed_can/1.0.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_can" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb index 3476a6dc79d..c3036be2aa2 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-can_1.0.6-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds_can/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds_can" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb index 4a9c35fbb1b..007a1a8ea13 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-lcm_1.0.6-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds_lcm/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds_lcm" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb index 2e202cd2f61..d9b0d552b11 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-msgs_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds_msgs" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb index 60b1e346d28..6bb2636285a 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-rqt_1.0.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds_rqt/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds_rqt" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb index 7412fdba9e0..461b9a8891c 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds-scripts_1.0.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds_scripts/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds_scripts" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb index 1a800fdbcb2..b663855b869 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-pds/dataspeed-pds_1.0.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_pds-release/archive/release/noetic/dataspeed_pds/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_pds" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-2.bb index 5ba91b28852..a92b0c18274 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-can_0.0.5-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/noetic/dataspeed_ulc_can/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_ulc_can" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-2.bb index 063d544c374..458bfe17c8e 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc-msgs_0.0.5-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/noetic/dataspeed_ulc_msgs/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_ulc_msgs" diff --git a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-2.bb index 9206a4db98d..e49e0d1c17d 100644 --- a/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/dataspeed-ulc-ros/dataspeed-ulc_0.0.5-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dataspeed_ulc_ros-release/archive/release/noetic/dataspeed_ulc/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dataspeed_ulc" diff --git a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb index 4e9cca78354..37faefec499 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-can_1.2.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/noetic/dbw_fca_can/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_fca_can" diff --git a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb index d385e94b7e3..0ea6e81ed81 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-description_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/noetic/dbw_fca_description/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_fca_description" diff --git a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb index 1e85d9064bc..68d2a6a005b 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-joystick-demo_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/noetic/dbw_fca_joystick_demo/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_fca_joystick_demo" diff --git a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb index 75978d10496..2a647ee065d 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca-msgs_1.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/noetic/dbw_fca_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_fca_msgs" diff --git a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb index ba2d0a0b9a6..8928e1a95df 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-fca-ros/dbw-fca_1.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_fca_ros-release/archive/release/noetic/dbw_fca/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_fca" diff --git a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb index d15d387b797..6cc195c8fde 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-can_1.4.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/noetic/dbw_mkz_can/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_mkz_can" diff --git a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb index 04370e02b23..ac0a7156504 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-description_1.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/noetic/dbw_mkz_description/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_mkz_description" diff --git a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb index 709afbc11c1..bfd87f10a28 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-joystick-demo_1.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/noetic/dbw_mkz_joystick_demo/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_mkz_joystick_demo" diff --git a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb index e856a0a66c4..74584a7fb53 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz-msgs_1.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/noetic/dbw_mkz_msgs/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_mkz_msgs" diff --git a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb index 359efbd72bd..09574beb929 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-mkz-ros/dbw-mkz_1.4.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_mkz_ros-release/archive/release/noetic/dbw_mkz/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_mkz" diff --git a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb index 32bad500641..a44f2f4a4c3 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-can_1.0.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/noetic/dbw_polaris_can/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_polaris_can" diff --git a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb index d64f0b4c852..7915d72f759 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-description_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/noetic/dbw_polaris_description/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_polaris_description" diff --git a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb index a8a5c6e8d64..e90e8ba5b9c 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-joystick-demo_1.0.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/noetic/dbw_polaris_joystick_demo/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_polaris_joystick_demo" diff --git a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb index 9336abee75f..37595d363c2 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris-msgs_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/noetic/dbw_polaris_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_polaris_msgs" diff --git a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb index 4ae7bd82ff5..7de70f1dbb5 100644 --- a/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dbw-polaris-ros/dbw-polaris_1.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/dbw_polaris_ros-release/archive/release/noetic/dbw_polaris/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dbw_polaris" diff --git a/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1-1.bb b/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1-1.bb index 5166e9a7969..713e7696dda 100644 --- a/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure-python/ddynamic-reconfigure-python_0.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/ddynamic_reconfigure_python-release/archive/release/noetic/ddynamic_reconfigure_python/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ddynamic_reconfigure_python" diff --git a/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb index e3a69da09ab..fd7ab4f2c1e 100644 --- a/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ddynamic-reconfigure/ddynamic-reconfigure_0.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/ddynamic_reconfigure/archive/release/noetic/ddynamic_reconfigure/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ddynamic_reconfigure" diff --git a/meta-ros1-noetic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8-1.bb b/meta-ros1-noetic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8-1.bb index 4def9366c47..1e67a6b61ba 100644 --- a/meta-ros1-noetic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_1.0.8-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/depthimage_to_laserscan-release/archive/release/noetic/depthimage_to_laserscan/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/depthimage_to_laserscan" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-aggregator_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-aggregator_1.10.4-1.bb index b1ef93a4f73..944d6fba38c 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-aggregator_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-aggregator_1.10.4-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/diagnostic_aggregator/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostic_aggregator" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-analysis_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-analysis_1.10.4-1.bb index 2b9592ad76d..9977a9b1083 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-analysis_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-analysis_1.10.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/diagnostic_analysis/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostic_analysis" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.10.4-1.bb index bfa37015b47..04addfd6580 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-common-diagnostics_1.10.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/diagnostic_common_diagnostics/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostic_common_diagnostics" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-updater_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-updater_1.10.4-1.bb index ce2a0178ed9..f145f2b1c9b 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-updater_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostic-updater_1.10.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/diagnostic_updater/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostic_updater" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostics_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostics_1.10.4-1.bb index d76a7a2cbbb..d95ea4af26b 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/diagnostics_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/diagnostics_1.10.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/diagnostics/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diagnostics" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/rosdiagnostic_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/rosdiagnostic_1.10.4-1.bb index ac2db7dc3f6..3ecf99726c3 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/rosdiagnostic_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/rosdiagnostic_1.10.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/rosdiagnostic/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosdiagnostic" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/self-test_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/self-test_1.10.4-1.bb index 5eb77055d10..d44bbb275b0 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/self-test_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/self-test_1.10.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/self_test/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/self_test" diff --git a/meta-ros1-noetic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.10.4-1.bb b/meta-ros1-noetic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.10.4-1.bb index 864cfec81ce..11e86b80de8 100644 --- a/meta-ros1-noetic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.10.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/diagnostics/test-diagnostic-aggregator_1.10.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/diagnostics-release/archive/release/noetic/test_diagnostic_aggregator/1.10.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/test_diagnostic_aggregator" diff --git a/meta-ros1-noetic/generated-recipes/dnn-detect/dnn-detect_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/dnn-detect/dnn-detect_0.1.0-1.bb index eafae3619aa..5610949a0aa 100644 --- a/meta-ros1-noetic/generated-recipes/dnn-detect/dnn-detect_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/dnn-detect/dnn-detect_0.1.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UbiquityRobotics-release/dnn_detect-release/archive/release/noetic/dnn_detect/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dnn_detect" diff --git a/meta-ros1-noetic/generated-recipes/driver-common/driver-base_1.6.9-1.bb b/meta-ros1-noetic/generated-recipes/driver-common/driver-base_1.6.9-1.bb index e52d94f64e4..0be7f25122f 100644 --- a/meta-ros1-noetic/generated-recipes/driver-common/driver-base_1.6.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/driver-common/driver-base_1.6.9-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/noetic/driver_base/1.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/driver_base" diff --git a/meta-ros1-noetic/generated-recipes/driver-common/driver-common_1.6.9-1.bb b/meta-ros1-noetic/generated-recipes/driver-common/driver-common_1.6.9-1.bb index c9b0b32871e..3b4f7feb216 100644 --- a/meta-ros1-noetic/generated-recipes/driver-common/driver-common_1.6.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/driver-common/driver-common_1.6.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/noetic/driver_common/1.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/driver_common" diff --git a/meta-ros1-noetic/generated-recipes/driver-common/timestamp-tools_1.6.9-1.bb b/meta-ros1-noetic/generated-recipes/driver-common/timestamp-tools_1.6.9-1.bb index 49ece24d3cb..6df3ae20c1e 100644 --- a/meta-ros1-noetic/generated-recipes/driver-common/timestamp-tools_1.6.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/driver-common/timestamp-tools_1.6.9-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/driver_common-release/archive/release/noetic/timestamp_tools/1.6.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/timestamp_tools" diff --git a/meta-ros1-noetic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb b/meta-ros1-noetic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb index 15983bd0581..83094638b63 100644 --- a/meta-ros1-noetic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/dual-quaternions-ros/dual-quaternions-ros_0.1.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/dual_quaternions_ros-release/archive/release/noetic/dual_quaternions_ros/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dual_quaternions_ros" diff --git a/meta-ros1-noetic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb index 71b18a4cf96..934a0ead46c 100644 --- a/meta-ros1-noetic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/dual-quaternions/dual-quaternions_0.3.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/dual_quaternions-release/archive/release/noetic/dual_quaternions/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dual_quaternions" diff --git a/meta-ros1-noetic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb b/meta-ros1-noetic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb index 751b32c5549..04c68f24b08 100644 --- a/meta-ros1-noetic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/dynamic-graph-python/dynamic-graph-python_4.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic-graph-python" diff --git a/meta-ros1-noetic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.3.2-1.bb b/meta-ros1-noetic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.3.2-1.bb index 59764330ea5..93d7f498eb1 100644 --- a/meta-ros1-noetic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/dynamic-graph-tutorial/dynamic-graph-tutorial_1.3.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-tutorial-ros-release/archive/release/noetic/dynamic-graph-tutorial/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic-graph-tutorial" diff --git a/meta-ros1-noetic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb b/meta-ros1-noetic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb index 719232f3e85..1cf6a47e423 100644 --- a/meta-ros1-noetic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/dynamic-graph/dynamic-graph_4.3.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-ros-release/archive/release/noetic/dynamic-graph/4.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic-graph" diff --git a/meta-ros1-noetic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.7.1-1.bb b/meta-ros1-noetic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.7.1-1.bb index b2bb77c4654..7fdc1c8f254 100644 --- a/meta-ros1-noetic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.7.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/dynamic-reconfigure/dynamic-reconfigure_1.7.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/dynamic_reconfigure-release/archive/release/noetic/dynamic_reconfigure/1.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic_reconfigure" diff --git a/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb b/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb index f9f3f7366a9..b55be391619 100644 --- a/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb +++ b/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.51-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/DynamixelSDK-release/archive/release/noetic/dynamixel_sdk_examples/3.7.51-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamixel_sdk_examples" diff --git a/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb b/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb index eb49c716406..a85886c8833 100644 --- a/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb +++ b/meta-ros1-noetic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.51-4.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/DynamixelSDK-release/archive/release/noetic/dynamixel_sdk/3.7.51-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamixel_sdk" diff --git a/meta-ros1-noetic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.2-2.bb b/meta-ros1-noetic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.2-2.bb index 468e319a0c9..8036c40072c 100644 --- a/meta-ros1-noetic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/dynamixel-workbench-msgs/dynamixel-workbench-msgs_2.0.2-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/dynamixel-workbench-msgs-release/archive/release/noetic/dynamixel_workbench_msgs/2.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamixel_workbench_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-command-line_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-command-line_0.62.3-1.bb index 5d1541be6f1..bf7ca629b9b 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-command-line_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-command-line_0.62.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_command_line/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_command_line" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-concepts_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-concepts_0.62.3-1.bb index fab0881d599..c1eb49e10a3 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-concepts_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-concepts_0.62.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_concepts/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_concepts" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-containers_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-containers_0.62.3-1.bb index ab152bffde4..81f9e21b1c2 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-containers_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-containers_0.62.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_containers/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_containers" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-converters_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-converters_0.62.3-1.bb index c9852e8f3cf..135eb12a32c 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-converters_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-converters_0.62.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_converters/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_converters" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core-apps_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core-apps_0.62.3-1.bb index 07e3d871269..50b244aa494 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core-apps_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core-apps_0.62.3-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_core_apps/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_core_apps" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core_0.62.3-1.bb index 2089114dc2a..b1a71851429 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-core_0.62.3-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_core/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_core" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-devices_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-devices_0.62.3-1.bb index ed99ee5ce49..13b33851712 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-devices_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-devices_0.62.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_devices/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_devices" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-eigen_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-eigen_0.62.3-1.bb index 6d3ef09e633..23be91a478f 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-eigen_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-eigen_0.62.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_eigen/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_eigen" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-exceptions_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-exceptions_0.62.3-1.bb index 331b96a2783..6715d33a7fe 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-exceptions_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-exceptions_0.62.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_exceptions/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_exceptions" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-filesystem_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-filesystem_0.62.3-1.bb index 86ad59f8206..82f9475043e 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-filesystem_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-filesystem_0.62.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_filesystem/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_filesystem" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-formatters_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-formatters_0.62.3-1.bb index c2e3e9fac8f..4bacefaafc3 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-formatters_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-formatters_0.62.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_formatters/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_formatters" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-geometry_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-geometry_0.62.3-1.bb index 749ec337b90..ce381f0a5da 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-geometry_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-geometry_0.62.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_geometry/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_geometry" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-ipc_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-ipc_0.62.3-1.bb index e5d8af05a3b..c6caf5a8ff2 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-ipc_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-ipc_0.62.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_ipc/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_ipc" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.3-1.bb index ea51a627f0f..32800cb79b8 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-linear-algebra_0.62.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_linear_algebra/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_linear_algebra" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-math_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-math_0.62.3-1.bb index 584e6ea150d..8c198c47286 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-math_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-math_0.62.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_math/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_math" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-mpl_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-mpl_0.62.3-1.bb index 53a8aafa630..88de4d7b806 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-mpl_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-mpl_0.62.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_mpl/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_mpl" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-sigslots_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-sigslots_0.62.3-1.bb index aa6d5587785..cd65ba5ca7d 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-sigslots_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-sigslots_0.62.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_sigslots/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_sigslots" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-statistics_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-statistics_0.62.3-1.bb index 5b33f2fa628..749dfcf5e76 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-statistics_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-statistics_0.62.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_statistics/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_statistics" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-streams_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-streams_0.62.3-1.bb index 7035fb55fa8..6fc5cc32c16 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-streams_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-streams_0.62.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_streams/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_streams" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-threads_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-threads_0.62.3-1.bb index 6c68579aaf8..8da7997c2ab 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-threads_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-threads_0.62.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_threads/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_threads" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-time_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-time_0.62.3-1.bb index bda7043208c..407edf921ff 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-time_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-time_0.62.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_time/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_time" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-type-traits_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-type-traits_0.62.3-1.bb index 65492440624..51635783c6d 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-type-traits_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-type-traits_0.62.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_type_traits/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_type_traits" diff --git a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-utilities_0.62.3-1.bb b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-utilities_0.62.3-1.bb index 795fe6af0ee..901a7cd0d4d 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-core/ecl-utilities_0.62.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-core/ecl-utilities_0.62.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/noetic/ecl_utilities/0.62.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_utilities" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-config_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-config_0.61.6-1.bb index 1c18cdfc2e2..9490392ab08 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-config_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-config_0.61.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_config/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_config" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-console_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-console_0.61.6-1.bb index 4faee47c6eb..6b26c5c81c2 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-console_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-console_0.61.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_console/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_console" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6-1.bb index 95908573ebf..a2abe37468f 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-converters-lite_0.61.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_converters_lite/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_converters_lite" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-errors_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-errors_0.61.6-1.bb index 0516ccd211f..602ff11ddba 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-errors_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-errors_0.61.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_errors/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_errors" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-io_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-io_0.61.6-1.bb index 519b98bbc93..b9a7aa14957 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-io_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-io_0.61.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_io/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_io" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-lite_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-lite_0.61.6-1.bb index aa33face27d..0a52651784b 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-lite_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-lite_0.61.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_lite/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_lite" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6-1.bb index 3e92ad31157..a54c8f5e595 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-sigslots-lite_0.61.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_sigslots_lite/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_sigslots_lite" diff --git a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6-1.bb b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6-1.bb index 3794337f53d..195d12f5461 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-lite/ecl-time-lite_0.61.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/noetic/ecl_time_lite/0.61.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_time_lite" diff --git a/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3-2.bb b/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3-2.bb index 0db66b7ba51..510470ba590 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3-2.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-mobile-robot_0.60.3-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_navigation-release/archive/release/noetic/ecl_mobile_robot/0.60.3-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_mobile_robot" diff --git a/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3-2.bb b/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3-2.bb index dbd553feaa5..b7e9dc193a3 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3-2.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-navigation/ecl-navigation_0.60.3-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_navigation-release/archive/release/noetic/ecl_navigation/0.60.3-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_navigation" diff --git a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb index ab9760f42a8..d95879b93d0 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-build_0.61.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/noetic/ecl_build/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_build" diff --git a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb index 5db035952e8..9f992053b3e 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-license_0.61.8-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/noetic/ecl_license/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_license" diff --git a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb index 0f8dad08783..41830c7a23d 100644 --- a/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/ecl-tools/ecl-tools_0.61.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/noetic/ecl_tools/0.61.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ecl_tools" diff --git a/meta-ros1-noetic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8-1.bb b/meta-ros1-noetic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8-1.bb index 44640aebe73..c83637a1125 100644 --- a/meta-ros1-noetic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/eigen-stl-containers/eigen-stl-containers_0.1.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/eigen_stl_containers-release/archive/release/noetic/eigen_stl_containers/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/eigen_stl_containers" diff --git a/meta-ros1-noetic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb b/meta-ros1-noetic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb index 94dbe266286..0e910c088b6 100644 --- a/meta-ros1-noetic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/eigenpy/eigenpy_2.6.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/eigenpy_catkin-release/archive/release/noetic/eigenpy/2.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/eigenpy" diff --git a/meta-ros1-noetic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb b/meta-ros1-noetic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb index 5c7076a260d..c623d9d1e67 100644 --- a/meta-ros1-noetic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/eiquadprog/eiquadprog_1.2.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/eiquadprog-ros-release/archive/release/noetic/eiquadprog/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/eiquadprog" diff --git a/meta-ros1-noetic/generated-recipes/eml/eml_1.8.15-7.bb b/meta-ros1-noetic/generated-recipes/eml/eml_1.8.15-7.bb index 2320cf02828..b73bd9802c3 100644 --- a/meta-ros1-noetic/generated-recipes/eml/eml_1.8.15-7.bb +++ b/meta-ros1-noetic/generated-recipes/eml/eml_1.8.15-7.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/eml-release/archive/release/noetic/eml/1.8.15-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/eml" diff --git a/meta-ros1-noetic/generated-recipes/ergodic-exploration/ergodic-exploration_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/ergodic-exploration/ergodic-exploration_1.0.0-2.bb index e899764646d..88e867f5f14 100644 --- a/meta-ros1-noetic/generated-recipes/ergodic-exploration/ergodic-exploration_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/ergodic-exploration/ergodic-exploration_1.0.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/bostoncleek/ergodic_exploration-release/archive/release/noetic/ergodic_exploration/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ergodic_exploration" diff --git a/meta-ros1-noetic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5-8.bb b/meta-ros1-noetic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5-8.bb index 57ef14a9df4..485a0b4d497 100644 --- a/meta-ros1-noetic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5-8.bb +++ b/meta-ros1-noetic/generated-recipes/ethercat-grant/ethercat-grant_0.2.5-8.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/shadow-robot/ethercat_grant-release/archive/release/noetic/ethercat_grant/0.2.5-8.tar.gz ROS_BRANCH ?= "branch=release/noetic/ethercat_grant" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.1-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.1-1.bb index db472d21d76..d3ef340a478 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach-visualization/executive-smach-visualization_3.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/jbohren/executive_smach_visualization-release/archive/release/noetic/executive_smach_visualization/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/executive_smach_visualization" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.1-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.1-1.bb index c21053820e6..f33c8079822 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach-visualization/smach-viewer_3.0.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/jbohren/executive_smach_visualization-release/archive/release/noetic/smach_viewer/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/smach_viewer" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach/executive-smach_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach/executive-smach_2.5.0-1.bb index 2b43c2d4a85..6df70cd3931 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach/executive-smach_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach/executive-smach_2.5.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/noetic/executive_smach/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/executive_smach" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach/smach-msgs_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach/smach-msgs_2.5.0-1.bb index 30b09b32cf4..62b8ad73648 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach/smach-msgs_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach/smach-msgs_2.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/noetic/smach_msgs/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/smach_msgs" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach/smach-ros_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach/smach-ros_2.5.0-1.bb index a132b8acef8..d382b4b7abe 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach/smach-ros_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach/smach-ros_2.5.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/noetic/smach_ros/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/smach_ros" diff --git a/meta-ros1-noetic/generated-recipes/executive-smach/smach_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/executive-smach/smach_2.5.0-1.bb index efe2736f00c..6cc9f6bdbb4 100644 --- a/meta-ros1-noetic/generated-recipes/executive-smach/smach_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/executive-smach/smach_2.5.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/executive_smach-release/archive/release/noetic/smach/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/smach" diff --git a/meta-ros1-noetic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb index 202dc78e17d..6321729a16d 100644 --- a/meta-ros1-noetic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica-val-description/exotica-val-description_1.0.0-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/exotica_val_description-release/archive/release/noetic/exotica_val_description/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_val_description" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb index 2e4e7f66d82..37d78382f4e 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-aico-solver_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_aico_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_aico_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb index 6146ae55483..bdb7ce2ab6e 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-cartpole-dynamics-solver_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_cartpole_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_cartpole_dynamics_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb index 7b47af3dfb0..7516d4d5aaf 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-collision-scene-fcl-latest_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_collision_scene_fcl_latest/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_collision_scene_fcl_latest" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb index 4d9a9f5da1a..5e19dbf0c30 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-core-task-maps_6.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_core_task_maps/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_core_task_maps" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-core_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-core_6.1.1-1.bb index d4aeff39fec..a3aa5db8073 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-core_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-core_6.1.1-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_core/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_core" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb index da4ee70aaa5..b71d96ab8fa 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ddp-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ddp_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ddp_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb index d93307c81fc..87acdf57b88 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-double-integrator-dynamics-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_double_integrator_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_double_integrator_dynamics_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb index e879b20b721..4d0ea175f44 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-dynamics-solvers_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_dynamics_solvers/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_dynamics_solvers" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb index 50e80e1b2a7..f2c0b65500c 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-examples_6.1.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_examples/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_examples" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb index 19d08b76376..03f2cff5d4e 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ik-solver_6.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ik_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ik_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb index 5638b5a7c14..2ad0792fc84 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqg-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ilqg_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ilqg_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb index dd236661efb..db558c2e3d9 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ilqr-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ilqr_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ilqr_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb index bbfafd2cea1..394319ca006 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-levenberg-marquardt-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_levenberg_marquardt_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_levenberg_marquardt_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb index a9671bfe703..4eca51f3d08 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-control-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ompl_control_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ompl_control_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb index b74560e7dd2..a72d70d14d1 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-ompl-solver_6.1.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_ompl_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_ompl_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb index ae0a1080d3d..86392be66d0 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-pendulum-dynamics-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_pendulum_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_pendulum_dynamics_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb index cb44ab5bb44..3f8e9224bb2 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-pinocchio-dynamics-solver_6.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_pinocchio_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_pinocchio_dynamics_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-python_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-python_6.1.1-1.bb index 1f7500c7d5a..251a4c7ee62 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-python_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-python_6.1.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_python/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_python" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb index f9ed833de48..7af891244f3 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-quadrotor-dynamics-solver_6.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_quadrotor_dynamics_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_quadrotor_dynamics_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb index dcfd0e2851e..dbc21a6db0d 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-scipy-solver_6.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_scipy_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_scipy_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb index a7febabd83c..63fef1822d4 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica-time-indexed-rrt-connect-solver_6.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica_time_indexed_rrt_connect_solver/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica_time_indexed_rrt_connect_solver" diff --git a/meta-ros1-noetic/generated-recipes/exotica/exotica_6.1.1-1.bb b/meta-ros1-noetic/generated-recipes/exotica/exotica_6.1.1-1.bb index 1b0c75dda44..dabbf3f3f40 100644 --- a/meta-ros1-noetic/generated-recipes/exotica/exotica_6.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/exotica/exotica_6.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/exotica-release/archive/release/noetic/exotica/6.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/exotica" diff --git a/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.2-1.bb index 08da38a58cf..ccf16cd3f63 100644 --- a/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-driver_0.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/iron-ox/fadecandy_ros-release/archive/release/noetic/fadecandy_driver/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fadecandy_driver" diff --git a/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.2-1.bb index 616e1ceb787..bf0410a5b20 100644 --- a/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fadecandy-ros/fadecandy-msgs_0.2.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/iron-ox/fadecandy_ros-release/archive/release/noetic/fadecandy_msgs/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fadecandy_msgs" diff --git a/meta-ros1-noetic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-1.bb b/meta-ros1-noetic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-1.bb index b0356def364..9d716d50b7e 100644 --- a/meta-ros1-noetic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fcl-catkin/fcl-catkin_0.6.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/fcl_catkin-release/archive/release/noetic/fcl_catkin/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fcl_catkin" diff --git a/meta-ros1-noetic/generated-recipes/fcl/fcl_0.6.1-3.bb b/meta-ros1-noetic/generated-recipes/fcl/fcl_0.6.1-3.bb index 44753036dc9..89ac673654b 100644 --- a/meta-ros1-noetic/generated-recipes/fcl/fcl_0.6.1-3.bb +++ b/meta-ros1-noetic/generated-recipes/fcl/fcl_0.6.1-3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/fcl-release/archive/release/noetic/fcl/0.6.1-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/fcl" diff --git a/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.2.0-1.bb index 6fa43663944..eec05da0d75 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-auto-dock-msgs_1.2.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_msgs-release/archive/release/noetic/fetch_auto_dock_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_auto_dock_msgs" diff --git a/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.2.0-1.bb index 74f1f70e7be..283c4c0db86 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-msgs/fetch-driver-msgs_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_msgs-release/archive/release/noetic/fetch_driver_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_driver_msgs" diff --git a/meta-ros1-noetic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.3-2.bb b/meta-ros1-noetic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.3-2.bb index 18f441e7a7e..140eed6e22c 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.3-2.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-open-auto-dock/fetch-open-auto-dock_0.1.3-2.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_open_auto_dock-gbp/archive/release/noetic/fetch_open_auto_dock/0.1.3-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_open_auto_dock" diff --git a/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-bringup_0.9.3-1.bb b/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-bringup_0.9.3-1.bb index 0c11cfcf013..fd69aa023a9 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-bringup_0.9.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-bringup_0.9.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/noetic/fetch_bringup/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_bringup" diff --git a/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-drivers_0.9.3-1.bb b/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-drivers_0.9.3-1.bb index ee103a4b012..92370a8a54b 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-drivers_0.9.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-robots/fetch-drivers_0.9.3-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/noetic/fetch_drivers/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_drivers" diff --git a/meta-ros1-noetic/generated-recipes/fetch-robots/freight-bringup_0.9.3-1.bb b/meta-ros1-noetic/generated-recipes/fetch-robots/freight-bringup_0.9.3-1.bb index 69b506851e5..9a6f2f65238 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-robots/freight-bringup_0.9.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-robots/freight-bringup_0.9.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_robots-release/archive/release/noetic/freight_bringup/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/freight_bringup" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-calibration_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-calibration_0.9.1-1.bb index bc2b5917c06..8435298fc01 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-calibration_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-calibration_0.9.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_calibration/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_calibration" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-depth-layer_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-depth-layer_0.9.1-1.bb index c9ce6789b99..05922d976c2 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-depth-layer_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-depth-layer_0.9.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_depth_layer/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_depth_layer" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-description_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-description_0.9.1-1.bb index 52cac01dd30..11c4869b863 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-description_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-description_0.9.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_description/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_description" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.9.1-1.bb index ba776aab219..e893fbd2744 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ikfast-plugin_0.9.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_ikfast_plugin/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_ikfast_plugin" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-maps_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-maps_0.9.1-1.bb index 1f74b183432..82605556193 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-maps_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-maps_0.9.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_maps/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_maps" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-moveit-config_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-moveit-config_0.9.1-1.bb index 9f927357da1..19013a29e34 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-moveit-config_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-moveit-config_0.9.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_moveit_config/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-navigation_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-navigation_0.9.1-1.bb index 9150eddfb6a..ed45f45e85b 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-navigation_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-navigation_0.9.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_navigation/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_navigation" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ros_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ros_0.9.1-1.bb index 878c0b6587e..b7b2cb1f9d1 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ros_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-ros_0.9.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_ros/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_ros" diff --git a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-teleop_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-teleop_0.9.1-1.bb index 9ea296b6e6e..debca6d8afd 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-teleop_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-ros/fetch-teleop_0.9.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_ros-release/archive/release/noetic/fetch_teleop/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_teleop" diff --git a/meta-ros1-noetic/generated-recipes/fetch-tools/fetch-tools_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/fetch-tools/fetch-tools_0.3.3-1.bb index 343bb4b2140..9eb1482c6ef 100644 --- a/meta-ros1-noetic/generated-recipes/fetch-tools/fetch-tools_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/fetch-tools/fetch-tools_0.3.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/fetch_tools-release/archive/release/noetic/fetch_tools/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fetch_tools" diff --git a/meta-ros1-noetic/generated-recipes/filters/filters_1.9.1-1.bb b/meta-ros1-noetic/generated-recipes/filters/filters_1.9.1-1.bb index 63d5d38244b..3307c6da630 100644 --- a/meta-ros1-noetic/generated-recipes/filters/filters_1.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/filters/filters_1.9.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/filters-release/archive/release/noetic/filters/1.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/filters" diff --git a/meta-ros1-noetic/generated-recipes/find-object-2d/find-object-2d_0.6.3-5.bb b/meta-ros1-noetic/generated-recipes/find-object-2d/find-object-2d_0.6.3-5.bb index c7f076b1c10..c189af3d46c 100644 --- a/meta-ros1-noetic/generated-recipes/find-object-2d/find-object-2d_0.6.3-5.bb +++ b/meta-ros1-noetic/generated-recipes/find-object-2d/find-object-2d_0.6.3-5.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/find_object_2d-release/archive/release/noetic/find_object_2d/0.6.3-5.tar.gz ROS_BRANCH ?= "branch=release/noetic/find_object_2d" diff --git a/meta-ros1-noetic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb index dbe65e2b07a..ca02425da0b 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-message-filters/fkie-message-filters_1.1.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/message_filters-release/archive/release/noetic/fkie_message_filters/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_message_filters" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-discovery_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-discovery_1.2.7-1.bb index fbccd1105da..87490ff98ee 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-discovery_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-discovery_1.2.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_master_discovery/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_master_discovery" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-sync_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-sync_1.2.7-1.bb index f22b5dc3a34..f1f862cf71c 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-sync_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-master-sync_1.2.7-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_master_sync/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_master_sync" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster-msgs_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster-msgs_1.2.7-1.bb index 10581c06deb..160d454c623 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster-msgs_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster-msgs_1.2.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_multimaster_msgs/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_multimaster_msgs" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster_1.2.7-1.bb index 4fece75d6f1..c5e0d5df6c4 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-multimaster_1.2.7-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_multimaster/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_multimaster" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager-daemon_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager-daemon_1.2.7-1.bb index 2a971991d6d..481bc9c6f49 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager-daemon_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager-daemon_1.2.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_node_manager_daemon/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_node_manager_daemon" diff --git a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager_1.2.7-1.bb b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager_1.2.7-1.bb index 6d886660461..5d7381d2143 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager_1.2.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-multimaster/fkie-node-manager_1.2.7-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/multimaster_fkie-release/archive/release/noetic/fkie_node_manager/1.2.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_node_manager" diff --git a/meta-ros1-noetic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb index b07f2ec2457..3713c1461a9 100644 --- a/meta-ros1-noetic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/fkie-potree-rviz-plugin/fkie-potree-rviz-plugin_1.0.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/potree_rviz_plugin-release/archive/release/noetic/fkie_potree_rviz_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fkie_potree_rviz_plugin" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb index 67ef091bb4e..3e30045c68d 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-behavior-engine_1.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_behavior_engine/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_behavior_engine" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb index f1c213485fd..1f5c3c6be5d 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-core_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_core/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_core" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb index 6daec10a183..af0502b42fa 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-input_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_input/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_input" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb index 81ce0f74257..f1bb2505f8a 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-mirror_1.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_mirror/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_mirror" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb index 0018ceb60c9..f0192c392ca 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-msgs_1.3.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_msgs/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_msgs" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb index e59abf95de6..432c9d0e289 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-onboard_1.3.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_onboard/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_onboard" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb index f184b5fc385..3b4576298c8 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-states_1.3.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_states/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_states" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb index 67d7ed80742..edfe32fd24f 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-testing_1.3.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_testing/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_testing" diff --git a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb index dae56b23d28..b9d388a3b5c 100644 --- a/meta-ros1-noetic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/flexbe/flexbe-widget_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/noetic/flexbe_widget/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/flexbe_widget" diff --git a/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb b/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb index 55836b1e2c1..182c28a0704 100644 --- a/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter-examples_1.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/boschresearch/fmi_adapter-release/archive/release/noetic/fmi_adapter_examples/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fmi_adapter_examples" diff --git a/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb b/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb index e2f17ca266e..ea5e1b2c325 100644 --- a/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/fmi-adapter/fmi-adapter_1.0.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/boschresearch/fmi_adapter-release/archive/release/noetic/fmi_adapter/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fmi_adapter" diff --git a/meta-ros1-noetic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.1-2.bb b/meta-ros1-noetic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.1-2.bb index 18638d0c7da..1a82b332733 100644 --- a/meta-ros1-noetic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_1.1.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/four_wheel_steering_msgs-release/archive/release/noetic/four_wheel_steering_msgs/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/four_wheel_steering_msgs" diff --git a/meta-ros1-noetic/generated-recipes/foxglove-msgs/foxglove-msgs_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/foxglove-msgs/foxglove-msgs_1.0.0-1.bb index 695704c7b1a..2d1ccdeab9b 100644 --- a/meta-ros1-noetic/generated-recipes/foxglove-msgs/foxglove-msgs_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/foxglove-msgs/foxglove-msgs_1.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/foxglove/ros_foxglove_msgs-release/archive/release/noetic/foxglove_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/foxglove_msgs" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-control_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-control_0.7.1-2.bb index f3709c7746e..5fbf8a5441b 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-control_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-control_0.7.1-2.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_control/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_control" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-description_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-description_0.7.1-2.bb index 024ba09e93e..55846d008ed 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-description_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-description_0.7.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_description/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_description" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-2.bb index 5cc7814ca62..68a9968acf4 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-example-controllers_0.7.1-2.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_example_controllers/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_example_controllers" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-gripper_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-gripper_0.7.1-2.bb index fa5544ec956..c19bf17084d 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-gripper_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-gripper_0.7.1-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_gripper/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_gripper" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-hw_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-hw_0.7.1-2.bb index 5b6c0ae9df0..2ccfc69cc26 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-hw_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-hw_0.7.1-2.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_hw/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_hw" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-msgs_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-msgs_0.7.1-2.bb index bab21f480e9..a0643fb5761 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-msgs_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-msgs_0.7.1-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_msgs/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_msgs" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-ros_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-ros_0.7.1-2.bb index 977186d74a2..728b85641a5 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-ros_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-ros_0.7.1-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_ros/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_ros" diff --git a/meta-ros1-noetic/generated-recipes/franka-ros/franka-visualization_0.7.1-2.bb b/meta-ros1-noetic/generated-recipes/franka-ros/franka-visualization_0.7.1-2.bb index 6c59916f9d3..5bbf5c7d506 100644 --- a/meta-ros1-noetic/generated-recipes/franka-ros/franka-visualization_0.7.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/franka-ros/franka-visualization_0.7.1-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/franka_ros-release/archive/release/noetic/franka_visualization/0.7.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/franka_visualization" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-constraints_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-constraints_0.4.2-1.bb index 2b0243c34d7..d2081e9eb39 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-constraints_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-constraints_0.4.2-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_constraints/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_constraints" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-core_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-core_0.4.2-1.bb index dcc11e51feb..eb694df1b42 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-core_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-core_0.4.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_core/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_core" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-doc_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-doc_0.4.2-1.bb index 99fdb2ec699..2584b9bd595 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-doc_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-doc_0.4.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_doc/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_doc" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-graphs_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-graphs_0.4.2-1.bb index b0a5ec0cb0e..4df5191967e 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-graphs_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-graphs_0.4.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_graphs/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_graphs" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-loss_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-loss_0.4.2-1.bb index a686732ff02..68f95c3bcc9 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-loss_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-loss_0.4.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_loss/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_loss" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-models_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-models_0.4.2-1.bb index f79d319cb14..d4cec2152d0 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-models_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-models_0.4.2-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_models/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_models" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-msgs_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-msgs_0.4.2-1.bb index f2b0568716e..a5d2db58272 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-msgs_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-msgs_0.4.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_msgs/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_msgs" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-optimizers_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-optimizers_0.4.2-1.bb index 40f6cd34af0..e23eb34be4a 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-optimizers_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-optimizers_0.4.2-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_optimizers/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_optimizers" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-publishers_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-publishers_0.4.2-1.bb index dd5c2da11e1..e3aa0638f8f 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-publishers_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-publishers_0.4.2-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_publishers/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_publishers" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-variables_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-variables_0.4.2-1.bb index 71d30e64dc1..c62d978f1eb 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-variables_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-variables_0.4.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_variables/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_variables" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse-viz_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse-viz_0.4.2-1.bb index 8e511041610..8615a295d92 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse-viz_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse-viz_0.4.2-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse_viz/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse_viz" diff --git a/meta-ros1-noetic/generated-recipes/fuse/fuse_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/fuse/fuse_0.4.2-1.bb index 7893d978037..7f3a1509e9e 100644 --- a/meta-ros1-noetic/generated-recipes/fuse/fuse_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/fuse/fuse_0.4.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/fuse-release/archive/release/noetic/fuse/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fuse" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-control-select-joints/gazebo-ros-control-select-joints_2.5.7-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-control-select-joints/gazebo-ros-control-select-joints_2.5.7-1.bb index dd443950b4c..dc6fd337b33 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-control-select-joints/gazebo-ros-control-select-joints_2.5.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-control-select-joints/gazebo-ros-control-select-joints_2.5.7-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/gazebo_ros_control_select_joints-release/archive/release/noetic/gazebo_ros_control_select_joints/2.5.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_ros_control_select_joints" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.9.2-1.bb index a8f2839b11a..5e252f2ad98 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_2.9.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_msgs/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_msgs" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.9.2-1.bb index 915db051f97..07a927b5226 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_2.9.2-1.bb @@ -119,7 +119,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_plugins/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_plugins" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.9.2-1.bb index a00b60fd1c2..e45eeba2f7d 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-control_2.9.2-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_ros_control/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_ros_control" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.9.2-1.bb index 56a9cdc9c89..bd6b67cd33d 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_2.9.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_ros_pkgs/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_ros_pkgs" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.9.2-1.bb index 4076b08b0f4..d5b48073c0a 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_2.9.2-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_ros/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_ros" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.9.2-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.9.2-1.bb index acce8609053..8b989ff15a2 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_2.9.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gazebo_ros_pkgs-release/archive/release/noetic/gazebo_dev/2.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_dev" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-1.bb index f196edae935..9677eca146a 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-msgs_0.6.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/noetic/gazebo_video_monitor_msgs/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_video_monitor_msgs" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-1.bb index 3abe8f41dfe..aa48287a8f4 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitor-plugins_0.6.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/noetic/gazebo_video_monitor_plugins/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_video_monitor_plugins" diff --git a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-1.bb index 0218f6afe9b..6c765f10fb4 100644 --- a/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gazebo-video-monitors/gazebo-video-monitors_0.6.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nlamprian/gazebo_video_monitors-release/archive/release/noetic/gazebo_video_monitors/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gazebo_video_monitors" diff --git a/meta-ros1-noetic/generated-recipes/gencpp/gencpp_0.6.5-1.bb b/meta-ros1-noetic/generated-recipes/gencpp/gencpp_0.6.5-1.bb index 6b864bf8abd..22b1dcc611a 100644 --- a/meta-ros1-noetic/generated-recipes/gencpp/gencpp_0.6.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/gencpp/gencpp_0.6.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gencpp-release/archive/release/noetic/gencpp/0.6.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gencpp" diff --git a/meta-ros1-noetic/generated-recipes/geneus/geneus_3.0.0-1.bb b/meta-ros1-noetic/generated-recipes/geneus/geneus_3.0.0-1.bb index 8446649a49c..5735dc0dcaf 100644 --- a/meta-ros1-noetic/generated-recipes/geneus/geneus_3.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/geneus/geneus_3.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/geneus-release/archive/release/noetic/geneus/3.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geneus" diff --git a/meta-ros1-noetic/generated-recipes/genlisp/genlisp_0.4.18-1.bb b/meta-ros1-noetic/generated-recipes/genlisp/genlisp_0.4.18-1.bb index 2a021ce42f5..01c5ec89d81 100644 --- a/meta-ros1-noetic/generated-recipes/genlisp/genlisp_0.4.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/genlisp/genlisp_0.4.18-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genlisp-release/archive/release/noetic/genlisp/0.4.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/genlisp" diff --git a/meta-ros1-noetic/generated-recipes/genmsg/genmsg_0.5.16-1.bb b/meta-ros1-noetic/generated-recipes/genmsg/genmsg_0.5.16-1.bb index c4c8b382485..2eb91b6a165 100644 --- a/meta-ros1-noetic/generated-recipes/genmsg/genmsg_0.5.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/genmsg/genmsg_0.5.16-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genmsg-release/archive/release/noetic/genmsg/0.5.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/genmsg" diff --git a/meta-ros1-noetic/generated-recipes/genmypy/genmypy_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/genmypy/genmypy_0.3.1-1.bb index 752d9605960..2b38c9350b7 100644 --- a/meta-ros1-noetic/generated-recipes/genmypy/genmypy_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/genmypy/genmypy_0.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rospypi/genmypy-release/archive/release/noetic/genmypy/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/genmypy" diff --git a/meta-ros1-noetic/generated-recipes/gennodejs/gennodejs_2.0.2-1.bb b/meta-ros1-noetic/generated-recipes/gennodejs/gennodejs_2.0.2-1.bb index 0e591975782..1b4c16a220b 100644 --- a/meta-ros1-noetic/generated-recipes/gennodejs/gennodejs_2.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gennodejs/gennodejs_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/sloretz/gennodejs-release/archive/release/noetic/gennodejs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gennodejs" diff --git a/meta-ros1-noetic/generated-recipes/genpy/genpy_0.6.15-1.bb b/meta-ros1-noetic/generated-recipes/genpy/genpy_0.6.15-1.bb index 61c9146a453..4949b17dbf6 100644 --- a/meta-ros1-noetic/generated-recipes/genpy/genpy_0.6.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/genpy/genpy_0.6.15-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/genpy-release/archive/release/noetic/genpy/0.6.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/genpy" diff --git a/meta-ros1-noetic/generated-recipes/geographic-info/geodesy_0.5.6-1.bb b/meta-ros1-noetic/generated-recipes/geographic-info/geodesy_0.5.6-1.bb index 3db92d3f4f9..9f6b45acfdb 100644 --- a/meta-ros1-noetic/generated-recipes/geographic-info/geodesy_0.5.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/geographic-info/geodesy_0.5.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/noetic/geodesy/0.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geodesy" diff --git a/meta-ros1-noetic/generated-recipes/geographic-info/geographic-info_0.5.6-1.bb b/meta-ros1-noetic/generated-recipes/geographic-info/geographic-info_0.5.6-1.bb index 276a4143a98..1c10884daaf 100644 --- a/meta-ros1-noetic/generated-recipes/geographic-info/geographic-info_0.5.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/geographic-info/geographic-info_0.5.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/noetic/geographic_info/0.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geographic_info" diff --git a/meta-ros1-noetic/generated-recipes/geographic-info/geographic-msgs_0.5.6-1.bb b/meta-ros1-noetic/generated-recipes/geographic-info/geographic-msgs_0.5.6-1.bb index b28e33a48a0..ca5185bd5e4 100644 --- a/meta-ros1-noetic/generated-recipes/geographic-info/geographic-msgs_0.5.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/geographic-info/geographic-msgs_0.5.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/noetic/geographic_msgs/0.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geographic_msgs" diff --git a/meta-ros1-noetic/generated-recipes/geometric-shapes/geometric-shapes_0.7.3-1.bb b/meta-ros1-noetic/generated-recipes/geometric-shapes/geometric-shapes_0.7.3-1.bb index d28f70ecef6..b574a231ad7 100644 --- a/meta-ros1-noetic/generated-recipes/geometric-shapes/geometric-shapes_0.7.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometric-shapes/geometric-shapes_0.7.3-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometric_shapes-release/archive/release/noetic/geometric_shapes/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geometric_shapes" diff --git a/meta-ros1-noetic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.3-1.bb index fd8afa27f40..a2f2ffd8177 100644 --- a/meta-ros1-noetic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry-tutorials/geometry-tutorials_0.2.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/noetic/geometry_tutorials/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geometry_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.3-1.bb index cf13dbf7f88..e3634ac18ba 100644 --- a/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf2_0.2.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/noetic/turtle_tf2/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtle_tf2" diff --git a/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf_0.2.3-1.bb index e3c46e005ad..60b75174688 100644 --- a/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry-tutorials/turtle-tf_0.2.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/noetic/turtle_tf/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtle_tf" diff --git a/meta-ros1-noetic/generated-recipes/geometry/eigen-conversions_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/geometry/eigen-conversions_1.13.2-1.bb index a5488a6fdd2..71f661eb105 100644 --- a/meta-ros1-noetic/generated-recipes/geometry/eigen-conversions_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry/eigen-conversions_1.13.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/noetic/eigen_conversions/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/eigen_conversions" diff --git a/meta-ros1-noetic/generated-recipes/geometry/geometry_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/geometry/geometry_1.13.2-1.bb index f40c0633726..6751b6322b5 100644 --- a/meta-ros1-noetic/generated-recipes/geometry/geometry_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry/geometry_1.13.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/noetic/geometry/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geometry" diff --git a/meta-ros1-noetic/generated-recipes/geometry/kdl-conversions_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/geometry/kdl-conversions_1.13.2-1.bb index 88fafab4796..53d236a26fb 100644 --- a/meta-ros1-noetic/generated-recipes/geometry/kdl-conversions_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry/kdl-conversions_1.13.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/noetic/kdl_conversions/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kdl_conversions" diff --git a/meta-ros1-noetic/generated-recipes/geometry/tf-conversions_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/geometry/tf-conversions_1.13.2-1.bb index fa74ae4fbc0..241fa9023d0 100644 --- a/meta-ros1-noetic/generated-recipes/geometry/tf-conversions_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry/tf-conversions_1.13.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/noetic/tf_conversions/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf_conversions" diff --git a/meta-ros1-noetic/generated-recipes/geometry/tf_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/geometry/tf_1.13.2-1.bb index 7dc31df95a3..3d68a01ee8f 100644 --- a/meta-ros1-noetic/generated-recipes/geometry/tf_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry/tf_1.13.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry-release/archive/release/noetic/tf/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/geometry2_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/geometry2_0.7.5-1.bb index b88e327c30c..16c9a2cb10f 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/geometry2_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/geometry2_0.7.5-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/geometry2/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/geometry2" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-bullet_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-bullet_0.7.5-1.bb index f41877fa614..ec042308a20 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-bullet_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-bullet_0.7.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_bullet/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_bullet" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-eigen_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-eigen_0.7.5-1.bb index 640249c9027..165b77b7f37 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-eigen_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-eigen_0.7.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_eigen/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_eigen" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-geometry-msgs_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-geometry-msgs_0.7.5-1.bb index dce065cab83..b6c2d2360c5 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-geometry-msgs_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-geometry-msgs_0.7.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_geometry_msgs/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_geometry_msgs" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-kdl_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-kdl_0.7.5-1.bb index 965af9422fa..3f9037afa86 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-kdl_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-kdl_0.7.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_kdl/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_kdl" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-msgs_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-msgs_0.7.5-1.bb index 5b9ee19c43b..97067ce419d 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-msgs_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-msgs_0.7.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_msgs/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_msgs" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-py_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-py_0.7.5-1.bb index a2436705ffa..3f6f5d75d3a 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-py_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-py_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_py/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_py" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-ros_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-ros_0.7.5-1.bb index 63cb594f022..c1f9f34668f 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-ros_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-ros_0.7.5-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_ros/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_ros" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-sensor-msgs_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-sensor-msgs_0.7.5-1.bb index 5d1aca2d439..ed7dc0ab229 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-sensor-msgs_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-sensor-msgs_0.7.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_sensor_msgs/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_sensor_msgs" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2-tools_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2-tools_0.7.5-1.bb index 6b1ae3b4d7c..2ecd52aaa9d 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2-tools_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2-tools_0.7.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2_tools/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_tools" diff --git a/meta-ros1-noetic/generated-recipes/geometry2/tf2_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/geometry2/tf2_0.7.5-1.bb index 857e13c85ee..329e0c9e308 100644 --- a/meta-ros1-noetic/generated-recipes/geometry2/tf2_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/geometry2/tf2_0.7.5-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry2-release/archive/release/noetic/tf2/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2" diff --git a/meta-ros1-noetic/generated-recipes/gl-dependency/gl-dependency_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/gl-dependency/gl-dependency_1.1.2-1.bb index 3674845dd0d..3e2add63dcc 100644 --- a/meta-ros1-noetic/generated-recipes/gl-dependency/gl-dependency_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gl-dependency/gl-dependency_1.1.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/gl_dependency-release/archive/release/noetic/gl_dependency/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gl_dependency" diff --git a/meta-ros1-noetic/generated-recipes/gmcl/gmcl_1.0.1-3.bb b/meta-ros1-noetic/generated-recipes/gmcl/gmcl_1.0.1-3.bb index fc91cfd1180..72d7faaebf7 100644 --- a/meta-ros1-noetic/generated-recipes/gmcl/gmcl_1.0.1-3.bb +++ b/meta-ros1-noetic/generated-recipes/gmcl/gmcl_1.0.1-3.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/adler-1994/gmcl-release/archive/release/noetic/gmcl/1.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/gmcl" diff --git a/meta-ros1-noetic/generated-recipes/gpp/gpp-interface_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/gpp/gpp-interface_0.1.0-1.bb index f485700ed1c..4e0c2ba51cf 100644 --- a/meta-ros1-noetic/generated-recipes/gpp/gpp-interface_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gpp/gpp-interface_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dorezyuk/gpp-release/archive/release/noetic/gpp_interface/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gpp_interface" diff --git a/meta-ros1-noetic/generated-recipes/gpp/gpp-plugin_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/gpp/gpp-plugin_0.1.0-1.bb index 098a8551486..0497ccc74b7 100644 --- a/meta-ros1-noetic/generated-recipes/gpp/gpp-plugin_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gpp/gpp-plugin_0.1.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dorezyuk/gpp-release/archive/release/noetic/gpp_plugin/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gpp_plugin" diff --git a/meta-ros1-noetic/generated-recipes/gpp/gpp-prune-path_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/gpp/gpp-prune-path_0.1.0-1.bb index 67881faf5fb..420c7184f39 100644 --- a/meta-ros1-noetic/generated-recipes/gpp/gpp-prune-path_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gpp/gpp-prune-path_0.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dorezyuk/gpp-release/archive/release/noetic/gpp_prune_path/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gpp_prune_path" diff --git a/meta-ros1-noetic/generated-recipes/gpp/gpp-update-map_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/gpp/gpp-update-map_0.1.0-1.bb index f49f688eba2..6462757205c 100644 --- a/meta-ros1-noetic/generated-recipes/gpp/gpp-update-map_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/gpp/gpp-update-map_0.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dorezyuk/gpp-release/archive/release/noetic/gpp_update_map/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gpp_update_map" diff --git a/meta-ros1-noetic/generated-recipes/gps-umd/gps-common_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/gps-umd/gps-common_0.3.2-1.bb index eeac8e55e1b..c7fa5f1e0de 100644 --- a/meta-ros1-noetic/generated-recipes/gps-umd/gps-common_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gps-umd/gps-common_0.3.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/noetic/gps_common/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gps_common" diff --git a/meta-ros1-noetic/generated-recipes/gps-umd/gps-umd_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/gps-umd/gps-umd_0.3.2-1.bb index d72af2463ee..f53f7920b98 100644 --- a/meta-ros1-noetic/generated-recipes/gps-umd/gps-umd_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gps-umd/gps-umd_0.3.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/noetic/gps_umd/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gps_umd" diff --git a/meta-ros1-noetic/generated-recipes/gps-umd/gpsd-client_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/gps-umd/gpsd-client_0.3.2-1.bb index 5719c3bfcb1..3fb7e50b0bc 100644 --- a/meta-ros1-noetic/generated-recipes/gps-umd/gpsd-client_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/gps-umd/gpsd-client_0.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/noetic/gpsd_client/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gpsd_client" diff --git a/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller-ros_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller-ros_0.4.0-1.bb index 8b59f2969e5..704ac671feb 100644 --- a/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller-ros_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller-ros_0.4.0-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/graceful_controller-gbp/archive/release/noetic/graceful_controller_ros/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/graceful_controller_ros" diff --git a/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller_0.4.0-1.bb index f48620baa60..39b638e254f 100644 --- a/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/graceful-controller/graceful-controller_0.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/graceful_controller-gbp/archive/release/noetic/graceful_controller/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/graceful_controller" diff --git a/meta-ros1-noetic/generated-recipes/graft/graft_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/graft/graft_0.2.3-1.bb index 4bd8b5a6c7d..f41162ea13c 100644 --- a/meta-ros1-noetic/generated-recipes/graft/graft_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/graft/graft_0.2.3-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/graft-release/archive/release/noetic/graft/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/graft" diff --git a/meta-ros1-noetic/generated-recipes/graph-msgs/graph-msgs_0.1.0-2.bb b/meta-ros1-noetic/generated-recipes/graph-msgs/graph-msgs_0.1.0-2.bb index 0cfe817ab3f..11d7c488706 100644 --- a/meta-ros1-noetic/generated-recipes/graph-msgs/graph-msgs_0.1.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/graph-msgs/graph-msgs_0.1.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/graph_msgs-release/archive/release/noetic/graph_msgs/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/graph_msgs" diff --git a/meta-ros1-noetic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1-1.bb index 8be50b12eb5..ddf740b2974 100644 --- a/meta-ros1-noetic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/grasping-msgs/grasping-msgs_0.3.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/grasping_msgs-gbp/archive/release/noetic/grasping_msgs/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grasping_msgs" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-core_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-core_1.6.4-1.bb index 154ccab85ee..86a10ff0dec 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-core_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-core_1.6.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_core/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_core" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-1.bb index 5f8c2b1a907..df81c1c01a0 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-costmap-2d_1.6.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_costmap_2d/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_costmap_2d" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-cv_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-cv_1.6.4-1.bb index f862d648969..66ec2ee5bbe 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-cv_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-cv_1.6.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_cv/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_cv" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-demos_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-demos_1.6.4-1.bb index abc2e86f2d3..cab0f4a8da7 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-demos_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-demos_1.6.4-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_demos/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_demos" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-filters_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-filters_1.6.4-1.bb index 6e7f40187f2..d0f81073b06 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-filters_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-filters_1.6.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_filters/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_filters" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-loader_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-loader_1.6.4-1.bb index 26671eb0cf9..f8c4de6e9b1 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-loader_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-loader_1.6.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_loader/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_loader" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-msgs_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-msgs_1.6.4-1.bb index 5334707989f..1e12cc17c68 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-msgs_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-msgs_1.6.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_msgs/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_msgs" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-octomap_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-octomap_1.6.4-1.bb index 17e5142049d..37e9362748a 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-octomap_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-octomap_1.6.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_octomap/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_octomap" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-pcl_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-pcl_1.6.4-1.bb index cdaaa51b2cf..2f3c8fb8612 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-pcl_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-pcl_1.6.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_pcl/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_pcl" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-ros_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-ros_1.6.4-1.bb index e3acb578cad..9979316c1c4 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-ros_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-ros_1.6.4-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_ros/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_ros" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-1.bb index cbb14d30f96..be51972bfdd 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-rviz-plugin_1.6.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_rviz_plugin/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_rviz_plugin" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-sdf_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-sdf_1.6.4-1.bb index b4b5b46e5ca..5f279cbcb6d 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-sdf_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-sdf_1.6.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_sdf/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_sdf" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-visualization_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-visualization_1.6.4-1.bb index 66f1b68328b..e8dc5efe581 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map-visualization_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map-visualization_1.6.4-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map_visualization/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map_visualization" diff --git a/meta-ros1-noetic/generated-recipes/grid-map/grid-map_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/grid-map/grid-map_1.6.4-1.bb index 25222810bba..94029774eac 100644 --- a/meta-ros1-noetic/generated-recipes/grid-map/grid-map_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/grid-map/grid-map_1.6.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/grid_map-release/archive/release/noetic/grid_map/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/grid_map" diff --git a/meta-ros1-noetic/generated-recipes/handeye/handeye_0.1.2-2.bb b/meta-ros1-noetic/generated-recipes/handeye/handeye_0.1.2-2.bb index c548d872847..d740fb19f87 100644 --- a/meta-ros1-noetic/generated-recipes/handeye/handeye_0.1.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/handeye/handeye_0.1.2-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/crigroup/handeye-release/archive/release/noetic/handeye/0.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/handeye" diff --git a/meta-ros1-noetic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bb b/meta-ros1-noetic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bb index 625a0051643..2b2c016be09 100644 --- a/meta-ros1-noetic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/HebiRobotics/hebi_cpp_api_ros-release/archive/release/noetic/hebi_cpp_api/3.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hebi_cpp_api" diff --git a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.4-1.bb index a4e9f23addb..19ea67179e3 100644 --- a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-plugins_0.5.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/noetic/hector_gazebo_plugins/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_gazebo_plugins" diff --git a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.4-1.bb index a2199866266..89d3f7e54fc 100644 --- a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-thermal-camera_0.5.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/noetic/hector_gazebo_thermal_camera/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_gazebo_thermal_camera" diff --git a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.4-1.bb index 044889b5931..2a173622520 100644 --- a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo-worlds_0.5.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/noetic/hector_gazebo_worlds/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_gazebo_worlds" diff --git a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo_0.5.4-1.bb index 3317be30df9..3cfa3ab39c7 100644 --- a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-gazebo_0.5.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/noetic/hector_gazebo/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.4-1.bb index ec8c28075a6..5e2534f3815 100644 --- a/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-gazebo/hector-sensors-gazebo_0.5.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_gazebo-release/archive/release/noetic/hector_sensors_gazebo/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_sensors_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/hector-localization/hector-localization_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/hector-localization/hector-localization_0.4.0-1.bb index 397bfcd38c7..eff4a0f9177 100644 --- a/meta-ros1-noetic/generated-recipes/hector-localization/hector-localization_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-localization/hector-localization_0.4.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/noetic/hector_localization/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_localization" diff --git a/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation-core_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation-core_0.4.0-1.bb index 1cad2c22d84..ee90fb1ea6d 100644 --- a/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation-core_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation-core_0.4.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/noetic/hector_pose_estimation_core/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_pose_estimation_core" diff --git a/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation_0.4.0-1.bb index 3738ff07e31..eb4e144ae6b 100644 --- a/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-localization/hector-pose-estimation_0.4.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/noetic/hector_pose_estimation/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_pose_estimation" diff --git a/meta-ros1-noetic/generated-recipes/hector-localization/message-to-tf_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/hector-localization/message-to-tf_0.4.0-1.bb index 1970c5b2800..22ad86d78ca 100644 --- a/meta-ros1-noetic/generated-recipes/hector-localization/message-to-tf_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-localization/message-to-tf_0.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_localization-release/archive/release/noetic/message_to_tf/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/message_to_tf" diff --git a/meta-ros1-noetic/generated-recipes/hector-models/hector-components-description_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/hector-models/hector-components-description_0.5.2-1.bb index d0d79a58827..10f2dafbd3f 100644 --- a/meta-ros1-noetic/generated-recipes/hector-models/hector-components-description_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-models/hector-components-description_0.5.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/noetic/hector_components_description/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_components_description" diff --git a/meta-ros1-noetic/generated-recipes/hector-models/hector-models_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/hector-models/hector-models_0.5.2-1.bb index 19c33810c4c..57f95b41379 100644 --- a/meta-ros1-noetic/generated-recipes/hector-models/hector-models_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-models/hector-models_0.5.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/noetic/hector_models/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_models" diff --git a/meta-ros1-noetic/generated-recipes/hector-models/hector-sensors-description_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/hector-models/hector-sensors-description_0.5.2-1.bb index 42582e25c27..bfaa4b6ad44 100644 --- a/meta-ros1-noetic/generated-recipes/hector-models/hector-sensors-description_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-models/hector-sensors-description_0.5.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/noetic/hector_sensors_description/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_sensors_description" diff --git a/meta-ros1-noetic/generated-recipes/hector-models/hector-xacro-tools_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/hector-models/hector-xacro-tools_0.5.2-1.bb index f3b924b23b6..a4fa8b6015a 100644 --- a/meta-ros1-noetic/generated-recipes/hector-models/hector-xacro-tools_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/hector-models/hector-xacro-tools_0.5.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_models-release/archive/release/noetic/hector_xacro_tools/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_xacro_tools" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-compressed-map-transport_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-compressed-map-transport_0.5.2-4.bb index c6bddc49c72..09d42124f7f 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-compressed-map-transport_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-compressed-map-transport_0.5.2-4.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_compressed_map_transport/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_compressed_map_transport" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-launch_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-launch_0.5.2-4.bb index 50bf23896ac..58c3d02fac2 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-launch_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-launch_0.5.2-4.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_geotiff_launch/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_geotiff_launch" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-plugins_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-plugins_0.5.2-4.bb index 39866ad6d5d..a05e918d074 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-plugins_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff-plugins_0.5.2-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_geotiff_plugins/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_geotiff_plugins" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff_0.5.2-4.bb index 3792481ae33..481175a164c 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-geotiff_0.5.2-4.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_geotiff/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_geotiff" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.5.2-4.bb index 579a4073c2e..8c75e4cc84d 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-attitude-to-tf_0.5.2-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_imu_attitude_to_tf/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_imu_attitude_to_tf" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-tools_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-tools_0.5.2-4.bb index 681a383fed1..e3794a87e4c 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-tools_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-imu-tools_0.5.2-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_imu_tools/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_imu_tools" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-server_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-server_0.5.2-4.bb index d5e35a44544..216e472f830 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-server_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-server_0.5.2-4.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_map_server/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_map_server" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-tools_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-tools_0.5.2-4.bb index 5bf1859da73..01f6ee3d8e4 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-tools_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-map-tools_0.5.2-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_map_tools/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_map_tools" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-mapping_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-mapping_0.5.2-4.bb index a91765334c4..05da62ab06d 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-mapping_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-mapping_0.5.2-4.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_mapping/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_mapping" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-marker-drawing_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-marker-drawing_0.5.2-4.bb index 768c92a9196..8bd96351365 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-marker-drawing_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-marker-drawing_0.5.2-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_marker_drawing/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_marker_drawing" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-nav-msgs_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-nav-msgs_0.5.2-4.bb index 6f5ed9de0ec..a2c249d2041 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-nav-msgs_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-nav-msgs_0.5.2-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_nav_msgs/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_nav_msgs" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam-launch_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam-launch_0.5.2-4.bb index d44e7e250f3..38025a5e9bf 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam-launch_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam-launch_0.5.2-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_slam_launch/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_slam_launch" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam_0.5.2-4.bb index 9ca91a25c0a..1088f4d330b 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-slam_0.5.2-4.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_slam/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_slam" diff --git a/meta-ros1-noetic/generated-recipes/hector-slam/hector-trajectory-server_0.5.2-4.bb b/meta-ros1-noetic/generated-recipes/hector-slam/hector-trajectory-server_0.5.2-4.bb index 882f7064a03..0dc4dc7d0d3 100644 --- a/meta-ros1-noetic/generated-recipes/hector-slam/hector-trajectory-server_0.5.2-4.bb +++ b/meta-ros1-noetic/generated-recipes/hector-slam/hector-trajectory-server_0.5.2-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tu-darmstadt-ros-pkg-gbp/hector_slam-release/archive/release/noetic/hector_trajectory_server/0.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/hector_trajectory_server" diff --git a/meta-ros1-noetic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb index 9880b59bf6d..ed3b713f988 100644 --- a/meta-ros1-noetic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/hfl-driver/hfl-driver_0.1.0-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/hfl_driver-release/archive/release/noetic/hfl_driver/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hfl_driver" diff --git a/meta-ros1-noetic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb index ab8c0d41154..7d266292958 100644 --- a/meta-ros1-noetic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_1.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/hls-lfcd-lds-driver-release/archive/release/noetic/hls_lfcd_lds_driver/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hls_lfcd_lds_driver" diff --git a/meta-ros1-noetic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb index f86f839ffb5..70fd73eb3f7 100644 --- a/meta-ros1-noetic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/hokuyo3d/hokuyo3d_0.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/hokuyo3d-release/archive/release/noetic/hokuyo3d/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hokuyo3d" diff --git a/meta-ros1-noetic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb b/meta-ros1-noetic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb index a5d2f3f9b38..288a3605114 100644 --- a/meta-ros1-noetic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb +++ b/meta-ros1-noetic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-release/archive/release/noetic/ifm3d_core/0.18.0-5.tar.gz ROS_BRANCH ?= "branch=release/noetic/ifm3d_core" diff --git a/meta-ros1-noetic/generated-recipes/ifm3d/ifm3d_0.6.2-3.bb b/meta-ros1-noetic/generated-recipes/ifm3d/ifm3d_0.6.2-3.bb index eda521551a2..3033f4e801e 100644 --- a/meta-ros1-noetic/generated-recipes/ifm3d/ifm3d_0.6.2-3.bb +++ b/meta-ros1-noetic/generated-recipes/ifm3d/ifm3d_0.6.2-3.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-ros-release/archive/release/noetic/ifm3d/0.6.2-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/ifm3d" diff --git a/meta-ros1-noetic/generated-recipes/ifopt/ifopt_2.0.7-1.bb b/meta-ros1-noetic/generated-recipes/ifopt/ifopt_2.0.7-1.bb index 85033de24e4..47a2cb0f95d 100644 --- a/meta-ros1-noetic/generated-recipes/ifopt/ifopt_2.0.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ifopt/ifopt_2.0.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ethz-adrl/ifopt-release/archive/release/noetic/ifopt/2.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ifopt" diff --git a/meta-ros1-noetic/generated-recipes/image-common/camera-calibration-parsers_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/image-common/camera-calibration-parsers_1.12.0-1.bb index 3b664d85e02..f067141d72a 100644 --- a/meta-ros1-noetic/generated-recipes/image-common/camera-calibration-parsers_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-common/camera-calibration-parsers_1.12.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/noetic/camera_calibration_parsers/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/camera_calibration_parsers" diff --git a/meta-ros1-noetic/generated-recipes/image-common/camera-info-manager_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/image-common/camera-info-manager_1.12.0-1.bb index 83de3a6feca..8280533aeb7 100644 --- a/meta-ros1-noetic/generated-recipes/image-common/camera-info-manager_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-common/camera-info-manager_1.12.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/noetic/camera_info_manager/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/camera_info_manager" diff --git a/meta-ros1-noetic/generated-recipes/image-common/image-common_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/image-common/image-common_1.12.0-1.bb index 5ee93e370bc..824c4fb11dd 100644 --- a/meta-ros1-noetic/generated-recipes/image-common/image-common_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-common/image-common_1.12.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/noetic/image_common/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_common" diff --git a/meta-ros1-noetic/generated-recipes/image-common/image-transport_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/image-common/image-transport_1.12.0-1.bb index 2bf7a1a7aac..f54eecb3c49 100644 --- a/meta-ros1-noetic/generated-recipes/image-common/image-transport_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-common/image-transport_1.12.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/noetic/image_transport/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_transport" diff --git a/meta-ros1-noetic/generated-recipes/image-common/polled-camera_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/image-common/polled-camera_1.12.0-1.bb index 2d7f9ff44f0..6d845e713af 100644 --- a/meta-ros1-noetic/generated-recipes/image-common/polled-camera_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-common/polled-camera_1.12.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_common-release/archive/release/noetic/polled_camera/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/polled_camera" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/camera-calibration_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/camera-calibration_1.15.3-1.bb index 6f1913f49c1..b431fa1bcf7 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/camera-calibration_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/camera-calibration_1.15.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/camera_calibration/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/camera_calibration" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/depth-image-proc_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/depth-image-proc_1.15.3-1.bb index 83857a5e12f..9eade690c0e 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/depth-image-proc_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/depth-image-proc_1.15.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/depth_image_proc/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/depth_image_proc" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/image-pipeline_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/image-pipeline_1.15.3-1.bb index abf23af9eb8..2157f2329b0 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/image-pipeline_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/image-pipeline_1.15.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/image_pipeline/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_pipeline" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/image-proc_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/image-proc_1.15.3-1.bb index f9923c4a832..81353996fc0 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/image-proc_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/image-proc_1.15.3-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/image_proc/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_proc" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/image-publisher_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/image-publisher_1.15.3-1.bb index 92661dc25df..b2254c38523 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/image-publisher_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/image-publisher_1.15.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/image_publisher/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_publisher" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/image-rotate_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/image-rotate_1.15.3-1.bb index 31e2f62eb7f..86f933d51d9 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/image-rotate_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/image-rotate_1.15.3-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/image_rotate/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_rotate" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/image-view_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/image-view_1.15.3-1.bb index 5d379ae009d..e90a1d23fbc 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/image-view_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/image-view_1.15.3-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/image_view/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_view" diff --git a/meta-ros1-noetic/generated-recipes/image-pipeline/stereo-image-proc_1.15.3-1.bb b/meta-ros1-noetic/generated-recipes/image-pipeline/stereo-image-proc_1.15.3-1.bb index 9af35b93c55..a1863ac1ebb 100644 --- a/meta-ros1-noetic/generated-recipes/image-pipeline/stereo-image-proc_1.15.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-pipeline/stereo-image-proc_1.15.3-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_pipeline-release/archive/release/noetic/stereo_image_proc/1.15.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/stereo_image_proc" diff --git a/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.14.0-1.bb index 39e318b0eac..43eca5bca1e 100644 --- a/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_1.14.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/noetic/compressed_depth_image_transport/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/compressed_depth_image_transport" diff --git a/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-image-transport_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-image-transport_1.14.0-1.bb index 6c9a9f89c54..2988fe12051 100644 --- a/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-image-transport_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-transport-plugins/compressed-image-transport_1.14.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/noetic/compressed_image_transport/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/compressed_image_transport" diff --git a/meta-ros1-noetic/generated-recipes/image-transport-plugins/image-transport-plugins_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/image-transport-plugins/image-transport-plugins_1.14.0-1.bb index 309a068bb70..18bb50994b5 100644 --- a/meta-ros1-noetic/generated-recipes/image-transport-plugins/image-transport-plugins_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-transport-plugins/image-transport-plugins_1.14.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/noetic/image_transport_plugins/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_transport_plugins" diff --git a/meta-ros1-noetic/generated-recipes/image-transport-plugins/theora-image-transport_1.14.0-1.bb b/meta-ros1-noetic/generated-recipes/image-transport-plugins/theora-image-transport_1.14.0-1.bb index 2f8c2b1a91b..39b4e534655 100644 --- a/meta-ros1-noetic/generated-recipes/image-transport-plugins/theora-image-transport_1.14.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/image-transport-plugins/theora-image-transport_1.14.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/image_transport_plugins-release/archive/release/noetic/theora_image_transport/1.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/theora_image_transport" diff --git a/meta-ros1-noetic/generated-recipes/imu-from-ios-sensorlog/imu-from-ios-sensorlog_0.0.1-1.bb b/meta-ros1-noetic/generated-recipes/imu-from-ios-sensorlog/imu-from-ios-sensorlog_0.0.1-1.bb index 853fe6c39d8..662d5784f64 100644 --- a/meta-ros1-noetic/generated-recipes/imu-from-ios-sensorlog/imu-from-ios-sensorlog_0.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/imu-from-ios-sensorlog/imu-from-ios-sensorlog_0.0.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pietrocolombo/imu_from_ios_sensorlog-release/archive/release/noetic/imu_from_ios_sensorlog/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_from_ios_sensorlog" diff --git a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-pipeline_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-pipeline_0.3.0-2.bb index 8d5b25b8a57..692dfb55fb3 100644 --- a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-pipeline_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-pipeline_0.3.0-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/noetic/imu_pipeline/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_pipeline" diff --git a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-processors_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-processors_0.3.0-2.bb index 3596b69e149..d3d177c494e 100644 --- a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-processors_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-processors_0.3.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/noetic/imu_processors/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_processors" diff --git a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-transformer_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-transformer_0.3.0-2.bb index 892ad857acb..3afaa989d70 100644 --- a/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-transformer_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/imu-pipeline/imu-transformer_0.3.0-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/imu_pipeline-release/archive/release/noetic/imu_transformer/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_transformer" diff --git a/meta-ros1-noetic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb b/meta-ros1-noetic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb index 1099eb8ae81..6dc81acb67b 100644 --- a/meta-ros1-noetic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/imu-tools/imu-complementary-filter_1.2.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/imu_complementary_filter/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_complementary_filter" diff --git a/meta-ros1-noetic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb b/meta-ros1-noetic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb index cb03af3cd07..acdc4979f9f 100644 --- a/meta-ros1-noetic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/imu-tools/imu-filter-madgwick_1.2.3-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/imu_filter_madgwick/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_filter_madgwick" diff --git a/meta-ros1-noetic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb b/meta-ros1-noetic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb index 4f87941c5ed..28fb141a7fc 100644 --- a/meta-ros1-noetic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/imu-tools/imu-tools_1.2.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/imu_tools/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_tools" diff --git a/meta-ros1-noetic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb b/meta-ros1-noetic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb index 854c5fa36c5..dfdf7b8b1a3 100644 --- a/meta-ros1-noetic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/imu-tools/rviz-imu-plugin_1.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/rviz_imu_plugin/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_imu_plugin" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-core_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-core_0.7.2-1.bb index 31830498df7..b039bd8269b 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-core_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-core_0.7.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_core/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_core" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-deprecated_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-deprecated_0.7.2-1.bb index 75a34b596c0..35facdbeffa 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-deprecated_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-deprecated_0.7.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_deprecated/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_deprecated" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-msgs_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-msgs_0.7.2-1.bb index 8d08f1503ac..e799f11ed93 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-msgs_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-msgs_0.7.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_msgs/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_msgs" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-client_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-client_0.7.2-1.bb index be89ada34c4..baf42279b5a 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-client_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-client_0.7.2-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_robot_client/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_robot_client" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.2-1.bb index 1ba0043397f..00319413c7a 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-robot-simulator_0.7.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_robot_simulator/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_robot_simulator" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.2-1.bb index 929eacf2790..bb71e768da4 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-trajectory-filters_0.7.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_trajectory_filters/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_trajectory_filters" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-utils_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-utils_0.7.2-1.bb index 986159169ce..64fb1993687 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/industrial-utils_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/industrial-utils_0.7.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/industrial_utils/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_utils" diff --git a/meta-ros1-noetic/generated-recipes/industrial-core/simple-message_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-core/simple-message_0.7.2-1.bb index d6aee32f518..1e4f502596a 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-core/simple-message_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-core/simple-message_0.7.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/industrial_core-release/archive/release/noetic/simple_message/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/simple_message" diff --git a/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb index da6cf844c87..4517354ec01 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-controller_0.1.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gavanderhoorn/industrial_robot_status_controller-release/archive/release/noetic/industrial_robot_status_controller/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_robot_status_controller" diff --git a/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb b/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb index 5fbb62baa8e..f5fb5c48bdc 100644 --- a/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/industrial-robot-status-controller/industrial-robot-status-interface_0.1.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gavanderhoorn/industrial_robot_status_controller-release/archive/release/noetic/industrial_robot_status_interface/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/industrial_robot_status_interface" diff --git a/meta-ros1-noetic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb b/meta-ros1-noetic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb index f38686c38df..b9fbdeffaa9 100644 --- a/meta-ros1-noetic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/interactive-marker-twist-server/interactive-marker-twist-server_1.2.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/interactive_marker_twist_server-release/archive/release/noetic/interactive_marker_twist_server/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/interactive_marker_twist_server" diff --git a/meta-ros1-noetic/generated-recipes/interactive-markers/interactive-markers_1.12.0-1.bb b/meta-ros1-noetic/generated-recipes/interactive-markers/interactive-markers_1.12.0-1.bb index 0643aae2808..486f51653ff 100644 --- a/meta-ros1-noetic/generated-recipes/interactive-markers/interactive-markers_1.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/interactive-markers/interactive-markers_1.12.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/interactive_markers-release/archive/release/noetic/interactive_markers/1.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/interactive_markers" diff --git a/meta-ros1-noetic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb index 0fdd144b75c..dd83b647941 100644 --- a/meta-ros1-noetic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/iris-lama-ros/iris-lama-ros_1.2.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eupedrosa/iris_lama_ros-release/archive/release/noetic/iris_lama_ros/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/iris_lama_ros" diff --git a/meta-ros1-noetic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb index 9b73983dc35..a63daee8354 100644 --- a/meta-ros1-noetic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/iris-lama/iris-lama_1.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eupedrosa/iris_lama-release/archive/release/noetic/iris_lama/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/iris_lama" diff --git a/meta-ros1-noetic/generated-recipes/ivcon/ivcon_0.1.7-1.bb b/meta-ros1-noetic/generated-recipes/ivcon/ivcon_0.1.7-1.bb index 4c4aec62702..49794138b5a 100644 --- a/meta-ros1-noetic/generated-recipes/ivcon/ivcon_0.1.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ivcon/ivcon_0.1.7-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ivcon-release/archive/release/noetic/ivcon/0.1.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ivcon" diff --git a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb index 9aa5b2f657b..c32a4efe576 100644 --- a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-driver_0.1.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/noetic/ixblue_ins_driver/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ixblue_ins_driver" diff --git a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb index f17a8678999..e2b00049d7b 100644 --- a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins-msgs_0.1.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/noetic/ixblue_ins_msgs/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ixblue_ins_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb index 01ec018a659..588e2176524 100644 --- a/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ixblue-ins-stdbin-driver/ixblue-ins_0.1.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_ins_stdbin_driver-release/archive/release/noetic/ixblue_ins/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ixblue_ins" diff --git a/meta-ros1-noetic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb index 6070cf47810..4893ea142e8 100644 --- a/meta-ros1-noetic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ixblue-stdbin-decoder/ixblue-stdbin-decoder_0.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ixblue/ixblue_stdbin_decoder-release/archive/release/noetic/ixblue_stdbin_decoder/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ixblue_stdbin_decoder" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-assets/jderobot-assets_1.1.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-assets/jderobot-assets_1.1.0-1.bb index 0979cf503d3..9ff83c9a833 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-assets/jderobot-assets_1.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-assets/jderobot-assets_1.1.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/assets-release/archive/release/noetic/jderobot_assets/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jderobot_assets" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-assets_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-assets_1.4.0-1.bb index c005c87258b..1817a7e366d 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-assets_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-assets_1.4.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/noetic/drone_assets/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/drone_assets" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-wrapper_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-wrapper_1.4.0-1.bb index 0dada21027c..a21e8cb9df4 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-wrapper_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-drones/drone-wrapper_1.4.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/noetic/drone_wrapper/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/drone_wrapper" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-drones/jderobot-drones_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-drones/jderobot-drones_1.4.0-1.bb index ec4ae0f4872..de889d27318 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-drones/jderobot-drones_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-drones/jderobot-drones_1.4.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/noetic/jderobot_drones/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jderobot_drones" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.4.0-1.bb index 7ba75339ba0..b82155c0dcb 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-drone-teleop_1.4.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/noetic/rqt_drone_teleop/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_drone_teleop" diff --git a/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.4.0-1.bb index 09aafcf8824..19c54e648e9 100644 --- a/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/jderobot-drones/rqt-ground-robot-teleop_1.4.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JdeRobot/drones-release/archive/release/noetic/rqt_ground_robot_teleop/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_ground_robot_teleop" diff --git a/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.15.0-1.bb index 8aa3c2c1525..40087e637c0 100644 --- a/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_1.15.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joint_state_publisher-release/archive/release/noetic/joint_state_publisher_gui/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_state_publisher_gui" diff --git a/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher_1.15.0-1.bb index 1c75b674336..51d8e1cd3b8 100644 --- a/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/joint-state-publisher/joint-state-publisher_1.15.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joint_state_publisher-release/archive/release/noetic/joint_state_publisher/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_state_publisher" diff --git a/meta-ros1-noetic/generated-recipes/joystick-drivers/joy_1.15.1-1.bb b/meta-ros1-noetic/generated-recipes/joystick-drivers/joy_1.15.1-1.bb index 82c84b6edbe..b6684c6c143 100644 --- a/meta-ros1-noetic/generated-recipes/joystick-drivers/joy_1.15.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/joystick-drivers/joy_1.15.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/noetic/joy/1.15.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joy" diff --git a/meta-ros1-noetic/generated-recipes/joystick-drivers/joystick-drivers_1.15.1-1.bb b/meta-ros1-noetic/generated-recipes/joystick-drivers/joystick-drivers_1.15.1-1.bb index 4ab2256a536..e5dfeeee0a7 100644 --- a/meta-ros1-noetic/generated-recipes/joystick-drivers/joystick-drivers_1.15.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/joystick-drivers/joystick-drivers_1.15.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/noetic/joystick_drivers/1.15.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joystick_drivers" diff --git a/meta-ros1-noetic/generated-recipes/joystick-drivers/spacenav-node_1.15.1-1.bb b/meta-ros1-noetic/generated-recipes/joystick-drivers/spacenav-node_1.15.1-1.bb index f581175dd82..e2d35c7dc94 100644 --- a/meta-ros1-noetic/generated-recipes/joystick-drivers/spacenav-node_1.15.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/joystick-drivers/spacenav-node_1.15.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/joystick_drivers-release/archive/release/noetic/spacenav_node/1.15.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/spacenav_node" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-2.bb index 9ceaa4abacb..592de8ea574 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/assimp-devel_2.1.21-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/assimp_devel/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/assimp_devel" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-2.bb index bcfe823a057..2685496d6ae 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/bayesian-belief-networks_2.1.21-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/bayesian_belief_networks/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/bayesian_belief_networks" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-2.bb index 5931e9dad1d..0971f8fbfec 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.21-2.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/collada_urdf_jsk_patch/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/collada_urdf_jsk_patch" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-2.bb index f6e23c288f7..ebd00181073 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/dialogflow-task-executive_2.1.21-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/dialogflow_task_executive/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dialogflow_task_executive" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/downward_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/downward_2.1.21-2.bb index 0a7123ea129..dba5ca93f87 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/downward_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/downward_2.1.21-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/downward/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/downward" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ff_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ff_2.1.21-2.bb index fcfba31683f..6be4309a095 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ff_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ff_2.1.21-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/ff/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ff" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ffha_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ffha_2.1.21-2.bb index 02a340ea58d..2703fb93708 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ffha_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ffha_2.1.21-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/ffha/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ffha" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-2.bb index ef872196301..11174dfa2bd 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/gdrive-ros_2.1.21-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/gdrive_ros/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/gdrive_ros" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-2.bb index 0fbbdb43cae..dfce02f6a7f 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/jsk-3rdparty_2.1.21-2.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/jsk_3rdparty/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_3rdparty" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-2.bb index 402d6ba997c..0423c9f9901 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius-ros_2.1.21-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/julius_ros/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/julius_ros" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius_2.1.21-2.bb index f268461dc2e..058ae6db55f 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/julius_2.1.21-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/julius/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/julius" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-2.bb index 0c274fbdab0..1ec3e550018 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/laser-filters-jsk-patch_2.1.21-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/laser_filters_jsk_patch/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_filters_jsk_patch" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-2.bb index a76b2419c4d..faa247c8307 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libcmt_2.1.21-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/libcmt/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/libcmt" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-2.bb index ae28ed8f58e..d0dff6f278b 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/libsiftfast_2.1.21-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/libsiftfast/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/libsiftfast" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-2.bb index febce11bc83..24ea0549687 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/lpg-planner_2.1.21-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/lpg_planner/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/lpg_planner" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-2.bb index 0a658866859..f69ab73c865 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/mini-maxwell_2.1.21-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/mini_maxwell/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mini_maxwell" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-2.bb index 4380f674ef9..6d9a7bc2280 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/opt-camera_2.1.21-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/opt_camera/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/opt_camera" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-2.bb index e4abfa6aeca..b5882485e12 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/pgm-learner_2.1.21-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/pgm_learner/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/pgm_learner" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-2.bb index 88722670793..c5763ae2f00 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/respeaker-ros_2.1.21-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/respeaker_ros/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/respeaker_ros" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-2.bb index 4c5a2c95e77..de5d3f120b2 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/ros-speech-recognition_2.1.21-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/ros_speech_recognition/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_speech_recognition" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-2.bb index 1db52d60473..ecfe59bb977 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rospatlite_2.1.21-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/rospatlite/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospatlite" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rosping_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rosping_2.1.21-2.bb index 787f8742686..e3c5b4251a2 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rosping_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rosping_2.1.21-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/rosping/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosping" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-2.bb index 1ef17b2dd84..feb56b6fcf2 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/rostwitter_2.1.21-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/rostwitter/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/rostwitter" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-2.bb index 428db410c9b..2bf73fbe26d 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/sesame-ros_2.1.21-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/sesame_ros/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/sesame_ros" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/slic_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/slic_2.1.21-2.bb index 2eb6a2628ad..f2e149a13e9 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/slic_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/slic_2.1.21-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/slic/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/slic" diff --git a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-2.bb b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-2.bb index d4ee06eaf87..c30c4d803a9 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-3rdparty/voice-text_2.1.21-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_3rdparty-release/archive/release/noetic/voice_text/2.1.21-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/voice_text" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.2-1.bb index d1ee0896651..3cc47ba0947 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-common-msgs_4.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/jsk_common_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_common_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.2-1.bb index 0547d383db3..15edb87f7db 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-footstep-msgs_4.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/jsk_footstep_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_footstep_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.2-1.bb index f5144851e4d..46b485a6dee 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-gui-msgs_4.3.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/jsk_gui_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_gui_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.2-1.bb index 5323c667413..cd3aff7202b 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/jsk-hark-msgs_4.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/jsk_hark_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_hark_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.2-1.bb index 2f769810a76..2fb94471308 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/posedetection-msgs_4.3.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/posedetection_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/posedetection_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.2-1.bb b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.2-1.bb index 59904d8a1c6..79d652592db 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common-msgs/speech-recognition-msgs_4.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common_msgs-release/archive/release/noetic/speech_recognition_msgs/4.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/speech_recognition_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-2.bb index a1815a9c55d..ca32b81430a 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/dynamic-tf-publisher_2.2.11-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/dynamic_tf_publisher/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic_tf_publisher" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/image-view2_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/image-view2_2.2.11-2.bb index e95a44be9a5..2459b7ab803 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/image-view2_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/image-view2_2.2.11-2.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/image_view2/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_view2" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-common_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-common_2.2.11-2.bb index b4160b2928f..f2cf487bb15 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-common_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-common_2.2.11-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_common/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_common" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-data_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-data_2.2.11-2.bb index d22af1ce510..1a3d8f10f8e 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-data_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-data_2.2.11-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_data/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_data" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-2.bb index 9a6beacdb6d..1fcd10606e5 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-network-tools_2.2.11-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_network_tools/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_network_tools" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-2.bb index c03903572ef..f66dd8da41e 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tilt-laser_2.2.11-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_tilt_laser/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_tilt_laser" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tools_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tools_2.2.11-2.bb index 1f98cbf9a82..4568f9a5bb7 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tools_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-tools_2.2.11-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_tools/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_tools" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-2.bb index f0d265c3326..1176674f17f 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/jsk-topic-tools_2.2.11-2.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/jsk_topic_tools/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_topic_tools" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/multi-map-server_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/multi-map-server_2.2.11-2.bb index 836ef8583fd..1bb81015319 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/multi-map-server_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/multi-map-server_2.2.11-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/multi_map_server/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/multi_map_server" diff --git a/meta-ros1-noetic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-2.bb b/meta-ros1-noetic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-2.bb index 50e8ebf5363..167928f2331 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-2.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-common/virtual-force-publisher_2.2.11-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_common-release/archive/release/noetic/virtual_force_publisher/2.2.11-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/virtual_force_publisher" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb index b2a6c80be4e..cc34bcc50f1 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/audio-to-spectrogram_1.2.15-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/audio_to_spectrogram/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/audio_to_spectrogram" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb index 6548a42d15f..07bd8ba54a7 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/checkerboard-detector_1.2.15-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/checkerboard_detector/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/checkerboard_detector" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb index 96b7be84359..9a55a73138d 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/imagesift_1.2.15-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/imagesift/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imagesift" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb index ad688821534..69da1f9c409 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros-utils_1.2.15-1.bb @@ -139,7 +139,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_pcl_ros_utils/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_pcl_ros_utils" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb index 4eed9929096..e1b10fc49dc 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-pcl-ros_1.2.15-1.bb @@ -110,7 +110,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_pcl_ros/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_pcl_ros" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb index d5dcbeb280e..2156f6bde07 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-perception_1.2.15-1.bb @@ -121,7 +121,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_perception/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_perception" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb index 9807cc1d88f..02993fa3358 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-msgs_1.2.15-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_recognition_msgs/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_recognition_msgs" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb index 4cc69c1b3ef..f5754a18501 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition-utils_1.2.15-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_recognition_utils/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_recognition_utils" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb index febaf392a7d..27cb3765a03 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/jsk-recognition_1.2.15-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/jsk_recognition/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_recognition" diff --git a/meta-ros1-noetic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb b/meta-ros1-noetic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb index 0acc0580c0a..eb8e12d145b 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-recognition/resized-image-transport_1.2.15-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_recognition-release/archive/release/noetic/resized_image_transport/1.2.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/resized_image_transport" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-4.bb index b17cf6e71c3..5be66d789f8 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-marker_2.1.7-4.bb @@ -114,7 +114,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_interactive_marker/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_interactive_marker" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-4.bb index 94a43e826cd..d691ac235ad 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive-test_2.1.7-4.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_interactive_test/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_interactive_test" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-4.bb index a4a6d14f3be..751d08ae28e 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-interactive_2.1.7-4.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_interactive/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_interactive" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-4.bb index 881ef40bda0..b5c3e219409 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.7-4.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_rqt_plugins/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_rqt_plugins" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-4.bb index e1af3155538..f1fd5baf94a 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-rviz-plugins_2.1.7-4.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_rviz_plugins/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_rviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-4.bb b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-4.bb index cc2081dafb9..b04017b3163 100644 --- a/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-4.bb +++ b/meta-ros1-noetic/generated-recipes/jsk-visualization/jsk-visualization_2.1.7-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tork-a/jsk_visualization-release/archive/release/noetic/jsk_visualization/2.1.7-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/jsk_visualization" diff --git a/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser-py_1.14.1-1.bb b/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser-py_1.14.1-1.bb index c7c5272ae18..fff95c6b62a 100644 --- a/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser-py_1.14.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser-py_1.14.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/kdl_parser-release/archive/release/noetic/kdl_parser_py/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kdl_parser_py" diff --git a/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser_1.14.1-1.bb b/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser_1.14.1-1.bb index 9a7aa243cb0..49946b9903b 100644 --- a/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser_1.14.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kdl-parser/kdl-parser_1.14.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/kdl_parser-release/archive/release/noetic/kdl_parser/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kdl_parser" diff --git a/meta-ros1-noetic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb b/meta-ros1-noetic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb index 1178b234a3d..76fd2928791 100644 --- a/meta-ros1-noetic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/knowledge-representation/knowledge-representation_0.9.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/utexas-bwi-gbp/knowledge_representation-release/archive/release/noetic/knowledge_representation/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/knowledge_representation" diff --git a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb index b1e05724ceb..fc9c6fea4a5 100644 --- a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-core_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/noetic/kobuki_core/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kobuki_core" diff --git a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb index cc177dd604f..2c38e91e5da 100644 --- a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-dock-drive_0.7.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/noetic/kobuki_dock_drive/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kobuki_dock_drive" diff --git a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb index 0cf17587053..d6cf3f74942 100644 --- a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-driver_0.7.12-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/noetic/kobuki_driver/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kobuki_driver" diff --git a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb index 7e56727bcb4..707792e54aa 100644 --- a/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/kobuki-core/kobuki-ftdi_0.7.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_core-release/archive/release/noetic/kobuki_ftdi/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kobuki_ftdi" diff --git a/meta-ros1-noetic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb b/meta-ros1-noetic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb index a683df6a33d..2cf41091fbd 100644 --- a/meta-ros1-noetic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/kobuki-msgs/kobuki-msgs_0.7.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/kobuki_msgs-release/archive/release/noetic/kobuki_msgs/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kobuki_msgs" diff --git a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bb index 10178fd8911..eebf7417e1c 100644 --- a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/noetic/kvh_geo_fog_3d_driver/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kvh_geo_fog_3d_driver" diff --git a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.5.1-1.bb index 0082b394eae..60d80e68488 100644 --- a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-msgs_1.5.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/noetic/kvh_geo_fog_3d_msgs/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kvh_geo_fog_3d_msgs" diff --git a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.5.1-1.bb index d9b2ba39c98..b8902c68beb 100644 --- a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d-rviz_1.5.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/noetic/kvh_geo_fog_3d_rviz/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kvh_geo_fog_3d_rviz" diff --git a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.5.1-1.bb index 3844be04549..c4d150c56f0 100644 --- a/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/kvh-geo-fog-3d/kvh-geo-fog-3d_1.5.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MITRE/kvh_geo_fog_3d-release/archive/release/noetic/kvh_geo_fog_3d/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kvh_geo_fog_3d" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb index 7006e4a8e9d..1893dca140d 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_core/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_core" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb index b7e756969b9..cab730daef9 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_examples/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_examples" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb index e6007483ac3..45d9ebbc329 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_io/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_io" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb index 0a454fe5d1d..9edce7b5fe7 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_maps/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_maps" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb index ad228b9c934..709c7a3df69 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_projection/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_projection" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb index dde15ee5ca9..138270386f2 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_python/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_python" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb index 4558b62c4c7..e55a397b749 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_routing/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_routing" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb index 0c0b0c218f9..9c653b8a49e 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_traffic_rules/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_traffic_rules" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb index cad0c22b05a..c12a1317108 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2_validation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2_validation" diff --git a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb index 2d6dd3217d0..806ce40ef79 100644 --- a/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/noetic/lanelet2/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lanelet2" diff --git a/meta-ros1-noetic/generated-recipes/laser-assembler/laser-assembler_1.7.8-1.bb b/meta-ros1-noetic/generated-recipes/laser-assembler/laser-assembler_1.7.8-1.bb index 72e010bb6e1..87cce8999c3 100644 --- a/meta-ros1-noetic/generated-recipes/laser-assembler/laser-assembler_1.7.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-assembler/laser-assembler_1.7.8-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_assembler-release/archive/release/noetic/laser_assembler/1.7.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_assembler" diff --git a/meta-ros1-noetic/generated-recipes/laser-filtering/laser-filtering_0.0.5-1.bb b/meta-ros1-noetic/generated-recipes/laser-filtering/laser-filtering_0.0.5-1.bb index b433ddf4943..4588ff252b6 100644 --- a/meta-ros1-noetic/generated-recipes/laser-filtering/laser-filtering_0.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-filtering/laser-filtering_0.0.5-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/laser_filtering_release/archive/release/noetic/laser_filtering/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_filtering" diff --git a/meta-ros1-noetic/generated-recipes/laser-filtering/map-laser_0.0.5-1.bb b/meta-ros1-noetic/generated-recipes/laser-filtering/map-laser_0.0.5-1.bb index 160b035ae48..98f0e6a9f06 100644 --- a/meta-ros1-noetic/generated-recipes/laser-filtering/map-laser_0.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-filtering/map-laser_0.0.5-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/laser_filtering_release/archive/release/noetic/map_laser/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/map_laser" diff --git a/meta-ros1-noetic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb b/meta-ros1-noetic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb index 4e0dfd2d99c..7e744df4f01 100644 --- a/meta-ros1-noetic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-filters/laser-filters_1.8.11-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_filters-release/archive/release/noetic/laser_filters/1.8.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_filters" diff --git a/meta-ros1-noetic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb b/meta-ros1-noetic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb index 00785544615..22afd97ff2a 100644 --- a/meta-ros1-noetic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-geometry/laser-geometry_1.6.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_geometry-release/archive/release/noetic/laser_geometry/1.6.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_geometry" diff --git a/meta-ros1-noetic/generated-recipes/laser-pipeline/laser-pipeline_1.6.4-1.bb b/meta-ros1-noetic/generated-recipes/laser-pipeline/laser-pipeline_1.6.4-1.bb index 8357ac8daf4..5dfbaf1fd61 100644 --- a/meta-ros1-noetic/generated-recipes/laser-pipeline/laser-pipeline_1.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-pipeline/laser-pipeline_1.6.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_pipeline-release/archive/release/noetic/laser_pipeline/1.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_pipeline" diff --git a/meta-ros1-noetic/generated-recipes/laser-proc/laser-proc_0.1.6-1.bb b/meta-ros1-noetic/generated-recipes/laser-proc/laser-proc_0.1.6-1.bb index c0a45de15bd..5ed90d10aaa 100644 --- a/meta-ros1-noetic/generated-recipes/laser-proc/laser-proc_0.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/laser-proc/laser-proc_0.1.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/laser_proc-release/archive/release/noetic/laser_proc/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_proc" diff --git a/meta-ros1-noetic/generated-recipes/leo-common/leo-description_1.2.2-1.bb b/meta-ros1-noetic/generated-recipes/leo-common/leo-description_1.2.2-1.bb index 14446536284..4b620627114 100644 --- a/meta-ros1-noetic/generated-recipes/leo-common/leo-description_1.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-common/leo-description_1.2.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/noetic/leo_description/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_description" diff --git a/meta-ros1-noetic/generated-recipes/leo-common/leo-teleop_1.2.2-1.bb b/meta-ros1-noetic/generated-recipes/leo-common/leo-teleop_1.2.2-1.bb index 9fb685321f9..62d844ec98c 100644 --- a/meta-ros1-noetic/generated-recipes/leo-common/leo-teleop_1.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-common/leo-teleop_1.2.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/noetic/leo_teleop/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_teleop" diff --git a/meta-ros1-noetic/generated-recipes/leo-common/leo_1.2.2-1.bb b/meta-ros1-noetic/generated-recipes/leo-common/leo_1.2.2-1.bb index fceb01b3bb8..e85004354c4 100644 --- a/meta-ros1-noetic/generated-recipes/leo-common/leo_1.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-common/leo_1.2.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_common-release/archive/release/noetic/leo/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo" diff --git a/meta-ros1-noetic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb index 48a1f646d4f..ee6a6c0239c 100644 --- a/meta-ros1-noetic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-desktop/leo-desktop_0.2.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_desktop-release/archive/release/noetic/leo_desktop/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_desktop" diff --git a/meta-ros1-noetic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb index c43bf6e2208..ce540a4e719 100644 --- a/meta-ros1-noetic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-desktop/leo-viz_0.2.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_desktop-release/archive/release/noetic/leo_viz/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_viz" diff --git a/meta-ros1-noetic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb index 8f88b864d7f..15fce64d900 100644 --- a/meta-ros1-noetic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-simulator/leo-gazebo_0.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_simulator-release/archive/release/noetic/leo_gazebo/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb index 42127fa3977..4796ef21d9d 100644 --- a/meta-ros1-noetic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/leo-simulator/leo-simulator_0.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/leo_simulator-release/archive/release/noetic/leo_simulator/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leo_simulator" diff --git a/meta-ros1-noetic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros1-noetic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index 5c96d641ef2..0ed708c504c 100644 --- a/meta-ros1-noetic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/lgsvl_msgs-release/archive/release/noetic/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lgsvl_msgs" diff --git a/meta-ros1-noetic/generated-recipes/libfranka/libfranka_0.8.0-4.bb b/meta-ros1-noetic/generated-recipes/libfranka/libfranka_0.8.0-4.bb index 02e7f5e7faf..8de9e9defa7 100644 --- a/meta-ros1-noetic/generated-recipes/libfranka/libfranka_0.8.0-4.bb +++ b/meta-ros1-noetic/generated-recipes/libfranka/libfranka_0.8.0-4.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/frankaemika/libfranka-release/archive/release/noetic/libfranka/0.8.0-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/libfranka" diff --git a/meta-ros1-noetic/generated-recipes/libg2o/libg2o_2020.5.3-1.bb b/meta-ros1-noetic/generated-recipes/libg2o/libg2o_2020.5.3-1.bb index 644c74bcaea..5716ebdc5ec 100644 --- a/meta-ros1-noetic/generated-recipes/libg2o/libg2o_2020.5.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/libg2o/libg2o_2020.5.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/libg2o-release/archive/release/noetic/libg2o/2020.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libg2o" diff --git a/meta-ros1-noetic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb b/meta-ros1-noetic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb index da98fc874fa..f50e1c6167e 100644 --- a/meta-ros1-noetic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/librealsense2-release/archive/release/noetic/librealsense2/2.48.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/librealsense2" diff --git a/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-camera_0.0.11-1.bb b/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-camera_0.0.11-1.bb index 9b778657fba..8e5c10f487e 100644 --- a/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-camera_0.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-camera_0.0.11-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/libuvc_ros-release/archive/release/noetic/libuvc_camera/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libuvc_camera" diff --git a/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-ros_0.0.11-1.bb b/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-ros_0.0.11-1.bb index ce3938ad4fe..fa4e044d3b4 100644 --- a/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-ros_0.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/libuvc-ros/libuvc-ros_0.0.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/libuvc_ros-release/archive/release/noetic/libuvc_ros/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libuvc_ros" diff --git a/meta-ros1-noetic/generated-recipes/lms1xx/lms1xx_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/lms1xx/lms1xx_0.3.0-2.bb index 1619bf670dc..11d1fd1eed8 100644 --- a/meta-ros1-noetic/generated-recipes/lms1xx/lms1xx_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/lms1xx/lms1xx_0.3.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/lms1xx-release/archive/release/noetic/lms1xx/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/lms1xx" diff --git a/meta-ros1-noetic/generated-recipes/locator-ros-bridge/bosch-locator-bridge_1.0.1-2.bb b/meta-ros1-noetic/generated-recipes/locator-ros-bridge/bosch-locator-bridge_1.0.1-2.bb index 8ae4129ebf1..549ea3c6337 100644 --- a/meta-ros1-noetic/generated-recipes/locator-ros-bridge/bosch-locator-bridge_1.0.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/locator-ros-bridge/bosch-locator-bridge_1.0.1-2.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/locator_ros_bridge-release/archive/release/noetic/bosch_locator_bridge/1.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/bosch_locator_bridge" diff --git a/meta-ros1-noetic/generated-recipes/log-view/log-view_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/log-view/log-view_0.1.3-1.bb index 27376b46d90..eb170663a77 100644 --- a/meta-ros1-noetic/generated-recipes/log-view/log-view_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/log-view/log-view_0.1.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hatchbed/log_view-release/archive/release/noetic/log_view/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/log_view" diff --git a/meta-ros1-noetic/generated-recipes/lusb/lusb_1.1.0-1.bb b/meta-ros1-noetic/generated-recipes/lusb/lusb_1.1.0-1.bb index 6e1a790ccf8..5ae4837e5b7 100644 --- a/meta-ros1-noetic/generated-recipes/lusb/lusb_1.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/lusb/lusb_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/lusb-release/archive/release/noetic/lusb/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lusb" diff --git a/meta-ros1-noetic/generated-recipes/lvr2/lvr2_20.11.2-1.bb b/meta-ros1-noetic/generated-recipes/lvr2/lvr2_20.11.2-1.bb index 2c56e3c7d7f..a86293cdf60 100644 --- a/meta-ros1-noetic/generated-recipes/lvr2/lvr2_20.11.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/lvr2/lvr2_20.11.2-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/lvr2-release/archive/release/noetic/lvr2/20.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lvr2" diff --git a/meta-ros1-noetic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb b/meta-ros1-noetic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb index 1aa83fc617a..27158bcb881 100644 --- a/meta-ros1-noetic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/m-explore/explore-lite_2.1.4-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hrnr/m-explore-release/archive/release/noetic/explore_lite/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/explore_lite" diff --git a/meta-ros1-noetic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb b/meta-ros1-noetic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb index 6eb381481d1..161bdf35398 100644 --- a/meta-ros1-noetic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/m-explore/multirobot-map-merge_2.1.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/hrnr/m-explore-release/archive/release/noetic/multirobot_map_merge/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multirobot_map_merge" diff --git a/meta-ros1-noetic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb b/meta-ros1-noetic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb index 87179ad6fc9..b1bdbc7b4ff 100644 --- a/meta-ros1-noetic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mapviz/mapviz-plugins_1.4.1-1.bb @@ -114,7 +114,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/noetic/mapviz_plugins/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mapviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/mapviz/mapviz_1.4.1-1.bb b/meta-ros1-noetic/generated-recipes/mapviz/mapviz_1.4.1-1.bb index 72a45e035a8..634e08524c6 100644 --- a/meta-ros1-noetic/generated-recipes/mapviz/mapviz_1.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mapviz/mapviz_1.4.1-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/noetic/mapviz/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mapviz" diff --git a/meta-ros1-noetic/generated-recipes/mapviz/multires-image_1.4.1-1.bb b/meta-ros1-noetic/generated-recipes/mapviz/multires-image_1.4.1-1.bb index a33364ca5de..eb984f91620 100644 --- a/meta-ros1-noetic/generated-recipes/mapviz/multires-image_1.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mapviz/multires-image_1.4.1-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/noetic/multires_image/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multires_image" diff --git a/meta-ros1-noetic/generated-recipes/mapviz/tile-map_1.4.1-1.bb b/meta-ros1-noetic/generated-recipes/mapviz/tile-map_1.4.1-1.bb index 9e92ab8ebf7..ba3ce8070c3 100644 --- a/meta-ros1-noetic/generated-recipes/mapviz/tile-map_1.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mapviz/tile-map_1.4.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/noetic/tile_map/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tile_map" diff --git a/meta-ros1-noetic/generated-recipes/marker-msgs/marker-msgs_0.0.6-7.bb b/meta-ros1-noetic/generated-recipes/marker-msgs/marker-msgs_0.0.6-7.bb index a840b6f712d..b17cb0b5a15 100644 --- a/meta-ros1-noetic/generated-recipes/marker-msgs/marker-msgs_0.0.6-7.bb +++ b/meta-ros1-noetic/generated-recipes/marker-msgs/marker-msgs_0.0.6-7.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tuw-robotics/marker_msgs-release/archive/release/noetic/marker_msgs/0.0.6-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/marker_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb index 72d9485bae7..80c2d45e2d6 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/marti-data-structures_2.14.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/marti_data_structures/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_data_structures" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb index 6f1eafd68d6..3f71132e839 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-console-util_2.14.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_console_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_console_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb index 65b0eb2e694..be7c9c7108a 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-dbw-interface_2.14.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_dbw_interface/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_dbw_interface" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb index 541b773a6c3..b1cf9205d7c 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-geometry-util_2.14.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_geometry_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_geometry_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb index ff607862732..8ee296ca6e9 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-image-util_2.14.2-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_image_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_image_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb index f3967239099..e0e73319a83 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-math-util_2.14.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_math_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_math_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb index 9af8afad5a4..6e329723617 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-nodelet_2.14.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_nodelet/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_nodelet" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb index 2f248e34d68..d81d2f21eee 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-opencv-util_2.14.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_opencv_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_opencv_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb index 808f3d664c4..bf13c3bfccb 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-prefix-tools_2.14.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_prefix_tools/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_prefix_tools" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb index eae31ccf4f8..43a0dd48f85 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-roscpp_2.14.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_roscpp/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_roscpp" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb index 3f12933e508..a1597269f45 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-rospy_2.14.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_rospy/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_rospy" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb index 563671d1783..d2383329f94 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-route-util_2.14.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_route_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_route_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb index 7773737e220..b4bd7ef0b45 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-serial-util_2.14.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_serial_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_serial_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb index 8fc14c73bb9..e153a8cce85 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-string-util_2.14.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_string_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_string_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb index 97edb118ab4..c6c87e70608 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-system-util_2.14.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_system_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_system_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb index 8232aaaed57..3aeae952bf8 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-transform-util_2.14.2-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_transform_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_transform_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb b/meta-ros1-noetic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb index fb377abcb72..3be04c416e8 100644 --- a/meta-ros1-noetic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-common/swri-yaml-util_2.14.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/noetic/swri_yaml_util/2.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_yaml_util" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb index 97664d12479..9c58ec3bc1f 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-can-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_can_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_can_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb index 9c634b1d3f0..bf0979c84da 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-common-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_common_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_common_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb index 275b0a7c290..ea8382947df 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-dbw-msgs_0.10.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_dbw_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_dbw_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb index 9f1e1c119d3..8467a26204e 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-nav-msgs_0.10.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_nav_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_nav_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb index ba7261c2ecf..38ab4e924c7 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-perception-msgs_0.10.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_perception_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_perception_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb index 103d9437ca1..110aaacee3f 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-sensor-msgs_0.10.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_sensor_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_sensor_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb index a55b0b0cc55..3abfc38b0a0 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-status-msgs_0.10.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_status_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_status_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb index c9391989172..a8b743e7593 100644 --- a/meta-ros1-noetic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/marti-messages/marti-visualization-msgs_0.10.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/noetic/marti_visualization_msgs/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marti_visualization_msgs" diff --git a/meta-ros1-noetic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb b/meta-ros1-noetic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb index ea7e2b2495a..f9becfc6454 100644 --- a/meta-ros1-noetic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/marvelmind-nav/marvelmind-nav_1.0.11-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarvelmindRobotics/marvelmind_nav-release/archive/release/noetic/marvelmind_nav/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/marvelmind_nav" diff --git a/meta-ros1-noetic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb b/meta-ros1-noetic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb index dd8af6a7f52..ba03eacaacb 100644 --- a/meta-ros1-noetic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/noetic/mavlink/2021.7.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mavlink" diff --git a/meta-ros1-noetic/generated-recipes/mavros/libmavconn_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/mavros/libmavconn_1.8.0-1.bb index 085cc149abb..bc059f79e8a 100644 --- a/meta-ros1-noetic/generated-recipes/mavros/libmavconn_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavros/libmavconn_1.8.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/noetic/libmavconn/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libmavconn" diff --git a/meta-ros1-noetic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb index e932733f62f..405056ebb6d 100644 --- a/meta-ros1-noetic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavros/mavros-extras_1.8.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/noetic/mavros_extras/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mavros_extras" diff --git a/meta-ros1-noetic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb index 09658b7b901..bb4bd048404 100644 --- a/meta-ros1-noetic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavros/mavros-msgs_1.8.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/noetic/mavros_msgs/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mavros_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mavros/mavros_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/mavros/mavros_1.8.0-1.bb index 618c2fffc61..edc71790628 100644 --- a/meta-ros1-noetic/generated-recipes/mavros/mavros_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavros/mavros_1.8.0-1.bb @@ -108,7 +108,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/noetic/mavros/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mavros" diff --git a/meta-ros1-noetic/generated-recipes/mavros/test-mavros_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/mavros/test-mavros_1.8.0-1.bb index c5d654fca23..c2d2d744b7b 100644 --- a/meta-ros1-noetic/generated-recipes/mavros/test-mavros_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mavros/test-mavros_1.8.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/noetic/test_mavros/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/test_mavros" diff --git a/meta-ros1-noetic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb index 3bc483f5b18..f7f6afc0dd9 100644 --- a/meta-ros1-noetic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mcl-3dl-msgs/mcl-3dl-msgs_0.6.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/mcl_3dl_msgs-release/archive/release/noetic/mcl_3dl_msgs/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mcl_3dl_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb index efc02c20b5a..b54b901ce84 100644 --- a/meta-ros1-noetic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/mcl-3dl/mcl-3dl_0.6.0-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/mcl_3dl-release/archive/release/noetic/mcl_3dl/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mcl_3dl" diff --git a/meta-ros1-noetic/generated-recipes/media-export/media-export_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/media-export/media-export_0.3.0-1.bb index daf39cb2fcb..2f48189979b 100644 --- a/meta-ros1-noetic/generated-recipes/media-export/media-export_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/media-export/media-export_0.3.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/media_export-release/archive/release/noetic/media_export/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/media_export" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-2.bb index 6b78d2d1452..68a147f3339 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/dijkstra-mesh-planner_1.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/dijkstra_mesh_planner/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dijkstra_mesh_planner" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-2.bb index 3daf69bc5fa..a7718fc17cf 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-core_1.0.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mbf_mesh_core/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_mesh_core" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-2.bb index ee8f200fa9f..10cd39abef3 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mbf-mesh-nav_1.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mbf_mesh_nav/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_mesh_nav" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-client_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-client_1.0.0-2.bb index cde2bb826a1..a02f0f546d5 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-client_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-client_1.0.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mesh_client/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_client" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-2.bb index 9017788d02b..e062bf6722f 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-controller_1.0.0-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mesh_controller/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_controller" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-2.bb index 6feda4eae41..5e46d4f6fe6 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-layers_1.0.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mesh_layers/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_layers" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-map_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-map_1.0.0-2.bb index 50c0453d4db..77e864a93c3 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-map_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-map_1.0.0-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mesh_map/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_map" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-2.bb index 5c4bc230d36..5ca95278fea 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/mesh-navigation_1.0.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/mesh_navigation/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_navigation" diff --git a/meta-ros1-noetic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-2.bb b/meta-ros1-noetic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-2.bb index 40081f94ffa..9d00a49987e 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-navigation/wave-front-planner_1.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh_navigation-release/archive/release/noetic/wave_front_planner/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/wave_front_planner" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb index 0c1fbd39671..b349b1fc8cd 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/hdf5-map-io_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/hdf5_map_io/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hdf5_map_io" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb index 5bce006ff02..06def7883cd 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/label-manager_1.0.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/label_manager/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/label_manager" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb index 45660fb0e41..3be70d4db16 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-conversions_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/mesh_msgs_conversions/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_msgs_conversions" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb index 1f431560d16..268c4bd5767 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-hdf5_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/mesh_msgs_hdf5/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_msgs_hdf5" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb index 504056d5d8c..f942de0c2ec 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs-transform_1.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/mesh_msgs_transform/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_msgs_transform" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb index 6344dbc1bdb..86212ba2895 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-msgs_1.0.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/mesh_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb index 0fe34c1468a..86d0cfafa7e 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/mesh-tools_1.0.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/mesh_tools/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mesh_tools" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb index ff5c24d7f1e..59fa3eb3775 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-map-plugin_1.0.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/rviz_map_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_map_plugin" diff --git a/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb index b2cc4fa3878..468f362e837 100644 --- a/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mesh-tools/rviz-mesh-plugin_1.0.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mesh-tools/archive/release/noetic/rviz_mesh_plugin/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_mesh_plugin" diff --git a/meta-ros1-noetic/generated-recipes/message-generation/message-generation_0.4.1-1.bb b/meta-ros1-noetic/generated-recipes/message-generation/message-generation_0.4.1-1.bb index d27a08a28e1..0dc36f54c8b 100644 --- a/meta-ros1-noetic/generated-recipes/message-generation/message-generation_0.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/message-generation/message-generation_0.4.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/message_generation-release/archive/release/noetic/message_generation/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/message_generation" diff --git a/meta-ros1-noetic/generated-recipes/message-runtime/message-runtime_0.4.13-1.bb b/meta-ros1-noetic/generated-recipes/message-runtime/message-runtime_0.4.13-1.bb index 12559227b50..7579719a5ab 100644 --- a/meta-ros1-noetic/generated-recipes/message-runtime/message-runtime_0.4.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/message-runtime/message-runtime_0.4.13-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/message_runtime-release/archive/release/noetic/message_runtime/0.4.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/message_runtime" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/desktop-full_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/desktop-full_1.5.0-1.bb index 13bd52fe86e..5d16879d49c 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/desktop-full_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/desktop-full_1.5.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/desktop_full/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/desktop_full" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/desktop_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/desktop_1.5.0-1.bb index 410fac43eb0..4c74a2f847b 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/desktop_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/desktop_1.5.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/desktop/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/desktop" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/perception_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/perception_1.5.0-1.bb index 1b0c01c73ac..52ce68a40a4 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/perception_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/perception_1.5.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/perception/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/perception" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/robot_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/robot_1.5.0-1.bb index 70d77e91d8f..edb0a4662d5 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/robot_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/robot_1.5.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/robot/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/ros-base_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/ros-base_1.5.0-1.bb index fd78fb53333..a3331015ad0 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/ros-base_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/ros-base_1.5.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/ros_base/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_base" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/ros-core_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/ros-core_1.5.0-1.bb index e2f8c285f53..4bf155eb365 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/ros-core_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/ros-core_1.5.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/ros_core/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_core" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/simulators_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/simulators_1.5.0-1.bb index ad336651dbf..538d808c639 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/simulators_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/simulators_1.5.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/simulators/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/simulators" diff --git a/meta-ros1-noetic/generated-recipes/metapackages/viz_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/metapackages/viz_1.5.0-1.bb index c766b2dc066..4ba34a7e2f5 100644 --- a/meta-ros1-noetic/generated-recipes/metapackages/viz_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/metapackages/viz_1.5.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/metapackages-release/archive/release/noetic/viz/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/viz" diff --git a/meta-ros1-noetic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb b/meta-ros1-noetic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb index ce20b4cd08a..22839ec15cb 100644 --- a/meta-ros1-noetic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/microstrain-3dmgx2-imu/microstrain-3dmgx2-imu_1.5.13-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/microstrain_3dmgx2_imu-release/archive/release/noetic/microstrain_3dmgx2_imu/1.5.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/microstrain_3dmgx2_imu" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-actions_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-actions_1.1.3-1.bb index f6336fe3f5a..6ec229855d2 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-actions_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-actions_1.1.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_actions/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_actions" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-description_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-description_1.1.3-1.bb index 72fc351cdf0..0f3d30d8bfd 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-description_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-description_1.1.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_description/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_description" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-driver_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-driver_1.1.3-1.bb index 3b60fb194f0..da2494b0042 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-driver_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-driver_1.1.3-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_driver/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_driver" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-dwb-critics_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-dwb-critics_1.1.3-1.bb index c462939f070..a8710faabb8 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-dwb-critics_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-dwb-critics_1.1.3-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_dwb_critics/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_dwb_critics" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-gazebo_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-gazebo_1.1.3-1.bb index 0e5b8c9d8b5..a9d08a35be2 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-gazebo_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-gazebo_1.1.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_gazebo/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-msgs_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-msgs_1.1.3-1.bb index b91018b8092..8ebfc5a9242 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-msgs_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-msgs_1.1.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_msgs/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-navigation_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-navigation_1.1.3-1.bb index a5ce534d037..6838d4c03df 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-navigation_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-navigation_1.1.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_navigation/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_navigation" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/mir-robot_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/mir-robot_1.1.3-1.bb index 71b51e417dd..d12cbb3251b 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/mir-robot_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/mir-robot_1.1.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/mir_robot/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mir_robot" diff --git a/meta-ros1-noetic/generated-recipes/mir-robot/sdc21x0_1.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mir-robot/sdc21x0_1.1.3-1.bb index f7c48e12332..601d690d915 100644 --- a/meta-ros1-noetic/generated-recipes/mir-robot/sdc21x0_1.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mir-robot/sdc21x0_1.1.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/mir_robot-release/archive/release/noetic/sdc21x0/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sdc21x0" diff --git a/meta-ros1-noetic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb index 61438458864..3cf5221eb26 100644 --- a/meta-ros1-noetic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mobile-robot-simulator/mobile-robot-simulator_1.0.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/mobile_robot_simulator-release/archive/release/noetic/mobile_robot_simulator/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mobile_robot_simulator" diff --git a/meta-ros1-noetic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb index c81255f1d92..1b7d822ba98 100644 --- a/meta-ros1-noetic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mocap-optitrack/mocap-optitrack_0.1.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/mocap_optitrack-release/archive/release/noetic/mocap_optitrack/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mocap_optitrack" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb index ce9d2bb0185..a4821af604f 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-core_0.3.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_abstract_core/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_abstract_core" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb index 4db80dacee4..5aaafd98b44 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-abstract-nav_0.3.4-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_abstract_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_abstract_nav" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb index 4eff43c2605..0883bd9adb0 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-core_0.3.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_costmap_core/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_costmap_core" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb index 34e62362232..e85ac96f842 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-costmap-nav_0.3.4-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_costmap_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_costmap_nav" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb index a3c7de15f08..049ce7b598f 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-msgs_0.3.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_msgs/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_msgs" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb index be7a8bce797..fe946cbdb67 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-simple-nav_0.3.4-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_simple_nav/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_simple_nav" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb index bed553f96b1..143312fbcbe 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/mbf-utility_0.3.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/mbf_utility/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mbf_utility" diff --git a/meta-ros1-noetic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb index 4a89feafbb6..a4263d273f4 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-flex/move-base-flex_0.3.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/move_base_flex-release/archive/release/noetic/move_base_flex/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/move_base_flex" diff --git a/meta-ros1-noetic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-1.bb b/meta-ros1-noetic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-1.bb index c61a64e3e9d..ff10ed8284e 100644 --- a/meta-ros1-noetic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/move-base-sequence/move-base-sequence_0.0.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MarkNaeem/move_base_sequence-release/archive/release/noetic/move_base_sequence/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/move_base_sequence" diff --git a/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-gui_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-gui_0.1.0-1.bb index 4917337e8d6..8dcb4b08a0a 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-gui_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-gui_0.1.0-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JStech/moveit_calibration-release/archive/release/noetic/moveit_calibration_gui/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_calibration_gui" diff --git a/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-plugins_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-plugins_0.1.0-1.bb index daedcef4f3e..3e8b111c43b 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-plugins_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-calibration/moveit-calibration-plugins_0.1.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/JStech/moveit_calibration-release/archive/release/noetic/moveit_calibration_plugins/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_calibration_plugins" diff --git a/meta-ros1-noetic/generated-recipes/moveit-msgs/moveit-msgs_0.11.2-1.bb b/meta-ros1-noetic/generated-recipes/moveit-msgs/moveit-msgs_0.11.2-1.bb index 3d6cfe2f09c..a5b0260f518 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-msgs/moveit-msgs_0.11.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-msgs/moveit-msgs_0.11.2-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_msgs-release/archive/release/noetic/moveit_msgs/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_msgs" diff --git a/meta-ros1-noetic/generated-recipes/moveit-python/moveit-python_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/moveit-python/moveit-python_0.4.2-1.bb index ec7f4e16655..041b83eebcb 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-python/moveit-python_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-python/moveit-python_0.4.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/moveit_python-release/archive/release/noetic/moveit_python/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_python" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.8.0-1.bb index 9d71f4865c0..3bdeb0b9d06 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_0.8.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_fanuc_description/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_fanuc_description" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.8.0-1.bb index e209d9df539..2cdf85b84f3 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_0.8.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_fanuc_moveit_config/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_fanuc_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.8.0-1.bb index de9cdac6e9e..02fa9a1ff95 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-description_0.8.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_panda_description/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_panda_description" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.8.0-1.bb index 8df0f9f80dd..60428e390c0 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_0.8.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_panda_moveit_config/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_panda_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.8.0-1.bb index b3ba0af86c5..10f825d3588 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-pr2-description_0.8.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_pr2_description/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_pr2_description" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.8.0-1.bb index 6f64a7e1f59..fa96724ac76 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-ikfast-manipulator-plugin_0.8.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_prbt_ikfast_manipulator_plugin/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_prbt_ikfast_manipulator_plugin" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.8.0-1.bb index a4c78d90b22..ca110400523 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-moveit-config_0.8.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_prbt_moveit_config/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_prbt_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.8.0-1.bb index 99f7a695f08..b684004e77c 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-pg70-support_0.8.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_prbt_pg70_support/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_prbt_pg70_support" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.8.0-1.bb index 59058a70e8d..92ad73fdd58 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources-prbt-support_0.8.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources_prbt_support/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources_prbt_support" diff --git a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources_0.8.0-1.bb index 34d3f36da21..0da48a98d4a 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-resources/moveit-resources_0.8.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_resources-release/archive/release/noetic/moveit_resources/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_resources" diff --git a/meta-ros1-noetic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.6.0-1.bb b/meta-ros1-noetic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.6.0-1.bb index 49178e71bf9..e29604f4b8c 100644 --- a/meta-ros1-noetic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit-visual-tools/moveit-visual-tools_3.6.0-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit_visual_tools-release/archive/release/noetic/moveit_visual_tools/3.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_visual_tools" diff --git a/meta-ros1-noetic/generated-recipes/moveit/chomp-motion-planner_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/chomp-motion-planner_1.1.5-1.bb index 90b00c60972..bd97feddb6a 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/chomp-motion-planner_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/chomp-motion-planner_1.1.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/chomp_motion_planner/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/chomp_motion_planner" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.1.5-1.bb index 20ea278b1d4..2fc365ccdd6 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-chomp-optimizer-adapter_1.1.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_chomp_optimizer_adapter/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_chomp_optimizer_adapter" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-commander_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-commander_1.1.5-1.bb index 05e1d8aa2ff..197ee5250b4 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-commander_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-commander_1.1.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_commander/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_commander" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-core_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-core_1.1.5-1.bb index b4f49671682..b88ad2c9581 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-core_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-core_1.1.5-1.bb @@ -137,7 +137,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_core/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_core" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-fake-controller-manager_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-fake-controller-manager_1.1.5-1.bb index b6c628b9ce8..25d732b34ac 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-fake-controller-manager_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-fake-controller-manager_1.1.5-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_fake_controller_manager/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_fake_controller_manager" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-kinematics_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-kinematics_1.1.5-1.bb index 375fe69b587..f03f16fd4ef 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-kinematics_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-kinematics_1.1.5-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_kinematics/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_kinematics" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-chomp_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-chomp_1.1.5-1.bb index 05390203d88..fd3f20760b0 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-chomp_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-chomp_1.1.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_planners_chomp/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_planners_chomp" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-ompl_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-ompl_1.1.5-1.bb index 1d6d3836083..41725eb2a52 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-ompl_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners-ompl_1.1.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_planners_ompl/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_planners_ompl" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners_1.1.5-1.bb index 1667a2a7c13..7e22e854506 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-planners_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-planners_1.1.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_planners/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_planners" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-plugins_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-plugins_1.1.5-1.bb index 260d051ed4b..889006b0237 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-plugins_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-plugins_1.1.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_plugins/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_plugins" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-benchmarks_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-benchmarks_1.1.5-1.bb index e2465468d8e..d13a07ab952 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-benchmarks_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-benchmarks_1.1.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_benchmarks/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_benchmarks" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-control-interface_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-control-interface_1.1.5-1.bb index e2153cfe6be..d9effd8aa4c 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-control-interface_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-control-interface_1.1.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_control_interface/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_control_interface" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-manipulation_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-manipulation_1.1.5-1.bb index 49470157a1b..5d5a4d47658 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-manipulation_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-manipulation_1.1.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_manipulation/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_manipulation" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-move-group_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-move-group_1.1.5-1.bb index c06042fd6b7..171177cedfb 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-move-group_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-move-group_1.1.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_move_group/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_move_group" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.1.5-1.bb index 694de0c7550..af12f3d6025 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_1.1.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_occupancy_map_monitor/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_occupancy_map_monitor" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-perception_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-perception_1.1.5-1.bb index 92f42e1a114..a10e87fedc0 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-perception_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-perception_1.1.5-1.bb @@ -108,7 +108,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_perception/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_perception" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning-interface_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning-interface_1.1.5-1.bb index cd39c1df153..be65e5f0d71 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning-interface_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning-interface_1.1.5-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_planning_interface/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_planning_interface" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning_1.1.5-1.bb index 0caa07308f3..49f6656ba0f 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-planning_1.1.5-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_planning/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_planning" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-robot-interaction_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-robot-interaction_1.1.5-1.bb index 63ffa4a778a..262707d492f 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-robot-interaction_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-robot-interaction_1.1.5-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_robot_interaction/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_robot_interaction" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-visualization_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-visualization_1.1.5-1.bb index e7e8af836f8..f058ece6b63 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-visualization_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-visualization_1.1.5-1.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_visualization/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_visualization" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-warehouse_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-warehouse_1.1.5-1.bb index b3ed103548f..3df9cb4a73a 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-warehouse_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros-warehouse_1.1.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros_warehouse/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros_warehouse" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros_1.1.5-1.bb index dde1df3321c..1a4470eb74b 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-ros_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-ros_1.1.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_ros/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_ros" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-runtime_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-runtime_1.1.5-1.bb index 42769728655..7ae149dc5ac 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-runtime_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-runtime_1.1.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_runtime/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_runtime" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-servo_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-servo_1.1.5-1.bb index d80f9568abf..9e4a0a1a4a6 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-servo_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-servo_1.1.5-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_servo/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_servo" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-setup-assistant_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-setup-assistant_1.1.5-1.bb index 015a8a919ec..29cec9d93c0 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-setup-assistant_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-setup-assistant_1.1.5-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_setup_assistant/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_setup_assistant" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit-simple-controller-manager_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit-simple-controller-manager_1.1.5-1.bb index c3f7ce4e721..0350cc6caee 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit-simple-controller-manager_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit-simple-controller-manager_1.1.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit_simple_controller_manager/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit_simple_controller_manager" diff --git a/meta-ros1-noetic/generated-recipes/moveit/moveit_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/moveit_1.1.5-1.bb index c95bc4c60f9..69f21e90f70 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/moveit_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/moveit_1.1.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/moveit/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/moveit" diff --git a/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.1.5-1.bb index 3b2cbaff9bd..326f0793428 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner-testutils_1.1.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/pilz_industrial_motion_planner_testutils/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_industrial_motion_planner_testutils" diff --git a/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner_1.1.5-1.bb b/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner_1.1.5-1.bb index 05f2355279b..ce0ccc1735d 100644 --- a/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner_1.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/moveit/pilz-industrial-motion-planner_1.1.5-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/moveit-release/archive/release/noetic/pilz_industrial_motion_planner/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_industrial_motion_planner" diff --git a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb index b09edb2785c..fb9e0cb20ca 100644 --- a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-examples_0.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/noetic/mpc_local_planner_examples/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mpc_local_planner_examples" diff --git a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb index 8dbeec82250..0aa3fc985ca 100644 --- a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner-msgs_0.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/noetic/mpc_local_planner_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mpc_local_planner_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb index 5fbed9b3130..903602b35ff 100644 --- a/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mpc-local-planner/mpc-local-planner_0.0.3-1.bb @@ -103,7 +103,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/mpc_local_planner-release/archive/release/noetic/mpc_local_planner/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mpc_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/mqtt-bridge/mqtt-bridge_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/mqtt-bridge/mqtt-bridge_0.2.1-1.bb index d0d3e663f53..2973b17c4aa 100644 --- a/meta-ros1-noetic/generated-recipes/mqtt-bridge/mqtt-bridge_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/mqtt-bridge/mqtt-bridge_0.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/groove-x/mqtt_bridge-release/archive/release/noetic/mqtt_bridge/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mqtt_bridge" diff --git a/meta-ros1-noetic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.23-1.bb b/meta-ros1-noetic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.23-1.bb index abbf92436f2..4a72a61feec 100644 --- a/meta-ros1-noetic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.23-1.bb +++ b/meta-ros1-noetic/generated-recipes/mrpt-msgs/mrpt-msgs_0.1.23-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt_msgs-release/archive/release/noetic/mrpt_msgs/0.1.23-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mrpt_msgs" diff --git a/meta-ros1-noetic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb b/meta-ros1-noetic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb index 5a96c079787..b9a9d8068c8 100644 --- a/meta-ros1-noetic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros-pkg-release/mrpt2-release/archive/release/noetic/mrpt2/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mrpt2" diff --git a/meta-ros1-noetic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb b/meta-ros1-noetic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb index fb628761545..386b1b83025 100644 --- a/meta-ros1-noetic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KIT-MRT/mrt_cmake_modules-release/archive/release/noetic/mrt_cmake_modules/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mrt_cmake_modules" diff --git a/meta-ros1-noetic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.3-1.bb index fca16c136f0..eb6de4c085d 100644 --- a/meta-ros1-noetic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/multi-object-tracking-lidar/multi-object-tracking-lidar_1.0.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/praveen-palanisamy/multi_object_tracking_lidar-release/archive/release/noetic/multi_object_tracking_lidar/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multi_object_tracking_lidar" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-bringup_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-bringup_4.0.5-1.bb index 04af1d160e0..c05c02fecf8 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-bringup_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-bringup_4.0.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense_bringup/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense_bringup" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-cal-check_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-cal-check_4.0.5-1.bb index ced12635182..6a68b570d13 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-cal-check_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-cal-check_4.0.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense_cal_check/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense_cal_check" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-description_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-description_4.0.5-1.bb index b4d7744f46e..a2cbfbc97ca 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-description_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-description_4.0.5-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense_description/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense_description" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-lib_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-lib_4.0.5-1.bb index 96d00739343..4c0a3c42a3c 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-lib_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-lib_4.0.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense_lib/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense_lib" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-ros_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-ros_4.0.5-1.bb index 296a8d074c9..ec498b55111 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-ros_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense-ros_4.0.5-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense_ros/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense_ros" diff --git a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense_4.0.5-1.bb b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense_4.0.5-1.bb index 00578a74276..2ef9b592cc2 100644 --- a/meta-ros1-noetic/generated-recipes/multisense-ros/multisense_4.0.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/multisense-ros/multisense_4.0.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carnegieroboticsllc/multisense_ros-release/archive/release/noetic/multisense/4.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/multisense" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/assisted-teleop_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/assisted-teleop_0.3.4-1.bb index f53f21e702a..b57b20d2e98 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/assisted-teleop_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/assisted-teleop_0.3.4-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/assisted_teleop/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/assisted_teleop" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/goal-passer_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/goal-passer_0.3.4-1.bb index f9b2bce97f0..ea9f467bb1f 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/goal-passer_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/goal-passer_0.3.4-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/goal_passer/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/goal_passer" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/navigation-experimental_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/navigation-experimental_0.3.4-1.bb index 7c625e0a747..9e96bfab6c9 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/navigation-experimental_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/navigation-experimental_0.3.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/navigation_experimental/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/navigation_experimental" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-base-controller_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-base-controller_0.3.4-1.bb index 1cb2dbb21e4..15222eaf259 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-base-controller_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-base-controller_0.3.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/pose_base_controller/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pose_base_controller" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-follower_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-follower_0.3.4-1.bb index ee1ad089cc7..7d50cb57411 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-follower_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/pose-follower_0.3.4-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/pose_follower/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pose_follower" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.4-1.bb index 4c4358f0bdc..7fd9e368186 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-lattice-planner_0.3.4-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/sbpl_lattice_planner/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sbpl_lattice_planner" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.4-1.bb index 3eb2d1b104c..f4d44e12257 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/sbpl-recovery_0.3.4-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/sbpl_recovery/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sbpl_recovery" diff --git a/meta-ros1-noetic/generated-recipes/navigation-experimental/twist-recovery_0.3.4-1.bb b/meta-ros1-noetic/generated-recipes/navigation-experimental/twist-recovery_0.3.4-1.bb index 1503ae3018c..dc65d4b65ff 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-experimental/twist-recovery_0.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-experimental/twist-recovery_0.3.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_experimental-release/archive/release/noetic/twist_recovery/0.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/twist_recovery" diff --git a/meta-ros1-noetic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb index df8dbcecc32..86475a38ebf 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-msgs/map-msgs_1.14.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_msgs-release/archive/release/noetic/map_msgs/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/map_msgs" diff --git a/meta-ros1-noetic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb index 668add6d7c8..a381b760082 100644 --- a/meta-ros1-noetic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation-msgs/move-base-msgs_1.14.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation_msgs-release/archive/release/noetic/move_base_msgs/1.14.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/move_base_msgs" diff --git a/meta-ros1-noetic/generated-recipes/navigation/amcl_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/amcl_1.17.1-1.bb index 6d7b276adc8..4c8f52816d6 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/amcl_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/amcl_1.17.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/amcl/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/amcl" diff --git a/meta-ros1-noetic/generated-recipes/navigation/base-local-planner_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/base-local-planner_1.17.1-1.bb index 51396671ee1..d8c2949b5fd 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/base-local-planner_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/base-local-planner_1.17.1-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/base_local_planner/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/base_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/navigation/carrot-planner_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/carrot-planner_1.17.1-1.bb index 3e286e38a0b..e5355db5a1b 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/carrot-planner_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/carrot-planner_1.17.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/carrot_planner/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/carrot_planner" diff --git a/meta-ros1-noetic/generated-recipes/navigation/clear-costmap-recovery_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/clear-costmap-recovery_1.17.1-1.bb index feb53559902..a61af35d7ca 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/clear-costmap-recovery_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/clear-costmap-recovery_1.17.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/clear_costmap_recovery/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/clear_costmap_recovery" diff --git a/meta-ros1-noetic/generated-recipes/navigation/costmap-2d_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/costmap-2d_1.17.1-1.bb index 7140be33a5f..59b70759cee 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/costmap-2d_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/costmap-2d_1.17.1-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/costmap_2d/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/costmap_2d" diff --git a/meta-ros1-noetic/generated-recipes/navigation/dwa-local-planner_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/dwa-local-planner_1.17.1-1.bb index 0a1a4bab424..61fb4ac563f 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/dwa-local-planner_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/dwa-local-planner_1.17.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/dwa_local_planner/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dwa_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/navigation/fake-localization_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/fake-localization_1.17.1-1.bb index f55e1326a62..2a2b6d34d18 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/fake-localization_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/fake-localization_1.17.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/fake_localization/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fake_localization" diff --git a/meta-ros1-noetic/generated-recipes/navigation/global-planner_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/global-planner_1.17.1-1.bb index 21ba7aafe1d..62830464b28 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/global-planner_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/global-planner_1.17.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/global_planner/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/global_planner" diff --git a/meta-ros1-noetic/generated-recipes/navigation/map-server_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/map-server_1.17.1-1.bb index ce037230219..c32b85ad6d1 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/map-server_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/map-server_1.17.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/map_server/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/map_server" diff --git a/meta-ros1-noetic/generated-recipes/navigation/move-base_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/move-base_1.17.1-1.bb index ae29020d47b..61c32884fb5 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/move-base_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/move-base_1.17.1-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/move_base/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/move_base" diff --git a/meta-ros1-noetic/generated-recipes/navigation/move-slow-and-clear_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/move-slow-and-clear_1.17.1-1.bb index ec5b9d4ba01..d36b90ce5ad 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/move-slow-and-clear_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/move-slow-and-clear_1.17.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/move_slow_and_clear/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/move_slow_and_clear" diff --git a/meta-ros1-noetic/generated-recipes/navigation/nav-core_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/nav-core_1.17.1-1.bb index 48affd5791b..a4d74385dba 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/nav-core_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/nav-core_1.17.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/nav_core/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_core" diff --git a/meta-ros1-noetic/generated-recipes/navigation/navfn_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/navfn_1.17.1-1.bb index ddabdec6e4c..ad26c07c5d3 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/navfn_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/navfn_1.17.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/navfn/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/navfn" diff --git a/meta-ros1-noetic/generated-recipes/navigation/navigation_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/navigation_1.17.1-1.bb index 9f6d63f20e5..28b13fb025e 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/navigation_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/navigation_1.17.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/navigation/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/navigation" diff --git a/meta-ros1-noetic/generated-recipes/navigation/rotate-recovery_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/rotate-recovery_1.17.1-1.bb index 0ecee4aed1e..76ba4dd4469 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/rotate-recovery_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/rotate-recovery_1.17.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/rotate_recovery/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rotate_recovery" diff --git a/meta-ros1-noetic/generated-recipes/navigation/voxel-grid_1.17.1-1.bb b/meta-ros1-noetic/generated-recipes/navigation/voxel-grid_1.17.1-1.bb index ec7441a5f4a..7c3a6317c07 100644 --- a/meta-ros1-noetic/generated-recipes/navigation/voxel-grid_1.17.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/navigation/voxel-grid_1.17.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/navigation-release/archive/release/noetic/voxel_grid/1.17.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/voxel_grid" diff --git a/meta-ros1-noetic/generated-recipes/neo-local-planner/neo-local-planner_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/neo-local-planner/neo-local-planner_1.0.1-1.bb index 5d3d6d793d6..4f46d29702e 100644 --- a/meta-ros1-noetic/generated-recipes/neo-local-planner/neo-local-planner_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/neo-local-planner/neo-local-planner_1.0.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/neobotix/neo_local_planner-release/archive/release/noetic/neo_local_planner/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neo_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb index 1f12431b377..1b9e0d55544 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/costmap-cspace-msgs_0.8.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/costmap_cspace_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/costmap_cspace_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb index 97a053dfa11..33a29f83be5 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/map-organizer-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/map_organizer_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/map_organizer_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb index d59c1d51796..09046bd4470 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/neonavigation-msgs_0.8.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/neonavigation_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neonavigation_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb index 7961b5a619c..65ef0fb5183 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/planner-cspace-msgs_0.8.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/planner_cspace_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/planner_cspace_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb index 8ec69998d6d..ac080f7a102 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/safety-limiter-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/safety_limiter_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/safety_limiter_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb index 55606f84bf4..0f8d8d20ce3 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-msgs/trajectory-tracker-msgs_0.8.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_msgs-release/archive/release/noetic/trajectory_tracker_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trajectory_tracker_msgs" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb index 288e05df705..3a814a573d5 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/neonavigation-rviz-plugins_0.3.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_rviz_plugins-release/archive/release/noetic/neonavigation_rviz_plugins/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neonavigation_rviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb index 1e38de68a14..46dfb98aff1 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation-rviz-plugins/trajectory-tracker-rviz-plugins_0.3.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation_rviz_plugins-release/archive/release/noetic/trajectory_tracker_rviz_plugins/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trajectory_tracker_rviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/costmap-cspace_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/costmap-cspace_0.10.11-1.bb index 5c5afdd59ab..1bba6072157 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/costmap-cspace_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/costmap-cspace_0.10.11-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/costmap_cspace/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/costmap_cspace" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/joystick-interrupt_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/joystick-interrupt_0.10.11-1.bb index fb15e1b66aa..17317d76d61 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/joystick-interrupt_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/joystick-interrupt_0.10.11-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/joystick_interrupt/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joystick_interrupt" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/map-organizer_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/map-organizer_0.10.11-1.bb index 994e4d8ecf4..3a79b855931 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/map-organizer_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/map-organizer_0.10.11-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/map_organizer/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/map_organizer" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-common_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-common_0.10.11-1.bb index 2bea7918ae6..86859ce095a 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-common_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-common_0.10.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/neonavigation_common/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neonavigation_common" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-launch_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-launch_0.10.11-1.bb index 1271643d44f..d502cccdb21 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-launch_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation-launch_0.10.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/neonavigation_launch/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neonavigation_launch" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation_0.10.11-1.bb index 47b04aafd3a..16bbb6a850a 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/neonavigation_0.10.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/neonavigation/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/neonavigation" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.11-1.bb index 18fd2e4c30f..6629df89f70 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/obj-to-pointcloud_0.10.11-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/obj_to_pointcloud/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/obj_to_pointcloud" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/planner-cspace_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/planner-cspace_0.10.11-1.bb index c4025626f6f..075a6c35daa 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/planner-cspace_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/planner-cspace_0.10.11-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/planner_cspace/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/planner_cspace" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/safety-limiter_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/safety-limiter_0.10.11-1.bb index 3d830058226..08f06547b97 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/safety-limiter_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/safety-limiter_0.10.11-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/safety_limiter/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/safety_limiter" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/track-odometry_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/track-odometry_0.10.11-1.bb index 8cfd718e159..78348253504 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/track-odometry_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/track-odometry_0.10.11-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/track_odometry/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/track_odometry" diff --git a/meta-ros1-noetic/generated-recipes/neonavigation/trajectory-tracker_0.10.11-1.bb b/meta-ros1-noetic/generated-recipes/neonavigation/trajectory-tracker_0.10.11-1.bb index c5b52e70552..b5a58589d34 100644 --- a/meta-ros1-noetic/generated-recipes/neonavigation/trajectory-tracker_0.10.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/neonavigation/trajectory-tracker_0.10.11-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/at-wat/neonavigation-release/archive/release/noetic/trajectory_tracker/0.10.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trajectory_tracker" diff --git a/meta-ros1-noetic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-5.bb b/meta-ros1-noetic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-5.bb index b20ce6adf87..bd86ff91d2b 100644 --- a/meta-ros1-noetic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-5.bb +++ b/meta-ros1-noetic/generated-recipes/nerian-stereo/nerian-stereo_3.9.0-5.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nerian-vision/nerian_stereo-release/archive/release/noetic/nerian_stereo/3.9.0-5.tar.gz ROS_BRANCH ?= "branch=release/noetic/nerian_stereo" diff --git a/meta-ros1-noetic/generated-recipes/network-interface/network-interface_3.1.0-1.bb b/meta-ros1-noetic/generated-recipes/network-interface/network-interface_3.1.0-1.bb index 2379c24836e..f577216c5cb 100644 --- a/meta-ros1-noetic/generated-recipes/network-interface/network-interface_3.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/network-interface/network-interface_3.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/network_interface-release/archive/release/noetic/network_interface/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/network_interface" diff --git a/meta-ros1-noetic/generated-recipes/nmea-comms/nmea-comms_1.2.0-3.bb b/meta-ros1-noetic/generated-recipes/nmea-comms/nmea-comms_1.2.0-3.bb index a14fdf81693..e517dfa6c77 100644 --- a/meta-ros1-noetic/generated-recipes/nmea-comms/nmea-comms_1.2.0-3.bb +++ b/meta-ros1-noetic/generated-recipes/nmea-comms/nmea-comms_1.2.0-3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_comms-release/archive/release/noetic/nmea_comms/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/nmea_comms" diff --git a/meta-ros1-noetic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0-1.bb b/meta-ros1-noetic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0-1.bb index 767b3c182a2..3896c27c424 100644 --- a/meta-ros1-noetic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/nmea-msgs/nmea-msgs_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_msgs-release/archive/release/noetic/nmea_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nmea_msgs" diff --git a/meta-ros1-noetic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.6.1-2.bb b/meta-ros1-noetic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.6.1-2.bb index befbb548904..1e3aa6e2488 100644 --- a/meta-ros1-noetic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.6.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/nmea-navsat-driver/nmea-navsat-driver_0.6.1-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/nmea_navsat_driver-release/archive/release/noetic/nmea_navsat_driver/0.6.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nmea_navsat_driver" diff --git a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-core_1.10.1-1.bb b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-core_1.10.1-1.bb index 2693b66292b..101faebe2be 100644 --- a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-core_1.10.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-core_1.10.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/noetic/nodelet_core/1.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nodelet_core" diff --git a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-topic-tools_1.10.1-1.bb b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-topic-tools_1.10.1-1.bb index 3df4dafcef8..3141223fb14 100644 --- a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-topic-tools_1.10.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet-topic-tools_1.10.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/noetic/nodelet_topic_tools/1.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nodelet_topic_tools" diff --git a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet_1.10.1-1.bb b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet_1.10.1-1.bb index 900f1defe46..80a2954b84b 100644 --- a/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet_1.10.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/nodelet-core/nodelet_1.10.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/nodelet_core-release/archive/release/noetic/nodelet/1.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/nodelet" diff --git a/meta-ros1-noetic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.3.0-2.bb b/meta-ros1-noetic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.3.0-2.bb index 8d8320600ce..7e2f1df1191 100644 --- a/meta-ros1-noetic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_1.3.0-2.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/nonpersistent_voxel_layer-release/archive/release/noetic/nonpersistent_voxel_layer/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nonpersistent_voxel_layer" diff --git a/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.2.0-1.bb b/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.2.0-1.bb index 0cdf8fecb17..7078ddcf7c6 100644 --- a/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-driver_2.2.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/novatel-gbp/novatel_oem7_driver-release/archive/release/noetic/novatel_oem7_driver/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/novatel_oem7_driver" diff --git a/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.2.0-1.bb b/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.2.0-1.bb index e0719eb26a5..39220ed1b0a 100644 --- a/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/novatel-oem7-driver/novatel-oem7-msgs_2.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/novatel-gbp/novatel_oem7_driver-release/archive/release/noetic/novatel_oem7_msgs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/novatel_oem7_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb index 9d4df8ac9b1..b3a95ef1ceb 100644 --- a/meta-ros1-noetic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ntpd-driver/ntpd-driver_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/noetic/ntpd_driver/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ntpd_driver" diff --git a/meta-ros1-noetic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.2-1.bb index c09e4e5a969..922f331fc24 100644 --- a/meta-ros1-noetic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/object-recognition-msgs/object-recognition-msgs_0.4.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/object_recognition_msgs-release/archive/release/noetic/object_recognition_msgs/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/object_recognition_msgs" diff --git a/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-mapping_0.6.6-1.bb b/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-mapping_0.6.6-1.bb index 40c7b8b90a7..48002e1b374 100644 --- a/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-mapping_0.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-mapping_0.6.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_mapping-release/archive/release/noetic/octomap_mapping/0.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap_mapping" diff --git a/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-server_0.6.6-1.bb b/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-server_0.6.6-1.bb index 443750e7620..9aed82ec515 100644 --- a/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-server_0.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap-mapping/octomap-server_0.6.6-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_mapping-release/archive/release/noetic/octomap_server/0.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap_server" diff --git a/meta-ros1-noetic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb b/meta-ros1-noetic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb index f33e91e5d1f..ebb1e596d65 100644 --- a/meta-ros1-noetic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap-msgs/octomap-msgs_0.3.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_msgs-release/archive/release/noetic/octomap_msgs/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap_msgs" diff --git a/meta-ros1-noetic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb b/meta-ros1-noetic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb index 679a7ba1be7..ab34dc5f3fe 100644 --- a/meta-ros1-noetic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap-ros/octomap-ros_0.4.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_ros-release/archive/release/noetic/octomap_ros/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap_ros" diff --git a/meta-ros1-noetic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.3-1.bb b/meta-ros1-noetic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.3-1.bb index e6e40146a6f..725ac8d4b3c 100644 --- a/meta-ros1-noetic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap-rviz-plugins/octomap-rviz-plugins_0.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_rviz_plugins-release/archive/release/noetic/octomap_rviz_plugins/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap_rviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb b/meta-ros1-noetic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb index b712591dd9e..f92646baa53 100644 --- a/meta-ros1-noetic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/noetic/dynamic_edt_3d/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic_edt_3d" diff --git a/meta-ros1-noetic/generated-recipes/octomap/octomap_1.9.7-1.bb b/meta-ros1-noetic/generated-recipes/octomap/octomap_1.9.7-1.bb index 9cf75c56e43..2e62106337d 100644 --- a/meta-ros1-noetic/generated-recipes/octomap/octomap_1.9.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap/octomap_1.9.7-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/noetic/octomap/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octomap" diff --git a/meta-ros1-noetic/generated-recipes/octomap/octovis_1.9.7-1.bb b/meta-ros1-noetic/generated-recipes/octomap/octovis_1.9.7-1.bb index a9479cc91b1..fe4e8159624 100644 --- a/meta-ros1-noetic/generated-recipes/octomap/octovis_1.9.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/octomap/octovis_1.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/noetic/octovis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/octovis" diff --git a/meta-ros1-noetic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.5-1.bb b/meta-ros1-noetic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.5-1.bb index 81ca97008f8..a6b4da4d7a8 100644 --- a/meta-ros1-noetic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/odva-ethernetip/odva-ethernetip_0.1.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/odva_ethernetip-release/archive/release/noetic/odva_ethernetip/0.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/odva_ethernetip" diff --git a/meta-ros1-noetic/generated-recipes/ompl/ompl_1.5.2-1.bb b/meta-ros1-noetic/generated-recipes/ompl/ompl_1.5.2-1.bb index e999a70b337..e58e0c2e306 100644 --- a/meta-ros1-noetic/generated-recipes/ompl/ompl_1.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ompl/ompl_1.5.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/noetic/ompl/1.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ompl" diff --git a/meta-ros1-noetic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0-1.bb b/meta-ros1-noetic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0-1.bb index e13a64b384e..c3c1f359431 100644 --- a/meta-ros1-noetic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/omron-os32c-driver/omron-os32c-driver_1.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/omron-release/archive/release/noetic/omron_os32c_driver/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/omron_os32c_driver" diff --git a/meta-ros1-noetic/generated-recipes/open-karto/open-karto_1.2.2-1.bb b/meta-ros1-noetic/generated-recipes/open-karto/open-karto_1.2.2-1.bb index fa169dd4ff2..38ba7a4c617 100644 --- a/meta-ros1-noetic/generated-recipes/open-karto/open-karto_1.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-karto/open-karto_1.2.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/open_karto-release/archive/release/noetic/open_karto/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_karto" diff --git a/meta-ros1-noetic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.1-1.bb index 6790b30842b..8e929c48e49 100644 --- a/meta-ros1-noetic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-manipulator-msgs/open-manipulator-msgs_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_msgs-release/archive/release/noetic/open_manipulator_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_manipulator_msgs" diff --git a/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.1-1.bb index 7aa90515baf..bb5b8ce6022 100644 --- a/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-gazebo_1.0.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p_simulations-release/archive/release/noetic/open_manipulator_p_gazebo/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_manipulator_p_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.1-1.bb index b52fe5e449c..6c089c2087d 100644 --- a/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-manipulator-p-simulations/open-manipulator-p-simulations_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_p_simulations-release/archive/release/noetic/open_manipulator_p_simulations/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_manipulator_p_simulations" diff --git a/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.1-1.bb index b143b951c5b..6a86c12d317 100644 --- a/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-gazebo_1.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_simulations-release/archive/release/noetic/open_manipulator_gazebo/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_manipulator_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.1-1.bb index e9feb12e3a8..62f8d954ff8 100644 --- a/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-manipulator-simulations/open-manipulator-simulations_1.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/open_manipulator_simulations-release/archive/release/noetic/open_manipulator_simulations/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/open_manipulator_simulations" diff --git a/meta-ros1-noetic/generated-recipes/open-street-map/osm-cartography_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/open-street-map/osm-cartography_0.3.0-1.bb index d0f90a7e7af..b8f2f4023b6 100644 --- a/meta-ros1-noetic/generated-recipes/open-street-map/osm-cartography_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-street-map/osm-cartography_0.3.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/noetic/osm_cartography/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/osm_cartography" diff --git a/meta-ros1-noetic/generated-recipes/open-street-map/route-network_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/open-street-map/route-network_0.3.0-1.bb index 46fab5b6b3c..fe5b31d79ef 100644 --- a/meta-ros1-noetic/generated-recipes/open-street-map/route-network_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-street-map/route-network_0.3.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/noetic/route_network/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/route_network" diff --git a/meta-ros1-noetic/generated-recipes/open-street-map/test-osm_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/open-street-map/test-osm_0.3.0-1.bb index f42448049e0..bd26feb9294 100644 --- a/meta-ros1-noetic/generated-recipes/open-street-map/test-osm_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/open-street-map/test-osm_0.3.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/open_street_map-release/archive/release/noetic/test_osm/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/test_osm" diff --git a/meta-ros1-noetic/generated-recipes/opencv-apps/opencv-apps_2.0.2-1.bb b/meta-ros1-noetic/generated-recipes/opencv-apps/opencv-apps_2.0.2-1.bb index c57ef3b7ad5..fc50a97035c 100644 --- a/meta-ros1-noetic/generated-recipes/opencv-apps/opencv-apps_2.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/opencv-apps/opencv-apps_2.0.2-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-perception/opencv_apps-release/archive/release/noetic/opencv_apps/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/opencv_apps" diff --git a/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb index ab3080d4c02..3aa98b1af5f 100644 --- a/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-camera_1.5.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni2_camera-release/archive/release/noetic/openni2_camera/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/openni2_camera" diff --git a/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb b/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb index 0a5870924d1..eb89d3c2594 100644 --- a/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/openni2-camera/openni2-launch_1.5.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openni2_camera-release/archive/release/noetic/openni2_launch/1.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/openni2_launch" diff --git a/meta-ros1-noetic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb index 13462fa079e..a96ff200bfa 100644 --- a/meta-ros1-noetic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/openslam-gmapping/openslam-gmapping_0.2.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/openslam_gmapping-release/archive/release/noetic/openslam_gmapping/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/openslam_gmapping" diff --git a/meta-ros1-noetic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb index 9589e026725..d8d750b9b40 100644 --- a/meta-ros1-noetic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/openzen-sensor/openzen-sensor_1.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lp-research/openzen_sensor-release/archive/release/noetic/openzen_sensor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/openzen_sensor" diff --git a/meta-ros1-noetic/generated-recipes/opw-kinematics/opw-kinematics_0.4.3-1.bb b/meta-ros1-noetic/generated-recipes/opw-kinematics/opw-kinematics_0.4.3-1.bb index ecaaa46e31b..efa12d89e51 100644 --- a/meta-ros1-noetic/generated-recipes/opw-kinematics/opw-kinematics_0.4.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/opw-kinematics/opw-kinematics_0.4.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/opw_kinematics-release/archive/release/noetic/opw_kinematics/0.4.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/opw_kinematics" diff --git a/meta-ros1-noetic/generated-recipes/osqp-vendor/osqp-vendor_0.1.2-1.bb b/meta-ros1-noetic/generated-recipes/osqp-vendor/osqp-vendor_0.1.2-1.bb index 6f842429560..517c21cfc52 100644 --- a/meta-ros1-noetic/generated-recipes/osqp-vendor/osqp-vendor_0.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/osqp-vendor/osqp-vendor_0.1.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tier4/osqp_vendor-release/archive/release/noetic/osqp_vendor/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/osqp_vendor" diff --git a/meta-ros1-noetic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb b/meta-ros1-noetic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb index e7158c881a5..06441be2131 100644 --- a/meta-ros1-noetic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/oxford-gps-eth/oxford-gps-eth_1.2.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/oxford_gps_eth-release/archive/release/noetic/oxford_gps_eth/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/oxford_gps_eth" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-doc_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-doc_2.2.1-2.bb index 324dcca2136..b11e77748e5 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-doc_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-doc_2.2.1-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_doc/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_doc" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-driver_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-driver_2.2.1-2.bb index 2cf855958f1..1118906766f 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-driver_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-driver_2.2.1-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_driver/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_driver" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-launch_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-launch_2.2.1-2.bb index 0dd69d9d118..40401efcf12 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-launch_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-launch_2.2.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_launch/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_launch" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-msgs_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-msgs_2.2.1-2.bb index 6cdf0f7b49b..f556ecbee82 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-msgs_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-msgs_2.2.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_msgs/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_msgs" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-teleop_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-teleop_2.2.1-2.bb index c840c47dfef..6ad494fbcbd 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-teleop_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-teleop_2.2.1-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_teleop/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_teleop" diff --git a/meta-ros1-noetic/generated-recipes/p2os/p2os-urdf_2.2.1-2.bb b/meta-ros1-noetic/generated-recipes/p2os/p2os-urdf_2.2.1-2.bb index b2d46343518..fedea388304 100644 --- a/meta-ros1-noetic/generated-recipes/p2os/p2os-urdf_2.2.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/p2os/p2os-urdf_2.2.1-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/p2os-release/archive/release/noetic/p2os_urdf/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/p2os_urdf" diff --git a/meta-ros1-noetic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.5-1.bb b/meta-ros1-noetic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.5-1.bb index 6d0acffcd17..140c8a904a3 100644 --- a/meta-ros1-noetic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/panda-moveit-config/panda-moveit-config_0.7.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/panda_moveit_config-release/archive/release/noetic/panda_moveit_config/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/panda_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/parameter-pa/parameter-pa_1.2.3-2.bb b/meta-ros1-noetic/generated-recipes/parameter-pa/parameter-pa_1.2.3-2.bb index a71fa9d0d99..f57dd156499 100644 --- a/meta-ros1-noetic/generated-recipes/parameter-pa/parameter-pa_1.2.3-2.bb +++ b/meta-ros1-noetic/generated-recipes/parameter-pa/parameter-pa_1.2.3-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/TUC-ProAut/ros_parameter-release/archive/release/noetic/parameter_pa/1.2.3-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/parameter_pa" diff --git a/meta-ros1-noetic/generated-recipes/pass-through-controllers/pass-through-controllers_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/pass-through-controllers/pass-through-controllers_0.1.0-1.bb index 39f409989be..5c7fcebbcc5 100644 --- a/meta-ros1-noetic/generated-recipes/pass-through-controllers/pass-through-controllers_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pass-through-controllers/pass-through-controllers_0.1.0-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_passthrough_controllers-release/archive/release/noetic/pass_through_controllers/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pass_through_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pcl-msgs/pcl-msgs_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/pcl-msgs/pcl-msgs_0.3.0-1.bb index 2c6f51a9992..1be5057d3de 100644 --- a/meta-ros1-noetic/generated-recipes/pcl-msgs/pcl-msgs_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pcl-msgs/pcl-msgs_0.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pcl_msgs-release/archive/release/noetic/pcl_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pcl_msgs" diff --git a/meta-ros1-noetic/generated-recipes/people/face-detector_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/face-detector_1.4.0-1.bb index 124b0489017..f14e6266f93 100644 --- a/meta-ros1-noetic/generated-recipes/people/face-detector_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/face-detector_1.4.0-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/face_detector/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/face_detector" diff --git a/meta-ros1-noetic/generated-recipes/people/leg-detector_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/leg-detector_1.4.0-1.bb index 19ebcc71632..802ca0a3a16 100644 --- a/meta-ros1-noetic/generated-recipes/people/leg-detector_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/leg-detector_1.4.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/leg_detector/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/leg_detector" diff --git a/meta-ros1-noetic/generated-recipes/people/people-msgs_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/people-msgs_1.4.0-1.bb index b3212104b03..ed5cdfcde2c 100644 --- a/meta-ros1-noetic/generated-recipes/people/people-msgs_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/people-msgs_1.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/people_msgs/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/people_msgs" diff --git a/meta-ros1-noetic/generated-recipes/people/people-tracking-filter_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/people-tracking-filter_1.4.0-1.bb index 5f7d0a70d38..7f9bc942f75 100644 --- a/meta-ros1-noetic/generated-recipes/people/people-tracking-filter_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/people-tracking-filter_1.4.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/people_tracking_filter/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/people_tracking_filter" diff --git a/meta-ros1-noetic/generated-recipes/people/people-velocity-tracker_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/people-velocity-tracker_1.4.0-1.bb index 5bd233a6ff0..a7c42929b63 100644 --- a/meta-ros1-noetic/generated-recipes/people/people-velocity-tracker_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/people-velocity-tracker_1.4.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/people_velocity_tracker/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/people_velocity_tracker" diff --git a/meta-ros1-noetic/generated-recipes/people/people_1.4.0-1.bb b/meta-ros1-noetic/generated-recipes/people/people_1.4.0-1.bb index ce8397ada1b..227e5a8bf30 100644 --- a/meta-ros1-noetic/generated-recipes/people/people_1.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/people/people_1.4.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-release/archive/release/noetic/people/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/people" diff --git a/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-conversions_1.7.2-1.bb b/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-conversions_1.7.2-1.bb index d85e70539d2..e251b5d8a4d 100644 --- a/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-conversions_1.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-conversions_1.7.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/noetic/pcl_conversions/1.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pcl_conversions" diff --git a/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-ros_1.7.2-1.bb b/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-ros_1.7.2-1.bb index 73096a5c363..bced3692afc 100644 --- a/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-ros_1.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/perception-pcl/pcl-ros_1.7.2-1.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/noetic/pcl_ros/1.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pcl_ros" diff --git a/meta-ros1-noetic/generated-recipes/perception-pcl/perception-pcl_1.7.2-1.bb b/meta-ros1-noetic/generated-recipes/perception-pcl/perception-pcl_1.7.2-1.bb index 57b77c92e64..1527ba0fd6b 100644 --- a/meta-ros1-noetic/generated-recipes/perception-pcl/perception-pcl_1.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/perception-pcl/perception-pcl_1.7.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/perception_pcl-release/archive/release/noetic/perception_pcl/1.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/perception_pcl" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/libphidget22_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/libphidget22_1.0.2-1.bb index 85172305f81..90365fcd414 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/libphidget22_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/libphidget22_1.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/libphidget22/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/libphidget22" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-accelerometer_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-accelerometer_1.0.2-1.bb index c538fe9dfeb..57fce50154d 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-accelerometer_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-accelerometer_1.0.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_accelerometer/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_accelerometer" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_1.0.2-1.bb index aaaaf104987..4b1b3329eda 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_1.0.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_analog_inputs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_analog_inputs" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-api_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-api_1.0.2-1.bb index 481d4a9d29a..e64e7aabaa0 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-api_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-api_1.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_api/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_api" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_1.0.2-1.bb index 7c5a679205b..eab33377f2c 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_1.0.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_digital_inputs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_digital_inputs" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_1.0.2-1.bb index 58863b52b49..4aab78687e7 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_1.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_digital_outputs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_digital_outputs" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-drivers_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-drivers_1.0.2-1.bb index abb50944cb2..c43f54ca81a 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-drivers_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-drivers_1.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_drivers/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_drivers" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-gyroscope_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-gyroscope_1.0.2-1.bb index 3b604f46b6f..106ea30ee0d 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-gyroscope_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-gyroscope_1.0.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_gyroscope/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_gyroscope" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_1.0.2-1.bb index 969a7fdfb14..513a3e122bb 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_1.0.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_high_speed_encoder/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_high_speed_encoder" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-ik_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-ik_1.0.2-1.bb index 94d590223b7..9e4af518d51 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-ik_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-ik_1.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_ik/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_ik" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-magnetometer_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-magnetometer_1.0.2-1.bb index b91fb3adee0..06f0c0edd8b 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-magnetometer_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-magnetometer_1.0.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_magnetometer/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_magnetometer" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-motors_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-motors_1.0.2-1.bb index 3073c7b8d3f..890e6151dab 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-motors_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-motors_1.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_motors/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_motors" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-msgs_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-msgs_1.0.2-1.bb index c88fe9ddb67..46bc59b2282 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-msgs_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-msgs_1.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_msgs" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-spatial_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-spatial_1.0.2-1.bb index 07f25371501..14619ec6b55 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-spatial_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-spatial_1.0.2-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_spatial/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_spatial" diff --git a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-temperature_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-temperature_1.0.2-1.bb index dd76b3f4a89..275b4e9b22b 100644 --- a/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-temperature_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/phidgets-drivers/phidgets-temperature_1.0.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_temperature/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/phidgets_temperature" diff --git a/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-driver_0.0.4-1.bb b/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-driver_0.0.4-1.bb index be46e3d56d3..900e8803e1b 100644 --- a/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-driver_0.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-driver_0.0.4-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/reinzor/picovoice_ros-release/archive/release/noetic/picovoice_driver/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/picovoice_driver" diff --git a/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-msgs_0.0.4-1.bb b/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-msgs_0.0.4-1.bb index d05a59e66ac..32728c0642e 100644 --- a/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-msgs_0.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/picovoice-ros/picovoice-msgs_0.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/reinzor/picovoice_ros-release/archive/release/noetic/picovoice_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/picovoice_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pid/pid_0.0.28-1.bb b/meta-ros1-noetic/generated-recipes/pid/pid_0.0.28-1.bb index 378d5557e19..c5635fb19d3 100644 --- a/meta-ros1-noetic/generated-recipes/pid/pid_0.0.28-1.bb +++ b/meta-ros1-noetic/generated-recipes/pid/pid_0.0.28-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AndyZe/pid-release/archive/release/noetic/pid/0.0.28-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pid" diff --git a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.7.2-1.bb index d1879ad5437..97342316666 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-industrial-motion-testutils_0.7.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/noetic/pilz_industrial_motion_testutils/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_industrial_motion_testutils" diff --git a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-msgs_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-msgs_0.7.2-1.bb index a838d497068..08eaec4b778 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-msgs_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-msgs_0.7.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/noetic/pilz_msgs/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-testutils_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-testutils_0.7.2-1.bb index b6736f321fd..62376399512 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-testutils_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-testutils_0.7.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/noetic/pilz_testutils/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_testutils" diff --git a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-utils_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-utils_0.7.2-1.bb index 0469a888339..9dc19471dac 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-common/pilz-utils_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-common/pilz-utils_0.7.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_common-release/archive/release/noetic/pilz_utils/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_utils" diff --git a/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.5.0-4.bb b/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.5.0-4.bb index 807c35a020c..2695623fd97 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.5.0-4.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-industrial-motion_0.5.0-4.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/noetic/pilz_industrial_motion/0.5.0-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_industrial_motion" diff --git a/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.5.0-4.bb b/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.5.0-4.bb index 30073ccd8b3..1f8cd859839 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.5.0-4.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-industrial-motion/pilz-robot-programming_0.5.0-4.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_industrial_motion-release/archive/release/noetic/pilz_robot_programming/0.5.0-4.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_robot_programming" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-control_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-control_0.6.0-1.bb index 44ce3a798a4..a9ffbee4ad7 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-control_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-control_0.6.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/pilz_control/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_control" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-robots_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-robots_0.6.0-1.bb index 0595ab50a58..819f0e82553 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-robots_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-robots_0.6.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/pilz_robots/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_robots" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.6.0-1.bb index 21967dc828d..c524309b012 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/pilz-status-indicator-rqt_0.6.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/pilz_status_indicator_rqt/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pilz_status_indicator_rqt" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-gazebo_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-gazebo_0.6.0-1.bb index 258f4e5a8bc..4c7a61bd5c8 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-gazebo_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-gazebo_0.6.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/prbt_gazebo/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-hardware-support_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-hardware-support_0.6.0-1.bb index c4d586f8a2d..c5f1f95e03a 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-hardware-support_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-hardware-support_0.6.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/prbt_hardware_support/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_hardware_support" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.6.0-1.bb index fca2575d0ab..1b310c9ef07 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-ikfast-manipulator-plugin_0.6.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/prbt_ikfast_manipulator_plugin/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_ikfast_manipulator_plugin" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-moveit-config_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-moveit-config_0.6.0-1.bb index 926ebc311d3..b4c401b2088 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-moveit-config_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-moveit-config_0.6.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/prbt_moveit_config/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-support_0.6.0-1.bb b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-support_0.6.0-1.bb index ea7e386e7bb..3c445f938dc 100644 --- a/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-support_0.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pilz-robots/prbt-support_0.6.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/pilz_robots-release/archive/release/noetic/prbt_support/0.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_support" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb index bce90ebe9dd..0956bce9ae0 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-bringup_0.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm_bringup/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm_bringup" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb index e5338a84141..7c9f2e992cb 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-description_0.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm_description/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm_description" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb index 0d76dbf806e..5cb36cf6d14 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-ikfast-plugin_0.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm_ikfast_plugin/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm_ikfast_plugin" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb index 3004b93283d..efbfee1bd2e 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-config_0.2.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm_moveit_config/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm_moveit_config" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb index d36dff7509a..a0b946ecb1a 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm-moveit-demos_0.2.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm_moveit_demos/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm_moveit_demos" diff --git a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb index b1ecc61c99c..e1fb3a05cb7 100644 --- a/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pincher-arm/pincher-arm_0.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fictionlab-gbp/pincher_arm-release/archive/release/noetic/pincher_arm/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pincher_arm" diff --git a/meta-ros1-noetic/generated-recipes/pinocchio/pinocchio_2.6.1-1.bb b/meta-ros1-noetic/generated-recipes/pinocchio/pinocchio_2.6.1-1.bb index c2e94f53d2b..b8050f28aa9 100644 --- a/meta-ros1-noetic/generated-recipes/pinocchio/pinocchio_2.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/pinocchio/pinocchio_2.6.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/pinocchio_catkin-release/archive/release/noetic/pinocchio/2.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pinocchio" diff --git a/meta-ros1-noetic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb b/meta-ros1-noetic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb index a740af0b7a0..bd241491223 100644 --- a/meta-ros1-noetic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/noetic/plotjuggler_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/plotjuggler_msgs" diff --git a/meta-ros1-noetic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb b/meta-ros1-noetic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb index 09bd6f2c1ca..56032499e00 100644 --- a/meta-ros1-noetic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PlotJuggler/plotjuggler-ros-plugins-release/archive/release/noetic/plotjuggler_ros/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/plotjuggler_ros" diff --git a/meta-ros1-noetic/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb index bae725ee4a8..31741e7d777 100644 --- a/meta-ros1-noetic/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler-release/archive/release/noetic/plotjuggler/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/plotjuggler" diff --git a/meta-ros1-noetic/generated-recipes/pluginlib/pluginlib_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pluginlib/pluginlib_1.13.0-1.bb index 0bb0e904235..24d1b05ff48 100644 --- a/meta-ros1-noetic/generated-recipes/pluginlib/pluginlib_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pluginlib/pluginlib_1.13.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pluginlib-release/archive/release/noetic/pluginlib/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pluginlib" diff --git a/meta-ros1-noetic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb b/meta-ros1-noetic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb index c39d3a57d27..cf6fb2851fb 100644 --- a/meta-ros1-noetic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_1.4.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pointcloud_to_laserscan-release/archive/release/noetic/pointcloud_to_laserscan/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pointcloud_to_laserscan" diff --git a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.15.0-1.bb b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.15.0-1.bb index a147b2e13ef..cf1cc43a2ee 100644 --- a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/image-exposure-msgs_0.15.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/noetic/image_exposure_msgs/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_exposure_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.15.0-1.bb b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.15.0-1.bb index b223d1aa8b1..ac6b0c3f50d 100644 --- a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-description_0.15.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/noetic/pointgrey_camera_description/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pointgrey_camera_description" diff --git a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.15.0-1.bb b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.15.0-1.bb index 331ac5c323c..ebee96e6ae9 100644 --- a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/pointgrey-camera-driver_0.15.0-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/noetic/pointgrey_camera_driver/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pointgrey_camera_driver" diff --git a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.15.0-1.bb b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.15.0-1.bb index dcd95569ba7..b30222ab5bb 100644 --- a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/statistics-msgs_0.15.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/noetic/statistics_msgs/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/statistics_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.15.0-1.bb b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.15.0-1.bb index 8d1323eebed..f36b86165e6 100644 --- a/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pointgrey-camera-driver/wfov-camera-msgs_0.15.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/pointgrey_camera_driver-release/archive/release/noetic/wfov_camera_msgs/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wfov_camera_msgs" diff --git a/meta-ros1-noetic/generated-recipes/power-msgs/power-msgs_0.4.1-1.bb b/meta-ros1-noetic/generated-recipes/power-msgs/power-msgs_0.4.1-1.bb index e136dd143b0..e821d17304a 100644 --- a/meta-ros1-noetic/generated-recipes/power-msgs/power-msgs_0.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/power-msgs/power-msgs_0.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/power_msgs-release/archive/release/noetic/power_msgs/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/power_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-app-manager_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-app-manager_0.6.2-1.bb index 93c50a63dff..29c3a382efe 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-app-manager_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-app-manager_0.6.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_app_manager/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_app_manager" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-apps_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-apps_0.6.2-1.bb index c2e79de35ee..5d2d75dcd5b 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-apps_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-apps_0.6.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_apps/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_apps" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.2-1.bb index ba8ec00291d..28c33a08fe5 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-mannequin-mode_0.6.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_mannequin_mode/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mannequin_mode" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.2-1.bb index 2bf03e21a35..cfae50c0df4 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-position-scripts_0.6.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_position_scripts/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_position_scripts" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.2-1.bb index e78f846152a..394a31a5b5a 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop-general_0.6.2-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_teleop_general/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_teleop_general" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop_0.6.2-1.bb index afd44a08bca..d450be99310 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-teleop_0.6.2-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_teleop/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_teleop" diff --git a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.2-1.bb index 83db3bb3e69..d01fdadf550 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-apps/pr2-tuckarm_0.6.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_apps-release/archive/release/noetic/pr2_tuckarm/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_tuckarm" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.12-1.bb index 55401ef6371..a2ca69a51b6 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-action-tools_0.0.12-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/joint_trajectory_action_tools/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_trajectory_action_tools" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.12-1.bb index fd415abdbae..629d83d5561 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/joint-trajectory-generator_0.0.12-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/joint_trajectory_generator/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_trajectory_generator" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.12-1.bb index 5210c64f008..b2643f6964e 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-arm-move-ik_0.0.12-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/pr2_arm_move_ik/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_arm_move_ik" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.12-1.bb index 5837c135440..f03919b958b 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-action-msgs_0.0.12-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/pr2_common_action_msgs/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_common_action_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.12-1.bb index 92f3df018ba..552dc967e64 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-common-actions_0.0.12-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/pr2_common_actions/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_common_actions" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.12-1.bb index 1cb8919bb81..cfaa3a4b691 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tilt-laser-interface_0.0.12-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/pr2_tilt_laser_interface/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_tilt_laser_interface" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bb index 9d01ab8bed0..f0fa58a9cce 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common_actions-release/archive/release/noetic/pr2_tuck_arms_action/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_tuck_arms_action" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-common_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-common_1.13.0-1.bb index 2c8b07fe818..23e88404d55 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-common_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-common_1.13.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/noetic/pr2_common/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_common" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.13.0-1.bb index 6439b08d8a0..01ae5b543b0 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-dashboard-aggregator_1.13.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/noetic/pr2_dashboard_aggregator/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_dashboard_aggregator" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-description_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-description_1.13.0-1.bb index c8fc50bcdae..fa4f835fd61 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-description_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-description_1.13.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/noetic/pr2_description/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_description" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-machine_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-machine_1.13.0-1.bb index 668cc7368dc..fb2f183d887 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-machine_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-machine_1.13.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/noetic/pr2_machine/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_machine" diff --git a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-msgs_1.13.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-msgs_1.13.0-1.bb index c738d57eb6e..54089cac38a 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-common/pr2-msgs_1.13.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-common/pr2-msgs_1.13.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_common-release/archive/release/noetic/pr2_msgs/1.13.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.18-1.bb index e8ce8595aca..dad8d1be67f 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/ethercat-trigger-controllers_1.10.18-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/ethercat_trigger_controllers/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ethercat_trigger_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.18-1.bb index 0b4aab8c768..ce19e21ada0 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/joint-trajectory-action_1.10.18-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/joint_trajectory_action/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_trajectory_action" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.18-1.bb index 8d9f8c781c2..85430e07b25 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-calibration-controllers_1.10.18-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_calibration_controllers/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_calibration_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.18-1.bb index f27887f7a05..5cfa43df069 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers-msgs_1.10.18-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_controllers_msgs/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_controllers_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers_1.10.18-1.bb index 9c672bc632b..d9da31f68c2 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-controllers_1.10.18-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_controllers/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.18-1.bb index c3a0170545a..1008a39189b 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-gripper-action_1.10.18-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_gripper_action/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_gripper_action" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-head-action_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-head-action_1.10.18-1.bb index c98d17cc687..fb191260ca6 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-head-action_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-head-action_1.10.18-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_head_action/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_head_action" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.18-1.bb index 6edf2d8f6b7..b6ba766a977 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/pr2-mechanism-controllers_1.10.18-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/pr2_mechanism_controllers/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mechanism_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.18-1.bb index c3c735a51a3..cc126c797f6 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/robot-mechanism-controllers_1.10.18-1.bb @@ -110,7 +110,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/robot_mechanism_controllers/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_mechanism_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.18-1.bb index b7e07913ec0..a05e6bd4d47 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-controllers/single-joint-position-action_1.10.18-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_controllers-release/archive/release/noetic/single_joint_position_action/1.10.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/single_joint_position_action" diff --git a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bb index 08784f3c883..1f6057ffc4d 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/noetic/ethercat_hardware/1.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ethercat_hardware" diff --git a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bb index be5888cc509..e84b1b39dca 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/noetic/fingertip_pressure/1.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/fingertip_pressure" diff --git a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.9.0-1.bb b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.9.0-1.bb index c31528cae34..d96a1df60a1 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.9.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-ethercat-drivers/pr2-ethercat-drivers_1.9.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_ethercat_drivers-release/archive/release/noetic/pr2_ethercat_drivers/1.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_ethercat_drivers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.11-1.bb b/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.11-1.bb index f5dea0f82ec..6dd26cf6c95 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-arm-kinematics_1.0.11-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_kinematics-release/archive/release/noetic/pr2_arm_kinematics/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_arm_kinematics" diff --git a/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.11-1.bb b/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.11-1.bb index 314e727b6ea..fba0ec9d7e7 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-kinematics/pr2-kinematics_1.0.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_kinematics-release/archive/release/noetic/pr2_kinematics/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_kinematics" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2-1.bb index 87639e86954..f2ec0ace5b8 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism-msgs/pr2-mechanism-msgs_1.8.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/pr2_mechanism_msgs-release/archive/release/noetic/pr2_mechanism_msgs/1.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mechanism_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18-1.bb index 2a4f21c0a1c..123164de187 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-interface_1.8.18-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_controller_interface/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_controller_interface" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18-1.bb index caa7c6365d4..7acc24016ae 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-controller-manager_1.8.18-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_controller_manager/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_controller_manager" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18-1.bb index 1f6c80de6a9..31ebf0182cb 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-hardware-interface_1.8.18-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_hardware_interface/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_hardware_interface" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bb index 949a6a1969e..e07b9da593f 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_mechanism_diagnostics/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mechanism_diagnostics" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bb index 1bd6c42a329..1f2ab70eb46 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_mechanism_model/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mechanism_model" diff --git a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18-1.bb b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18-1.bb index d9a045bef65..ad7cb0178d1 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-mechanism/pr2-mechanism_1.8.18-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_mechanism-release/archive/release/noetic/pr2_mechanism/1.8.18-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_mechanism" diff --git a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.10-1.bb b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.10-1.bb index d1cb6e20bf4..ef5f35b81bd 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/ocean-battery-driver_1.1.10-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/noetic/ocean_battery_driver/1.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ocean_battery_driver" diff --git a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/power-monitor_1.1.10-1.bb b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/power-monitor_1.1.10-1.bb index 9b1e6f1c50f..fd76b77172b 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/power-monitor_1.1.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/power-monitor_1.1.10-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/noetic/power_monitor/1.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/power_monitor" diff --git a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.10-1.bb b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.10-1.bb index af2e7c6f167..723622bcf36 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-board_1.1.10-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/noetic/pr2_power_board/1.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_power_board" diff --git a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.10-1.bb b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.10-1.bb index 8f6e6bcb3ff..c0ff523894b 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-power-drivers/pr2-power-drivers_1.1.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_power_drivers-release/archive/release/noetic/pr2_power_drivers/1.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_power_drivers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/imu-monitor_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/imu-monitor_1.6.32-1.bb index ac6fba0ee90..c8c667bb5ce 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/imu-monitor_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/imu-monitor_1.6.32-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/imu_monitor/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_monitor" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-bringup_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-bringup_1.6.32-1.bb index 138b0463da2..7e04fe6cea0 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-bringup_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-bringup_1.6.32-1.bb @@ -109,7 +109,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_bringup/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_bringup" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.32-1.bb index a1c0448d0c5..083a2919045 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-camera-synchronizer_1.6.32-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_camera_synchronizer/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_camera_synchronizer" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.32-1.bb index 1f75830830b..3d0206ec696 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-computer-monitor_1.6.32-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_computer_monitor/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_computer_monitor" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.32-1.bb index c4dee77ed51..f07344c048a 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-controller-configuration_1.6.32-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_controller_configuration/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_controller_configuration" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-ethercat_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-ethercat_1.6.32-1.bb index e0fe14d4d11..a6b3feecd5d 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-ethercat_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-ethercat_1.6.32-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_ethercat/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_ethercat" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-robot_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-robot_1.6.32-1.bb index 5fcab65e9f2..f33f3b6e44d 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-robot_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-robot_1.6.32-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_robot/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_robot" diff --git a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.32-1.bb b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.32-1.bb index 867e3c6bfed..100032d6c9e 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-robot/pr2-run-stop-auto-restart_1.6.32-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_robot-release/archive/release/noetic/pr2_run_stop_auto_restart/1.6.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_run_stop_auto_restart" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb index 896b92dc288..b4f4e8744e3 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/joint-qualification-controllers_1.0.15-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/joint_qualification_controllers/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_qualification_controllers" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb index 5794abc638e..528eb70b97e 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-bringup-tests_1.0.15-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/pr2_bringup_tests/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_bringup_tests" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb index 1b79ffff3e8..e217e625287 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-counterbalance-check_1.0.15-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/pr2_counterbalance_check/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_counterbalance_check" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb index 5399eccda17..7ecf31a453a 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-motor-diagnostic-tool_1.0.15-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/pr2_motor_diagnostic_tool/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_motor_diagnostic_tool" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb index e4ee203241c..72259a7a2b3 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test-msgs_1.0.15-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/pr2_self_test_msgs/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_self_test_msgs" diff --git a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb index dac2ec66f87..23a9741f33f 100644 --- a/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/pr2-self-test/pr2-self-test_1.0.15-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/pr2_self_test-release/archive/release/noetic/pr2_self_test/1.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pr2_self_test" diff --git a/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-grippers_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-grippers_0.0.5-2.bb index 4f1e4ba7776..2bd07c469b6 100644 --- a/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-grippers_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-grippers_0.0.5-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/prbt_grippers-release/archive/release/noetic/prbt_grippers/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_grippers" diff --git a/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.5-2.bb index 22a5afe7f97..09d4522135a 100644 --- a/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/prbt-grippers/prbt-pg70-support_0.0.5-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/prbt_grippers-release/archive/release/noetic/prbt_pg70_support/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/prbt_pg70_support" diff --git a/meta-ros1-noetic/generated-recipes/prosilica-driver/prosilica-camera_1.9.5-1.bb b/meta-ros1-noetic/generated-recipes/prosilica-driver/prosilica-camera_1.9.5-1.bb index a8ae4a84358..b21189ec4dd 100644 --- a/meta-ros1-noetic/generated-recipes/prosilica-driver/prosilica-camera_1.9.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/prosilica-driver/prosilica-camera_1.9.5-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/prosilica_driver-release/archive/release/noetic/prosilica_camera/1.9.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/prosilica_camera" diff --git a/meta-ros1-noetic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bb b/meta-ros1-noetic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bb index 72f5cc39685..9c1cfe7ee73 100644 --- a/meta-ros1-noetic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bb +++ b/meta-ros1-noetic/generated-recipes/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/prosilica_gige_sdk-release/archive/release/noetic/prosilica_gige_sdk/1.26.3-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/prosilica_gige_sdk" diff --git a/meta-ros1-noetic/generated-recipes/psen-scan-v2/psen-scan-v2_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/psen-scan-v2/psen-scan-v2_0.3.1-1.bb index e144e769d9b..cf95371f4c2 100644 --- a/meta-ros1-noetic/generated-recipes/psen-scan-v2/psen-scan-v2_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/psen-scan-v2/psen-scan-v2_0.3.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PilzDE/psen_scan_v2-release/archive/release/noetic/psen_scan_v2/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/psen_scan_v2" diff --git a/meta-ros1-noetic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.7-2.bb b/meta-ros1-noetic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.7-2.bb index 618f64870f6..29b984a489f 100644 --- a/meta-ros1-noetic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.7-2.bb +++ b/meta-ros1-noetic/generated-recipes/py-trees-msgs/py-trees-msgs_0.3.7-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_msgs-release/archive/release/noetic/py_trees_msgs/0.3.7-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/py_trees_msgs" diff --git a/meta-ros1-noetic/generated-recipes/py-trees-ros/py-trees-ros_0.6.1-1.bb b/meta-ros1-noetic/generated-recipes/py-trees-ros/py-trees-ros_0.6.1-1.bb index 2d1fa0d91b3..1d41a7b8c09 100644 --- a/meta-ros1-noetic/generated-recipes/py-trees-ros/py-trees-ros_0.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/py-trees-ros/py-trees-ros_0.6.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros-release/archive/release/noetic/py_trees_ros/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/py_trees_ros" diff --git a/meta-ros1-noetic/generated-recipes/py-trees/py-trees_0.7.6-2.bb b/meta-ros1-noetic/generated-recipes/py-trees/py-trees_0.7.6-2.bb index 82aeb5d970f..7e016fb122f 100644 --- a/meta-ros1-noetic/generated-recipes/py-trees/py-trees_0.7.6-2.bb +++ b/meta-ros1-noetic/generated-recipes/py-trees/py-trees_0.7.6-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees-release/archive/release/noetic/py_trees/0.7.6-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/py_trees" diff --git a/meta-ros1-noetic/generated-recipes/pybind11-catkin/pybind11-catkin_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/pybind11-catkin/pybind11-catkin_2.5.0-1.bb index f252565681f..30524e906c8 100644 --- a/meta-ros1-noetic/generated-recipes/pybind11-catkin/pybind11-catkin_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/pybind11-catkin/pybind11-catkin_2.5.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wxmerkt/pybind11_catkin-release/archive/release/noetic/pybind11_catkin/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pybind11_catkin" diff --git a/meta-ros1-noetic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb b/meta-ros1-noetic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb index afdd41759ee..7ca6f43fb85 100644 --- a/meta-ros1-noetic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/pyquaternion/pyquaternion_0.9.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Achllle/pyquaternion-release/archive/release/noetic/pyquaternion/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/pyquaternion" diff --git a/meta-ros1-noetic/generated-recipes/python-qt-binding/python-qt-binding_0.4.4-1.bb b/meta-ros1-noetic/generated-recipes/python-qt-binding/python-qt-binding_0.4.4-1.bb index 323cf392ee7..acd69e7e015 100644 --- a/meta-ros1-noetic/generated-recipes/python-qt-binding/python-qt-binding_0.4.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/python-qt-binding/python-qt-binding_0.4.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/python_qt_binding-release/archive/release/noetic/python_qt_binding/0.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/python_qt_binding" diff --git a/meta-ros1-noetic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb index c1d7a0e0e2c..dbcf4e8ec0a 100644 --- a/meta-ros1-noetic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autoware-ai/qpoases_vendor-release/archive/release/noetic/qpoases_vendor/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qpoases_vendor" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb index 547bd47be80..dd334e68e93 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-dotgraph_0.4.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_dotgraph/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_dotgraph" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb index 086eac2f530..89b0c5a1550 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-app_0.4.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_gui_app/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_gui_app" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb index 53fe921ce93..afd7d45d2ee 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-core_0.4.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_gui_core/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_gui_core" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb index a8de51c59ec..cdb2582cb5b 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-cpp_0.4.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_gui_cpp/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_gui_cpp" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb index aaf40174c24..da1afc346a4 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui-py-common_0.4.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_gui_py_common/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_gui_py_common" diff --git a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb index 6abef7d0387..6d0f8ca8d95 100644 --- a/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/qt-gui-core/qt-gui_0.4.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qt_gui_core-release/archive/release/noetic/qt_gui/0.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qt_gui" diff --git a/meta-ros1-noetic/generated-recipes/quanergy-client-ros/quanergy-client-ros_4.0.0-1.bb b/meta-ros1-noetic/generated-recipes/quanergy-client-ros/quanergy-client-ros_4.0.0-1.bb index 806c1fe550e..1ddc1f631d1 100644 --- a/meta-ros1-noetic/generated-recipes/quanergy-client-ros/quanergy-client-ros_4.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/quanergy-client-ros/quanergy-client-ros_4.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/QuanergySystems/quanergy_client_ros-release/archive/release/noetic/quanergy_client_ros/4.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/quanergy_client_ros" diff --git a/meta-ros1-noetic/generated-recipes/quanergy-client/quanergy-client_5.0.0-1.bb b/meta-ros1-noetic/generated-recipes/quanergy-client/quanergy-client_5.0.0-1.bb index 70da278e737..a0c0f766bc7 100644 --- a/meta-ros1-noetic/generated-recipes/quanergy-client/quanergy-client_5.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/quanergy-client/quanergy-client_5.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/QuanergySystems/quanergy_client-release/archive/release/noetic/quanergy_client/5.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/quanergy_client" diff --git a/meta-ros1-noetic/generated-recipes/qwt-dependency/qwt-dependency_1.1.1-1.bb b/meta-ros1-noetic/generated-recipes/qwt-dependency/qwt-dependency_1.1.1-1.bb index 40d3674c9ba..d85dfa965a9 100644 --- a/meta-ros1-noetic/generated-recipes/qwt-dependency/qwt-dependency_1.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/qwt-dependency/qwt-dependency_1.1.1-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/qwt_dependency-release/archive/release/noetic/qwt_dependency/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/qwt_dependency" diff --git a/meta-ros1-noetic/generated-recipes/radar-msgs/radar-msgs_0.1.0-2.bb b/meta-ros1-noetic/generated-recipes/radar-msgs/radar-msgs_0.1.0-2.bb index c1c8d2cf1eb..b876bc213cd 100644 --- a/meta-ros1-noetic/generated-recipes/radar-msgs/radar-msgs_0.1.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/radar-msgs/radar-msgs_0.1.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/radar_msgs-release/archive/release/noetic/radar_msgs/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/radar_msgs" diff --git a/meta-ros1-noetic/generated-recipes/random-numbers/random-numbers_0.3.2-1.bb b/meta-ros1-noetic/generated-recipes/random-numbers/random-numbers_0.3.2-1.bb index 1cff9f2c0fe..e201c8df43f 100644 --- a/meta-ros1-noetic/generated-recipes/random-numbers/random-numbers_0.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/random-numbers/random-numbers_0.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/random_numbers-release/archive/release/noetic/random_numbers/0.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/random_numbers" diff --git a/meta-ros1-noetic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-1.bb index 8164b5dea04..576e737d99c 100644 --- a/meta-ros1-noetic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/raptor-dbw-ros/can-dbc-parser_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/raptor-dbw-ros-release/archive/release/noetic/can_dbc_parser/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/can_dbc_parser" diff --git a/meta-ros1-noetic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb b/meta-ros1-noetic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb index 11b682414a0..3e2b85c3f24 100644 --- a/meta-ros1-noetic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/razor-imu-9dof/razor-imu-9dof_1.3.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ENSTABretagneRobotics/razor_imu_9dof-release/archive/release/noetic/razor_imu_9dof/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/razor_imu_9dof" diff --git a/meta-ros1-noetic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb b/meta-ros1-noetic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb index 86de77f0226..e09452e1276 100644 --- a/meta-ros1-noetic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs-release/archive/release/noetic/rc_common_msgs/0.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_common_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.1-1.bb index 01fdf6d4279..c8442a4ad04 100644 --- a/meta-ros1-noetic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/noetic/rc_dynamics_api/0.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_dynamics_api" diff --git a/meta-ros1-noetic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb b/meta-ros1-noetic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb index 30f5988c45c..9b59378337a 100644 --- a/meta-ros1-noetic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/noetic/rc_genicam_api/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_genicam_api" diff --git a/meta-ros1-noetic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb b/meta-ros1-noetic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb index 9cad65adff5..493bfb95659 100644 --- a/meta-ros1-noetic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_camera-release/archive/release/noetic/rc_genicam_camera/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_genicam_camera" diff --git a/meta-ros1-noetic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bb index b1289f68879..0cff328223b 100644 --- a/meta-ros1-noetic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_driver_ros-release/archive/release/noetic/rc_genicam_driver/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_genicam_driver" diff --git a/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb index d3c3501f473..a39fdf953ac 100644 --- a/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients_ros-release/archive/release/noetic/rc_reason_clients/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_reason_clients" diff --git a/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb index f5a4d0bed20..3d63a32035e 100644 --- a/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients_ros-release/archive/release/noetic/rc_reason_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_reason_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.2.1-1.bb index 93427f9da54..5a0f2568818 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-hand-eye-calibration-client_3.2.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_hand_eye_calibration_client/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_hand_eye_calibration_client" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-pick-client_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-pick-client_3.2.1-1.bb index aeb88c834ea..802e16f40d9 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-pick-client_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-pick-client_3.2.1-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_pick_client/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_pick_client" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-roi-manager-gui_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-roi-manager-gui_3.2.1-1.bb index 0b21bde1ce5..06d7e25e0b4 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-roi-manager-gui_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-roi-manager-gui_3.2.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_roi_manager_gui/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_roi_manager_gui" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-silhouettematch-client_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-silhouettematch-client_3.2.1-1.bb index 9231b7ad20b..d25be2661fa 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-silhouettematch-client_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-silhouettematch-client_3.2.1-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_silhouettematch_client/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_silhouettematch_client" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-tagdetect-client_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-tagdetect-client_3.2.1-1.bb index e7e391f2d18..868e7d4a5b7 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-tagdetect-client_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-tagdetect-client_3.2.1-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_tagdetect_client/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_tagdetect_client" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-description_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-description_3.2.1-1.bb index 6d3f53b2dd2..74b51cc4186 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-description_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-description_3.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_visard_description/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_visard_description" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-driver_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-driver_3.2.1-1.bb index bfe9185db2e..4a5efca3d25 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-driver_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard-driver_3.2.1-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_visard_driver/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_visard_driver" diff --git a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard_3.2.1-1.bb b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard_3.2.1-1.bb index 9886098b0e2..9755b3865bf 100644 --- a/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard_3.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rc-visard/rc-visard_3.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_visard-release/archive/release/noetic/rc_visard/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rc_visard" diff --git a/meta-ros1-noetic/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb b/meta-ros1-noetic/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb index f84278b0dc0..5adc75a7a9b 100644 --- a/meta-ros1-noetic/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/noetic/rcdiscover/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rcdiscover" diff --git a/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-camera_2.3.1-1.bb b/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-camera_2.3.1-1.bb index 0c9c87b5212..570df3d99e9 100644 --- a/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-camera_2.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-camera_2.3.1-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/noetic/realsense2_camera/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/realsense2_camera" diff --git a/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-description_2.3.1-1.bb b/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-description_2.3.1-1.bb index 750dcf68025..9c0bbbc491d 100644 --- a/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-description_2.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/realsense2-camera/realsense2-description_2.3.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/noetic/realsense2_description/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/realsense2_description" diff --git a/meta-ros1-noetic/generated-recipes/realtime-tools/realtime-tools_1.16.1-1.bb b/meta-ros1-noetic/generated-recipes/realtime-tools/realtime-tools_1.16.1-1.bb index 981fe4a229a..a73f1352296 100644 --- a/meta-ros1-noetic/generated-recipes/realtime-tools/realtime-tools_1.16.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/realtime-tools/realtime-tools_1.16.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/noetic/realtime_tools/1.16.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/realtime_tools" diff --git a/meta-ros1-noetic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb b/meta-ros1-noetic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb index 46082737a98..457d1a21982 100644 --- a/meta-ros1-noetic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/remote-rosbag-record/remote-rosbag-record_0.0.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/remote_rosbag_record-release/archive/release/noetic/remote_rosbag_record/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/remote_rosbag_record" diff --git a/meta-ros1-noetic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb b/meta-ros1-noetic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb index 177ab961e88..d8b490b1956 100644 --- a/meta-ros1-noetic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/resource-retriever/resource-retriever_1.12.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/resource_retriever-release/archive/release/noetic/resource_retriever/1.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/resource_retriever" diff --git a/meta-ros1-noetic/generated-recipes/rgbd-launch/rgbd-launch_2.3.0-1.bb b/meta-ros1-noetic/generated-recipes/rgbd-launch/rgbd-launch_2.3.0-1.bb index 6b1fdcd8505..1e7f508235c 100644 --- a/meta-ros1-noetic/generated-recipes/rgbd-launch/rgbd-launch_2.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rgbd-launch/rgbd-launch_2.3.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rgbd_launch-release/archive/release/noetic/rgbd_launch/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rgbd_launch" diff --git a/meta-ros1-noetic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb b/meta-ros1-noetic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb index 04ea43f9fcc..5f6759a6fe4 100644 --- a/meta-ros1-noetic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-body-filter/robot-body-filter_1.1.9-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/peci1/robot_body_filter-release/archive/release/noetic/robot_body_filter/1.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_body_filter" diff --git a/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb b/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb index efa31248b7b..f70b003721c 100644 --- a/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration-msgs_0.6.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_calibration-release/archive/release/noetic/robot_calibration_msgs/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_calibration_msgs" diff --git a/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb b/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb index c9189b6a22d..8222fc48555 100644 --- a/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-calibration/robot-calibration_0.6.4-1.bb @@ -115,7 +115,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_calibration-release/archive/release/noetic/robot_calibration/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_calibration" diff --git a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-interface_0.7.0-1.bb b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-interface_0.7.0-1.bb index 29014f41404..04a5e5e495a 100644 --- a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-interface_0.7.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-interface_0.7.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/noetic/robot_controllers_interface/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_controllers_interface" diff --git a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-msgs_0.7.0-1.bb b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-msgs_0.7.0-1.bb index 457a15b4aab..0611c621b34 100644 --- a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-msgs_0.7.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers-msgs_0.7.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/noetic/robot_controllers_msgs/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_controllers_msgs" diff --git a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers_0.7.0-1.bb b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers_0.7.0-1.bb index fd876aaa0ce..d88c4cf6af3 100644 --- a/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers_0.7.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-controllers/robot-controllers_0.7.0-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-release/archive/release/noetic/robot_controllers/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_controllers" diff --git a/meta-ros1-noetic/generated-recipes/robot-localization/robot-localization_2.7.2-1.bb b/meta-ros1-noetic/generated-recipes/robot-localization/robot-localization_2.7.2-1.bb index 70376e91a11..d9057353d7c 100644 --- a/meta-ros1-noetic/generated-recipes/robot-localization/robot-localization_2.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-localization/robot-localization_2.7.2-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cra-ros-pkg/robot_localization-release/archive/release/noetic/robot_localization/2.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_localization" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/color-util_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/color-util_0.3.0-2.bb index 9c6c4619fc2..6f6ab6d0d52 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/color-util_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/color-util_0.3.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/color_util/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/color_util" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/costmap-queue_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/costmap-queue_0.3.0-2.bb index 2db6ac5bdcd..f3ff0e2c818 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/costmap-queue_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/costmap-queue_0.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/costmap_queue/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/costmap_queue" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-2.bb index 652db17c8d7..31bfd8eaf12 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-global-planner_0.3.0-2.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dlux_global_planner/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dlux_global_planner" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-2.bb index c5d350f767e..9d2c16767ed 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dlux-plugins_0.3.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dlux_plugins/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dlux_plugins" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-critics_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-critics_0.3.0-2.bb index 6f573259219..005f9f9075c 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-critics_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-critics_0.3.0-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dwb_critics/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dwb_critics" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-2.bb index c8158c47ffd..f994d6bffed 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-local-planner_0.3.0-2.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dwb_local_planner/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dwb_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-2.bb index 145dfc3eda1..9dd3496e2a0 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-msgs_0.3.0-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dwb_msgs/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dwb_msgs" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-2.bb index 0bec94e420a..28b3d129f6b 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/dwb-plugins_0.3.0-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/dwb_plugins/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/dwb_plugins" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-2.bb index 426390c09a6..3e248d4ba1e 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/global-planner-tests_0.3.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/global_planner_tests/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/global_planner_tests" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-2.bb index 4c6bd90cce9..fc6ee4fb6be 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor-msgs_0.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/locomotor_msgs/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/locomotor_msgs" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor_0.3.0-2.bb index 4b2ac3dc6eb..8a006e5a22b 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/locomotor_0.3.0-2.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/locomotor/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/locomotor" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/locomove-base_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/locomove-base_0.3.0-2.bb index 4b409c522bd..d4f415b1ae4 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/locomove-base_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/locomove-base_0.3.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/locomove_base/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/locomove_base" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-2.bb index baa2008cd2c..fe11de60d11 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-msgs_0.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_2d_msgs/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_2d_msgs" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-2.bb index e1383e55137..d9b994622c2 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-2d-utils_0.3.0-2.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_2d_utils/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_2d_utils" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-2.bb index 629034c55eb..d502df37253 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core-adapter_0.3.0-2.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_core_adapter/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_core_adapter" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core2_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core2_0.3.0-2.bb index 5582cead0ff..555f953a037 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core2_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-core2_0.3.0-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_core2/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_core2" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-2.bb index d584fce29e7..bfdf0283feb 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-iterators_0.3.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_grid_iterators/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_grid_iterators" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-2.bb index 85f396aa075..c5ba399d7a6 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-pub-sub_0.3.0-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_grid_pub_sub/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_grid_pub_sub" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-2.bb index 065b7a3b7b7..808611203ee 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid-server_0.3.0-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_grid_server/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_grid_server" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid_0.3.0-2.bb index e91027ccdee..5b6d5f72038 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/nav-grid_0.3.0-2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/nav_grid/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/nav_grid" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-2.bb index 067d30f6d92..39152ddde24 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-rviz-plugins_0.3.0-2.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/robot_nav_rviz_plugins/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_nav_rviz_plugins" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-2.bb index 6842769c731..0ebede008f4 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-tools_0.3.0-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/robot_nav_tools/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_nav_tools" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-2.bb index 6c0c1e2ea27..2a01bb735cf 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-nav-viz-demos_0.3.0-2.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/robot_nav_viz_demos/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_nav_viz_demos" diff --git a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-navigation_0.3.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-navigation_0.3.0-2.bb index 44ba089cc80..d4c062974e1 100644 --- a/meta-ros1-noetic/generated-recipes/robot-navigation/robot-navigation_0.3.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-navigation/robot-navigation_0.3.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/robot_navigation-release/archive/release/noetic/robot_navigation/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_navigation" diff --git a/meta-ros1-noetic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.15.0-2.bb b/meta-ros1-noetic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.15.0-2.bb index 584f1e5f57b..8062773405e 100644 --- a/meta-ros1-noetic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.15.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/robot-pose-ekf/robot-pose-ekf_1.15.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_pose_ekf-release/archive/release/noetic/robot_pose_ekf/1.15.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_pose_ekf" diff --git a/meta-ros1-noetic/generated-recipes/robot-self-filter/robot-self-filter_0.1.32-1.bb b/meta-ros1-noetic/generated-recipes/robot-self-filter/robot-self-filter_0.1.32-1.bb index 1a57800a6cb..54fc324cbe4 100644 --- a/meta-ros1-noetic/generated-recipes/robot-self-filter/robot-self-filter_0.1.32-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-self-filter/robot-self-filter_0.1.32-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pr2-gbp/robot_self_filter-gbp/archive/release/noetic/robot_self_filter/0.1.32-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_self_filter" diff --git a/meta-ros1-noetic/generated-recipes/robot-state-publisher/robot-state-publisher_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/robot-state-publisher/robot-state-publisher_1.15.0-1.bb index 07319a13746..20dff0b5b39 100644 --- a/meta-ros1-noetic/generated-recipes/robot-state-publisher/robot-state-publisher_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-state-publisher/robot-state-publisher_1.15.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/robot_state_publisher-release/archive/release/noetic/robot_state_publisher/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_state_publisher" diff --git a/meta-ros1-noetic/generated-recipes/robot-upstart/robot-upstart_0.4.1-1.bb b/meta-ros1-noetic/generated-recipes/robot-upstart/robot-upstart_0.4.1-1.bb index 3c89ce6a549..680fdf1c7f8 100644 --- a/meta-ros1-noetic/generated-recipes/robot-upstart/robot-upstart_0.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/robot-upstart/robot-upstart_0.4.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/robot_upstart-release/archive/release/noetic/robot_upstart/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/robot_upstart" diff --git a/meta-ros1-noetic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb b/meta-ros1-noetic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb index 2131dc30f7f..37ba2cb1570 100644 --- a/meta-ros1-noetic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/roboticsgroup-upatras-gazebo-plugins/roboticsgroup-upatras-gazebo-plugins_0.2.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboticsgroup/roboticsgroup_upatras_gazebo_plugins-release/archive/release/noetic/roboticsgroup_upatras_gazebo_plugins/0.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/roboticsgroup_upatras_gazebo_plugins" diff --git a/meta-ros1-noetic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.1-2.bb b/meta-ros1-noetic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.1-2.bb index 4f45388d24f..2474001520b 100644 --- a/meta-ros1-noetic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/robotis-manipulator/robotis-manipulator_1.1.1-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/robotis_manipulator-release/archive/release/noetic/robotis_manipulator/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/robotis_manipulator" diff --git a/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.1-1.bb index da7dd179eff..0403a46fde4 100644 --- a/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish-test-msgs_0.9.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/StefanFabian/ros_babel_fish-release/archive/release/noetic/ros_babel_fish_test_msgs/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_babel_fish_test_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.1-1.bb index 1ee73fc26fa..8d5d4351705 100644 --- a/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-babel-fish/ros-babel-fish_0.9.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/StefanFabian/ros_babel_fish-release/archive/release/noetic/ros_babel_fish/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_babel_fish" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb index 9ef234a4400..036d3752d0c 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/can-msgs_0.8.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/can_msgs/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/can_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb index a1d3bc2f19f..8f7a9217a5d 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-402_0.8.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/canopen_402/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/canopen_402" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb index f4016cbbc2c..3da5e68f19e 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-chain-node_0.8.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/canopen_chain_node/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/canopen_chain_node" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb index 11cf91ff1e7..2cb1fa2584f 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-master_0.8.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/canopen_master/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/canopen_master" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb index aa8723a3d1e..8247a2145b3 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/canopen-motor-node_0.8.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/canopen_motor_node/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/canopen_motor_node" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb index 4ad5536e068..e73fea0c04a 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/ros-canopen_0.8.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/ros_canopen/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_canopen" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb index 58af2214f9b..34731f6cafd 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-bridge_0.8.5-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/socketcan_bridge/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/socketcan_bridge" diff --git a/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb index deae36e2d9c..89c5e894cd3 100644 --- a/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-canopen/socketcan-interface_0.8.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/noetic/socketcan_interface/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/socketcan_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.3-1.bb index 2298ec57d95..d979878489b 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm-msgs/rosgraph-msgs_1.11.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm_msgs-release/archive/release/noetic/rosgraph_msgs/1.11.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosgraph_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm-msgs/std-srvs_1.11.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm-msgs/std-srvs_1.11.3-1.bb index 5bf4621e0d4..7d017545b9d 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm-msgs/std-srvs_1.11.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm-msgs/std-srvs_1.11.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm_msgs-release/archive/release/noetic/std_srvs/1.11.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/std_srvs" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/message-filters_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/message-filters_1.15.11-1.bb index 5d592bbc286..d3317429b41 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/message-filters_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/message-filters_1.15.11-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/message_filters/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/message_filters" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/ros-comm_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/ros-comm_1.15.11-1.bb index 17dca98fed2..d30a3b64985 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/ros-comm_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/ros-comm_1.15.11-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/ros_comm/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_comm" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosbag-storage_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosbag-storage_1.15.11-1.bb index b70db669e66..9d4eadd1c79 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosbag-storage_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosbag-storage_1.15.11-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosbag_storage/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag_storage" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosbag_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosbag_1.15.11-1.bb index 75b3f4dd0e6..4797c35cb11 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosbag_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosbag_1.15.11-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosbag/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/roscpp_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/roscpp_1.15.11-1.bb index b41edf17d3f..b6290417a1f 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/roscpp_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/roscpp_1.15.11-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/roscpp/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscpp" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosgraph_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosgraph_1.15.11-1.bb index af6cd41b4e1..258389a3cde 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosgraph_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosgraph_1.15.11-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosgraph/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosgraph" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/roslaunch_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/roslaunch_1.15.11-1.bb index fa8c479e5cd..35a349fead8 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/roslaunch_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/roslaunch_1.15.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/roslaunch/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslaunch" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/roslz4_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/roslz4_1.15.11-1.bb index 41ce36567e9..cffa7a76c56 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/roslz4_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/roslz4_1.15.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/roslz4/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslz4" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosmaster_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosmaster_1.15.11-1.bb index a60d4c660bf..31aec3393dd 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosmaster_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosmaster_1.15.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosmaster/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmaster" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosmsg_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosmsg_1.15.11-1.bb index c111d32d197..7628845ce6c 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosmsg_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosmsg_1.15.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosmsg/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmsg" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosnode_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosnode_1.15.11-1.bb index c790add0430..e6195ccc1bd 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosnode_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosnode_1.15.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosnode/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosnode" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosout_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosout_1.15.11-1.bb index 1d7b25b19ea..9606dad437b 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosout_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosout_1.15.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosout/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosout" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosparam_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosparam_1.15.11-1.bb index 5943bea236f..58a1bc0a5aa 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosparam_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosparam_1.15.11-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosparam/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosparam" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rospy_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rospy_1.15.11-1.bb index 40ed15f10b4..07490404cb0 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rospy_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rospy_1.15.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rospy/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospy" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rosservice_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rosservice_1.15.11-1.bb index ae919914e7a..3871152ce04 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rosservice_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rosservice_1.15.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rosservice/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosservice" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rostest_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rostest_1.15.11-1.bb index 5951b6b4b45..4489738eeb6 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rostest_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rostest_1.15.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rostest/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rostest" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/rostopic_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/rostopic_1.15.11-1.bb index 4232a305a7e..3c752638bee 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/rostopic_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/rostopic_1.15.11-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/rostopic/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rostopic" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/roswtf_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/roswtf_1.15.11-1.bb index 94badb8b81e..de59f64bc39 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/roswtf_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/roswtf_1.15.11-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/roswtf/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roswtf" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/topic-tools_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/topic-tools_1.15.11-1.bb index 1473c5feb67..c74a5886de4 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/topic-tools_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/topic-tools_1.15.11-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/topic_tools/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/topic_tools" diff --git a/meta-ros1-noetic/generated-recipes/ros-comm/xmlrpcpp_1.15.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-comm/xmlrpcpp_1.15.11-1.bb index 702aed166c0..c64c71436ea 100644 --- a/meta-ros1-noetic/generated-recipes/ros-comm/xmlrpcpp_1.15.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-comm/xmlrpcpp_1.15.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/noetic/xmlrpcpp/1.15.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xmlrpcpp" diff --git a/meta-ros1-noetic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.6.1-1.bb b/meta-ros1-noetic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.6.1-1.bb index 61e5b4f4202..cf56d082ae3 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control-boilerplate/ros-control-boilerplate_0.6.1-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/ros_control_boilerplate-release/archive/release/noetic/ros_control_boilerplate/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_control_boilerplate" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw-tests_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw-tests_0.19.5-1.bb index 7dde2d9ef1e..2c930ebbdb7 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw-tests_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw-tests_0.19.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/combined_robot_hw_tests/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/combined_robot_hw_tests" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw_0.19.5-1.bb index 9df92cecf3f..49bf25ef33c 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/combined-robot-hw_0.19.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/combined_robot_hw/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/combined_robot_hw" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/controller-interface_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/controller-interface_0.19.5-1.bb index c12e7a88531..95c371e1405 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/controller-interface_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/controller-interface_0.19.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/controller_interface/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/controller_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-msgs_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-msgs_0.19.5-1.bb index bbc616eadd4..cc8f6969711 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-msgs_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-msgs_0.19.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/controller_manager_msgs/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/controller_manager_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-tests_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-tests_0.19.5-1.bb index 0dcf4f2e45f..1938eadaa9e 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-tests_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager-tests_0.19.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/controller_manager_tests/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/controller_manager_tests" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager_0.19.5-1.bb index d20445aef9b..d80db31af3a 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/controller-manager_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/controller-manager_0.19.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/controller_manager/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/controller_manager" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/hardware-interface_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/hardware-interface_0.19.5-1.bb index a653e6e9ca8..3996b743b72 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/hardware-interface_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/hardware-interface_0.19.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/hardware_interface/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/hardware_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/joint-limits-interface_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/joint-limits-interface_0.19.5-1.bb index 9784fb7c9cd..25c4194d0e4 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/joint-limits-interface_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/joint-limits-interface_0.19.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/joint_limits_interface/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_limits_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/ros-control_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/ros-control_0.19.5-1.bb index 3e6b4998b02..ad26f85b0c1 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/ros-control_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/ros-control_0.19.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/ros_control/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_control" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/rqt-controller-manager_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/rqt-controller-manager_0.19.5-1.bb index a0837aaf544..b6cd4b77162 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/rqt-controller-manager_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/rqt-controller-manager_0.19.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/rqt_controller_manager/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_controller_manager" diff --git a/meta-ros1-noetic/generated-recipes/ros-control/transmission-interface_0.19.5-1.bb b/meta-ros1-noetic/generated-recipes/ros-control/transmission-interface_0.19.5-1.bb index b1e6c6fb931..eb83b2e61e2 100644 --- a/meta-ros1-noetic/generated-recipes/ros-control/transmission-interface_0.19.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-control/transmission-interface_0.19.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_control-release/archive/release/noetic/transmission_interface/0.19.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/transmission_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-interface_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-interface_0.1.3-1.bb index dea334f6f33..a48ffce3acb 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-interface_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-interface_0.1.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian-release/archive/release/noetic/cartesian_interface/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cartesian_interface" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-controller_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-controller_0.1.3-1.bb index d32745de9b5..28d92e10be4 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-controller_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-controller_0.1.3-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian-release/archive/release/noetic/cartesian_trajectory_controller/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cartesian_trajectory_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-interpolation_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-interpolation_0.1.3-1.bb index 4787e860335..b9609303619 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-interpolation_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/cartesian-trajectory-interpolation_0.1.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian-release/archive/release/noetic/cartesian_trajectory_interpolation/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cartesian_trajectory_interpolation" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/ros-controllers-cartesian_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/ros-controllers-cartesian_0.1.3-1.bb index 2389fcb7bda..17594b85322 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/ros-controllers-cartesian_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/ros-controllers-cartesian_0.1.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian-release/archive/release/noetic/ros_controllers_cartesian/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_controllers_cartesian" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/twist-controller_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/twist-controller_0.1.3-1.bb index 721fac4c9a7..5f9559bcbc9 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/twist-controller_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers-cartesian/twist-controller_0.1.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian-release/archive/release/noetic/twist_controller/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/twist_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/ackermann-steering-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/ackermann-steering-controller_0.19.0-1.bb index 7a4cbb4605f..c95eb8c2df9 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/ackermann-steering-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/ackermann-steering-controller_0.19.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/ackermann_steering_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ackermann_steering_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/diff-drive-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/diff-drive-controller_0.19.0-1.bb index 79834890aac..05fa33a1391 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/diff-drive-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/diff-drive-controller_0.19.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/diff_drive_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/diff_drive_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/effort-controllers_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/effort-controllers_0.19.0-1.bb index f43a61afc67..cc493d8827d 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/effort-controllers_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/effort-controllers_0.19.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/effort_controllers/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/effort_controllers" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.19.0-1.bb index 43c6eaeef35..fb9cd6593c8 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/force-torque-sensor-controller_0.19.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/force_torque_sensor_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/force_torque_sensor_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/forward-command-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/forward-command-controller_0.19.0-1.bb index 64d3b8951ba..34ad8d9ea08 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/forward-command-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/forward-command-controller_0.19.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/forward_command_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.19.0-1.bb index 00dd4aaa359..dbaffacc720 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/four-wheel-steering-controller_0.19.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/four_wheel_steering_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/four_wheel_steering_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/gripper-action-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/gripper-action-controller_0.19.0-1.bb index 97b0be169b7..969fe4d5f8a 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/gripper-action-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/gripper-action-controller_0.19.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/gripper_action_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gripper_action_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/imu-sensor-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/imu-sensor-controller_0.19.0-1.bb index 161ac016d02..4fa9587fd9e 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/imu-sensor-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/imu-sensor-controller_0.19.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/imu_sensor_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/imu_sensor_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/joint-state-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/joint-state-controller_0.19.0-1.bb index 035bfabec86..e8a6a2ce43b 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/joint-state-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/joint-state-controller_0.19.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/joint_state_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_state_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/joint-trajectory-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/joint-trajectory-controller_0.19.0-1.bb index e0e778e17bf..5eb89d5aa8a 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/joint-trajectory-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/joint-trajectory-controller_0.19.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/joint_trajectory_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joint_trajectory_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/position-controllers_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/position-controllers_0.19.0-1.bb index dcefe36c6b5..e02d626f26f 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/position-controllers_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/position-controllers_0.19.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/position_controllers/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/position_controllers" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/ros-controllers_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/ros-controllers_0.19.0-1.bb index eb2dac1a9f9..36010e42dfd 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/ros-controllers_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/ros-controllers_0.19.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/ros_controllers/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_controllers" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.19.0-1.bb index 3c9f7120142..9566e227757 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/rqt-joint-trajectory-controller_0.19.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/rqt_joint_trajectory_controller/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_joint_trajectory_controller" diff --git a/meta-ros1-noetic/generated-recipes/ros-controllers/velocity-controllers_0.19.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-controllers/velocity-controllers_0.19.0-1.bb index 6c10c7b29e7..f9c32872c4a 100644 --- a/meta-ros1-noetic/generated-recipes/ros-controllers/velocity-controllers_0.19.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-controllers/velocity-controllers_0.19.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/velocity_controllers/0.19.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velocity_controllers" diff --git a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.15-1.bb b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.15-1.bb index 62e90c9b25c..9242e398e26 100644 --- a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/ros-emacs-utils_0.4.15-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/noetic/ros_emacs_utils/0.4.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_emacs_utils" diff --git a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/rosemacs_0.4.15-1.bb b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/rosemacs_0.4.15-1.bb index e7b52b26ff2..15c88658ac5 100644 --- a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/rosemacs_0.4.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/rosemacs_0.4.15-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/noetic/rosemacs/0.4.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosemacs" diff --git a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.15-1.bb b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.15-1.bb index f29120b666e..2e20e84a519 100644 --- a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/roslisp-repl_0.4.15-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/noetic/roslisp_repl/0.4.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslisp_repl" diff --git a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-ros_0.4.15-1.bb b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-ros_0.4.15-1.bb index cea0a901350..72f52bc32ff 100644 --- a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-ros_0.4.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-ros_0.4.15-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/noetic/slime_ros/0.4.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slime_ros" diff --git a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.15-1.bb b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.15-1.bb index 2e1e0ca3a8c..fa4e99b13f7 100644 --- a/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-emacs-utils/slime-wrapper_0.4.15-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/noetic/slime_wrapper/0.4.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slime_wrapper" diff --git a/meta-ros1-noetic/generated-recipes/ros-environment/ros-environment_1.3.2-1.bb b/meta-ros1-noetic/generated-recipes/ros-environment/ros-environment_1.3.2-1.bb index b845ca72e07..9ccb5579d54 100644 --- a/meta-ros1-noetic/generated-recipes/ros-environment/ros-environment_1.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-environment/ros-environment_1.3.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_environment-release/archive/release/noetic/ros_environment/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_environment" diff --git a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-bridge_0.111.1-2.bb b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-bridge_0.111.1-2.bb index fb1e51e2bfd..81e96f13ea8 100644 --- a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-bridge_0.111.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-bridge_0.111.1-2.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_ign-release/archive/release/noetic/ros_ign_bridge/0.111.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_ign_bridge" diff --git a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.111.1-2.bb b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.111.1-2.bb index a434eba3777..2e4ad45809e 100644 --- a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.111.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.111.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_ign-release/archive/release/noetic/ros_ign_gazebo_demos/0.111.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_ign_gazebo_demos" diff --git a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo_0.111.1-2.bb b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo_0.111.1-2.bb index c8caf9ea094..3d9a56b7f05 100644 --- a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo_0.111.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-gazebo_0.111.1-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_ign-release/archive/release/noetic/ros_ign_gazebo/0.111.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_ign_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-image_0.111.1-2.bb b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-image_0.111.1-2.bb index d90d29cacf1..3f2ff3497b5 100644 --- a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-image_0.111.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign-image_0.111.1-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_ign-release/archive/release/noetic/ros_ign_image/0.111.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_ign_image" diff --git a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign_0.111.1-2.bb b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign_0.111.1-2.bb index e59a9e7b7fa..eafa71b3dea 100644 --- a/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign_0.111.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-ign/ros-ign_0.111.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_ign-release/archive/release/noetic/ros_ign/0.111.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_ign" diff --git a/meta-ros1-noetic/generated-recipes/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bb index fa2f8b4835e..bf9c8352665 100644 --- a/meta-ros1-noetic/generated-recipes/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_industrial_cmake_boilerplate-release/archive/release/noetic/ros_industrial_cmake_boilerplate/0.2.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_industrial_cmake_boilerplate" diff --git a/meta-ros1-noetic/generated-recipes/ros-inorbit-samples/inorbit-republisher_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/ros-inorbit-samples/inorbit-republisher_0.2.1-1.bb index da089edeedc..05b4c0dbdaf 100644 --- a/meta-ros1-noetic/generated-recipes/ros-inorbit-samples/inorbit-republisher_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-inorbit-samples/inorbit-republisher_0.2.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/inorbit-ai/ros_inorbit_samples-release/archive/release/noetic/inorbit_republisher/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/inorbit_republisher" diff --git a/meta-ros1-noetic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb index 731e51ccdd8..b0db67f4547 100644 --- a/meta-ros1-noetic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-led/led-msgs_0.0.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/ros_led-release/archive/release/noetic/led_msgs/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/led_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ros-led/ws281x_0.0.11-1.bb b/meta-ros1-noetic/generated-recipes/ros-led/ws281x_0.0.11-1.bb index cac460b8629..631db2a2448 100644 --- a/meta-ros1-noetic/generated-recipes/ros-led/ws281x_0.0.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-led/ws281x_0.0.11-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/CopterExpress/ros_led-release/archive/release/noetic/ws281x/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ws281x" diff --git a/meta-ros1-noetic/generated-recipes/ros-numpy/ros-numpy_0.0.5-2.bb b/meta-ros1-noetic/generated-recipes/ros-numpy/ros-numpy_0.0.5-2.bb index 5b6127639a8..6c9e7dc27ca 100644 --- a/meta-ros1-noetic/generated-recipes/ros-numpy/ros-numpy_0.0.5-2.bb +++ b/meta-ros1-noetic/generated-recipes/ros-numpy/ros-numpy_0.0.5-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eric-wieser/ros_numpy-release/archive/release/noetic/ros_numpy/0.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_numpy" diff --git a/meta-ros1-noetic/generated-recipes/ros-pytest/ros-pytest_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/ros-pytest/ros-pytest_0.2.1-1.bb index dca7cffb2c8..ea1194880cc 100644 --- a/meta-ros1-noetic/generated-recipes/ros-pytest/ros-pytest_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-pytest/ros-pytest_0.2.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/machinekoder/ros_pytest-release/archive/release/noetic/ros_pytest/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_pytest" diff --git a/meta-ros1-noetic/generated-recipes/ros-realtime/allocators_1.0.25-1.bb b/meta-ros1-noetic/generated-recipes/ros-realtime/allocators_1.0.25-1.bb index d9f10a9582b..5b696f1bbd1 100644 --- a/meta-ros1-noetic/generated-recipes/ros-realtime/allocators_1.0.25-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-realtime/allocators_1.0.25-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/noetic/allocators/1.0.25-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/allocators" diff --git a/meta-ros1-noetic/generated-recipes/ros-realtime/lockfree_1.0.25-1.bb b/meta-ros1-noetic/generated-recipes/ros-realtime/lockfree_1.0.25-1.bb index f9dd87d47ff..494a2e86751 100644 --- a/meta-ros1-noetic/generated-recipes/ros-realtime/lockfree_1.0.25-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-realtime/lockfree_1.0.25-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/noetic/lockfree/1.0.25-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/lockfree" diff --git a/meta-ros1-noetic/generated-recipes/ros-realtime/ros-realtime_1.0.25-1.bb b/meta-ros1-noetic/generated-recipes/ros-realtime/ros-realtime_1.0.25-1.bb index 19eafa7b9b3..3b0a5490015 100644 --- a/meta-ros1-noetic/generated-recipes/ros-realtime/ros-realtime_1.0.25-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-realtime/ros-realtime_1.0.25-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/noetic/ros_realtime/1.0.25-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_realtime" diff --git a/meta-ros1-noetic/generated-recipes/ros-realtime/rosatomic_1.0.25-1.bb b/meta-ros1-noetic/generated-recipes/ros-realtime/rosatomic_1.0.25-1.bb index f0cb86c1dce..b91621cefc0 100644 --- a/meta-ros1-noetic/generated-recipes/ros-realtime/rosatomic_1.0.25-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-realtime/rosatomic_1.0.25-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/noetic/rosatomic/1.0.25-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosatomic" diff --git a/meta-ros1-noetic/generated-recipes/ros-realtime/rosrt_1.0.25-1.bb b/meta-ros1-noetic/generated-recipes/ros-realtime/rosrt_1.0.25-1.bb index 25bfa706e39..2a3b608ac18 100644 --- a/meta-ros1-noetic/generated-recipes/ros-realtime/rosrt_1.0.25-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-realtime/rosrt_1.0.25-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_realtime-release/archive/release/noetic/rosrt/1.0.25-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosrt" diff --git a/meta-ros1-noetic/generated-recipes/ros-tutorials/ros-tutorials_0.10.2-1.bb b/meta-ros1-noetic/generated-recipes/ros-tutorials/ros-tutorials_0.10.2-1.bb index 0bdfe64b8ca..2fb4492b3e0 100644 --- a/meta-ros1-noetic/generated-recipes/ros-tutorials/ros-tutorials_0.10.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-tutorials/ros-tutorials_0.10.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/noetic/ros_tutorials/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/ros-tutorials/roscpp-tutorials_0.10.2-1.bb b/meta-ros1-noetic/generated-recipes/ros-tutorials/roscpp-tutorials_0.10.2-1.bb index a7fee1fbbbb..03484c584cf 100644 --- a/meta-ros1-noetic/generated-recipes/ros-tutorials/roscpp-tutorials_0.10.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-tutorials/roscpp-tutorials_0.10.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/noetic/roscpp_tutorials/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscpp_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/ros-tutorials/rospy-tutorials_0.10.2-1.bb b/meta-ros1-noetic/generated-recipes/ros-tutorials/rospy-tutorials_0.10.2-1.bb index ba2ef03dc8e..1fe9b8ceb6e 100644 --- a/meta-ros1-noetic/generated-recipes/ros-tutorials/rospy-tutorials_0.10.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-tutorials/rospy-tutorials_0.10.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/noetic/rospy_tutorials/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospy_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/ros-tutorials/turtlesim_0.10.2-1.bb b/meta-ros1-noetic/generated-recipes/ros-tutorials/turtlesim_0.10.2-1.bb index 96135b04d7a..ef70e7c5e72 100644 --- a/meta-ros1-noetic/generated-recipes/ros-tutorials/turtlesim_0.10.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-tutorials/turtlesim_0.10.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_tutorials-release/archive/release/noetic/turtlesim/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlesim" diff --git a/meta-ros1-noetic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-1.bb b/meta-ros1-noetic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-1.bb index 32e84088a60..8e91201e811 100644 --- a/meta-ros1-noetic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros-type-introspection/ros-type-introspection_2.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/ros_type_introspection-release/archive/release/noetic/ros_type_introspection/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_type_introspection" diff --git a/meta-ros1-noetic/generated-recipes/ros/mk_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/mk_1.15.7-1.bb index efd82505708..15200239298 100644 --- a/meta-ros1-noetic/generated-recipes/ros/mk_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/mk_1.15.7-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/mk/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mk" diff --git a/meta-ros1-noetic/generated-recipes/ros/ros_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/ros_1.15.7-1.bb index bbbffba5081..d46bcea2077 100644 --- a/meta-ros1-noetic/generated-recipes/ros/ros_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/ros_1.15.7-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/ros/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosbash_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosbash_1.15.7-1.bb index fc436fb157f..6358fac17c1 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosbash_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosbash_1.15.7-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosbash/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbash" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosboost-cfg_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosboost-cfg_1.15.7-1.bb index 268fba34d2f..fedc975a58c 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosboost-cfg_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosboost-cfg_1.15.7-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosboost_cfg/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosboost_cfg" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosbuild_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosbuild_1.15.7-1.bb index 0f3df688282..6a2a7956fa9 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosbuild_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosbuild_1.15.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosbuild/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbuild" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosclean_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosclean_1.15.7-1.bb index 7f39154b761..c9dd6061c85 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosclean_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosclean_1.15.7-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosclean/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosclean" diff --git a/meta-ros1-noetic/generated-recipes/ros/roscreate_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/roscreate_1.15.7-1.bb index 879ac9075ae..a34b6b9d652 100644 --- a/meta-ros1-noetic/generated-recipes/ros/roscreate_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/roscreate_1.15.7-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/roscreate/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscreate" diff --git a/meta-ros1-noetic/generated-recipes/ros/roslang_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/roslang_1.15.7-1.bb index 75a803573c0..fd42cb3ec2d 100644 --- a/meta-ros1-noetic/generated-recipes/ros/roslang_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/roslang_1.15.7-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/roslang/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslang" diff --git a/meta-ros1-noetic/generated-recipes/ros/roslib_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/roslib_1.15.7-1.bb index 62801b387ce..0f2700dc9b4 100644 --- a/meta-ros1-noetic/generated-recipes/ros/roslib_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/roslib_1.15.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/roslib/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslib" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosmake_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosmake_1.15.7-1.bb index 4261ef8468b..2406e4b8643 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosmake_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosmake_1.15.7-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosmake/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmake" diff --git a/meta-ros1-noetic/generated-recipes/ros/rosunit_1.15.7-1.bb b/meta-ros1-noetic/generated-recipes/ros/rosunit_1.15.7-1.bb index 268b8a09e1d..fe16811bfe3 100644 --- a/meta-ros1-noetic/generated-recipes/ros/rosunit_1.15.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/ros/rosunit_1.15.7-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros-release/archive/release/noetic/rosunit/1.15.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosunit" diff --git a/meta-ros1-noetic/generated-recipes/rosauth/rosauth_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/rosauth/rosauth_1.0.1-1.bb index 1da1b87e93d..2f196fc46af 100644 --- a/meta-ros1-noetic/generated-recipes/rosauth/rosauth_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosauth/rosauth_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/gt-rail-release/rosauth-release/archive/release/noetic/rosauth/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosauth" diff --git a/meta-ros1-noetic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.1-1.bb index 1a8a8b6f4f4..31b97a2df3c 100644 --- a/meta-ros1-noetic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbag-migration-rule/rosbag-migration-rule_1.0.1-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_migration_rule-release/archive/release/noetic/rosbag_migration_rule/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag_migration_rule" diff --git a/meta-ros1-noetic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.4-1.bb index 48401627dd5..e868bdd6a58 100644 --- a/meta-ros1-noetic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbag-pandas/rosbag-pandas_0.5.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/eurogroep/rosbag_pandas-release/archive/release/noetic/rosbag_pandas/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag_pandas" diff --git a/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb index 49331bd5b10..3c9b6d263b2 100644 --- a/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot-msgs_1.0.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_snapshot-release/archive/release/noetic/rosbag_snapshot_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag_snapshot_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb index 30b8c107650..93e6735c5bc 100644 --- a/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbag-snapshot/rosbag-snapshot_1.0.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosbag_snapshot-release/archive/release/noetic/rosbag_snapshot/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbag_snapshot" diff --git a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb index 34e2899cbf0..cf653978487 100644 --- a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosapi_0.11.13-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/noetic/rosapi/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosapi" diff --git a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb index 4e2c7ab68a8..9cf9448da5d 100644 --- a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-library_0.11.13-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/noetic/rosbridge_library/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbridge_library" diff --git a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb index e9a32266a72..be66bf99ec0 100644 --- a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-msgs_0.11.13-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/noetic/rosbridge_msgs/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbridge_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb index 7568497cade..d28a5858229 100644 --- a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-server_0.11.13-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/noetic/rosbridge_server/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbridge_server" diff --git a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb index 882ce569dd1..40ec6581e28 100644 --- a/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosbridge-suite/rosbridge-suite_0.11.13-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/rosbridge_suite-release/archive/release/noetic/rosbridge_suite/0.11.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbridge_suite" diff --git a/meta-ros1-noetic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb b/meta-ros1-noetic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb index ad8eac78b7f..175ee5a00c0 100644 --- a/meta-ros1-noetic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscompile/magical-ros2-conversion-tool_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/noetic/magical_ros2_conversion_tool/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/magical_ros2_conversion_tool" diff --git a/meta-ros1-noetic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb b/meta-ros1-noetic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb index b5c76081cba..ea599f1ff84 100644 --- a/meta-ros1-noetic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscompile/ros-introspection_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/noetic/ros_introspection/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ros_introspection" diff --git a/meta-ros1-noetic/generated-recipes/roscompile/roscompile_1.2.1-1.bb b/meta-ros1-noetic/generated-recipes/roscompile/roscompile_1.2.1-1.bb index 4316df508cd..1f0fd9ecf61 100644 --- a/meta-ros1-noetic/generated-recipes/roscompile/roscompile_1.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscompile/roscompile_1.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/roscompile-release/archive/release/noetic/roscompile/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscompile" diff --git a/meta-ros1-noetic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.4-1.bb index 07e7cb003b2..3db5e8d9af3 100644 --- a/meta-ros1-noetic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosconsole-bridge/rosconsole-bridge_0.5.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosconsole_bridge-release/archive/release/noetic/rosconsole_bridge/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosconsole_bridge" diff --git a/meta-ros1-noetic/generated-recipes/rosconsole/rosconsole_1.14.3-1.bb b/meta-ros1-noetic/generated-recipes/rosconsole/rosconsole_1.14.3-1.bb index 0010ef04d76..81f69e86a7d 100644 --- a/meta-ros1-noetic/generated-recipes/rosconsole/rosconsole_1.14.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosconsole/rosconsole_1.14.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosconsole-release/archive/release/noetic/rosconsole/1.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosconsole" diff --git a/meta-ros1-noetic/generated-recipes/roscpp-core/cpp-common_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/roscpp-core/cpp-common_0.7.2-1.bb index ab9f543ff16..a692e1a8274 100644 --- a/meta-ros1-noetic/generated-recipes/roscpp-core/cpp-common_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscpp-core/cpp-common_0.7.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/noetic/cpp_common/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cpp_common" diff --git a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-core_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-core_0.7.2-1.bb index 0a3c5291b42..5976cb50cc7 100644 --- a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-core_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-core_0.7.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/noetic/roscpp_core/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscpp_core" diff --git a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-serialization_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-serialization_0.7.2-1.bb index 8c18e8a0a78..4c0b945a8a3 100644 --- a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-serialization_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-serialization_0.7.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/noetic/roscpp_serialization/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscpp_serialization" diff --git a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-traits_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-traits_0.7.2-1.bb index 239fadd8893..334a0d62794 100644 --- a/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-traits_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscpp-core/roscpp-traits_0.7.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/noetic/roscpp_traits/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roscpp_traits" diff --git a/meta-ros1-noetic/generated-recipes/roscpp-core/rostime_0.7.2-1.bb b/meta-ros1-noetic/generated-recipes/roscpp-core/rostime_0.7.2-1.bb index 3b48310a6c0..9ea01d74655 100644 --- a/meta-ros1-noetic/generated-recipes/roscpp-core/rostime_0.7.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/roscpp-core/rostime_0.7.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roscpp_core-release/archive/release/noetic/rostime/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rostime" diff --git a/meta-ros1-noetic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.10-1.bb b/meta-ros1-noetic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.10-1.bb index edee42c400c..f8dabf29a7b 100644 --- a/meta-ros1-noetic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosdoc-lite/rosdoc-lite_0.2.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosdoc_lite-release/archive/release/noetic/rosdoc_lite/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosdoc_lite" diff --git a/meta-ros1-noetic/generated-recipes/rosfmt/rosfmt_7.0.0-1.bb b/meta-ros1-noetic/generated-recipes/rosfmt/rosfmt_7.0.0-1.bb index e5647af346e..faf66b1828e 100644 --- a/meta-ros1-noetic/generated-recipes/rosfmt/rosfmt_7.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosfmt/rosfmt_7.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosfmt-release/archive/release/noetic/rosfmt/7.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosfmt" diff --git a/meta-ros1-noetic/generated-recipes/roslint/roslint_0.12.0-1.bb b/meta-ros1-noetic/generated-recipes/roslint/roslint_0.12.0-1.bb index d4968122ea5..a1ee8ef2caf 100644 --- a/meta-ros1-noetic/generated-recipes/roslint/roslint_0.12.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/roslint/roslint_0.12.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslint-release/archive/release/noetic/roslint/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslint" diff --git a/meta-ros1-noetic/generated-recipes/roslisp/roslisp_1.9.24-1.bb b/meta-ros1-noetic/generated-recipes/roslisp/roslisp_1.9.24-1.bb index 5acdea02884..4ca5d07f4a9 100644 --- a/meta-ros1-noetic/generated-recipes/roslisp/roslisp_1.9.24-1.bb +++ b/meta-ros1-noetic/generated-recipes/roslisp/roslisp_1.9.24-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/roslisp-release/archive/release/noetic/roslisp/1.9.24-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/roslisp" diff --git a/meta-ros1-noetic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb b/meta-ros1-noetic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb index bb3bf03dc24..7f4bf9198e0 100644 --- a/meta-ros1-noetic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosmon/rosmon-core_2.3.2-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/noetic/rosmon_core/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmon_core" diff --git a/meta-ros1-noetic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb b/meta-ros1-noetic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb index f7bbf69edef..2a6846e46bb 100644 --- a/meta-ros1-noetic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosmon/rosmon-msgs_2.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/noetic/rosmon_msgs/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmon_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rosmon/rosmon_2.3.2-1.bb b/meta-ros1-noetic/generated-recipes/rosmon/rosmon_2.3.2-1.bb index bd3ad4044aa..debc1cecc91 100644 --- a/meta-ros1-noetic/generated-recipes/rosmon/rosmon_2.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosmon/rosmon_2.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/noetic/rosmon/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosmon" diff --git a/meta-ros1-noetic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb b/meta-ros1-noetic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb index c344548c6ad..85d6d5b4b7a 100644 --- a/meta-ros1-noetic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosmon/rqt-rosmon_2.3.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/xqms/rosmon-release/archive/release/noetic/rqt_rosmon/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_rosmon" diff --git a/meta-ros1-noetic/generated-recipes/rospack/rospack_2.6.2-1.bb b/meta-ros1-noetic/generated-recipes/rospack/rospack_2.6.2-1.bb index 3144b8cbf65..1f06cdd14e0 100644 --- a/meta-ros1-noetic/generated-recipes/rospack/rospack_2.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rospack/rospack_2.6.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rospack-release/archive/release/noetic/rospack/2.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospack" diff --git a/meta-ros1-noetic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bb index 57b6f94c05b..e6ba62262d0 100644 --- a/meta-ros1-noetic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/rosparam_shortcuts-release/archive/release/noetic/rosparam_shortcuts/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosparam_shortcuts" diff --git a/meta-ros1-noetic/generated-recipes/rospilot/rospilot_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/rospilot/rospilot_1.6.1-1.bb index 5612721b018..1bcbdf31f39 100644 --- a/meta-ros1-noetic/generated-recipes/rospilot/rospilot_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rospilot/rospilot_1.6.1-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rospilot/rospilot-release/archive/release/noetic/rospilot/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospilot" diff --git a/meta-ros1-noetic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb b/meta-ros1-noetic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb index ec92ca306ee..d6a1ad25db2 100644 --- a/meta-ros1-noetic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/rospy-message-converter/rospy-message-converter_0.5.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/rospy_message_converter-release/archive/release/noetic/rospy_message_converter/0.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rospy_message_converter" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-arduino_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-arduino_0.9.2-1.bb index a9bf71310d9..dc9e63e3871 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-arduino_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-arduino_0.9.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_arduino/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_arduino" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-chibios_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-chibios_0.9.2-1.bb index 7e18c43ad9f..0470b826a1f 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-chibios_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-chibios_0.9.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_chibios/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_chibios" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-client_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-client_0.9.2-1.bb index 74784133498..d692442305a 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-client_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-client_0.9.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_client/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_client" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-embeddedlinux_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-embeddedlinux_0.9.2-1.bb index 873ee27e524..5f3c82eff0d 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-embeddedlinux_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-embeddedlinux_0.9.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_embeddedlinux/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_embeddedlinux" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-mbed_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-mbed_0.9.2-1.bb index bc980db079e..9379b3265d5 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-mbed_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-mbed_0.9.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_mbed/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_mbed" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-msgs_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-msgs_0.9.2-1.bb index 4a71780778c..07daa0b3fa9 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-msgs_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-msgs_0.9.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_msgs/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_msgs" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-python_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-python_0.9.2-1.bb index 6c722b48698..9bbf7bafe7e 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-python_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-python_0.9.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_python/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_python" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-server_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-server_0.9.2-1.bb index 7e0a94013ef..63e192b5504 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-server_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-server_0.9.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_server/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_server" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-tivac_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-tivac_0.9.2-1.bb index dda48afc74b..6ac352c441c 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-tivac_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-tivac_0.9.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_tivac/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_tivac" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-cortex_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-cortex_0.9.2-1.bb index abcc9b36a77..cc22c3fb7e1 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-cortex_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-cortex_0.9.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_vex_cortex/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_vex_cortex" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-v5_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-v5_0.9.2-1.bb index 878b05daaec..a333334db93 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-v5_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-vex-v5_0.9.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_vex_v5/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_vex_v5" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-windows_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-windows_0.9.2-1.bb index 3122bd8d723..155d9aee7fe 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-windows_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-windows_0.9.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_windows/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_windows" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-xbee_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-xbee_0.9.2-1.bb index 3821e6523d6..0d6ec7c0b62 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial-xbee_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial-xbee_0.9.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial_xbee/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial_xbee" diff --git a/meta-ros1-noetic/generated-recipes/rosserial/rosserial_0.9.2-1.bb b/meta-ros1-noetic/generated-recipes/rosserial/rosserial_0.9.2-1.bb index 9ae61d66790..1cbbef3d940 100644 --- a/meta-ros1-noetic/generated-recipes/rosserial/rosserial_0.9.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rosserial/rosserial_0.9.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rosserial-release/archive/release/noetic/rosserial/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosserial" diff --git a/meta-ros1-noetic/generated-recipes/rqt-action/rqt-action_0.4.9-1.bb b/meta-ros1-noetic/generated-recipes/rqt-action/rqt-action_0.4.9-1.bb index 4f450263256..89ac2feb600 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-action/rqt-action_0.4.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-action/rqt-action_0.4.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_action-release/archive/release/noetic/rqt_action/0.4.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_action" diff --git a/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb b/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb index add5a187911..e6c616fe19e 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag-plugins_0.5.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_bag-release/archive/release/noetic/rqt_bag_plugins/0.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_bag_plugins" diff --git a/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb b/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb index 66f61e57933..70f0763c682 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-bag/rqt-bag_0.5.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_bag-release/archive/release/noetic/rqt_bag/0.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_bag" diff --git a/meta-ros1-noetic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.9-1.bb b/meta-ros1-noetic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.9-1.bb index 2991a087840..5bf3d3f0b02 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-common-plugins/rqt-common-plugins_0.4.9-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_common_plugins-release/archive/release/noetic/rqt_common_plugins/0.4.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_common_plugins" diff --git a/meta-ros1-noetic/generated-recipes/rqt-console/rqt-console_0.4.11-1.bb b/meta-ros1-noetic/generated-recipes/rqt-console/rqt-console_0.4.11-1.bb index 5df6d129e8c..973239cb7fc 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-console/rqt-console_0.4.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-console/rqt-console_0.4.11-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_console-release/archive/release/noetic/rqt_console/0.4.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_console" diff --git a/meta-ros1-noetic/generated-recipes/rqt-dep/rqt-dep_0.4.12-1.bb b/meta-ros1-noetic/generated-recipes/rqt-dep/rqt-dep_0.4.12-1.bb index a2672e444c4..1128596bbbd 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-dep/rqt-dep_0.4.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-dep/rqt-dep_0.4.12-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_dep-release/archive/release/noetic/rqt_dep/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_dep" diff --git a/meta-ros1-noetic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.6.1-1.bb b/meta-ros1-noetic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.6.1-1.bb index 572e51bc4c6..d509809e87f 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-ez-publisher/rqt-ez-publisher_0.6.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OTL/rqt_ez_publisher-release/archive/release/noetic/rqt_ez_publisher/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_ez_publisher" diff --git a/meta-ros1-noetic/generated-recipes/rqt-graph/rqt-graph_0.4.14-1.bb b/meta-ros1-noetic/generated-recipes/rqt-graph/rqt-graph_0.4.14-1.bb index 1aa8a83a84d..15bd9eab04e 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-graph/rqt-graph_0.4.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-graph/rqt-graph_0.4.14-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_graph-release/archive/release/noetic/rqt_graph/0.4.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_graph" diff --git a/meta-ros1-noetic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb b/meta-ros1-noetic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb index 123bedf7ba4..e065ff0ac8b 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-image-view/rqt-image-view_0.4.16-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_image_view-release/archive/release/noetic/rqt_image_view/0.4.16-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_image_view" diff --git a/meta-ros1-noetic/generated-recipes/rqt-launch/rqt-launch_0.4.9-1.bb b/meta-ros1-noetic/generated-recipes/rqt-launch/rqt-launch_0.4.9-1.bb index 39abf3824f8..410e1f2e90e 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-launch/rqt-launch_0.4.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-launch/rqt-launch_0.4.9-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_launch-release/archive/release/noetic/rqt_launch/0.4.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_launch" diff --git a/meta-ros1-noetic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.11-1.bb b/meta-ros1-noetic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.11-1.bb index 1b3f0c53ee4..a0d3e67cd9d 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-logger-level/rqt-logger-level_0.4.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_logger_level-release/archive/release/noetic/rqt_logger_level/0.4.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_logger_level" diff --git a/meta-ros1-noetic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb index c7ffb9ddbd4..74b0f51df62 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-moveit/rqt-moveit_0.5.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_moveit-release/archive/release/noetic/rqt_moveit/0.5.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_moveit" diff --git a/meta-ros1-noetic/generated-recipes/rqt-msg/rqt-msg_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-msg/rqt-msg_0.4.10-1.bb index 15161054933..e40955c01ef 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-msg/rqt-msg_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-msg/rqt-msg_0.4.10-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_msg-release/archive/release/noetic/rqt_msg/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_msg" diff --git a/meta-ros1-noetic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.12-1.bb index e70de6c0744..6c924656694 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-multiplot-plugin/rqt-multiplot_0.0.12-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/rqt_multiplot_plugin-release/archive/release/noetic/rqt_multiplot/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_multiplot" diff --git a/meta-ros1-noetic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7-1.bb b/meta-ros1-noetic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7-1.bb index 57767cfb4b8..b266e4bb030 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-nav-view/rqt-nav-view_0.5.7-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_nav_view-release/archive/release/noetic/rqt_nav_view/0.5.7-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_nav_view" diff --git a/meta-ros1-noetic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb b/meta-ros1-noetic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb index 5f0ba0d8d2c..67e28d82001 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-plot/rqt-plot_0.4.13-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_plot-release/archive/release/noetic/rqt_plot/0.4.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_plot" diff --git a/meta-ros1-noetic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.11-1.bb b/meta-ros1-noetic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.11-1.bb index 32a44815755..18885ac541e 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-pose-view/rqt-pose-view_0.5.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_pose_view-release/archive/release/noetic/rqt_pose_view/0.5.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_pose_view" diff --git a/meta-ros1-noetic/generated-recipes/rqt-pr2-dashboard/rqt-pr2-dashboard_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/rqt-pr2-dashboard/rqt-pr2-dashboard_0.4.0-1.bb index 7a334dd1dcd..fb44278b2d9 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-pr2-dashboard/rqt-pr2-dashboard_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-pr2-dashboard/rqt-pr2-dashboard_0.4.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_pr2_dashboard-release/archive/release/noetic/rqt_pr2_dashboard/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_pr2_dashboard" diff --git a/meta-ros1-noetic/generated-recipes/rqt-publisher/rqt-publisher_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-publisher/rqt-publisher_0.4.10-1.bb index 483dbff7b82..b2e7d1cc490 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-publisher/rqt-publisher_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-publisher/rqt-publisher_0.4.10-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_publisher-release/archive/release/noetic/rqt_publisher/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_publisher" diff --git a/meta-ros1-noetic/generated-recipes/rqt-py-console/rqt-py-console_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-py-console/rqt-py-console_0.4.10-1.bb index 680c38b05e8..ff1e4a02319 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-py-console/rqt-py-console_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-py-console/rqt-py-console_0.4.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_py_console-release/archive/release/noetic/rqt_py_console/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_py_console" diff --git a/meta-ros1-noetic/generated-recipes/rqt-py-trees/rqt-py-trees_0.4.1-1.bb b/meta-ros1-noetic/generated-recipes/rqt-py-trees/rqt-py-trees_0.4.1-1.bb index 68a6c32c83c..86623d983d3 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-py-trees/rqt-py-trees_0.4.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-py-trees/rqt-py-trees_0.4.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/rqt_py_trees-release/archive/release/noetic/rqt_py_trees/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_py_trees" diff --git a/meta-ros1-noetic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb b/meta-ros1-noetic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb index f5932c5b42b..95b2e0bd0fa 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-reconfigure/rqt-reconfigure_0.5.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_reconfigure-release/archive/release/noetic/rqt_reconfigure/0.5.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_reconfigure" diff --git a/meta-ros1-noetic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.8-1.bb b/meta-ros1-noetic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.8-1.bb index dee34771eda..0d0037ef941 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.5.8-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_dashboard-release/archive/release/noetic/rqt_robot_dashboard/0.5.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_robot_dashboard" diff --git a/meta-ros1-noetic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb b/meta-ros1-noetic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb index 08d9e3e8198..a5d684b1de4 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_0.5.13-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_monitor-release/archive/release/noetic/rqt_robot_monitor/0.5.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_robot_monitor" diff --git a/meta-ros1-noetic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.8-1.bb b/meta-ros1-noetic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.8-1.bb index 5a468cd479f..58a0ccdcd98 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-robot-plugins/rqt-robot-plugins_0.5.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_plugins-release/archive/release/noetic/rqt_robot_plugins/0.5.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_robot_plugins" diff --git a/meta-ros1-noetic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.12-1.bb b/meta-ros1-noetic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.12-1.bb index baf2f75a18e..204ca9adadd 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-robot-steering/rqt-robot-steering_0.5.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_steering-release/archive/release/noetic/rqt_robot_steering/0.5.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_robot_steering" diff --git a/meta-ros1-noetic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.9-1.bb b/meta-ros1-noetic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.9-1.bb index e1abbc88568..1e5d94589ee 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-runtime-monitor/rqt-runtime-monitor_0.5.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_runtime_monitor-release/archive/release/noetic/rqt_runtime_monitor/0.5.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_runtime_monitor" diff --git a/meta-ros1-noetic/generated-recipes/rqt-rviz/rqt-rviz_0.7.0-1.bb b/meta-ros1-noetic/generated-recipes/rqt-rviz/rqt-rviz_0.7.0-1.bb index d87c46db539..f4c5e2803d1 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-rviz/rqt-rviz_0.7.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-rviz/rqt-rviz_0.7.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_rviz-release/archive/release/noetic/rqt_rviz/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_rviz" diff --git a/meta-ros1-noetic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.10-1.bb index d91e755eabb..8d16afb34dc 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-service-caller/rqt-service-caller_0.4.10-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_service_caller-release/archive/release/noetic/rqt_service_caller/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_service_caller" diff --git a/meta-ros1-noetic/generated-recipes/rqt-shell/rqt-shell_0.4.11-1.bb b/meta-ros1-noetic/generated-recipes/rqt-shell/rqt-shell_0.4.11-1.bb index 16f08dffa6b..d490428c200 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-shell/rqt-shell_0.4.11-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-shell/rqt-shell_0.4.11-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_shell-release/archive/release/noetic/rqt_shell/0.4.11-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_shell" diff --git a/meta-ros1-noetic/generated-recipes/rqt-srv/rqt-srv_0.4.9-1.bb b/meta-ros1-noetic/generated-recipes/rqt-srv/rqt-srv_0.4.9-1.bb index ee3150fab6d..ea03cd68a65 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-srv/rqt-srv_0.4.9-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-srv/rqt-srv_0.4.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_srv-release/archive/release/noetic/rqt_srv/0.4.9-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_srv" diff --git a/meta-ros1-noetic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.2-1.bb index ace7d1673f1..df7ae58cbcf 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-tf-tree/rqt-tf-tree_0.6.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_tf_tree-release/archive/release/noetic/rqt_tf_tree/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_tf_tree" diff --git a/meta-ros1-noetic/generated-recipes/rqt-top/rqt-top_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-top/rqt-top_0.4.10-1.bb index 0d026e01a26..1137b63e196 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-top/rqt-top_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-top/rqt-top_0.4.10-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_top-release/archive/release/noetic/rqt_top/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_top" diff --git a/meta-ros1-noetic/generated-recipes/rqt-topic/rqt-topic_0.4.12-1.bb b/meta-ros1-noetic/generated-recipes/rqt-topic/rqt-topic_0.4.12-1.bb index 49f78d1f13f..448493e2dfe 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-topic/rqt-topic_0.4.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-topic/rqt-topic_0.4.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_topic-release/archive/release/noetic/rqt_topic/0.4.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_topic" diff --git a/meta-ros1-noetic/generated-recipes/rqt-web/rqt-web_0.4.10-1.bb b/meta-ros1-noetic/generated-recipes/rqt-web/rqt-web_0.4.10-1.bb index ff4d0d0a2e5..a2fd633b063 100644 --- a/meta-ros1-noetic/generated-recipes/rqt-web/rqt-web_0.4.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt-web/rqt-web_0.4.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_web-release/archive/release/noetic/rqt_web/0.4.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_web" diff --git a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb index f8a5049fc45..6c9cd0ad175 100644 --- a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-cpp_0.5.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/noetic/rqt_gui_cpp/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_gui_cpp" diff --git a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb index b8098f30a11..294ad5489eb 100644 --- a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui-py_0.5.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/noetic/rqt_gui_py/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_gui_py" diff --git a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb index d15a89e2805..15a7f87a3a3 100644 --- a/meta-ros1-noetic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt/rqt-gui_0.5.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/noetic/rqt_gui/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_gui" diff --git a/meta-ros1-noetic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb index b9d2de8427b..593963f54f2 100644 --- a/meta-ros1-noetic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt/rqt-py-common_0.5.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/noetic/rqt_py_common/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt_py_common" diff --git a/meta-ros1-noetic/generated-recipes/rqt/rqt_0.5.2-1.bb b/meta-ros1-noetic/generated-recipes/rqt/rqt_0.5.2-1.bb index 1d21124524f..d10f32a78f9 100644 --- a/meta-ros1-noetic/generated-recipes/rqt/rqt_0.5.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rqt/rqt_0.5.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt-release/archive/release/noetic/rqt/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rqt" diff --git a/meta-ros1-noetic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bb b/meta-ros1-noetic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bb index cf1fd299de1..eaa1607d99e 100644 --- a/meta-ros1-noetic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bb +++ b/meta-ros1-noetic/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net-gbp/rt_usb_9axisimu_driver-release/archive/release/noetic/rt_usb_9axisimu_driver/1.0.1-5.tar.gz ROS_BRANCH ?= "branch=release/noetic/rt_usb_9axisimu_driver" diff --git a/meta-ros1-noetic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.10-1.bb b/meta-ros1-noetic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.10-1.bb index e3c5e4df374..bebada1626e 100644 --- a/meta-ros1-noetic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rtabmap-ros/rtabmap-ros_0.20.10-1.bb @@ -141,7 +141,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/rtabmap_ros-release/archive/release/noetic/rtabmap_ros/0.20.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rtabmap_ros" diff --git a/meta-ros1-noetic/generated-recipes/rtabmap/rtabmap_0.20.10-1.bb b/meta-ros1-noetic/generated-recipes/rtabmap/rtabmap_0.20.10-1.bb index 246dfbbf140..cbe24cc5310 100644 --- a/meta-ros1-noetic/generated-recipes/rtabmap/rtabmap_0.20.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/rtabmap/rtabmap_0.20.10-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/introlab/rtabmap-release/archive/release/noetic/rtabmap/0.20.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rtabmap" diff --git a/meta-ros1-noetic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb b/meta-ros1-noetic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb index b0b872a95fe..a5fbabc08dc 100644 --- a/meta-ros1-noetic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/rviz-satellite/rviz-satellite_3.0.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/rviz_satellite-release/archive/release/noetic/rviz_satellite/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_satellite" diff --git a/meta-ros1-noetic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.9.1-1.bb b/meta-ros1-noetic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.9.1-1.bb index c66f24283c5..1e960e843b3 100644 --- a/meta-ros1-noetic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/rviz-visual-tools/rviz-visual-tools_3.9.1-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/rviz_visual_tools-release/archive/release/noetic/rviz_visual_tools/3.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_visual_tools" diff --git a/meta-ros1-noetic/generated-recipes/rviz/rviz_1.14.8-1.bb b/meta-ros1-noetic/generated-recipes/rviz/rviz_1.14.8-1.bb index f8d573df4c2..b10935e36f1 100644 --- a/meta-ros1-noetic/generated-recipes/rviz/rviz_1.14.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/rviz/rviz_1.14.8-1.bb @@ -134,7 +134,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rviz-release/archive/release/noetic/rviz/1.14.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz" diff --git a/meta-ros1-noetic/generated-recipes/rx-service-tools/rx-service-tools_1.0.2-1.bb b/meta-ros1-noetic/generated-recipes/rx-service-tools/rx-service-tools_1.0.2-1.bb index b48c660f526..d23fa8e6b53 100644 --- a/meta-ros1-noetic/generated-recipes/rx-service-tools/rx-service-tools_1.0.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/rx-service-tools/rx-service-tools_1.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/rx_service_tools-release/archive/release/noetic/rx_service_tools/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rx_service_tools" diff --git a/meta-ros1-noetic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb b/meta-ros1-noetic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb index bea3ea78d9a..00e56fbb8c8 100644 --- a/meta-ros1-noetic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/sainsmart-relay-usb/sainsmart-relay-usb_0.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/sainsmart_relay_usb-release/archive/release/noetic/sainsmart_relay_usb/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sainsmart_relay_usb" diff --git a/meta-ros1-noetic/generated-recipes/sbpl/sbpl_1.3.1-3.bb b/meta-ros1-noetic/generated-recipes/sbpl/sbpl_1.3.1-3.bb index 4d14309fa21..f1829cac266 100644 --- a/meta-ros1-noetic/generated-recipes/sbpl/sbpl_1.3.1-3.bb +++ b/meta-ros1-noetic/generated-recipes/sbpl/sbpl_1.3.1-3.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/sbpl-release/archive/release/noetic/sbpl/1.3.1-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/sbpl" diff --git a/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-controllers_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-controllers_0.1.0-1.bb index 3085b930e7b..779c642767e 100644 --- a/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-controllers_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-controllers_0.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_scaled_controllers-release/archive/release/noetic/scaled_controllers/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/scaled_controllers" diff --git a/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-joint-trajectory-controller_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-joint-trajectory-controller_0.1.0-1.bb index 0756db16376..d2516f7dbb7 100644 --- a/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-joint-trajectory-controller_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/scaled-controllers/scaled-joint-trajectory-controller_0.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_scaled_controllers-release/archive/release/noetic/scaled_joint_trajectory_controller/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/scaled_joint_trajectory_controller" diff --git a/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-interface_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-interface_0.1.0-1.bb index 7c0436f64c0..b4c798986e6 100644 --- a/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-interface_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-interface_0.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_scaled_controllers-release/archive/release/noetic/speed_scaling_interface/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/speed_scaling_interface" diff --git a/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-state-controller_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-state-controller_0.1.0-1.bb index b4a464a4470..3d161479e7d 100644 --- a/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-state-controller_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/scaled-controllers/speed-scaling-state-controller_0.1.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_ROS_scaled_controllers-release/archive/release/noetic/speed_scaling_state_controller/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/speed_scaling_state_controller" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-1.bb index 9d2836147f4..2d28243966e 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/laser-ortho-projector_0.3.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/laser_ortho_projector/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_ortho_projector" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-1.bb index 30037d50290..fe1a31da257 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-matcher_0.3.3-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/laser_scan_matcher/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_scan_matcher" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-1.bb index 168a5b440b3..4f14feb5e38 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-sparsifier_0.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/laser_scan_sparsifier/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_scan_sparsifier" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-1.bb index dc9b17a9c1a..f98cf199dcb 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/laser-scan-splitter_0.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/laser_scan_splitter/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/laser_scan_splitter" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/ncd-parser_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/ncd-parser_0.3.3-1.bb index 5a43fbef030..8f7c5ee9ca7 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/ncd-parser_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/ncd-parser_0.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/ncd_parser/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ncd_parser" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-1.bb index c8f778986d5..2253432386f 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/polar-scan-matcher_0.3.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/polar_scan_matcher/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/polar_scan_matcher" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-1.bb index 6b515f2bc38..3e7dfb6b5fa 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/scan-to-cloud-converter_0.3.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/scan_to_cloud_converter/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/scan_to_cloud_converter" diff --git a/meta-ros1-noetic/generated-recipes/scan-tools/scan-tools_0.3.3-1.bb b/meta-ros1-noetic/generated-recipes/scan-tools/scan-tools_0.3.3-1.bb index 3f879b054d6..7ffa822d8cf 100644 --- a/meta-ros1-noetic/generated-recipes/scan-tools/scan-tools_0.3.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/scan-tools/scan-tools_0.3.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/scan_tools-release/archive/release/noetic/scan_tools/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/scan_tools" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb index c8835d35043..59ea5226051 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-description_0.6.14-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_description/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_description" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb index 726626ffed5..84b52d3a569 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_libm5api/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_libm5api" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb index e62e3bb0c47..54366fb0664 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_modular_robotics/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_modular_robotics" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb index 737139a5d87..2b9a69b618b 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_powercube_chain/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_powercube_chain" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb index 016da9fb39d..1524b07319d 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-sdh_0.6.14-1.bb @@ -92,7 +92,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_sdh/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_sdh" diff --git a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb index 0a14618cd1c..683ec68ac6a 100644 --- a/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb +++ b/meta-ros1-noetic/generated-recipes/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipa320/schunk_modular_robotics-release/archive/release/noetic/schunk_simulated_tactile_sensors/0.6.14-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/schunk_simulated_tactile_sensors" diff --git a/meta-ros1-noetic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb b/meta-ros1-noetic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb index bbe2179278b..545f6404780 100644 --- a/meta-ros1-noetic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/sdhlibrary-cpp/sdhlibrary-cpp_0.2.10-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/SDHLibrary-CPP-release/archive/release/noetic/sdhlibrary_cpp/0.2.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sdhlibrary_cpp" diff --git a/meta-ros1-noetic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb index bb5421b8ab8..82c34999d1f 100644 --- a/meta-ros1-noetic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/sensor-filters/sensor-filters_1.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ctu-vras/sensor_filters-release/archive/release/noetic/sensor_filters/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sensor_filters" diff --git a/meta-ros1-noetic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb index 821f091c097..d46af99b08d 100644 --- a/meta-ros1-noetic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/septentrio-gnss-driver/septentrio-gnss-driver_1.0.6-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/septentrio-users/septentrio_gnss_driver-release/archive/release/noetic/septentrio_gnss_driver/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/septentrio_gnss_driver" diff --git a/meta-ros1-noetic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb b/meta-ros1-noetic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb index b258c656f68..98604143bc3 100644 --- a/meta-ros1-noetic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_safetyscanners-release/archive/release/noetic/sick_safetyscanners/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sick_safetyscanners" diff --git a/meta-ros1-noetic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb b/meta-ros1-noetic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb index eb840d358e0..aec3d5fd657 100644 --- a/meta-ros1-noetic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/sick-scan/sick-scan_1.10.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_scan-release/archive/release/noetic/sick_scan/1.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sick_scan" diff --git a/meta-ros1-noetic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb b/meta-ros1-noetic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb index 3497ebe965c..229cd448283 100644 --- a/meta-ros1-noetic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb +++ b/meta-ros1-noetic/generated-recipes/sick-tim/sick-tim_0.0.17-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/uos-gbp/sick_tim-release/archive/release/noetic/sick_tim/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sick_tim" diff --git a/meta-ros1-noetic/generated-recipes/simple-grasping/simple-grasping_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/simple-grasping/simple-grasping_0.4.0-1.bb index 68293b93409..8f78eb72c0b 100644 --- a/meta-ros1-noetic/generated-recipes/simple-grasping/simple-grasping_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/simple-grasping/simple-grasping_0.4.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/simple_grasping-release/archive/release/noetic/simple_grasping/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/simple_grasping" diff --git a/meta-ros1-noetic/generated-recipes/slam-gmapping/gmapping_1.4.2-1.bb b/meta-ros1-noetic/generated-recipes/slam-gmapping/gmapping_1.4.2-1.bb index ec3984480ce..99305dee937 100644 --- a/meta-ros1-noetic/generated-recipes/slam-gmapping/gmapping_1.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-gmapping/gmapping_1.4.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_gmapping-release/archive/release/noetic/gmapping/1.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/gmapping" diff --git a/meta-ros1-noetic/generated-recipes/slam-gmapping/slam-gmapping_1.4.2-1.bb b/meta-ros1-noetic/generated-recipes/slam-gmapping/slam-gmapping_1.4.2-1.bb index d7df23ae91f..e38d1c48a42 100644 --- a/meta-ros1-noetic/generated-recipes/slam-gmapping/slam-gmapping_1.4.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-gmapping/slam-gmapping_1.4.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_gmapping-release/archive/release/noetic/slam_gmapping/1.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slam_gmapping" diff --git a/meta-ros1-noetic/generated-recipes/slam-karto/slam-karto_0.8.1-1.bb b/meta-ros1-noetic/generated-recipes/slam-karto/slam-karto_0.8.1-1.bb index 9e2bcf48383..37894d9eb06 100644 --- a/meta-ros1-noetic/generated-recipes/slam-karto/slam-karto_0.8.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-karto/slam-karto_0.8.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/slam_karto-release/archive/release/noetic/slam_karto/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slam_karto" diff --git a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.5.5-1.bb b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.5.5-1.bb index 66a204d114f..21cca4b7bb2 100644 --- a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.5.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-msgs_1.5.5-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/noetic/slam_toolbox_msgs/1.5.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slam_toolbox_msgs" diff --git a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-rviz_1.5.5-1.bb b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-rviz_1.5.5-1.bb index d38a79f8110..503e91586e7 100644 --- a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-rviz_1.5.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox-rviz_1.5.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/noetic/slam_toolbox_rviz/1.5.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slam_toolbox_rviz" diff --git a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox_1.5.5-1.bb b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox_1.5.5-1.bb index 25c8b73da76..ac471bd28e9 100644 --- a/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox_1.5.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/slam-toolbox/slam-toolbox_1.5.5-1.bb @@ -119,7 +119,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/noetic/slam_toolbox/1.5.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slam_toolbox" diff --git a/meta-ros1-noetic/generated-recipes/slider-publisher/slider-publisher_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/slider-publisher/slider-publisher_1.0.0-1.bb index 717eef0cbd3..cce1fd06fcc 100644 --- a/meta-ros1-noetic/generated-recipes/slider-publisher/slider-publisher_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/slider-publisher/slider-publisher_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oKermorgant/slider_publisher-release/archive/release/noetic/slider_publisher/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/slider_publisher" diff --git a/meta-ros1-noetic/generated-recipes/sob-layer/sob-layer_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/sob-layer/sob-layer_0.1.0-1.bb index dda72987498..d447e9a42b8 100644 --- a/meta-ros1-noetic/generated-recipes/sob-layer/sob-layer_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/sob-layer/sob-layer_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/dorezyuk/sob_layer-release/archive/release/noetic/sob_layer/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sob_layer" diff --git a/meta-ros1-noetic/generated-recipes/soem/soem_1.4.1003-1.bb b/meta-ros1-noetic/generated-recipes/soem/soem_1.4.1003-1.bb index 11a435659b0..dcf66ad4e9a 100644 --- a/meta-ros1-noetic/generated-recipes/soem/soem_1.4.1003-1.bb +++ b/meta-ros1-noetic/generated-recipes/soem/soem_1.4.1003-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mgruhler/soem-gbp/archive/release/noetic/soem/1.4.1003-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/soem" diff --git a/meta-ros1-noetic/generated-recipes/sophus/sophus_1.2.1-1.bb b/meta-ros1-noetic/generated-recipes/sophus/sophus_1.2.1-1.bb index 9d82fbc6ae3..88baad331e1 100644 --- a/meta-ros1-noetic/generated-recipes/sophus/sophus_1.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/sophus/sophus_1.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/sophus-release/archive/release/noetic/sophus/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sophus" diff --git a/meta-ros1-noetic/generated-recipes/sot-core/sot-core_4.11.6-1.bb b/meta-ros1-noetic/generated-recipes/sot-core/sot-core_4.11.6-1.bb index 14f76c55577..00161b484f2 100644 --- a/meta-ros1-noetic/generated-recipes/sot-core/sot-core_4.11.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/sot-core/sot-core_4.11.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-core-ros-release/archive/release/noetic/sot-core/4.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sot-core" diff --git a/meta-ros1-noetic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb b/meta-ros1-noetic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb index ddaa32bbd7d..abb36a2f177 100644 --- a/meta-ros1-noetic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/sot-dynamic-pinocchio/sot-dynamic-pinocchio_3.6.3-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-dynamic-pinocchio-ros-release/archive/release/noetic/sot-dynamic-pinocchio/3.6.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sot-dynamic-pinocchio" diff --git a/meta-ros1-noetic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb b/meta-ros1-noetic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb index 5c911d14f6f..955ef1e8633 100644 --- a/meta-ros1-noetic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/sot-tools/sot-tools_2.3.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/sot-tools-ros-release/archive/release/noetic/sot-tools/2.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sot-tools" diff --git a/meta-ros1-noetic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb b/meta-ros1-noetic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb index 30e69b5a795..c27c5b582db 100644 --- a/meta-ros1-noetic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/sparse_bundle_adjustment-release/archive/release/noetic/sparse_bundle_adjustment/0.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/sparse_bundle_adjustment" diff --git a/meta-ros1-noetic/generated-recipes/srdfdom/srdfdom_0.6.2-1.bb b/meta-ros1-noetic/generated-recipes/srdfdom/srdfdom_0.6.2-1.bb index 9ce39d3be34..cbdbaf0e966 100644 --- a/meta-ros1-noetic/generated-recipes/srdfdom/srdfdom_0.6.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/srdfdom/srdfdom_0.6.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/srdfdom-release/archive/release/noetic/srdfdom/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/srdfdom" diff --git a/meta-ros1-noetic/generated-recipes/stag-ros/stag-ros_0.3.9-3.bb b/meta-ros1-noetic/generated-recipes/stag-ros/stag-ros_0.3.9-3.bb index 2d5c6384063..b0528d1aec9 100644 --- a/meta-ros1-noetic/generated-recipes/stag-ros/stag-ros_0.3.9-3.bb +++ b/meta-ros1-noetic/generated-recipes/stag-ros/stag-ros_0.3.9-3.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/usrl-uofsc/stag_ros-release/archive/release/noetic/stag_ros/0.3.9-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/stag_ros" diff --git a/meta-ros1-noetic/generated-recipes/stage-ros/stage-ros_1.8.0-1.bb b/meta-ros1-noetic/generated-recipes/stage-ros/stage-ros_1.8.0-1.bb index 6f4946ede29..7313c987585 100644 --- a/meta-ros1-noetic/generated-recipes/stage-ros/stage-ros_1.8.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/stage-ros/stage-ros_1.8.0-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/stage_ros-release/archive/release/noetic/stage_ros/1.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/stage_ros" diff --git a/meta-ros1-noetic/generated-recipes/stage/stage_4.3.0-1.bb b/meta-ros1-noetic/generated-recipes/stage/stage_4.3.0-1.bb index 147e3e4c7b1..c6d8deb39b9 100644 --- a/meta-ros1-noetic/generated-recipes/stage/stage_4.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/stage/stage_4.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/stage-release/archive/release/noetic/stage/4.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/stage" diff --git a/meta-ros1-noetic/generated-recipes/std-msgs/std-msgs_0.5.13-1.bb b/meta-ros1-noetic/generated-recipes/std-msgs/std-msgs_0.5.13-1.bb index f64b3de1e1d..3090f745ea3 100644 --- a/meta-ros1-noetic/generated-recipes/std-msgs/std-msgs_0.5.13-1.bb +++ b/meta-ros1-noetic/generated-recipes/std-msgs/std-msgs_0.5.13-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/std_msgs-release/archive/release/noetic/std_msgs/0.5.13-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/std_msgs" diff --git a/meta-ros1-noetic/generated-recipes/steering-functions/steering-functions_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/steering-functions/steering-functions_0.1.0-1.bb index b9c86b21066..3a42a3a4f0d 100644 --- a/meta-ros1-noetic/generated-recipes/steering-functions/steering-functions_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/steering-functions/steering-functions_0.1.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nobleo/steering_functions-release/archive/release/noetic/steering_functions/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/steering_functions" diff --git a/meta-ros1-noetic/generated-recipes/swri-console/swri-console_1.1.0-1.bb b/meta-ros1-noetic/generated-recipes/swri-console/swri-console_1.1.0-1.bb index bf10371b9a6..c8fc3915064 100644 --- a/meta-ros1-noetic/generated-recipes/swri-console/swri-console_1.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/swri-console/swri-console_1.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_console-release/archive/release/noetic/swri_console/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_console" diff --git a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb index 49000cbec01..29637bf11b4 100644 --- a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-msgs_0.2.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/noetic/swri_profiler_msgs/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_profiler_msgs" diff --git a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb index 64733f0d337..e29b5cd39b2 100644 --- a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler-tools_0.2.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/noetic/swri_profiler_tools/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_profiler_tools" diff --git a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb index 1ff96b0f930..d5a8abff4ae 100644 --- a/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/swri-profiler/swri-profiler_0.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_profiler-release/archive/release/noetic/swri_profiler/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/swri_profiler" diff --git a/meta-ros1-noetic/generated-recipes/taskflow/taskflow_3.0.0-3.bb b/meta-ros1-noetic/generated-recipes/taskflow/taskflow_3.0.0-3.bb index 3eddd418abe..3a4de8e1e79 100644 --- a/meta-ros1-noetic/generated-recipes/taskflow/taskflow_3.0.0-3.bb +++ b/meta-ros1-noetic/generated-recipes/taskflow/taskflow_3.0.0-3.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/taskflow-release/archive/release/noetic/taskflow/3.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/taskflow" diff --git a/meta-ros1-noetic/generated-recipes/teb-local-planner/teb-local-planner_0.9.1-1.bb b/meta-ros1-noetic/generated-recipes/teb-local-planner/teb-local-planner_0.9.1-1.bb index 9604562a64e..f7e40ba344a 100644 --- a/meta-ros1-noetic/generated-recipes/teb-local-planner/teb-local-planner_0.9.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/teb-local-planner/teb-local-planner_0.9.1-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/teb_local_planner-release/archive/release/noetic/teb_local_planner/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teb_local_planner" diff --git a/meta-ros1-noetic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb index 1c7691d7345..b8601c12b5c 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-legged-robots/teleop-legged-robots_1.1.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SoftServeSAG/teleop_legged_robots-release/archive/release/noetic/teleop_legged_robots/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teleop_legged_robots" diff --git a/meta-ros1-noetic/generated-recipes/teleop-tools/joy-teleop_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-tools/joy-teleop_0.4.0-1.bb index 005d54ebec6..9fc9cc39e87 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-tools/joy-teleop_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-tools/joy-teleop_0.4.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/noetic/joy_teleop/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joy_teleop" diff --git a/meta-ros1-noetic/generated-recipes/teleop-tools/key-teleop_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-tools/key-teleop_0.4.0-1.bb index 8e770c3d289..fecb507aaf4 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-tools/key-teleop_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-tools/key-teleop_0.4.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/noetic/key_teleop/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/key_teleop" diff --git a/meta-ros1-noetic/generated-recipes/teleop-tools/mouse-teleop_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-tools/mouse-teleop_0.4.0-1.bb index 540f625bd93..0f241bb8c53 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-tools/mouse-teleop_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-tools/mouse-teleop_0.4.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/noetic/mouse_teleop/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/mouse_teleop" diff --git a/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools-msgs_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools-msgs_0.4.0-1.bb index 20116be2166..f918d7019f8 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools-msgs_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools-msgs_0.4.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/noetic/teleop_tools_msgs/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teleop_tools_msgs" diff --git a/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools_0.4.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools_0.4.0-1.bb index 0b64a799af5..06b70560b69 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools_0.4.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-tools/teleop-tools_0.4.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/noetic/teleop_tools/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teleop_tools" diff --git a/meta-ros1-noetic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3-1.bb index 20ce0eb7b05..6e3b3a84855 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-twist-joy/teleop-twist-joy_0.1.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_twist_joy-release/archive/release/noetic/teleop_twist_joy/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teleop_twist_joy" diff --git a/meta-ros1-noetic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb index 73ef1762c2b..8673650b113 100644 --- a/meta-ros1-noetic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_1.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_twist_keyboard-release/archive/release/noetic/teleop_twist_keyboard/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/teleop_twist_keyboard" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-collision_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-collision_0.5.0-1.bb index 66ee523ceb2..d9145cde930 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-collision_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-collision_0.5.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_collision/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_collision" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-common_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-common_0.5.0-1.bb index 23d6acdc786..d57c7f21e89 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-common_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-common_0.5.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_common/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_common" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-environment_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-environment_0.5.0-1.bb index 904b85545d2..39a27c1a037 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-environment_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-environment_0.5.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_environment/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_environment" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-geometry_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-geometry_0.5.0-1.bb index 226b0dc99d3..a9089479164 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-geometry_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-geometry_0.5.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_geometry/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_geometry" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-kinematics_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-kinematics_0.5.0-1.bb index 758542ef98b..f2e630d3940 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-kinematics_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-kinematics_0.5.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_kinematics/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_kinematics" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-scene-graph_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-scene-graph_0.5.0-1.bb index bff22e7c75c..318ef210649 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-scene-graph_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-scene-graph_0.5.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_scene_graph/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_scene_graph" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-srdf_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-srdf_0.5.0-1.bb index 0bc661bc96f..4220a001dc9 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-srdf_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-srdf_0.5.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_srdf/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_srdf" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-support_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-support_0.5.0-1.bb index b558ceed13b..4a4920f0839 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-support_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-support_0.5.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_support/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_support" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-urdf_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-urdf_0.5.0-1.bb index 71ec751af47..6829b0b90e9 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-urdf_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-urdf_0.5.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_urdf/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_urdf" diff --git a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-visualization_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-visualization_0.5.0-1.bb index 5b97bfb6c26..579bb3dafa6 100644 --- a/meta-ros1-noetic/generated-recipes/tesseract/tesseract-visualization_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tesseract/tesseract-visualization_0.5.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/tesseract-release/archive/release/noetic/tesseract_visualization/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tesseract_visualization" diff --git a/meta-ros1-noetic/generated-recipes/tf2-2d/tf2-2d_0.6.4-1.bb b/meta-ros1-noetic/generated-recipes/tf2-2d/tf2-2d_0.6.4-1.bb index 8c1579369a7..96490a0e592 100644 --- a/meta-ros1-noetic/generated-recipes/tf2-2d/tf2-2d_0.6.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/tf2-2d/tf2-2d_0.6.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/locusrobotics/tf2_2d-release/archive/release/noetic/tf2_2d/0.6.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_2d" diff --git a/meta-ros1-noetic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2-3.bb b/meta-ros1-noetic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2-3.bb index 356bbf5358b..2693c23c3fa 100644 --- a/meta-ros1-noetic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2-3.bb +++ b/meta-ros1-noetic/generated-recipes/tf2-web-republisher/tf2-web-republisher_0.3.2-3.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RobotWebTools-release/tf2_web_republisher-release/archive/release/noetic/tf2_web_republisher/0.3.2-3.tar.gz ROS_BRANCH ?= "branch=release/noetic/tf2_web_republisher" diff --git a/meta-ros1-noetic/generated-recipes/thunder-line-follower-pmr3100/thunder-line-follower-pmr3100_0.1.1-1.bb b/meta-ros1-noetic/generated-recipes/thunder-line-follower-pmr3100/thunder-line-follower-pmr3100_0.1.1-1.bb index daaaef4a9e5..34453498fbd 100644 --- a/meta-ros1-noetic/generated-recipes/thunder-line-follower-pmr3100/thunder-line-follower-pmr3100_0.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/thunder-line-follower-pmr3100/thunder-line-follower-pmr3100_0.1.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ThundeRatz/thunder_line_follower_pmr3100-release/archive/release/noetic/thunder_line_follower_pmr3100/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/thunder_line_follower_pmr3100" diff --git a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-examples_1.6.6-1.bb b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-examples_1.6.6-1.bb index c03ac53a8dd..8c48072c337 100644 --- a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-examples_1.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-examples_1.6.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/noetic/trac_ik_examples/1.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trac_ik_examples" diff --git a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.6.6-1.bb b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.6.6-1.bb index 966fe338ebe..64a1e0d6f21 100644 --- a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-kinematics-plugin_1.6.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/noetic/trac_ik_kinematics_plugin/1.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trac_ik_kinematics_plugin" diff --git a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-lib_1.6.6-1.bb b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-lib_1.6.6-1.bb index 5d8899a5357..d018d098e6a 100644 --- a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-lib_1.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-lib_1.6.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/noetic/trac_ik_lib/1.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trac_ik_lib" diff --git a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-python_1.6.6-1.bb b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-python_1.6.6-1.bb index 15130df3769..7337aae2dd8 100644 --- a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-python_1.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik-python_1.6.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/noetic/trac_ik_python/1.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trac_ik_python" diff --git a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik_1.6.6-1.bb b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik_1.6.6-1.bb index 7f0792b92a8..f956c986e4d 100644 --- a/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik_1.6.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/trac-ik/trac-ik_1.6.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/traclabs/trac_ik-release/archive/release/noetic/trac_ik/1.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/trac_ik" diff --git a/meta-ros1-noetic/generated-recipes/tsid/tsid_1.6.0-1.bb b/meta-ros1-noetic/generated-recipes/tsid/tsid_1.6.0-1.bb index 69ac3987dd7..a2368c23622 100644 --- a/meta-ros1-noetic/generated-recipes/tsid/tsid_1.6.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/tsid/tsid_1.6.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/tsid-ros-release/archive/release/noetic/tsid/1.6.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/tsid" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-2020_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-2020_1.1.0-7.bb index 6a391ee6275..49ef4262864 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-2020_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-2020_1.1.0-7.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_2020/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_2020" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bb index 823a26c38d6..34fe512da47 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_camera/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_camera" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bb index bb98ee9030c..04021e8f17e 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_core/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_core" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bb index 110e174b111..0653e641e36 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_detect/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_detect" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bb index 65e713387a3..841a1571fb3 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_driving/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_driving" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-msgs_1.1.0-7.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-msgs_1.1.0-7.bb index 72e6914ffeb..268793325d1 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-msgs_1.1.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-autorace-2020/turtlebot3-autorace-msgs_1.1.0-7.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_autorace_2020_release/archive/release/noetic/turtlebot3_autorace_msgs/1.1.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_autorace_msgs" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb index 668a83a73a5..524b5afebf6 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_1.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_msgs-release/archive/release/noetic/turtlebot3_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_msgs" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.2-2.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.2-2.bb index 236bd59679f..0f80de70666 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-fake_1.3.2-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/noetic/turtlebot3_fake/1.3.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_fake" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.2-2.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.2-2.bb index bb7952a69f6..83990a4262a 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_1.3.2-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/noetic/turtlebot3_gazebo/1.3.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_gazebo" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.2-2.bb b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.2-2.bb index 9cb63b1383d..5c73639ddcf 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.2-2.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_1.3.2-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3_simulations-release/archive/release/noetic/turtlebot3_simulations/1.3.2-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_simulations" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb index 23866c4cae5..4a6d9c0f788 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-bringup_1.2.5-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_bringup/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_bringup" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb index 884d703c55d..21b39082985 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-description_1.2.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_description/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_description" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb index 943d8ccf029..e9d8bcdc88d 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-example_1.2.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_example/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_example" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb index 9c84bd6ccd4..97e68caa500 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-navigation_1.2.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_navigation/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_navigation" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb index aea02d7ed29..1e2063180ee 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-slam_1.2.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_slam/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_slam" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb index 7778436c7a1..d483c30ecd5 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3-teleop_1.2.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3_teleop/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3_teleop" diff --git a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb index 0ce2c71532b..a7569778028 100644 --- a/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/turtlebot3/turtlebot3_1.2.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ROBOTIS-GIT-release/turtlebot3-release/archive/release/noetic/turtlebot3/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/turtlebot3" diff --git a/meta-ros1-noetic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-1.bb b/meta-ros1-noetic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-1.bb index f74af54b1bb..c39f37c14c5 100644 --- a/meta-ros1-noetic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/twist-mux-msgs/twist-mux-msgs_2.1.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux_msgs-release/archive/release/noetic/twist_mux_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/twist_mux_msgs" diff --git a/meta-ros1-noetic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb b/meta-ros1-noetic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb index 38790d50a02..ec2178438bf 100644 --- a/meta-ros1-noetic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/twist-mux/twist-mux_3.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux-release/archive/release/noetic/twist_mux/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/twist_mux" diff --git a/meta-ros1-noetic/generated-recipes/ublox/ublox-gps_1.4.1-2.bb b/meta-ros1-noetic/generated-recipes/ublox/ublox-gps_1.4.1-2.bb index 7dcc00bc167..338f0050c4c 100644 --- a/meta-ros1-noetic/generated-recipes/ublox/ublox-gps_1.4.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ublox/ublox-gps_1.4.1-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/noetic/ublox_gps/1.4.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ublox_gps" diff --git a/meta-ros1-noetic/generated-recipes/ublox/ublox-msgs_1.4.1-2.bb b/meta-ros1-noetic/generated-recipes/ublox/ublox-msgs_1.4.1-2.bb index 31c1e808d8a..ed638aee432 100644 --- a/meta-ros1-noetic/generated-recipes/ublox/ublox-msgs_1.4.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ublox/ublox-msgs_1.4.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/noetic/ublox_msgs/1.4.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ublox_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ublox/ublox-serialization_1.4.1-2.bb b/meta-ros1-noetic/generated-recipes/ublox/ublox-serialization_1.4.1-2.bb index 8ea5b5c4808..cb76e82d979 100644 --- a/meta-ros1-noetic/generated-recipes/ublox/ublox-serialization_1.4.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ublox/ublox-serialization_1.4.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/noetic/ublox_serialization/1.4.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ublox_serialization" diff --git a/meta-ros1-noetic/generated-recipes/ublox/ublox_1.4.1-2.bb b/meta-ros1-noetic/generated-recipes/ublox/ublox_1.4.1-2.bb index 36c939f5d07..e25c51f8d00 100644 --- a/meta-ros1-noetic/generated-recipes/ublox/ublox_1.4.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/ublox/ublox_1.4.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/noetic/ublox/1.4.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/ublox" diff --git a/meta-ros1-noetic/generated-recipes/udp-com/udp-com_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/udp-com/udp-com_1.1.2-1.bb index 01fa041fac8..a14032d66c5 100644 --- a/meta-ros1-noetic/generated-recipes/udp-com/udp-com_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/udp-com/udp-com_1.1.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_com-release/archive/release/noetic/udp_com/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/udp_com" diff --git a/meta-ros1-noetic/generated-recipes/ueye-cam/ueye-cam_1.0.19-1.bb b/meta-ros1-noetic/generated-recipes/ueye-cam/ueye-cam_1.0.19-1.bb index f3a1cc7a576..7c1e92803a4 100644 --- a/meta-ros1-noetic/generated-recipes/ueye-cam/ueye-cam_1.0.19-1.bb +++ b/meta-ros1-noetic/generated-recipes/ueye-cam/ueye-cam_1.0.19-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anqixu/ueye_cam-release/archive/release/noetic/ueye_cam/1.0.19-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ueye_cam" diff --git a/meta-ros1-noetic/generated-recipes/unique-identifier/unique-id_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/unique-identifier/unique-id_1.0.6-1.bb index 6aa6e62d6e6..a2e8f749b03 100644 --- a/meta-ros1-noetic/generated-recipes/unique-identifier/unique-id_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/unique-identifier/unique-id_1.0.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/noetic/unique_id/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/unique_id" diff --git a/meta-ros1-noetic/generated-recipes/unique-identifier/unique-identifier_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/unique-identifier/unique-identifier_1.0.6-1.bb index 224f3dd93e0..c0717f32214 100644 --- a/meta-ros1-noetic/generated-recipes/unique-identifier/unique-identifier_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/unique-identifier/unique-identifier_1.0.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/noetic/unique_identifier/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/unique_identifier" diff --git a/meta-ros1-noetic/generated-recipes/unique-identifier/uuid-msgs_1.0.6-1.bb b/meta-ros1-noetic/generated-recipes/unique-identifier/uuid-msgs_1.0.6-1.bb index b7a4019cf24..862d8cd2dcd 100644 --- a/meta-ros1-noetic/generated-recipes/unique-identifier/uuid-msgs_1.0.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/unique-identifier/uuid-msgs_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/unique_identifier-release/archive/release/noetic/uuid_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/uuid_msgs" diff --git a/meta-ros1-noetic/generated-recipes/ur-client-library/ur-client-library_0.3.1-1.bb b/meta-ros1-noetic/generated-recipes/ur-client-library/ur-client-library_0.3.1-1.bb index f2cd1837887..b6c16e2cba5 100644 --- a/meta-ros1-noetic/generated-recipes/ur-client-library/ur-client-library_0.3.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/ur-client-library/ur-client-library_0.3.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_Client_Library-release/archive/release/noetic/ur_client_library/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ur_client_library" diff --git a/meta-ros1-noetic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb b/meta-ros1-noetic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb index 81d338f9eb1..9e158821ae9 100644 --- a/meta-ros1-noetic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/ur-msgs/ur-msgs_1.3.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ur_msgs-release/archive/release/noetic/ur_msgs/1.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ur_msgs" diff --git a/meta-ros1-noetic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb b/meta-ros1-noetic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb index 3c544a9b48f..cec2a95485c 100644 --- a/meta-ros1-noetic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdf-geometry-parser/urdf-geometry-parser_0.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_geometry_parser-release/archive/release/noetic/urdf_geometry_parser/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdf_geometry_parser" diff --git a/meta-ros1-noetic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.5.1-1.bb b/meta-ros1-noetic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.5.1-1.bb index 5a657fb5c97..0af02e5cdea 100644 --- a/meta-ros1-noetic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.5.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdf-sim-tutorial/urdf-sim-tutorial_0.5.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_sim_tutorial-release/archive/release/noetic/urdf_sim_tutorial/0.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdf_sim_tutorial" diff --git a/meta-ros1-noetic/generated-recipes/urdf-tutorial/urdf-tutorial_0.5.0-1.bb b/meta-ros1-noetic/generated-recipes/urdf-tutorial/urdf-tutorial_0.5.0-1.bb index 03c60045d8d..d08a6081e47 100644 --- a/meta-ros1-noetic/generated-recipes/urdf-tutorial/urdf-tutorial_0.5.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdf-tutorial/urdf-tutorial_0.5.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf_tutorial-release/archive/release/noetic/urdf_tutorial/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdf_tutorial" diff --git a/meta-ros1-noetic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb index 0e8089697af..b5f5f977697 100644 --- a/meta-ros1-noetic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdf/urdf-parser-plugin_1.13.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf-release/archive/release/noetic/urdf_parser_plugin/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdf_parser_plugin" diff --git a/meta-ros1-noetic/generated-recipes/urdf/urdf_1.13.2-1.bb b/meta-ros1-noetic/generated-recipes/urdf/urdf_1.13.2-1.bb index fd29b93c2a4..43d55a372e0 100644 --- a/meta-ros1-noetic/generated-recipes/urdf/urdf_1.13.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdf/urdf_1.13.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdf-release/archive/release/noetic/urdf/1.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdf" diff --git a/meta-ros1-noetic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb b/meta-ros1-noetic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb index f5ddd5972e5..a253f452f44 100644 --- a/meta-ros1-noetic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/urdfdom-py/urdfdom-py_0.4.5-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urdfdom_py-release/archive/release/noetic/urdfdom_py/0.4.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urdfdom_py" diff --git a/meta-ros1-noetic/generated-recipes/urg-c/urg-c_1.0.405-1.bb b/meta-ros1-noetic/generated-recipes/urg-c/urg-c_1.0.405-1.bb index 650bd5f66bf..3959d58f764 100644 --- a/meta-ros1-noetic/generated-recipes/urg-c/urg-c_1.0.405-1.bb +++ b/meta-ros1-noetic/generated-recipes/urg-c/urg-c_1.0.405-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urg_c-release/archive/release/noetic/urg_c/1.0.405-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urg_c" diff --git a/meta-ros1-noetic/generated-recipes/urg-node/urg-node_0.1.15-1.bb b/meta-ros1-noetic/generated-recipes/urg-node/urg-node_0.1.15-1.bb index bc611da261f..a04eedd1cff 100644 --- a/meta-ros1-noetic/generated-recipes/urg-node/urg-node_0.1.15-1.bb +++ b/meta-ros1-noetic/generated-recipes/urg-node/urg-node_0.1.15-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/urg_node-release/archive/release/noetic/urg_node/0.1.15-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urg_node" diff --git a/meta-ros1-noetic/generated-recipes/urg-stamped/urg-stamped_0.0.12-1.bb b/meta-ros1-noetic/generated-recipes/urg-stamped/urg-stamped_0.0.12-1.bb index f774c130090..2b842684927 100644 --- a/meta-ros1-noetic/generated-recipes/urg-stamped/urg-stamped_0.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/urg-stamped/urg-stamped_0.0.12-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/seqsense/urg_stamped-release/archive/release/noetic/urg_stamped/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/urg_stamped" diff --git a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.2.1-1.bb index 9f2f158fe84..d151c43a991 100644 --- a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-controllers_0.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/noetic/usb_cam_controllers/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/usb_cam_controllers" diff --git a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.2.1-1.bb index 7fe052f41cc..9537a8fdfb1 100644 --- a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware-interface_0.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/noetic/usb_cam_hardware_interface/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/usb_cam_hardware_interface" diff --git a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.2.1-1.bb b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.2.1-1.bb index 21515c707e9..734b5908bfb 100644 --- a/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.2.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/usb-cam-hardware/usb-cam-hardware_0.2.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yoshito-n-students/usb_cam_hardware-release/archive/release/noetic/usb_cam_hardware/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/usb_cam_hardware" diff --git a/meta-ros1-noetic/generated-recipes/usb-cam/usb-cam_0.3.6-1.bb b/meta-ros1-noetic/generated-recipes/usb-cam/usb-cam_0.3.6-1.bb index 2164e1f4830..59efe38819e 100644 --- a/meta-ros1-noetic/generated-recipes/usb-cam/usb-cam_0.3.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/usb-cam/usb-cam_0.3.6-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/usb_cam-release/archive/release/noetic/usb_cam/0.3.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/usb_cam" diff --git a/meta-ros1-noetic/generated-recipes/variant/variant-msgs_0.1.6-1.bb b/meta-ros1-noetic/generated-recipes/variant/variant-msgs_0.1.6-1.bb index bb44b83bbb6..3c27a24d0c2 100644 --- a/meta-ros1-noetic/generated-recipes/variant/variant-msgs_0.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/variant/variant-msgs_0.1.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/noetic/variant_msgs/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/variant_msgs" diff --git a/meta-ros1-noetic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb b/meta-ros1-noetic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb index d83f8eb4de0..d6c24edaffd 100644 --- a/meta-ros1-noetic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/variant/variant-topic-tools_0.1.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/noetic/variant_topic_tools/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/variant_topic_tools" diff --git a/meta-ros1-noetic/generated-recipes/variant/variant_0.1.6-1.bb b/meta-ros1-noetic/generated-recipes/variant/variant_0.1.6-1.bb index df36f52907d..60861668548 100644 --- a/meta-ros1-noetic/generated-recipes/variant/variant_0.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/variant/variant_0.1.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/anybotics/variant-release/archive/release/noetic/variant/0.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/variant" diff --git a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb index a1422135fd0..5a6b3eb00f0 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-description_1.0.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/noetic/velodyne_description/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_description" diff --git a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb index 3ba2a709daa..bde05af62bb 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-gazebo-plugins_1.0.12-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/noetic/velodyne_gazebo_plugins/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_gazebo_plugins" diff --git a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb index ad201e426a5..51a5aea7af5 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne-simulator/velodyne-simulator_1.0.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DataspeedInc-release/velodyne_simulator-release/archive/release/noetic/velodyne_simulator/1.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_simulator" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-driver_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-driver_1.6.1-1.bb index e180507073e..993dc0db74d 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-driver_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-driver_1.6.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne_driver/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_driver" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-laserscan_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-laserscan_1.6.1-1.bb index 9e229dddea1..b5ee07f4410 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-laserscan_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-laserscan_1.6.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne_laserscan/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_laserscan" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-msgs_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-msgs_1.6.1-1.bb index c3c2e7f5c45..c766f422a0e 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-msgs_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-msgs_1.6.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne_msgs/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_msgs" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pcl_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pcl_1.6.1-1.bb index 3a5ebad2b68..b04e444fe7d 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pcl_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pcl_1.6.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne_pcl/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_pcl" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pointcloud_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pointcloud_1.6.1-1.bb index 5149c71ed10..78f32d0615f 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pointcloud_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne-pointcloud_1.6.1-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne_pointcloud/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne_pointcloud" diff --git a/meta-ros1-noetic/generated-recipes/velodyne/velodyne_1.6.1-1.bb b/meta-ros1-noetic/generated-recipes/velodyne/velodyne_1.6.1-1.bb index 6bfd1657740..c2df9be0977 100644 --- a/meta-ros1-noetic/generated-recipes/velodyne/velodyne_1.6.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/velodyne/velodyne_1.6.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/noetic/velodyne/1.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/velodyne" diff --git a/meta-ros1-noetic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb b/meta-ros1-noetic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb index 4130c302d91..4f88b164905 100644 --- a/meta-ros1-noetic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb +++ b/meta-ros1-noetic/generated-recipes/video-stream-opencv/video-stream-opencv_1.1.6-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers/video_stream_opencv-release/archive/release/noetic/video_stream_opencv/1.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/video_stream_opencv" diff --git a/meta-ros1-noetic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3-1.bb b/meta-ros1-noetic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3-1.bb index 4ecbef6e4ac..c7f9b9f781c 100644 --- a/meta-ros1-noetic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/view-controller-msgs/view-controller-msgs_0.1.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/view_controller_msgs-release/archive/release/noetic/view_controller_msgs/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/view_controller_msgs" diff --git a/meta-ros1-noetic/generated-recipes/vision-msgs/vision-msgs_0.0.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-msgs/vision-msgs_0.0.1-1.bb index 1a44f71f51d..bd4addd0958 100644 --- a/meta-ros1-noetic/generated-recipes/vision-msgs/vision-msgs_0.0.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-msgs/vision-msgs_0.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/noetic/vision_msgs/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vision_msgs" diff --git a/meta-ros1-noetic/generated-recipes/vision-opencv/cv-bridge_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/vision-opencv/cv-bridge_1.15.0-1.bb index 3001aba1ddd..9fc00868821 100644 --- a/meta-ros1-noetic/generated-recipes/vision-opencv/cv-bridge_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-opencv/cv-bridge_1.15.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/noetic/cv_bridge/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/cv_bridge" diff --git a/meta-ros1-noetic/generated-recipes/vision-opencv/image-geometry_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/vision-opencv/image-geometry_1.15.0-1.bb index 5ad91c88070..0925ae2ef3d 100644 --- a/meta-ros1-noetic/generated-recipes/vision-opencv/image-geometry_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-opencv/image-geometry_1.15.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/noetic/image_geometry/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/image_geometry" diff --git a/meta-ros1-noetic/generated-recipes/vision-opencv/vision-opencv_1.15.0-1.bb b/meta-ros1-noetic/generated-recipes/vision-opencv/vision-opencv_1.15.0-1.bb index d17ab733803..86541b8f5f1 100644 --- a/meta-ros1-noetic/generated-recipes/vision-opencv/vision-opencv_1.15.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-opencv/vision-opencv_1.15.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/vision_opencv-release/archive/release/noetic/vision_opencv/1.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vision_opencv" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/vision-visp_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/vision-visp_0.12.1-1.bb index 7a5c53fb310..371b0f9a755 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/vision-visp_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/vision-visp_0.12.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/vision_visp/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vision_visp" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/visp-auto-tracker_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/visp-auto-tracker_0.12.1-1.bb index 54cefc782c5..53d730f723b 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/visp-auto-tracker_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/visp-auto-tracker_0.12.1-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/visp_auto_tracker/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp_auto_tracker" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/visp-bridge_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/visp-bridge_0.12.1-1.bb index 4a1934f31d7..fa3d5e4ea10 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/visp-bridge_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/visp-bridge_0.12.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/visp_bridge/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp_bridge" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/visp-camera-calibration_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/visp-camera-calibration_0.12.1-1.bb index e000a4fbb65..ee9733ad8a6 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/visp-camera-calibration_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/visp-camera-calibration_0.12.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/visp_camera_calibration/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp_camera_calibration" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.1-1.bb index 86bd4a07fb8..fb2f15214de 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/visp-hand2eye-calibration_0.12.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/visp_hand2eye_calibration/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp_hand2eye_calibration" diff --git a/meta-ros1-noetic/generated-recipes/vision-visp/visp-tracker_0.12.1-1.bb b/meta-ros1-noetic/generated-recipes/vision-visp/visp-tracker_0.12.1-1.bb index 7bf722b6b51..73964a74d2d 100644 --- a/meta-ros1-noetic/generated-recipes/vision-visp/visp-tracker_0.12.1-1.bb +++ b/meta-ros1-noetic/generated-recipes/vision-visp/visp-tracker_0.12.1-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/vision_visp-release/archive/release/noetic/visp_tracker/0.12.1-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp_tracker" diff --git a/meta-ros1-noetic/generated-recipes/visp/visp_3.4.0-7.bb b/meta-ros1-noetic/generated-recipes/visp/visp_3.4.0-7.bb index 55a2c7ee247..f41f9a741ac 100644 --- a/meta-ros1-noetic/generated-recipes/visp/visp_3.4.0-7.bb +++ b/meta-ros1-noetic/generated-recipes/visp/visp_3.4.0-7.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lagadic/visp-release/archive/release/noetic/visp/3.4.0-7.tar.gz ROS_BRANCH ?= "branch=release/noetic/visp" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.11.0-1.bb index 001c3a1ba59..d51bf4cd5a5 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/interactive-marker-tutorials_0.11.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/interactive_marker_tutorials/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/interactive_marker_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/librviz-tutorial_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/librviz-tutorial_0.11.0-1.bb index 9ba79b02d20..bc03502a9f0 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/librviz-tutorial_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/librviz-tutorial_0.11.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/librviz_tutorial/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/librviz_tutorial" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.11.0-1.bb index 2b8d9effcb8..34f8d502cdc 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-plugin-tutorials_0.11.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/rviz_plugin_tutorials/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_plugin_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.11.0-1.bb index 8757b57d598..193aa8bb392 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/rviz-python-tutorial_0.11.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/rviz_python_tutorial/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rviz_python_tutorial" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.11.0-1.bb index 848529fa5eb..20cd35b7715 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-marker-tutorials_0.11.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/visualization_marker_tutorials/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visualization_marker_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-tutorials_0.11.0-1.bb b/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-tutorials_0.11.0-1.bb index c1f43616cf3..6a2987cf6d2 100644 --- a/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-tutorials_0.11.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/visualization-tutorials/visualization-tutorials_0.11.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/visualization_tutorials/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/visualization_tutorials" diff --git a/meta-ros1-noetic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb b/meta-ros1-noetic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb index 4666b65b4ba..302c985ddf2 100644 --- a/meta-ros1-noetic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/vl53l1x-ros/vl53l1x_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/okalachev/vl53l1x_ros-release/archive/release/noetic/vl53l1x/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vl53l1x" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-base_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-base_1.2.0-1.bb index 5251e94658b..10fffc3618d 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-base_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-base_1.2.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_base/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_base" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-control_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-control_1.2.0-1.bb index 31c4de6b7e0..3433cb6f61b 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-control_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-control_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_control/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_control" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-description_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-description_1.2.0-1.bb index 5dced242fe6..ded2eb7e05c 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-description_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-description_1.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_description/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_description" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-localization_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-localization_1.2.0-1.bb index 38a4c3693db..d0fe1325350 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-localization_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-localization_1.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_localization/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_localization" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-msgs_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-msgs_1.2.0-1.bb index 3800734338a..e2887cc5869 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-msgs_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-msgs_1.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_msgs" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-navigation_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-navigation_1.2.0-1.bb index 65fead6c162..05923006622 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-navigation_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-navigation_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_navigation/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_navigation" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-rules_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-rules_1.2.0-1.bb index 361a21fe125..6c9cf4e6b61 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-rules_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-rules_1.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_rules/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_rules" diff --git a/meta-ros1-noetic/generated-recipes/volta/volta-teleoperator_1.2.0-1.bb b/meta-ros1-noetic/generated-recipes/volta/volta-teleoperator_1.2.0-1.bb index 2587e8ccd44..04c5aaf5eb5 100644 --- a/meta-ros1-noetic/generated-recipes/volta/volta-teleoperator_1.2.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/volta/volta-teleoperator_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/botsync-gbp/volta-release/archive/release/noetic/volta_teleoperator/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/volta_teleoperator" diff --git a/meta-ros1-noetic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2-1.bb index b025dca0150..516c50d01e6 100644 --- a/meta-ros1-noetic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/vrpn-client-ros/vrpn-client-ros_0.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/vrpn_client_ros-release/archive/release/noetic/vrpn_client_ros/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/vrpn_client_ros" diff --git a/meta-ros1-noetic/generated-recipes/vrpn/vrpn_7.34.0-2.bb b/meta-ros1-noetic/generated-recipes/vrpn/vrpn_7.34.0-2.bb index c4b1b5c92c8..00b506363ef 100644 --- a/meta-ros1-noetic/generated-recipes/vrpn/vrpn_7.34.0-2.bb +++ b/meta-ros1-noetic/generated-recipes/vrpn/vrpn_7.34.0-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/vrpn-release/archive/release/noetic/vrpn/7.34.0-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/vrpn" diff --git a/meta-ros1-noetic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.10.0-1.bb b/meta-ros1-noetic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.10.0-1.bb index 36030fac198..32a687f2f8c 100644 --- a/meta-ros1-noetic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.10.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_0.10.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/warehouse_ros_mongo-release/archive/release/noetic/warehouse_ros_mongo/0.10.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/warehouse_ros_mongo" diff --git a/meta-ros1-noetic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb b/meta-ros1-noetic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb index 3fa0a3b6afd..3b9153a4bdf 100644 --- a/meta-ros1-noetic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb +++ b/meta-ros1-noetic/generated-recipes/warehouse-ros/warehouse-ros_0.9.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/warehouse_ros-release/archive/release/noetic/warehouse_ros/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/warehouse_ros" diff --git a/meta-ros1-noetic/generated-recipes/webkit-dependency/webkit-dependency_1.1.2-1.bb b/meta-ros1-noetic/generated-recipes/webkit-dependency/webkit-dependency_1.1.2-1.bb index e8b37f6c233..3ffe49b0965 100644 --- a/meta-ros1-noetic/generated-recipes/webkit-dependency/webkit-dependency_1.1.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/webkit-dependency/webkit-dependency_1.1.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/webkit_dependency-release/archive/release/noetic/webkit_dependency/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/webkit_dependency" diff --git a/meta-ros1-noetic/generated-recipes/webots-ros/webots-ros_4.1.0-1.bb b/meta-ros1-noetic/generated-recipes/webots-ros/webots-ros_4.1.0-1.bb index c2c94b6d0c4..fd2d276faae 100644 --- a/meta-ros1-noetic/generated-recipes/webots-ros/webots-ros_4.1.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/webots-ros/webots-ros_4.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros-release/archive/release/noetic/webots_ros/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/webots_ros" diff --git a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.5-1.bb b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.5-1.bb index 831889ca255..2aeca050d90 100644 --- a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera-firmware_1.8.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/noetic/wge100_camera_firmware/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wge100_camera_firmware" diff --git a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera_1.8.5-1.bb b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera_1.8.5-1.bb index 8740b651202..6854c7a0429 100644 --- a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera_1.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-camera_1.8.5-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/noetic/wge100_camera/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wge100_camera" diff --git a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-driver_1.8.5-1.bb b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-driver_1.8.5-1.bb index ffb58e0e932..c78880d3ddd 100644 --- a/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-driver_1.8.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/wge100-driver/wge100-driver_1.8.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/wge100_driver-release/archive/release/noetic/wge100_driver/1.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wge100_driver" diff --git a/meta-ros1-noetic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.2-1.bb b/meta-ros1-noetic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.2-1.bb index 56ac87162a5..3eb0aebb618 100644 --- a/meta-ros1-noetic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/wifi-ddwrt/wifi-ddwrt_0.2.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/wifi_ddwrt-release/archive/release/noetic/wifi_ddwrt/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wifi_ddwrt" diff --git a/meta-ros1-noetic/generated-recipes/willow-maps/willow-maps_1.0.3-1.bb b/meta-ros1-noetic/generated-recipes/willow-maps/willow-maps_1.0.3-1.bb index 9b937fdf7b2..65f10440e85 100644 --- a/meta-ros1-noetic/generated-recipes/willow-maps/willow-maps_1.0.3-1.bb +++ b/meta-ros1-noetic/generated-recipes/willow-maps/willow-maps_1.0.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/willow_maps-release/archive/release/noetic/willow_maps/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/willow_maps" diff --git a/meta-ros1-noetic/generated-recipes/wireless/wireless-msgs_0.1.1-2.bb b/meta-ros1-noetic/generated-recipes/wireless/wireless-msgs_0.1.1-2.bb index 0b8bee7fedc..95e9e875ff4 100644 --- a/meta-ros1-noetic/generated-recipes/wireless/wireless-msgs_0.1.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/wireless/wireless-msgs_0.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/wireless-release/archive/release/noetic/wireless_msgs/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/wireless_msgs" diff --git a/meta-ros1-noetic/generated-recipes/wireless/wireless-watcher_0.1.1-2.bb b/meta-ros1-noetic/generated-recipes/wireless/wireless-watcher_0.1.1-2.bb index 6a918807495..c62ac7032e7 100644 --- a/meta-ros1-noetic/generated-recipes/wireless/wireless-watcher_0.1.1-2.bb +++ b/meta-ros1-noetic/generated-recipes/wireless/wireless-watcher_0.1.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/clearpath-gbp/wireless-release/archive/release/noetic/wireless_watcher/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/noetic/wireless_watcher" diff --git a/meta-ros1-noetic/generated-recipes/wu-ros-tools/easy-markers_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/wu-ros-tools/easy-markers_0.3.0-1.bb index 6af418ab05c..2bd9087b9e6 100644 --- a/meta-ros1-noetic/generated-recipes/wu-ros-tools/easy-markers_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/wu-ros-tools/easy-markers_0.3.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/noetic/easy_markers/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/easy_markers" diff --git a/meta-ros1-noetic/generated-recipes/wu-ros-tools/joy-listener_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/wu-ros-tools/joy-listener_0.3.0-1.bb index 1ece89a9f97..091a1daeb91 100644 --- a/meta-ros1-noetic/generated-recipes/wu-ros-tools/joy-listener_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/wu-ros-tools/joy-listener_0.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/noetic/joy_listener/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/joy_listener" diff --git a/meta-ros1-noetic/generated-recipes/wu-ros-tools/kalman-filter_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/wu-ros-tools/kalman-filter_0.3.0-1.bb index 340c2f65e3b..c3abe1b0ec4 100644 --- a/meta-ros1-noetic/generated-recipes/wu-ros-tools/kalman-filter_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/wu-ros-tools/kalman-filter_0.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/noetic/kalman_filter/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/kalman_filter" diff --git a/meta-ros1-noetic/generated-recipes/wu-ros-tools/rosbaglive_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/wu-ros-tools/rosbaglive_0.3.0-1.bb index e8b19a8122a..63f32336b02 100644 --- a/meta-ros1-noetic/generated-recipes/wu-ros-tools/rosbaglive_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/wu-ros-tools/rosbaglive_0.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/noetic/rosbaglive/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/rosbaglive" diff --git a/meta-ros1-noetic/generated-recipes/wu-ros-tools/wu-ros-tools_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/wu-ros-tools/wu-ros-tools_0.3.0-1.bb index 0e4a5ad1637..cd696fdbc43 100644 --- a/meta-ros1-noetic/generated-recipes/wu-ros-tools/wu-ros-tools_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/wu-ros-tools/wu-ros-tools_0.3.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/wu-robotics/wu_ros_tools/archive/release/noetic/wu_ros_tools/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/wu_ros_tools" diff --git a/meta-ros1-noetic/generated-recipes/xacro/xacro_1.14.8-1.bb b/meta-ros1-noetic/generated-recipes/xacro/xacro_1.14.8-1.bb index 71fef720dd4..d119d460ef3 100644 --- a/meta-ros1-noetic/generated-recipes/xacro/xacro_1.14.8-1.bb +++ b/meta-ros1-noetic/generated-recipes/xacro/xacro_1.14.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/xacro-release/archive/release/noetic/xacro/1.14.8-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xacro" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-examples_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-examples_1.0.10-1.bb index d82e98c091a..6187eacd626 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-examples_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-examples_1.0.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_examples/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_examples" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-hyq_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-hyq_1.0.10-1.bb index 899334a4e64..c7653e56040 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-hyq_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-hyq_1.0.10-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_hyq/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_hyq" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-msgs_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-msgs_1.0.10-1.bb index f18c24440e5..746e129ab58 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-msgs_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-msgs_1.0.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_msgs/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_msgs" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-quadrotor_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-quadrotor_1.0.10-1.bb index be0d9507518..24d21cf44f6 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-quadrotor_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-quadrotor_1.0.10-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_quadrotor/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_quadrotor" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-states_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-states_1.0.10-1.bb index b9aaea0c0f2..4860cd1da0d 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-states_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-states_1.0.10-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_states/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_states" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp-vis_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp-vis_1.0.10-1.bb index b2680188d84..31eb0a6f398 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp-vis_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp-vis_1.0.10-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp_vis/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp_vis" diff --git a/meta-ros1-noetic/generated-recipes/xpp/xpp_1.0.10-1.bb b/meta-ros1-noetic/generated-recipes/xpp/xpp_1.0.10-1.bb index 46a224bc741..7e45e052713 100644 --- a/meta-ros1-noetic/generated-recipes/xpp/xpp_1.0.10-1.bb +++ b/meta-ros1-noetic/generated-recipes/xpp/xpp_1.0.10-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/leggedrobotics/xpp-release/archive/release/noetic/xpp/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xpp" diff --git a/meta-ros1-noetic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0-1.bb index 30b6f6994ff..60c36c9e7ed 100644 --- a/meta-ros1-noetic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/xv-11-laser-driver/xv-11-laser-driver_0.3.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rohbotics/xv_11_laser_driver-release/archive/release/noetic/xv_11_laser_driver/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/xv_11_laser_driver" diff --git a/meta-ros1-noetic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb b/meta-ros1-noetic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb index 5038d58314b..20f8d619857 100644 --- a/meta-ros1-noetic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb +++ b/meta-ros1-noetic/generated-recipes/yp-spur/ypspur_1.20.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/openspur/yp-spur-release/archive/release/noetic/ypspur/1.20.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ypspur" diff --git a/meta-ros1-noetic/generated-recipes/ypspur-ros/ypspur-ros_0.3.5-1.bb b/meta-ros1-noetic/generated-recipes/ypspur-ros/ypspur-ros_0.3.5-1.bb index e6a7502355f..da7a048cee3 100644 --- a/meta-ros1-noetic/generated-recipes/ypspur-ros/ypspur-ros_0.3.5-1.bb +++ b/meta-ros1-noetic/generated-recipes/ypspur-ros/ypspur-ros_0.3.5-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/openspur/ypspur_ros-release/archive/release/noetic/ypspur_ros/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/ypspur_ros" diff --git a/meta-ros1-noetic/generated-recipes/zbar-ros/zbar-ros_0.3.0-1.bb b/meta-ros1-noetic/generated-recipes/zbar-ros/zbar-ros_0.3.0-1.bb index 6a35f91368b..77e52b3a054 100644 --- a/meta-ros1-noetic/generated-recipes/zbar-ros/zbar-ros_0.3.0-1.bb +++ b/meta-ros1-noetic/generated-recipes/zbar-ros/zbar-ros_0.3.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/zbar_ros-release/archive/release/noetic/zbar_ros/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/zbar_ros" diff --git a/meta-ros1-noetic/recipes-bbappends/actionlib/actionlib_%.bbappend b/meta-ros1-noetic/recipes-bbappends/actionlib/actionlib_%.bbappend index a61c092e42a..ae3bc5747f7 100644 --- a/meta-ros1-noetic/recipes-bbappends/actionlib/actionlib_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/actionlib/actionlib_%.bbappend @@ -3,11 +3,11 @@ # Currently, wxpython doesn't build, but it's only needed by the GUI debug tools ax*.py => don't install them and remove the # RDEPENDS on "wxpython" until it builds. -do_install_append() { +do_install:append() { rm -f ${D}${ros_libdir}/${BPN}/axclient.py ${D}${ros_libdir}/${BPN}/axserver.py } -RDEPENDS_${PN}_remove = "wxpython" +RDEPENDS:${PN}:remove = "wxpython" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend index 6620d96b503..1571852b302 100644 --- a/meta-ros1-noetic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/apriltag-ros/apriltag-ros_3.1.2-1.bbappend @@ -1,16 +1,16 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://fix.apriltag.include.flag.patch \ " -# ERROR: apriltag-ros-3.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/apriltag_ros/analyze_image contained in package apriltag-ros requires /bin/bash, but no providers found in RDEPENDS_apriltag-ros? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: apriltag-ros-3.1.1-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/apriltag_ros/analyze_image contained in package apriltag-ros requires /bin/bash, but no providers found in RDEPENDS:apriltag-ros? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/apriltag/apriltag_3.1.2-2.bbappend b/meta-ros1-noetic/recipes-bbappends/apriltag/apriltag_3.1.2-2.bbappend index 9f18c69b1b1..8b59f0439e8 100644 --- a/meta-ros1-noetic/recipes-bbappends/apriltag/apriltag_3.1.2-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/apriltag/apriltag_3.1.2-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://fix.cflags.in.pkg-config.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bbappend b/meta-ros1-noetic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bbappend index f9e10b2c84d..cdaf898c367 100644 --- a/meta-ros1-noetic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/avt-vimba-camera/avt-vimba-camera_0.0.12-2.bbappend @@ -11,4 +11,4 @@ # ./lib/32bit/libVimbaCPP.so # causing: # ERROR: avt-vimba-camera-0.0.11-1-r0 do_package_qa: QA Issue: No GNU_HASH in the ELF binary /jenkins/mjansa/build-ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/avt-vimba-camera/0.0.11-1-r0/packages-split/avt-vimba-camera/usr/opt/ros/melodic/lib/libVimbaC.so, didn't pass LDFLAGS? [ldflags] -INSANE_SKIP_${PN} += "ldflags" +INSANE_SKIP:${PN} += "ldflags" diff --git a/meta-ros1-noetic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bbappend b/meta-ros1-noetic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bbappend index 2d57cd951ae..9ae68a34bed 100644 --- a/meta-ros1-noetic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/azure-iot-sdk-c/azure-iot-sdk-c_1.7.0-4.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" # ERROR: azure-iot-sdk-c-1.7.0-4-r0 do_package: QA Issue: azure-iot-sdk-c: Files/directories were installed but not shipped in any package: @@ -11,4 +11,4 @@ SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" # /usr/cmake/azure_c_shared_utilityTargets-noconfig.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # azure-iot-sdk-c: 24 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${prefix}/cmake" +FILES:${PN}-dev += "${prefix}/cmake" diff --git a/meta-ros1-noetic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend b/meta-ros1-noetic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend index a7d3138bd7f..e6aaf4a880e 100644 --- a/meta-ros1-noetic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # The cmake subdirectory isn't under datadir/ROS_BPN. In fact, there are two. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${ros_libdir}/BehaviorTreeV3/cmake \ " diff --git a/meta-ros1-noetic/recipes-bbappends/catkin/catkin_%.bbappend b/meta-ros1-noetic/recipes-bbappends/catkin/catkin_%.bbappend index 5e136ddf593..2745172b3d3 100644 --- a/meta-ros1-noetic/recipes-bbappends/catkin/catkin_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/catkin/catkin_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-Use-PYTHON_EXECUTABLE_TARGET-instead-of-PYTHON_EXECU.patch \ @@ -8,15 +8,15 @@ SRC_URI += " \ file://0003-builder.py-don-t-prepend-ld_path-to-LD_LIBRARY_PATH.patch \ " -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-catkin-pkg" -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-empy" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-empy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-catkin-pkg-native \ ${PYTHON_PN}-empy-native \ " -EXTRA_OECMAKE_prepend = " \ +EXTRA_OECMAKE:prepend = " \ -DCATKIN_INSTALL_INTO_PREFIX_ROOT=ON \ " @@ -29,21 +29,21 @@ CATKIN_PREFIX_ROOT_FILES = " \ ${ros_prefix}/*.sh \ " -FILES_${PN}_prepend = "${CATKIN_PREFIX_ROOT_FILES} " +FILES:${PN}:prepend = "${CATKIN_PREFIX_ROOT_FILES} " -SSTATE_SCAN_FILES_append = " _setup_util.py" +SSTATE_SCAN_FILES:append = " _setup_util.py" # Must do this to include CATKIN_PREFIX_ROOT_FILES. It might add "extra" files to what's staged, but who cares? -SYSROOT_DIRS_append = " ${ros_prefix}" +SYSROOT_DIRS:append = " ${ros_prefix}" # XXX Why doesn't SSTATE_SCAN_FILES fix this up? -do_install_append_class-target() { +do_install:append:class-target() { sed -i -e 's@${RECIPE_SYSROOT}/@/@g' ${D}${ros_prefix}/_setup_util.py mkdir -p ${D}${sysconfdir}/profile.d echo ". ${ros_prefix}/setup.sh" > ${D}${sysconfdir}/profile.d/ros.sh } -do_install_append() { +do_install:append() { # because distutils is called with this PYTHON ${STAGING_BINDIR_NATIVE}/python3-native/python3 # it also updates the shebang while installing catkin scripts, we need to undo that sed -i 's@#!${STAGING_BINDIR_NATIVE}/python3-native/python3@#!/usr/bin/env python3@g' ${D}${ros_bindir}/catkin_* @@ -52,7 +52,7 @@ do_install_append() { # NB. COMPLEMENTARY_GLOB[ros-implicit-workspace] = "*-implicitworkspace" PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros1-noetic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend index c9adce7eb75..d5ff241781b 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-extern/cob-extern_0.6.17-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend index e663ac8800e..b6b4551854e 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-extern/libdlib_0.6.17-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ipa320/thirdparty/raw/master/dlib-${VERSION}.tar.bz2 with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-dlib-with-bitbake-fetcher.patch \ http://dlib.net/files/dlib-19.9.tar.bz2;name=dlib;subdir=git/dlib-upstream \ " diff --git a/meta-ros1-noetic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend index 20e24d4e849..d43403613a1 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-extern/libntcan_0.6.17-1.bbappend @@ -17,21 +17,21 @@ # endif() COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -EXTRA_OECMAKE_append_x86-64 = "-DMYARCH=x86_64" -EXTRA_OECMAKE_append_x86 = "-DMYARCH=i686" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +EXTRA_OECMAKE:append:x86-64 = "-DMYARCH=x86_64" +EXTRA_OECMAKE:append:x86 = "-DMYARCH=i686" # ERROR: QA Issue: libntcan: Files/directories were installed but not shipped in any package: # /usr/opt/ros/melodic/lib/libntcan.so.3 # /usr/opt/ros/melodic/lib/libntcan.so.3.1.7 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libntcan: 2 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # These are prebuilt binaries and not even symlinks to just 1 binary (even when they are indeed identical) :/ # ERROR: libntcan-0.6.15-1-r0 do_package_qa: QA Issue: # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so.3, didn't pass LDFLAGS? # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so.3.1.7, didn't pass LDFLAGS? # No GNU_HASH in the ELF binary /jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/qemux86-webos-linux/libntcan/0.6.15-1-r0/packages-split/libntcan/usr/opt/ros/melodic/lib/libntcan.so, didn't pass LDFLAGS? [ldflags] -INSANE_SKIP_${PN} += "ldflags" +INSANE_SKIP:${PN} += "ldflags" diff --git a/meta-ros1-noetic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend index 5c8c03b30ac..f284d9c1275 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-extern/libphidgets_0.6.17-1.bbappend @@ -5,7 +5,7 @@ # /usr/opt/ros/melodic/lib/libphidget21.so.0.0.0 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libphidgets: 2 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: libphidgets-0.6.15-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: libphidgets path '/work/qemux86-webos-linux/libphidgets/0.6.15-1-r0/packages-split/libphidgets/usr/opt/ros/melodic/lib/libphidget21.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend index 6d4dd0030b9..dfa2df2cd78 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-extern/opengm_0.6.17-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ipa320/thirdparty/raw/master/opengm-master.tar.gz # during do_compile fetch it with bitbake's git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-opengm-with-bitbake-fetcher.patch \ https://github.com/ipa320/thirdparty/raw/2586d6a6ce48a17f355f036c6a64aef8c90660c9/opengm-master.tar.gz;name=opengm;subdir=git/opengm-upstream \ file://0001-CMakeLists.txt-fix-if-else-statement.patch;patchdir=opengm-upstream/opengm-master \ diff --git a/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend index c800db35493..002b8a2e7bd 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-reflector-referencing_0.6.10-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: cob-reflector-referencing-0.6.10-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/cob_reflector_referencing/reflector_referencing_node contained in package cob-reflector-referencing requires /bin/bash, but no providers found in RDEPENDS_cob-reflector-referencing? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: cob-reflector-referencing-0.6.10-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/cob_reflector_referencing/reflector_referencing_node contained in package cob-reflector-referencing requires /bin/bash, but no providers found in RDEPENDS:cob-reflector-referencing? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend b/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend index b1bfac7db13..5b3114fe110 100644 --- a/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/cob-substitute/cob-safety-controller_0.6.10-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: cob-safety-controller-0.6.10-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/cob_safety_controller/safety_controller contained in package cob-safety-controller requires /bin/bash, but no providers found in RDEPENDS_cob-safety-controller? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: cob-safety-controller-0.6.10-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/cob_safety_controller/safety_controller contained in package cob-safety-controller requires /bin/bash, but no providers found in RDEPENDS:cob-safety-controller? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/core-perception/points-preprocessor_1.14.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/core-perception/points-preprocessor_1.14.14-1.bbappend index 875acce284c..371f1be9f73 100644 --- a/meta-ros1-noetic/recipes-bbappends/core-perception/points-preprocessor_1.14.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/core-perception/points-preprocessor_1.14.14-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # gtest is PROVIDED by googletest recipe, but there is no gtest package RPROVIDED by that -ROS_EXEC_DEPENDS_remove = "gtest" -ROS_EXEC_DEPENDS_append = " googletest" +ROS_EXEC_DEPENDS:remove = "gtest" +ROS_EXEC_DEPENDS:append = " googletest" diff --git a/meta-ros1-noetic/recipes-bbappends/csm/csm_1.0.2-2.bbappend b/meta-ros1-noetic/recipes-bbappends/csm/csm_1.0.2-2.bbappend index c5612e458b6..3cf5e4d646a 100644 --- a/meta-ros1-noetic/recipes-bbappends/csm/csm_1.0.2-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/csm/csm_1.0.2-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-sm-CMakeLists.txt-use-include_directories-macro-to-r.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/darknet-ros/darknet-ros_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/darknet-ros/darknet-ros_1.1.5-1.bbappend index 6025cf9fe27..910536c1544 100644 --- a/meta-ros1-noetic/recipes-bbappends/darknet-ros/darknet-ros_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/darknet-ros/darknet-ros_1.1.5-1.bbappend @@ -14,7 +14,7 @@ # add_definitions(-DDARKNET_FILE_PATH="${DARKNET_PATH}") YOLO_RELEASE = "1.1.4" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ git://github.com/leggedrobotics/darknet.git;protocol=https;name=darknet;destsuffix=darknet \ https://github.com/leggedrobotics/darknet_ros/releases/download/${YOLO_RELEASE}/yolov2-tiny.weights;downloadfilename=yolo-${YOLO_RELEASE}-yolov2-tiny.weights;name=yolov2-tiny \ @@ -28,7 +28,7 @@ SRC_URI[yolov2-tiny.sha256sum] = "16f4e870f1aed83f0089cb69bfda6b53cb7b2a4a01721b SRC_URI[yolov3.sha256sum] = "523e4e69e1d015393a1b0a441cef1d9c7659e3eb2d7e15f793f060a21b32f297" SRC_URI[yolov2.sha256sum] = "d9945162ed6f54ce1a901e3ec537bdba4d572ecae7873087bd730e5a7942df3f" -do_configure_prepend() { +do_configure:prepend() { # we have used "yolo-${YOLO_RELEASE}-" as a prefix in downloadfilename # to make sure files in DL_DIR contain a version (so that they are properly re-downloaded # when the YOLO_RELEASE is changed), but we need to undo this, because CMake expects the diff --git a/meta-ros1-noetic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend index ecbad51737c..7cb4be45174 100644 --- a/meta-ros1-noetic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/dynamic-graph/dynamic-graph_4.3.4-1.bbappend @@ -7,8 +7,8 @@ # /usr/lib/dynamic-graph-plugins/libtracer-real-time.so.4.2.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-graph: 4 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" -FILES_${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" +FILES:${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" +FILES:${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-graph path '/work/qemux86-webos-linux/dynamic-graph/4.2.2-1-r0/packages-split/dynamic-graph/usr/lib/libdynamic-graph.so' [dev-so] # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. diff --git a/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend index c1c7e268c18..edc0ea5a64c 100644 --- a/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend index d03f6683d82..6bbdd8fbafa 100644 --- a/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend @@ -3,4 +3,4 @@ inherit ros_insane_dev_so # sophus PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" diff --git a/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend index f9976b832d4..047dd800869 100644 --- a/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-build_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-dev_prepend = "${datadir}/cmake " +FILES:${PN}-dev:prepend = "${datadir}/cmake " diff --git a/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ecl-tools/ecl-license_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros1-noetic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend index c08591da103..127d8865c20 100644 --- a/meta-ros1-noetic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/eigenpy/eigenpy_2.6.4-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Revert-cmake-fix-packaging-issue-on-Windows.patch \ file://0001-Revert-cmake-fix-project-packaging.patch \ file://0002-CMakeLists.txt-allow-to-set-PYTHON_EXECUTABLE.patch \ @@ -26,7 +26,7 @@ inherit python3native # | CMakeLists.txt:62 (FIND_NUMPY) DEPENDS += "python3-numpy-native" -do_install_append() { +do_install:append() { # Fix paths in .pc file # Libs: -L${libdir} -leigenpy -L/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/lib -lboost_python37 # Cflags: -I${includedir} -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/include -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot/usr/include/python2.7 -I/jenkins/mjansa/build/ros/webos-melodic-thud/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/eigenpy/1.6.9-1-r0/recipe-sysroot-native/usr/lib/python2.7/site-packages/numpy/core/include diff --git a/meta-ros1-noetic/recipes-bbappends/eml/eml_1.8.15-7.bbappend b/meta-ros1-noetic/recipes-bbappends/eml/eml_1.8.15-7.bbappend index 536796ede84..16f2d0e1754 100644 --- a/meta-ros1-noetic/recipes-bbappends/eml/eml_1.8.15-7.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/eml/eml_1.8.15-7.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-EMLConfig.cmake-import-from-debian-ro.patch" # Fails with webOS OSE which by default uses -Werror=return-type diff --git a/meta-ros1-noetic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend b/meta-ros1-noetic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend index b620d745294..9ff55e960ec 100644 --- a/meta-ros1-noetic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend +++ b/meta-ros1-noetic/recipes-bbappends/exotica/exotica-collision-scene-fcl-latest_5.1.3-3.bbapend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ fcl-catkin \ " -ROS_EXPORT_DEPENDS_remove = " \ +ROS_EXPORT_DEPENDS:remove = " \ fcl-catkin \ " -ROS_EXEC_DEPENDS_remove = " \ +ROS_EXEC_DEPENDS:remove = " \ fcl-catkin \ " diff --git a/meta-ros1-noetic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-1.bbappend index 91fb77ad9e4..f1327d41cc4 100644 --- a/meta-ros1-noetic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/fcl-catkin/fcl-catkin_0.6.1-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/flexible-collision-library/fcl/archive/v0.6.1.zip with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-fcl-with-bitbake-fetcher.patch \ git://github.com/flexible-collision-library/fcl.git;protocol=https;name=fcl-upstream;destsuffix=git/fcl-upstream \ " @@ -13,4 +13,4 @@ SRCREV_fcl-upstream = "97455a46de121fb7c0f749e21a58b1b54cd2c6be" # /opt/ros/melodic/lib/libfcl.so.0.6 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # fcl-catkin: 1 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" diff --git a/meta-ros1-noetic/recipes-bbappends/fcl/fcl_0.6.1-3.bbappend b/meta-ros1-noetic/recipes-bbappends/fcl/fcl_0.6.1-3.bbappend index c29a6fcc420..4c28a672598 100644 --- a/meta-ros1-noetic/recipes-bbappends/fcl/fcl_0.6.1-3.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/fcl/fcl_0.6.1-3.bbappend @@ -2,7 +2,7 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DFCL_NO_DEFAULT_RPATH=OFF ${EXTRA_OECMAKE_SSE}" EXTRA_OECMAKE_SSE = "-DFCL_USE_X64_SSE=OFF" -EXTRA_OECMAKE_SSE_x86-64 = "" +EXTRA_OECMAKE_SSE:x86-64 = "" # ERROR: fcl-0.6.1-2-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: fcl path '/work/raspberrypi4-webos-linux-gnueabi/fcl/0.6.1-2-r0/packages-split/fcl/usr/lib/libfcl.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/fkie-multimaster/fkie-master-discovery_1.2.7-1.bbappend b/meta-ros1-noetic/recipes-bbappends/fkie-multimaster/fkie-master-discovery_1.2.7-1.bbappend index 25a79d71c24..b0b736c1726 100644 --- a/meta-ros1-noetic/recipes-bbappends/fkie-multimaster/fkie-master-discovery_1.2.7-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/fkie-multimaster/fkie-master-discovery_1.2.7-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "avahi" -ROS_EXEC_DEPENDS_append = " avahi-utils" +ROS_EXEC_DEPENDS:remove = "avahi" +ROS_EXEC_DEPENDS:append = " avahi-utils" diff --git a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend index 8416523ca18..e5a511565e8 100644 --- a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-input_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: flexbe-input-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_input/behavior_input contained in package flexbe-input requires /bin/bash, but no providers found in RDEPENDS_flexbe-input? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-input-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_input/behavior_input contained in package flexbe-input requires /bin/bash, but no providers found in RDEPENDS:flexbe-input? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend index 3f831ddb409..a5380597938 100644 --- a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-mirror_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: flexbe-mirror-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_mirror/behavior_mirror_sm contained in package flexbe-mirror requires /bin/bash, but no providers found in RDEPENDS_flexbe-mirror? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-mirror-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_mirror/behavior_mirror_sm contained in package flexbe-mirror requires /bin/bash, but no providers found in RDEPENDS:flexbe-mirror? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend index 0260a077645..92d93da7fe2 100644 --- a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-onboard_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: flexbe-onboard-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_onboard/start_behavior contained in package flexbe-onboard requires /bin/bash, but no providers found in RDEPENDS_flexbe-onboard? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-onboard-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_onboard/start_behavior contained in package flexbe-onboard requires /bin/bash, but no providers found in RDEPENDS:flexbe-onboard? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend index e5ca72ecb2b..653edb6bc19 100644 --- a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-testing_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: flexbe-testing-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_testing/testing_node contained in package flexbe-testing requires /bin/bash, but no providers found in RDEPENDS_flexbe-testing? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-testing-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_testing/testing_node contained in package flexbe-testing requires /bin/bash, but no providers found in RDEPENDS:flexbe-testing? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend index 25da0f8090a..58a46e3fdea 100644 --- a/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/flexbe/flexbe-widget_1.3.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: flexbe-widget-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_widget/evaluate_logs contained in package flexbe-widget requires /bin/bash, but no providers found in RDEPENDS_flexbe-widget? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: flexbe-widget-1.3.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/flexbe_widget/evaluate_logs contained in package flexbe-widget requires /bin/bash, but no providers found in RDEPENDS:flexbe-widget? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend index 39ab816bc99..14681383bf9 100644 --- a/meta-ros1-noetic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/fmi-adapter/fmi-adapter_1.0.4-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/modelon-community/fmi-library.git tag 2.1 with git # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-fmi-library-with-bitbake-fetche.patch \ git://github.com/modelon-community/fmi-library.git;protocol=https;name=fmi-library;destsuffix=git/fmi-library-upstream \ " diff --git a/meta-ros1-noetic/recipes-bbappends/fuse/fuse-ros_0.4.2-1.bb b/meta-ros1-noetic/recipes-bbappends/fuse/fuse-ros_0.4.2-1.bb index e5a3c15f2aa..a68af53c2b9 100644 --- a/meta-ros1-noetic/recipes-bbappends/fuse/fuse-ros_0.4.2-1.bb +++ b/meta-ros1-noetic/recipes-bbappends/fuse/fuse-ros_0.4.2-1.bb @@ -1,4 +1,4 @@ require ../../generated-recipes/fuse/fuse_${PV}.bb -ROS_EXEC_DEPENDS_remove = "fuse-doc" +ROS_EXEC_DEPENDS:remove = "fuse-doc" ROS_EXEC_DEPENDS += "fuse-ros-doc" diff --git a/meta-ros1-noetic/recipes-bbappends/geometric-shapes/geometric-shapes_0.7.3-1.bbappend b/meta-ros1-noetic/recipes-bbappends/geometric-shapes/geometric-shapes_0.7.3-1.bbappend index 0df82bc7613..dbbf46c3efa 100644 --- a/meta-ros1-noetic/recipes-bbappends/geometric-shapes/geometric-shapes_0.7.3-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/geometric-shapes/geometric-shapes_0.7.3-1.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-resource_retriever-to-CAT.patch" # ERROR: geometric-shapes-0.7.2-1-r0 do_package: QA Issue: geometric-shapes: Files/directories were installed but not shipped in any package: # /usr/opt/ros/noetic/lib/libgeometric_shapes.so.0.7.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # geometric-shapes: 1 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/lib*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/lib*${SOLIBS}" # ERROR: geometric-shapes-0.7.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: geometric-shapes path '/work/qemux86-webos-linux/geometric-shapes/0.7.2-1-r0/packages-split/geometric-shapes/usr/opt/ros/noetic/lib/libgeometric_shapes.so' [dev-so] diff --git a/meta-ros1-noetic/recipes-bbappends/geometry2/tf2-py_0.7.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/geometry2/tf2-py_0.7.5-1.bbappend index 5af864bb267..f3d1f27ffe2 100644 --- a/meta-ros1-noetic/recipes-bbappends/geometry2/tf2-py_0.7.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/geometry2/tf2-py_0.7.5-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason _tf2.so ends with bad RPATH # package tf2-py contains bad RPATH BUILD/work/i586-oe-linux/tf2-py/0.6.5-r0/recipe-sysroot/opt/ros/melodic/lib in file BUILD/work/i586-oe-linux/tf2-py/0.6.5-r0/packages-split/tf2-py/opt/ros/melodic/lib/python2.7/site-packages/tf2_py/_tf2.so [rpaths] @@ -17,6 +17,6 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # It's not set anywhere in CMakeLists.txt and running cmake even with --trace --debug-output doesn't show # anything about where this rpath came from to ninja's LINK_LIBRARIES -do_install_append() { +do_install:append() { chrpath --delete ${D}${PYTHON_SITEPACKAGES_DIR}/tf2_py/_tf2.so } diff --git a/meta-ros1-noetic/recipes-bbappends/gpp/gpp-plugin_0.1.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/gpp/gpp-plugin_0.1.0-1.bbappend index cc12cc667b1..bed6a8aad4d 100644 --- a/meta-ros1-noetic/recipes-bbappends/gpp/gpp-plugin_0.1.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/gpp/gpp-plugin_0.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-by-explictly-including-atomic.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bbappend index 14610029fc1..8efcdc636bc 100644 --- a/meta-ros1-noetic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/hebi-cpp-api-ros/hebi-cpp-api_3.2.0-1.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-hebi-CMakeLists.txt-fix-configure-with-empty-CMAKE_L.patch" # Supports only 4 values [i686, x86_64, armhf, aarch64], otherwise it ends with default x86_64 # e.g. when CMAKE_LIBRARY_ARCHITECTURE is empty like in our builds -EXTRA_OECMAKE_append_x86 = "-DLIBHEBI_TARGET_ARCHITECTURE=i686" -EXTRA_OECMAKE_append_x86-64 = "-DLIBHEBI_TARGET_ARCHITECTURE=x86_64" -EXTRA_OECMAKE_append_arm = "-DLIBHEBI_TARGET_ARCHITECTURE=armhf" -EXTRA_OECMAKE_append_aarch64 = "-DLIBHEBI_TARGET_ARCHITECTURE=aarch64" +EXTRA_OECMAKE:append:x86 = "-DLIBHEBI_TARGET_ARCHITECTURE=i686" +EXTRA_OECMAKE:append:x86-64 = "-DLIBHEBI_TARGET_ARCHITECTURE=x86_64" +EXTRA_OECMAKE:append:arm = "-DLIBHEBI_TARGET_ARCHITECTURE=armhf" +EXTRA_OECMAKE:append:aarch64 = "-DLIBHEBI_TARGET_ARCHITECTURE=aarch64" # ERROR: hebi-cpp-api-3.1.1-1-r0 do_package: QA Issue: hebi-cpp-api: Files/directories were installed but not shipped in any package: # /usr/opt/ros/melodic/lib/libhebi.so.2.0 diff --git a/meta-ros1-noetic/recipes-bbappends/joystick-drivers/joy_1.15.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/joystick-drivers/joy_1.15.1-1.bbappend index 73958aa529a..114b3299646 100644 --- a/meta-ros1-noetic/recipes-bbappends/joystick-drivers/joy_1.15.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/joystick-drivers/joy_1.15.1-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # "joy" builds fine without this dependency. -DEPENDS_remove = "joystick" -RDEPENDS_${PN}_remove = "joystick" +DEPENDS:remove = "joystick" +RDEPENDS:${PN}:remove = "joystick" diff --git a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-2.bbappend b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-2.bbappend index 70896f490a8..e1a1b45af77 100644 --- a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/libcmt_2.1.21-2.bbappend @@ -5,7 +5,7 @@ # GIT_TAG e4d7ea42edafe13b1070ef4d595b2d6062d79d1a # # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libcmt-with-bitbake-fetcher.patch \ git://github.com/delmottea/libCMT.git;protocol=https;name=libcmt-upstream;destsuffix=git/libcmt-upstream \ " diff --git a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-2.bbappend b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-2.bbappend index ebb346cc01a..dc514c0370f 100644 --- a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/mini-maxwell_2.1.21-2.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fix shebang, because /bin/env most likely doesn't exist anywhere -# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters26.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS_mini-maxwell? [file-rdeps] -# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS_mini-maxwell? [file-rdeps] +# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters26.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS:mini-maxwell? [file-rdeps] +# ERROR: mini-maxwell-2.1.13-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/mini_maxwell/scripts/setfilters.py contained in package mini-maxwell requires /bin/env, but no providers found in RDEPENDS:mini-maxwell? [file-rdeps] # ... # There are few scripts with correct shebang, list only those with /bin/env: # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/drc_2015_environment.py:#!/usr/bin/env python @@ -20,7 +20,7 @@ # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/simple_server/simple_echo_server.py:#!/usr/bin/env python # /jenkins/mjansa/build/ros/ros1-melodic-dunfell/tmp-glibc/work/aarch64-oe-linux/mini-maxwell/2.1.13-1-r0/image/opt/ros/melodic/share/mini_maxwell/scripts/simple_server/simple_send_packet.py:#!/usr/bin/env python -do_install_append() { +do_install:append() { sed -i 's@^#!/bin/env@#!/usr/bin/env@g' ${D}${ros_datadir}/mini_maxwell/scripts/setfilters26.py \ ${D}${ros_datadir}/mini_maxwell/scripts/setfilters.py \ ${D}${ros_datadir}/mini_maxwell/scripts/mm2client.py \ diff --git a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-2.bbappend b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-2.bbappend index 62c93a0ae6e..6ac51ba7416 100644 --- a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/rosping_2.1.21-2.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch \ file://0001-CMakeLists.txt-remove-strange-sudo-calls.patch \ " -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # ERROR: rosping-2.1.13-1-r0 do_package_qa: QA Issue: # package rosping contains bad RPATH /jenkins/mjansa/build/ros/ros1-melodic-gatesgarth/tmp-glibc/work/core2-64-oe-linux/rosping/2.1.13-1-r0/recipe-sysroot/opt/ros/melodic/lib in file /jenkins/mjansa/build/ros/ros1-melodic-gatesgarth/tmp-glibc/work/core2-64-oe-linux/rosping/2.1.13-1-r0/packages-split/rosping/opt/ros/melodic/lib/rosping/rosping [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${ros_libdir}/${ROS_BPN}/${ROS_BPN} } diff --git a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-2.bbappend b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-2.bbappend index e17c6034a51..3f7e6b17665 100644 --- a/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/jsk-3rdparty/slic_2.1.21-2.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/garaemon/SLIC-Superpixels 78d9a2ba7ae1d3fee8c2ec774a52536c5f08f07c with git # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-slic-with-bitbake-fetcher.patch \ git://github.com/garaemon/SLIC-Superpixels.git;protocol=https;name=slic-upstream;destsuffix=git/slic-upstream \ file://0001-CMakeLists.txt-add-very-simple-CMake-file.patch;patchdir=slic-upstream \ diff --git a/meta-ros1-noetic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-2.bbappend b/meta-ros1-noetic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-2.bbappend index ffc0e7aef8a..793c7018b3e 100644 --- a/meta-ros1-noetic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/jsk-common/jsk-network-tools_2.2.11-2.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: jsk-network-tools-2.2.10-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/jsk_network_tools/expand_udp_receive_buffer.sh contained in package jsk-network-tools requires /bin/bash, but no providers found in RDEPENDS_jsk-network-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: jsk-network-tools-2.2.10-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/jsk_network_tools/expand_udp_receive_buffer.sh contained in package jsk-network-tools requires /bin/bash, but no providers found in RDEPENDS:jsk-network-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend b/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend index 4fce0361b30..2d63acf9020 100644 --- a/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-core_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # kobuki-ftdi is blacklisted -ROS_EXPORT_DEPENDS_remove = "kobuki-ftdi" -ROS_EXEC_DEPENDS_remove = "kobuki-ftdi" +ROS_EXPORT_DEPENDS:remove = "kobuki-ftdi" +ROS_EXEC_DEPENDS:remove = "kobuki-ftdi" diff --git a/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend b/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend index 1e999682a8f..44f4cf3ebb2 100644 --- a/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/kobuki-core/kobuki-ftdi_0.7.12-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-update-libusb-libftdi-pkg-config-names-to.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bbappend index 43280f8b649..5ba132a365b 100644 --- a/meta-ros1-noetic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/kvh-geo-fog-3d/kvh-geo-fog-3d-driver_1.5.1-1.bbappend @@ -1,18 +1,18 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: kvh-geo-fog-3d-driver-1.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/kvh_geo_fog_3d_driver/run_tests.sh contained in package kvh-geo-fog-3d-driver requires /bin/bash, but no providers found in RDEPENDS_kvh-geo-fog-3d-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: kvh-geo-fog-3d-driver-1.3.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/kvh_geo_fog_3d_driver/run_tests.sh contained in package kvh-geo-fog-3d-driver requires /bin/bash, but no providers found in RDEPENDS:kvh-geo-fog-3d-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Fails with webOS OSE which by default uses -Werror=return-type # kvh-geo-fog-3d-driver/1.3.3-1-r0/git/src/kvh_driver/driver_main.cpp:310:3: error: no return statement in function returning non-void [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-10.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/leo-common/leo-teleop_1.2.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/leo-common/leo-teleop_1.2.2-1.bbappend index 0526c3892f0..bee992c2b1e 100644 --- a/meta-ros1-noetic/recipes-bbappends/leo-common/leo-teleop_1.2.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/leo-common/leo-teleop_1.2.2-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: leo-teleop-1.2.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/leo_teleop/scripts/key_teleop contained in package leo-teleop requires /bin/bash, but no providers found in RDEPENDS_leo-teleop? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: leo-teleop-1.2.1-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/leo_teleop/scripts/key_teleop contained in package leo-teleop requires /bin/bash, but no providers found in RDEPENDS:leo-teleop? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/libfranka/libfranka_0.8.0-4.bbappend b/meta-ros1-noetic/recipes-bbappends/libfranka/libfranka_0.8.0-4.bbappend index fa45ec82e91..9449cb02043 100644 --- a/meta-ros1-noetic/recipes-bbappends/libfranka/libfranka_0.8.0-4.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/libfranka/libfranka_0.8.0-4.bbappend @@ -12,7 +12,7 @@ inherit ros_insane_dev_so # /usr/share/franka/cmake/FrankaTargets-noconfig.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # libfranka: 6 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/franka" +FILES:${PN} += "${datadir}/franka" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-10.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/m-explore/multirobot-map-merge_2.1.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/m-explore/multirobot-map-merge_2.1.4-1.bbappend index 53553b8d054..e201d50cc62 100644 --- a/meta-ros1-noetic/recipes-bbappends/m-explore/multirobot-map-merge_2.1.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/m-explore/multirobot-map-merge_2.1.4-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-combine_grids-estimation_internal.h-fix-build-with-o.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend index 5ca90d62a04..d0dfb25222d 100644 --- a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-nodelet_2.14.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-cmake-swri_nodelet-extras.cmake.in-allow-swri_nodele.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend index 8aba2797f08..ff5ffa2b5cb 100644 --- a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-opencv-util_2.14.2-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-show.cpp-don-t-make-CvWindows-private.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend index f6c4b45b506..ac8fc184a93 100644 --- a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-prefix-tools_2.14.2-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: swri-prefix-tools-2.11.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/swri_prefix_tools/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: swri-prefix-tools-2.11.0-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/share/swri_prefix_tools/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS:swri-prefix-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend index 75adaed75fd..2990b8fe281 100644 --- a/meta-ros1-noetic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/marti-common/swri-transform-util_2.14.2-1.bbappend @@ -3,7 +3,7 @@ EXTRA_OECMAKE += "-Dswri_nodelet_SHARE=${RECIPE_SYSROOT}${ros_datadir}/swri_nodelet" # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-utm_util.h-don-t-make-UtmData-private.patch" # Needed for proj-6 diff --git a/meta-ros1-noetic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend index 0479e13a627..25678251a17 100644 --- a/meta-ros1-noetic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/mavros/mavros_1.8.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -# ERROR: mavros-1.6.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS_mavros? [file-rdeps] +# ERROR: mavros-1.6.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/noetic/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS:mavros? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ " @@ -11,8 +11,8 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-ftf_frame_convertions.cpp-work-around-few-return-typ.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/message-generation/message-generation_%.bbappend b/meta-ros1-noetic/recipes-bbappends/message-generation/message-generation_%.bbappend index 749441ce1e1..2b914f2a367 100644 --- a/meta-ros1-noetic/recipes-bbappends/message-generation/message-generation_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/message-generation/message-generation_%.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # Not supporting Lisp => remove dependencies on geneus and genlisp -do_configure_prepend() { +do_configure:prepend() { sed -i -e '/^catkin_package(/ {; s/ geneus / /; s/ genlisp / /; }' ${S}/CMakeLists.txt } -ROS_EXPORT_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" +ROS_EXPORT_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp', '', d)}" # These aren't available for native build -ROS_EXPORT_DEPENDS_remove_class-native = "gencpp geneus genlisp gennodejs genpy" -ROS_EXEC_DEPENDS_remove_class-native = "gencpp geneus genlisp gennodejs genpy" +ROS_EXPORT_DEPENDS:remove:class-native = "gencpp geneus genlisp gennodejs genpy" +ROS_EXEC_DEPENDS:remove:class-native = "gencpp geneus genlisp gennodejs genpy" diff --git a/meta-ros1-noetic/recipes-bbappends/metapackages/ros-core_%.bbappend b/meta-ros1-noetic/recipes-bbappends/metapackages/ros-core_%.bbappend index 4d30332c9b2..004f6e158d3 100644 --- a/meta-ros1-noetic/recipes-bbappends/metapackages/ros-core_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/metapackages/ros-core_%.bbappend @@ -1,14 +1,14 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "cmake-modules" -ROS_EXEC_DEPENDS_remove = "gencpp" -ROS_EXEC_DEPENDS_remove = "geneus" -ROS_EXEC_DEPENDS_remove = "genlisp" -ROS_EXEC_DEPENDS_remove = "genmsg" -ROS_EXEC_DEPENDS_remove = "gennodejs" -ROS_EXEC_DEPENDS_remove = "genpy" -ROS_EXEC_DEPENDS_remove = "message-generation" +ROS_EXEC_DEPENDS:remove = "cmake-modules" +ROS_EXEC_DEPENDS:remove = "gencpp" +ROS_EXEC_DEPENDS:remove = "geneus" +ROS_EXEC_DEPENDS:remove = "genlisp" +ROS_EXEC_DEPENDS:remove = "genmsg" +ROS_EXEC_DEPENDS:remove = "gennodejs" +ROS_EXEC_DEPENDS:remove = "genpy" +ROS_EXEC_DEPENDS:remove = "message-generation" # The dependency on roslisp isn't mandatory and roslisp is blacklisted -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp roslisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'geneus genlisp roslisp', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend b/meta-ros1-noetic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend index 5defddf0686..dddd7be84a5 100644 --- a/meta-ros1-noetic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/mocap-optitrack/mocap-optitrack_0.1.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-append-to-CMAKE_CXX_FLAGS-instead-of-.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-core_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-core_1.1.5-1.bbappend index 7c1a57ec9e8..6f4ceaf82d4 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-core_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-core_1.1.5-1.bbappend @@ -26,7 +26,7 @@ # /opt/ros/melodic/lib/libcollision_detector_fcl_plugin.so.1.0.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # moveit-core: 23 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: moveit-core-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-core path '/work/core2-64-oe-linux/moveit-core/1.0.2-1-r0/packages-split/moveit-core/opt/ros/melodic/lib/libmoveit_background_processing.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-core path '/work/core2-64-oe-linux/moveit-core/1.0.2-1-r0/packages-split/moveit-core/opt/ros/melodic/lib/libmoveit_constraint_samplers.so' @@ -61,5 +61,5 @@ inherit ros_insane_dev_so # function(pybind11_add_module target_name) in recipe-sysroot/usr/opt/ros/noetic/share/pybind11_catkin/cmake/pybind11Tools.cmake uses CMAKE_STRIP variable EXTRA_OECMAKE += "-DCMAKE_STRIP=OFF" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-collision_detection_bullet-respect-BULLET_CFLAGS.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-kinematics_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-kinematics_1.1.5-1.bbappend index 910436ba054..150c449895d 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-kinematics_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-kinematics_1.1.5-1.bbappend @@ -10,12 +10,12 @@ # moveit-kinematics: 5 installed and not shipped files. [installed-vs-shipped] inherit ros_insane_dev_so -# ERROR: moveit-kinematics-1.0.2-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS_moveit-kinematics? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moveit-kinematics-1.0.2-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS:moveit-kinematics? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-planners-ompl_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-planners-ompl_1.1.5-1.bbappend index 4850c28e629..b9689a8718e 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-planners-ompl_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-planners-ompl_1.1.5-1.bbappend @@ -9,6 +9,6 @@ # ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-planners-ompl path '/work/core2-64-oe-linux/moveit-planners-ompl/1.0.2-1-r0/packages-split/moveit-planners-ompl/opt/ros/melodic/lib/libmoveit_ompl_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-planners-ompl path '/work/core2-64-oe-linux/moveit-planners-ompl/1.0.2-1-r0/packages-split/moveit-planners-ompl/opt/ros/melodic/lib/libmoveit_ompl_planner_plugin.so' [dev-so] -# ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_planners_ompl/moveit_ompl_planner contained in package moveit-planners-ompl requires libmoveit_ompl_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-planners-ompl? [file-rdeps] +# ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_planners_ompl/moveit_ompl_planner contained in package moveit-planners-ompl requires libmoveit_ompl_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-planners-ompl? [file-rdeps] # ERROR: moveit-planners-ompl-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.1.5-1.bbappend index 3c995efaa0e..915a97d92a0 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-benchmarks_1.1.5-1.bbappend @@ -6,6 +6,6 @@ # moveit-ros-benchmarks: 1 installed and not shipped files. [installed-vs-shipped] # # ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-benchmarks path '/work/aarch64-oe-linux/moveit-ros-benchmarks/1.0.2-1-r0/packages-split/moveit-ros-benchmarks/opt/ros/melodic/lib/libmoveit_ros_benchmarks.so' [dev-so] -# ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_benchmarks/moveit_run_benchmark contained in package moveit-ros-benchmarks requires libmoveit_ros_benchmarks.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-benchmarks? [file-rdeps] +# ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_benchmarks/moveit_run_benchmark contained in package moveit-ros-benchmarks requires libmoveit_ros_benchmarks.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-benchmarks? [file-rdeps] # ERROR: moveit-ros-benchmarks-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-move-group_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-move-group_1.1.5-1.bbappend index cb45199abff..f9c4ef4db35 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-move-group_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-move-group_1.1.5-1.bbappend @@ -9,6 +9,6 @@ # ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-move-group path '/work/aarch64-oe-linux/moveit-ros-move-group/1.0.2-1-r0/packages-split/moveit-ros-move-group/opt/ros/melodic/lib/libmoveit_move_group_default_capabilities.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-move-group path '/work/aarch64-oe-linux/moveit-ros-move-group/1.0.2-1-r0/packages-split/moveit-ros-move-group/opt/ros/melodic/lib/libmoveit_move_group_capabilities_base.so' [dev-so] -# ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_move_group/move_group contained in package moveit-ros-move-group requires libmoveit_move_group_capabilities_base.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-move-group? [file-rdeps] +# ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_move_group/move_group contained in package moveit-ros-move-group requires libmoveit_move_group_capabilities_base.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-move-group? [file-rdeps] # ERROR: moveit-ros-move-group-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-perception_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-perception_1.1.5-1.bbappend index 23689fc2373..84565fb9833 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-perception_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-perception_1.1.5-1.bbappend @@ -25,4 +25,4 @@ inherit ros_insane_dev_so # mesa is recipe name, shouldn't be used in runtime dependencies -ROS_EXEC_DEPENDS_remove = "mesa" +ROS_EXEC_DEPENDS:remove = "mesa" diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.1.5-1.bbappend index f78b3f1f73e..e0ec456e0a0 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning-interface_1.1.5-1.bbappend @@ -17,9 +17,9 @@ # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning-interface path '/work/aarch64-oe-linux/moveit-ros-planning-interface/1.0.2-1-r0/packages-split/moveit-ros-planning-interface/opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so' [dev-so] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_move_group_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_py_bindings_tools.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_planning_scene_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_planning_scene_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] -# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_common_planning_interface_objects.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_move_group_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_move_group_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_roscpp_initializer.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_py_bindings_tools.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_planning_scene_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_planning_scene_interface.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] +# ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/python2.7/site-packages/moveit_ros_planning_interface/_moveit_robot_interface.so.1.0.2 contained in package moveit-ros-planning-interface requires libmoveit_common_planning_interface_objects.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning-interface? [file-rdeps] # ERROR: moveit-ros-planning-interface-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. inherit ros_insane_dev_so diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning_1.1.5-1.bbappend index a0b7319bbc4..d078ea75864 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-planning_1.1.5-1.bbappend @@ -24,13 +24,13 @@ # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_constraint_sampler_manager_loader.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_plan_execution.so' # non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-planning path '/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/packages-split/moveit-ros-planning/opt/ros/melodic/lib/libmoveit_trajectory_execution_manager.so' [dev-so] -# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_visualize_robot_collision_volume contained in package moveit-ros-planning requires libmoveit_planning_scene_monitor.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning? [file-rdeps] -# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_publish_scene_from_text contained in package moveit-ros-planning requires libmoveit_robot_model_loader.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-planning? [file-rdeps] +# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_visualize_robot_collision_volume contained in package moveit-ros-planning requires libmoveit_planning_scene_monitor.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning? [file-rdeps] +# ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_planning/moveit_publish_scene_from_text contained in package moveit-ros-planning requires libmoveit_robot_model_loader.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-planning? [file-rdeps] # ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. # ERROR: moveit-ros-planning-1.0.2-1-r0 do_package_qa: Function failed: do_package_qa # ERROR: Logfile of failure stored in: /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/core2-64-oe-linux/moveit-ros-planning/1.0.2-1-r0/temp/log.do_package_qa.12621 # ERROR: Task (/jenkins/mjansa/build/ros/ros1-melodic-thud/meta-ros/meta-ros1-melodic/generated-recipes/moveit/moveit-ros-planning_1.0.2-1.bb:do_package_qa) failed with exit code '1' inherit ros_insane_dev_so -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-dynamic_reconfigure-to-CA.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-warehouse_1.1.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-warehouse_1.1.5-1.bbappend index b1b4b949199..875680f9feb 100644 --- a/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-warehouse_1.1.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/moveit/moveit-ros-warehouse_1.1.5-1.bbappend @@ -5,7 +5,7 @@ # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # moveit-ros-warehouse: 1 installed and not shipped files. [installed-vs-shipped] # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: moveit-ros-warehouse path '/work/core2-64-oe-linux/moveit-ros-warehouse/1.0.2-1-r0/packages-split/moveit-ros-warehouse/opt/ros/melodic/lib/libmoveit_warehouse.so' [dev-so] -# ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_warehouse/moveit_warehouse_services contained in package moveit-ros-warehouse requires libmoveit_warehouse.so.1.0.2()(64bit), but no providers found in RDEPENDS_moveit-ros-warehouse? [file-rdeps] +# ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/moveit_ros_warehouse/moveit_warehouse_services contained in package moveit-ros-warehouse requires libmoveit_warehouse.so.1.0.2()(64bit), but no providers found in RDEPENDS:moveit-ros-warehouse? [file-rdeps] # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. # ERROR: moveit-ros-warehouse-1.0.2-1-r0 do_package_qa: Function failed: do_package_qa # ERROR: Logfile of failure stored in: /jenkins/mjansa/build/ros/ros1-melodic-thud/tmp-glibc/work/core2-64-oe-linux/moveit-ros-warehouse/1.0.2-1-r0/temp/log.do_package_qa.64674 diff --git a/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-lib_4.0.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-lib_4.0.5-1.bbappend index b8f1edab746..23a96d921a6 100644 --- a/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-lib_4.0.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-lib_4.0.5-1.bbappend @@ -9,8 +9,8 @@ # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/FlashUtility # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/ImuConfigUtility # package multisense-lib contains bad RPATH multisense-lib/4.0.3-1-r0/devel/lib in file multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/multisense_lib/SaveImageUtility [rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { # all except /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater chrpath --delete ${D}${ros_libdir}/${ROS_BPN}/*Utility } @@ -19,7 +19,7 @@ do_install_append() { # ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: multisense-lib path '/work/core2-64-oe-linux/multisense-lib/4.0.3-1-r0/packages-split/multisense-lib/opt/ros/melodic/lib/libMultiSense.so' [dev-so] inherit ros_insane_dev_so -# ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater contained in package multisense-lib requires /bin/bash, but no providers found in RDEPENDS_multisense-lib? [file-rdeps] +# ERROR: multisense-lib-4.0.3-1-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/multisense_lib/MultiSenseUpdater contained in package multisense-lib requires /bin/bash, but no providers found in RDEPENDS:multisense-lib? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ " @@ -30,5 +30,5 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-ros_4.0.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-ros_4.0.5-1.bbappend index 77e7966bf1b..78cf926015e 100644 --- a/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-ros_4.0.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/multisense-ros/multisense-ros_4.0.5-1.bbappend @@ -1,12 +1,12 @@ # Copyright (c) 2020 LG Electronics, Inc. # There is typo in rosdep/base.yaml: openembedded: [libjpeq-turbo@openembedded-core] -ROS_BUILD_DEPENDS_remove = "libjpeq-turbo" -ROS_EXPORT_DEPENDS_remove = "libjpeq-turbo" -ROS_EXEC_DEPENDS_remove = "libjpeq-turbo" +ROS_BUILD_DEPENDS:remove = "libjpeq-turbo" +ROS_EXPORT_DEPENDS:remove = "libjpeq-turbo" +ROS_EXEC_DEPENDS:remove = "libjpeq-turbo" -ROS_BUILD_DEPENDS_append = " libjpeg-turbo" -ROS_EXPORT_DEPENDS_append = " libjpeg-turbo" -ROS_EXEC_DEPENDS_append = " libjpeg-turbo" +ROS_BUILD_DEPENDS:append = " libjpeg-turbo" +ROS_EXPORT_DEPENDS:append = " libjpeg-turbo" +ROS_EXEC_DEPENDS:append = " libjpeg-turbo" -ROS_BUILDTOOL_DEPENDS_remove = "yaml-cpp-native" +ROS_BUILDTOOL_DEPENDS:remove = "yaml-cpp-native" diff --git a/meta-ros1-noetic/recipes-bbappends/navigation/amcl_1.17.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/navigation/amcl_1.17.1-1.bbappend index af96ff3a350..bd15f57a2b6 100644 --- a/meta-ros1-noetic/recipes-bbappends/navigation/amcl_1.17.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/navigation/amcl_1.17.1-1.bbappend @@ -3,5 +3,5 @@ # Missing license version in package.xml LICENSE = "LGPL-2.1+" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-includes.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/navigation/navfn_1.17.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/navigation/navfn_1.17.1-1.bbappend index b172c7a2c55..3929f80635a 100644 --- a/meta-ros1-noetic/recipes-bbappends/navigation/navfn_1.17.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/navigation/navfn_1.17.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-netpbm}" +ROS_BUILD_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-netpbm}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-uncommend-CheckIncludeFile-include.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend b/meta-ros1-noetic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend index b6eac7438a7..f3b5306fda5 100644 --- a/meta-ros1-noetic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend @@ -8,15 +8,15 @@ # /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-edt-3d: 5 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.0-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/aarch64-oe-linux/dynamic-edt-3d/1.9.0-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # WARNING: dynamic-edt-3d-1.9.0-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/aarch64-oe-linux/dynamic-edt-3d/1.9.0-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } @@ -27,6 +27,6 @@ do_install_append() { # /usr/share/ament_index/resource_index/packages/dynamicEDT3D # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-edt-3d: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend b/meta-ros1-noetic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend index 5ce7edf0286..a9cf6b30949 100644 --- a/meta-ros1-noetic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # WARNING: octomap-1.9.0-1-r0 do_package_qa: QA Issue: # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.0 contains probably-redundant RPATH /usr/lib @@ -13,7 +13,7 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/graph2tree contains probably-redundant RPATH /usr/lib # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/edit_octree contains probably-redundant RPATH /usr/lib # octomap: /work/aarch64-oe-linux/octomap/1.9.0-1-r0/packages-split/octomap/usr/bin/eval_octree_accuracy contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } @@ -28,6 +28,6 @@ inherit ros_insane_dev_so # /usr/share/ament_index/resource_index/packages/octomap # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # octomap: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ompl/ompl_%.bbappend index 9beca24e0cb..3800737a6f5 100644 --- a/meta-ros1-noetic/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ompl/ompl_%.bbappend @@ -7,10 +7,10 @@ inherit ros_insane_dev_so # https://github.com/ompl/ompl/commit/bb0a03c6fe4fbba0282c9a58881c3f499e7564d0 says it's optional ROS_UNRESOLVED_DEP-opende = "" -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: ompl-1.4.2-5-r0 do_package_qa: QA Issue: ompl: /work/core2-64-oe-linux/ompl/1.4.2-5-r0/packages-split/ompl/usr/lib/libompl.so.1.4.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } @@ -21,6 +21,6 @@ do_install_append() { # /usr/share/ament_index/resource_index/packages/ompl # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # ompl: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/opencv-apps/opencv-apps_2.0.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/opencv-apps/opencv-apps_2.0.2-1.bbappend index 1dc4999b8eb..4b597d49409 100644 --- a/meta-ros1-noetic/recipes-bbappends/opencv-apps/opencv-apps_2.0.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/opencv-apps/opencv-apps_2.0.2-1.bbappend @@ -3,9 +3,9 @@ # Rename PN to PN-ros, because # meta-openembedded/meta-oe/recipes-support/opencv/opencv_4.1.0.bb # has package name PN-apps which conflicts with this recipe -PACKAGES_remove = "${PN}" +PACKAGES:remove = "${PN}" PACKAGE_BEFORE_PN = "${PN}-ros" -FILES_${PN}-ros = "${FILES_opencv-apps}" +FILES:${PN}-ros = "${FILES_opencv-apps}" # ros_opt_prefix.bbclass already sets this for ${PN} and ${PN}-dbg, but we now need it for ${PN}-ros as well -INSANE_SKIP_${PN}-ros += "libdir" +INSANE_SKIP:${PN}-ros += "libdir" diff --git a/meta-ros1-noetic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend index 66bd1e79be8..55e4d3e8362 100644 --- a/meta-ros1-noetic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/openzen-sensor/openzen-sensor_1.2.0-1.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-don-t-reset-CMAKE_CXX_FLAGS.patch" # The cmake subdirectory isn't under datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${ros_libdir}/cmake/OpenZen \ " diff --git a/meta-ros1-noetic/recipes-bbappends/osqp-vendor/osqp-vendor_0.1.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/osqp-vendor/osqp-vendor_0.1.2-1.bbappend index 2d372d112b8..c3448247b35 100644 --- a/meta-ros1-noetic/recipes-bbappends/osqp-vendor/osqp-vendor_0.1.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/osqp-vendor/osqp-vendor_0.1.2-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/oxfordcontrol/osqp.git from tag v0.6.1-dev0 # during do_compile fetch v0.6.2, because v0.6.1-dev0 tag was deleted in osqp repo -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-user-relative-destination-path.patch \ file://0002-CMakeLists.txt-fetch-osqp-with-bitbake-fetcher.patch \ file://0003-CMakeLists.txt-adjust-to-make-catkin-happy.patch \ @@ -25,4 +25,4 @@ SRCREV_qdldl = "7d16b70a10a152682204d745d814b6eb63dc5cd2" # /usr/opt/ros/noetic/lib/cmake/qdldl/qdldl-targets-noconfig.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # osqp-vendor: 9 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${ros_libdir}/cmake" +FILES:${PN}-dev += "${ros_libdir}/cmake" diff --git a/meta-ros1-noetic/recipes-bbappends/people/face-detector_1.4.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/people/face-detector_1.4.0-1.bbappend index 4882ee11c6a..351bf39b763 100644 --- a/meta-ros1-noetic/recipes-bbappends/people/face-detector_1.4.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/people/face-detector_1.4.0-1.bbappend @@ -2,7 +2,7 @@ DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-face_detection-fix-build-with-gcc-11.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/phidgets-drivers/libphidget22_1.0.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/phidgets-drivers/libphidget22_1.0.2-1.bbappend index 60e0f33f457..2b599cfc9e7 100644 --- a/meta-ros1-noetic/recipes-bbappends/phidgets-drivers/libphidget22_1.0.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/phidgets-drivers/libphidget22_1.0.2-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/picovoice-ros/picovoice-driver_0.0.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/picovoice-ros/picovoice-driver_0.0.4-1.bbappend index b544f4a7f76..72bdb6720a4 100644 --- a/meta-ros1-noetic/recipes-bbappends/picovoice-ros/picovoice-driver_0.0.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/picovoice-ros/picovoice-driver_0.0.4-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-allow-to-set-PICOVOICE_ARCHITECTURE-d.patch" # There are prebuilt libraries only for 3 architectures: @@ -11,14 +11,14 @@ SRC_URI += "file://0001-CMakeLists.txt-allow-to-set-PICOVOICE_ARCHITECTURE-d.pat # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(.*)', '(^$)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(.*)', '(^$)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(.*)', '(^$)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(.*)', '(^$)', d)}" -PICOVOICE_ARCHITECTURE_x86-64 = "x86_64" -PICOVOICE_ARCHITECTURE_aarch64 = "aarch64" -PICOVOICE_ARCHITECTURE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armv7l', 'not-available', d)}" -PICOVOICE_ARCHITECTURE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armv7l', 'not-available', d)}" +PICOVOICE_ARCHITECTURE:x86-64 = "x86_64" +PICOVOICE_ARCHITECTURE:aarch64 = "aarch64" +PICOVOICE_ARCHITECTURE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armv7l', 'not-available', d)}" +PICOVOICE_ARCHITECTURE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'armv7l', 'not-available', d)}" EXTRA_OECMAKE += "-DPICOVOICE_ARCHITECTURE=${PICOVOICE_ARCHITECTURE}" diff --git a/meta-ros1-noetic/recipes-bbappends/pincher-arm/pincher-arm-bringup_0.2.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pincher-arm/pincher-arm-bringup_0.2.0-1.bbappend index aaef42124fe..ddd0b4edfe4 100644 --- a/meta-ros1-noetic/recipes-bbappends/pincher-arm/pincher-arm-bringup_0.2.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pincher-arm/pincher-arm-bringup_0.2.0-1.bbappend @@ -7,4 +7,4 @@ # /opt/ros/noetic/lib/pincher_arm_bringup/gripper_controller # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # pincher-arm-bringup: 4 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/${ROS_BPN}" +FILES:${PN} += "${ros_libdir}/${ROS_BPN}" diff --git a/meta-ros1-noetic/recipes-bbappends/pinocchio/pinocchio_2.6.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pinocchio/pinocchio_2.6.1-1.bbappend index 8de662d4cb5..1c367110863 100644 --- a/meta-ros1-noetic/recipes-bbappends/pinocchio/pinocchio_2.6.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pinocchio/pinocchio_2.6.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Revert-cmake-fix-packaging-issue-on-Windows.patch" # Fails to build because of eigenpy.pc issues and even with this fixed it later fails with: diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.2-1.bbappend index 7f2858c6781..5db46a09621 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-apps/pr2-app-manager_0.6.2-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: pr2-app-manager-0.6.1-r0 do_package_qa: QA Issue: /opt/ros/noetic/lib/pr2_app_manager/install_applications.sh contained in package pr2-app-manager requires /bin/bash, but no providers found in RDEPENDS_pr2-app-manager? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: pr2-app-manager-0.6.1-r0 do_package_qa: QA Issue: /opt/ros/noetic/lib/pr2_app_manager/install_applications.sh contained in package pr2-app-manager requires /bin/bash, but no providers found in RDEPENDS:pr2-app-manager? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-arm-kinematics_1.0.11-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-arm-kinematics_1.0.11-1.bbappend index e6856fd5f1a..575d76d73fe 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-arm-kinematics_1.0.11-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-arm-kinematics_1.0.11-1.bbappend @@ -4,4 +4,4 @@ # /opt/ros/noetic/lib/pr2_arm_kinematics/pr2_arm_kinematics_node # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # pr2-arm-kinematics: 1 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/${ROS_BPN}" +FILES:${PN} += "${ros_libdir}/${ROS_BPN}" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bbappend index a8aec71a844..e748cab1120 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-common-actions/pr2-tuck-arms-action_0.0.12-1.bbappend @@ -7,4 +7,4 @@ # /opt/ros/noetic/lib/pr2_tuck_arms_action/tuck_arms_test.py # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # pr2-tuck-arms-action: 4 installed and not shipped files. [installed-vs-shipped -FILES_${PN} += "${ros_libdir}/${ROS_BPN}" +FILES:${PN} += "${ros_libdir}/${ROS_BPN}" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/ethercat-hardware_1.9.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bbappend index e172de27178..46bfc940e3e 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-ethercat-drivers/fingertip-pressure_1.9.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-diagnostics_1.8.18-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pr2-mechanism/pr2-mechanism-model_1.8.18-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.5-1.bbappend index f31c047eb29..a6af10dc563 100644 --- a/meta-ros1-noetic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/prosilica-driver/prosilica-camera_1.9.5-1.bbappend @@ -2,11 +2,11 @@ # Depends on prosilica-gige-sdk with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" COMPATIBLE_MACHINE_ppc = "(.*)" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bbappend b/meta-ros1-noetic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bbappend index ab7ef9b8b73..aa4f4e694c1 100644 --- a/meta-ros1-noetic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/prosilica-gige-sdk/prosilica-gige-sdk_1.26.3-2.bbappend @@ -7,18 +7,18 @@ # armv7 i386 ppc x86_64 COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" COMPATIBLE_MACHINE_ppc = "(.*)" -GIGE_ARCH_x86-64 = "x86_64" -GIGE_ARCH_x86 = "i386" +GIGE_ARCH:x86-64 = "x86_64" +GIGE_ARCH:x86 = "i386" GIGE_ARCH_ppc = "ppc" -GIGE_ARCH_armv7a = "armv7" -GIGE_ARCH_armv7ve = "armv7" +GIGE_ARCH:armv7a = "armv7" +GIGE_ARCH:armv7ve = "armv7" EXTRA_OECMAKE += "-DPVAPILIB=${S}/lib/${GIGE_ARCH}/libPvAPI.so" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-debug-searching-PvAPI-library-search-and-.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.5.0-1.bbappend index 967f61dd2b1..d523fe9ee93 100644 --- a/meta-ros1-noetic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/pybind11-catkin/pybind11-catkin_2.5.0-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/pybind/pybind11/archive/v2.5.0.zip with curl # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-pybind11-with-bitbake-fetcher.patch \ git://github.com/pybind/pybind11.git;protocol=https;name=pybind11-upstream;destsuffix=git/pybind11-upstream \ " diff --git a/meta-ros1-noetic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend index 838eabd9919..34446152db7 100644 --- a/meta-ros1-noetic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.1-1.bbappend @@ -5,7 +5,7 @@ # during do_compile fetch it with bitbake's git fetcher from github, because # https://projects.coin-or.org/qpOASES only shows: # This project has moved t https://github.com/coin-or/qpOASES -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-qpOASES-with-bitbake-fetcher.patch \ git://github.com/coin-or/qpOASES;protocol=https;branch=stable/3.2;name=qpOASES-upstream;destsuffix=git/qpOASES-upstream \ " diff --git a/meta-ros1-noetic/recipes-bbappends/quanergy-client/quanergy-client_5.0.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/quanergy-client/quanergy-client_5.0.0-1.bbappend index 3caeb311042..525537b621d 100644 --- a/meta-ros1-noetic/recipes-bbappends/quanergy-client/quanergy-client_5.0.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/quanergy-client/quanergy-client_5.0.0-1.bbappend @@ -8,4 +8,4 @@ # /usr/share/QuanergyClient/QuanergyClientTargets.cmake # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # quanergy-client: 5 installed and not shipped files. [installed-vs-shipped] -FILES_${PN}-dev += "${datadir}/QuanergyClient" +FILES:${PN}-dev += "${datadir}/QuanergyClient" diff --git a/meta-ros1-noetic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend index fad8e26b716..7f43a45b876 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # in version 2.4.1-1 only aarch64 prebuilt binaries ware missing GNU_HASH, but in 2.5.0-1 it's missing for all 4 supported architectures (32_ARMhf, 32_i86, 64_ARM, 64_x64) -INSANE_SKIP_${PN} += " ldflags" +INSANE_SKIP:${PN} += " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN} += " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros1-noetic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend index 151cf94644b..75aac8c08d3 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-genicam-camera/rc-genicam-camera_1.3.0-1.bbappend @@ -2,8 +2,8 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bbappend index ca8436c36c1..a6d49e14111 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.5.2-1.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: diff --git a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.2.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.2.1-1.bbappend index bf62b69e4c8..8fed47a4fe1 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.2.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-roi-manager-gui_3.2.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -do_configure_prepend() { +do_configure:prepend() { # wx-config is installed in uncommon location, we need to export # WX_CONFIG for https://cmake.org/cmake/help/v3.0/module/FindwxWidgets.html # to find it diff --git a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard-driver_3.2.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard-driver_3.2.1-1.bbappend index 460be307169..b42aee91067 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard-driver_3.2.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard-driver_3.2.1-1.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api which has this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_visard-release repo there are no suitable tags: diff --git a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard_3.2.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard_3.2.1-1.bbappend index 3684fbb20fb..8485a6b039a 100644 --- a/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard_3.2.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rc-visard/rc-visard_3.2.1-1.bbappend @@ -2,8 +2,8 @@ # rdepends on rc-visard-driver which depends on rc-genicam-api which has this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/robot-calibration/robot-calibration_0.6.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/robot-calibration/robot-calibration_0.6.4-1.bbappend index b006707706c..d5272ffb586 100644 --- a/meta-ros1-noetic/recipes-bbappends/robot-calibration/robot-calibration_0.6.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/robot-calibration/robot-calibration_0.6.4-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CmakeLists.txt-set-C-version-to-C-14.patch" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros1-noetic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-2.bbappend b/meta-ros1-noetic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-2.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros1-noetic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/robot-navigation/global-planner-tests_0.3.0-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.15.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.15.0-1.bbappend index 116f802c1cd..6a7825a7b8d 100644 --- a/meta-ros1-noetic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.15.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/robot-state-publisher/robot-state-publisher_1.15.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-tf-to-DEPENDS.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend index 13bb2baa36f..c67ba374de5 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-canopen/socketcan-interface_%.bbappend @@ -2,8 +2,8 @@ # linux-libc-headers package is empty, so not created, we cannot # have runtime dependency on it -ROS_EXEC_DEPENDS_remove = "linux-libc-headers" +ROS_EXEC_DEPENDS:remove = "linux-libc-headers" # Fails with webOS OSE which by default uses gold -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-include-CMAKE_THREAD_LIBS_INIT-also-f.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/ros-comm/ros-comm_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-comm/ros-comm_%.bbappend index 595a1925eb2..f16f628c45e 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-comm/ros-comm_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-comm/ros-comm_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # The dependency on roslisp isn't mandatory and roslisp is blacklisted -ROS_EXPORT_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" +ROS_EXPORT_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', 'roslisp', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/ros-environment/ros-environment_1.3.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-environment/ros-environment_1.3.2-1.bbappend index 808500cdf20..f8c75854125 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-environment/ros-environment_1.3.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-environment/ros-environment_1.3.2-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " \ +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " \ file://add-vars.patch \ " -do_configure_prepend_class-target() { +do_configure:prepend:class-target() { sed -i -e 's,@(PYTHON_EXECUTABLE),${bindir}/env python${ROS_PYTHON_VERSION},' ${S}/env-hooks/1.ros_package_path.sh.em } diff --git a/meta-ros1-noetic/recipes-bbappends/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bbappend index 894b3a3ce96..31cbad76251 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-industrial-cmake-boilerplate/ros-industrial-cmake-boilerplate_0.2.11-1.bbappend @@ -7,6 +7,6 @@ # /usr/share/ament_index/resource_index/packages/ros_industrial_cmake_boilerplate # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # ros-industrial-cmake-boilerplate: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend index e7e27ef67fc..f28f2449bed 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-led/ws281x_0.0.11-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "\ file://0001-version-rename-ambiguous-version.h-to-ws281x-version.patch \ file://0002-CMakeLists.txt-don-t-enable-INSTALL_RPATH_USE_LINK_P.patch \ diff --git a/meta-ros1-noetic/recipes-bbappends/ros-realtime/allocators_1.0.25-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-realtime/allocators_1.0.25-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-realtime/allocators_1.0.25-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-realtime/allocators_1.0.25-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/ros-realtime/lockfree_1.0.25-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-realtime/lockfree_1.0.25-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-realtime/lockfree_1.0.25-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-realtime/lockfree_1.0.25-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosatomic_1.0.25-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosatomic_1.0.25-1.bbappend index a30b637b28e..9414f6652c9 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosatomic_1.0.25-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosatomic_1.0.25-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch \ file://0001-atomic-use-static-inline-for-atomic_thread_fence-and.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosrt_1.0.25-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosrt_1.0.25-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosrt_1.0.25-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros-realtime/rosrt_1.0.25-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/ros/rosbash_%.bbappend b/meta-ros1-noetic/recipes-bbappends/ros/rosbash_%.bbappend index a2560f8f1be..1d68d679138 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros/rosbash_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros/rosbash_%.bbappend @@ -2,8 +2,8 @@ # "rosrun" uses array variables, so we can't use the BASH provided by "busybox" but must use a "real" one. NB. "busybox" is only # present on the target. -do_install_append_class-target() { +do_install:append:class-target() { sed -i -e '1 s@^.*$@#!/usr/bin/env bash-real@' ${D}${ros_bindir}/rosrun } -RDEPENDS_${PN}_append_class-target = " bash-real" +RDEPENDS:${PN}:append:class-target = " bash-real" diff --git a/meta-ros1-noetic/recipes-bbappends/ros/rosclean_1.15.7-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ros/rosclean_1.15.7-1.bbappend index 9ff6b1fb5a1..4738b3b393d 100644 --- a/meta-ros1-noetic/recipes-bbappends/ros/rosclean_1.15.7-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ros/rosclean_1.15.7-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://recognize-busybox-star.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/roslint/roslint_%.bbappend b/meta-ros1-noetic/recipes-bbappends/roslint/roslint_%.bbappend index 080b621d69b..639e7e371d7 100644 --- a/meta-ros1-noetic/recipes-bbappends/roslint/roslint_%.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/roslint/roslint_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append_class-target() { +do_install:append:class-target() { # This testing script requires bash, which isn't always on the target. rm -f ${D}${ros_libdir}/${ROS_BPN}/test_wrapper } diff --git a/meta-ros1-noetic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend index 0e257951e23..0228c7f83a8 100644 --- a/meta-ros1-noetic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rosmon/rosmon-core_2.3.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-bytes_parser.h-fix-build-with-gcc-10.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bbappend index 5cf0ae7ffe4..eaa44258206 100644 --- a/meta-ros1-noetic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rosparam-shortcuts/rosparam-shortcuts_0.4.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-eigen_conversions-to-CATK.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bbappend b/meta-ros1-noetic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_1.0.1-5.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-1.bbappend b/meta-ros1-noetic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-1.bbappend index e172de27178..46bfc940e3e 100644 --- a/meta-ros1-noetic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/scan-tools/laser-scan-matcher_0.3.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-libm5api_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend index 2a04a4ad35a..ab34f9ee16b 100644 --- a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-modular-robotics_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on schunk-powercube-chain, schunk-libm5api, schunk-sdh which depend on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-powercube-chain_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend index ce13a121c06..862539e6e39 100644 --- a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-sdh_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend index 1e8f2c3100a..7132520279c 100644 --- a/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/schunk-modular-robotics/schunk-simulated-tactile-sensors_0.6.14-1.bbappend @@ -2,5 +2,5 @@ # Rdepends on schunk-sdh which depends on libntcan with this restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" diff --git a/meta-ros1-noetic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend b/meta-ros1-noetic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend index 7adedb374a6..35ee1d6dd0a 100644 --- a/meta-ros1-noetic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/sick-safetyscanners/sick-safetyscanners_1.0.8-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-AsyncTCPClient.cpp-fix-boost-system-error_code-use.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend b/meta-ros1-noetic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend index 7794ca3c113..e6f94e4a17b 100644 --- a/meta-ros1-noetic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/sparse-bundle-adjustment/sparse-bundle-adjustment_0.4.4-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # this component doesn't need libblas at all -ROS_BUILD_DEPENDS_remove = "openblas" -ROS_EXPORT_DEPENDS_remove = "openblas" -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_BUILD_DEPENDS:remove = "openblas" +ROS_EXPORT_DEPENDS:remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" diff --git a/meta-ros1-noetic/recipes-bbappends/srdfdom/srdfdom_0.6.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/srdfdom/srdfdom_0.6.2-1.bbappend index baf4fef89e6..8b072c071d8 100644 --- a/meta-ros1-noetic/recipes-bbappends/srdfdom/srdfdom_0.6.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/srdfdom/srdfdom_0.6.2-1.bbappend @@ -4,7 +4,7 @@ # /usr/opt/ros/noetic/lib/libsrdfdom.so.0.6.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # srdfdom: 1 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${ros_libdir}/*${SOLIBS}" +FILES:${PN} += "${ros_libdir}/*${SOLIBS}" # ERROR: srdfdom-0.6.2-1-r0 do_package_qa: QA Issue: # non -dev/-dbg/nativesdk- package contains symlink .so: srdfdom path '/work/raspberrypi4-webos-linux-gnueabi/srdfdom/0.6.2-1-r0/packages-split/srdfdom/usr/opt/ros/noetic/lib/libsrdfdom.so' [dev-so] diff --git a/meta-ros1-noetic/recipes-bbappends/stag-ros/stag-ros_0.3.9-3.bbappend b/meta-ros1-noetic/recipes-bbappends/stag-ros/stag-ros_0.3.9-3.bbappend index 6c31f1944af..2acac30ca41 100644 --- a/meta-ros1-noetic/recipes-bbappends/stag-ros/stag-ros_0.3.9-3.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/stag-ros/stag-ros_0.3.9-3.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-stag_core.patch" # Disable the check for git lfs installation, there aren't any lfs objects now -ROS_BRANCH_append = ";lfs=0" +ROS_BRANCH:append = ";lfs=0" diff --git a/meta-ros1-noetic/recipes-bbappends/stage/stage_4.3.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/stage/stage_4.3.0-1.bbappend index e324165896a..4c3715b2c83 100644 --- a/meta-ros1-noetic/recipes-bbappends/stage/stage_4.3.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/stage/stage_4.3.0-1.bbappend @@ -18,10 +18,10 @@ ROS_BUILD_DEPENDS += " \ # /usr/lib/Stage-4.3/sink.so #Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. #stage: 11 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/Stage-4.3" +FILES:${PN} += "${libdir}/Stage-4.3" # ERROR: stage-4.3.0-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: stage path '/work/core2-64-oe-linux/stage/4.3.0-r0/packages-split/stage/usr/lib/libstage.so' [dev-so] inherit ros_insane_dev_so # mesa is recipe name, shouldn't be used in runtime dependencies -ROS_EXEC_DEPENDS_remove = "mesa" +ROS_EXEC_DEPENDS:remove = "mesa" diff --git a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-common_0.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-common_0.5.0-1.bbappend index 438adb30572..cc33832645c 100644 --- a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-common_0.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-common_0.5.0-1.bbappend @@ -9,9 +9,9 @@ EXTRA_OECMAKE += "-Dros_industrial_cmake_boilerplate_DIR=${STAGING_LIBDIR}/cmake # /usr/share/ament_index/resource_index/packages/tesseract_common # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tesseract-common: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-tesseract_macros.cmake-don-t-add-mno-avx-based-on-un.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-geometry_0.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-geometry_0.5.0-1.bbappend index 3b87e8ea5d7..56b898841e8 100644 --- a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-geometry_0.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-geometry_0.5.0-1.bbappend @@ -12,6 +12,6 @@ DEPENDS += "tesseract-support" # /usr/share/ament_index/resource_index/packages/tesseract_geometry # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tesseract-geometry: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-scene-graph_0.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-scene-graph_0.5.0-1.bbappend index 4d613cb11ce..90f07ffa7c1 100644 --- a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-scene-graph_0.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-scene-graph_0.5.0-1.bbappend @@ -9,6 +9,6 @@ EXTRA_OECMAKE += "-Dros_industrial_cmake_boilerplate_DIR=${STAGING_LIBDIR}/cmake # /usr/share/ament_index/resource_index/packages/tesseract_scene_graph # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tesseract-scene-graph: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-srdf_0.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-srdf_0.5.0-1.bbappend index 2b02cf12992..b957e36f046 100644 --- a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-srdf_0.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-srdf_0.5.0-1.bbappend @@ -9,6 +9,6 @@ EXTRA_OECMAKE += "-Dros_industrial_cmake_boilerplate_DIR=${STAGING_LIBDIR}/cmake # /usr/share/ament_index/resource_index/packages/tesseract_srdf # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tesseract-srdf: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-support_0.5.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-support_0.5.0-1.bbappend index 655d93e10a0..92c4397ebf7 100644 --- a/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-support_0.5.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/tesseract/tesseract-support_0.5.0-1.bbappend @@ -9,6 +9,6 @@ EXTRA_OECMAKE += "-Dros_industrial_cmake_boilerplate_DIR=${STAGING_LIBDIR}/cmake # /usr/share/ament_index/resource_index/packages/tesseract_support # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # tesseract-support: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bbappend b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bbappend index 327db1be4ac..02a4ebb74d5 100644 --- a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-camera_1.1.0-7.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # oldest supported OE release dunfell has python3-3.8 so we don't need this backport from 3.4 -ROS_EXEC_DEPENDS_remove = "${PYTHON_PN}-enum34" +ROS_EXEC_DEPENDS:remove = "${PYTHON_PN}-enum34" diff --git a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bbappend b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bbappend index 327db1be4ac..02a4ebb74d5 100644 --- a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-core_1.1.0-7.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # oldest supported OE release dunfell has python3-3.8 so we don't need this backport from 3.4 -ROS_EXEC_DEPENDS_remove = "${PYTHON_PN}-enum34" +ROS_EXEC_DEPENDS:remove = "${PYTHON_PN}-enum34" diff --git a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bbappend b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bbappend index 327db1be4ac..02a4ebb74d5 100644 --- a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-detect_1.1.0-7.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # oldest supported OE release dunfell has python3-3.8 so we don't need this backport from 3.4 -ROS_EXEC_DEPENDS_remove = "${PYTHON_PN}-enum34" +ROS_EXEC_DEPENDS:remove = "${PYTHON_PN}-enum34" diff --git a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bbappend b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bbappend index 327db1be4ac..02a4ebb74d5 100644 --- a/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/turtlebot3-autorace-2020/turtlebot3-autorace-driving_1.1.0-7.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # oldest supported OE release dunfell has python3-3.8 so we don't need this backport from 3.4 -ROS_EXEC_DEPENDS_remove = "${PYTHON_PN}-enum34" +ROS_EXEC_DEPENDS:remove = "${PYTHON_PN}-enum34" diff --git a/meta-ros1-noetic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend index f6f3f45cdf6..31c68fde05e 100644 --- a/meta-ros1-noetic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/turtlebot3/turtlebot3-bringup_1.2.5-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -# ERROR: turtlebot3-bringup-1.2.5-1-r0 do_package_qa: QA Issue: /opt/ros/noetic/lib/turtlebot3_bringup/create_udev_rules contained in package turtlebot3-bringup requires /bin/bash, but no providers found in RDEPENDS_turtlebot3-bringup? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: turtlebot3-bringup-1.2.5-1-r0 do_package_qa: QA Issue: /opt/ros/noetic/lib/turtlebot3_bringup/create_udev_rules contained in package turtlebot3-bringup requires /bin/bash, but no providers found in RDEPENDS:turtlebot3-bringup? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/ur-client-library/ur-client-library_0.3.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/ur-client-library/ur-client-library_0.3.1-1.bbappend index 1d5bb740953..2fe501bafe4 100644 --- a/meta-ros1-noetic/recipes-bbappends/ur-client-library/ur-client-library_0.3.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/ur-client-library/ur-client-library_0.3.1-1.bbappend @@ -7,6 +7,6 @@ # /usr/share/ament_index/resource_index/packages/ur_client_library # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # ur-client-library: 4 installed and not shipped files. [installed-vs-shipped] -do_install_append() { +do_install:append() { rm -rf ${D}${datadir}/ament_index } diff --git a/meta-ros1-noetic/recipes-bbappends/usb-cam/usb-cam_0.3.6-1.bbappend b/meta-ros1-noetic/recipes-bbappends/usb-cam/usb-cam_0.3.6-1.bbappend index f74cffb0923..02d73b86c7e 100644 --- a/meta-ros1-noetic/recipes-bbappends/usb-cam/usb-cam_0.3.6-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/usb-cam/usb-cam_0.3.6-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-underlinkage-in-usb_cam.so.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/velodyne/velodyne-driver_1.6.1-1.bbappend b/meta-ros1-noetic/recipes-bbappends/velodyne/velodyne-driver_1.6.1-1.bbappend index 3c06bd6eaf8..cae71006908 100644 --- a/meta-ros1-noetic/recipes-bbappends/velodyne/velodyne-driver_1.6.1-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/velodyne/velodyne-driver_1.6.1-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: velodyne-driver-1.5.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: velodyne-driver-1.5.2-r0 do_package_qa: QA Issue: /opt/ros/melodic/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS:velodyne-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/vision-opencv/cv-bridge_1.15.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/vision-opencv/cv-bridge_1.15.0-1.bbappend index 214de05c115..49ef74c88bf 100644 --- a/meta-ros1-noetic/recipes-bbappends/vision-opencv/cv-bridge_1.15.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/vision-opencv/cv-bridge_1.15.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ diff --git a/meta-ros1-noetic/recipes-bbappends/volta/volta-rules_1.2.0-1.bbappend b/meta-ros1-noetic/recipes-bbappends/volta/volta-rules_1.2.0-1.bbappend index e2a6ef5df96..e3fbae8f01e 100644 --- a/meta-ros1-noetic/recipes-bbappends/volta/volta-rules_1.2.0-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/volta/volta-rules_1.2.0-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: volta-rules-1.1.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/volta_rules/create_udev_rules contained in package volta-rules requires /bin/bash, but no providers found in RDEPENDS_volta-rules? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: volta-rules-1.1.0-1-r0 do_package_qa: QA Issue: /usr/opt/ros/melodic/lib/volta_rules/create_udev_rules contained in package volta-rules requires /bin/bash, but no providers found in RDEPENDS:volta-rules? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-noetic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros1-noetic/recipes-bbappends/vrpn/vrpn_7.34.0-2.bbappend b/meta-ros1-noetic/recipes-bbappends/vrpn/vrpn_7.34.0-2.bbappend index 6ecdc8f41bf..87f0746bf4f 100644 --- a/meta-ros1-noetic/recipes-bbappends/vrpn/vrpn_7.34.0-2.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/vrpn/vrpn_7.34.0-2.bbappend @@ -4,7 +4,7 @@ # /usr/etc # /usr/etc/vrpn.cfg # ... -do_install_append () { +do_install:append () { if [ -d ${D}${prefix}${sysconfdir} ] ; then mv ${D}${prefix}${sysconfdir} ${D}${sysconfdir} fi @@ -18,7 +18,7 @@ do_install_append () { # /usr/share/quatlib/cmake/quatlibConfig.cmake # /usr/share/vrpn-07.34 # /usr/share/vrpn-07.34/vrpn.cfg.sample -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/quatlib \ ${datadir}/vrpn-07.34 \ " diff --git a/meta-ros1-noetic/recipes-bbappends/wge100-driver/wge100-camera_1.8.5-1.bbappend b/meta-ros1-noetic/recipes-bbappends/wge100-driver/wge100-camera_1.8.5-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/wge100-driver/wge100-camera_1.8.5-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/wge100-driver/wge100-camera_1.8.5-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/willow-maps/willow-maps_1.0.3-1.bbappend b/meta-ros1-noetic/recipes-bbappends/willow-maps/willow-maps_1.0.3-1.bbappend index 82bcc93af11..a7f82fae142 100644 --- a/meta-ros1-noetic/recipes-bbappends/willow-maps/willow-maps_1.0.3-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/willow-maps/willow-maps_1.0.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fix-build-without-catkin-testing-enab.patch" diff --git a/meta-ros1-noetic/recipes-bbappends/xpp/xpp-vis_1.0.10-1.bbappend b/meta-ros1-noetic/recipes-bbappends/xpp/xpp-vis_1.0.10-1.bbappend index c3e4032d5fb..135f13efd18 100644 --- a/meta-ros1-noetic/recipes-bbappends/xpp/xpp-vis_1.0.10-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/xpp/xpp-vis_1.0.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-add-missing-tf-kdl_parser-to-CATKIN_D.patch \ file://0002-urdf_visualizer-fix-build-with-newer-robot_state_pub.patch \ " diff --git a/meta-ros1-noetic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend b/meta-ros1-noetic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend index 0d78d0832ad..0d20f49616c 100644 --- a/meta-ros1-noetic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend +++ b/meta-ros1-noetic/recipes-bbappends/yp-spur/ypspur_1.20.2-1.bbappend @@ -14,6 +14,6 @@ inherit ros_insane_dev_so # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-coordinator "${_IMPORT_PREFIX}/bin/ypspur-coordinator" ) # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-free "${_IMPORT_PREFIX}/bin/ypspur-free" ) # list(APPEND _IMPORT_CHECK_FILES_FOR_ypspur-interpreter "${_IMPORT_PREFIX}/bin/ypspur-interpreter" ) -SYSROOT_DIRS_append = " \ +SYSROOT_DIRS:append = " \ ${bindir} \ " diff --git a/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros-world-noetic.bb b/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros-world-noetic.bb index 78e1a8b01df..8c564c0838a 100644 --- a/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros-world-noetic.bb +++ b/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros-world-noetic.bb @@ -11,7 +11,7 @@ inherit ros_distro_noetic PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Use opencv-apps-ros, because there is @@ -22,74 +22,74 @@ RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # meta-ros/meta-ros1-noetic/recipes-bbappends/opencv-apps/opencv-apps_2.0.2-1.bbappend # we rename the main package from PN (opencv-apps) to PN-ros (opencv-apps-ros) # depend on it -RDEPENDS_${PN} += "opencv-apps-ros" +RDEPENDS:${PN} += "opencv-apps-ros" # Provides the same library as prbt-ikfast-manipulator-plugin: # webos-image-ros-world/1.0-r3/rootfs/usr/opt/ros/noetic/lib/libprbt_manipulator_moveit_ikfast_plugin.so # with some patches applied on top of prbt-ikfast-manipulator-plugin source -RDEPENDS_${PN}_remove = "moveit-resources-prbt-ikfast-manipulator-plugin" +RDEPENDS:${PN}:remove = "moveit-resources-prbt-ikfast-manipulator-plugin" # Renamed to fuse-ros and fuse-ros-doc in recipes-bbappends/fuse to avoid conflict with # meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb -RDEPENDS_${PN}_remove = "fuse fuse-doc" +RDEPENDS:${PN}:remove = "fuse fuse-doc" # Requires Python 3; it is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "catkin-virtualenv" +RDEPENDS:${PN}:remove = "catkin-virtualenv" # Depends on blacklisted catkin-virtualenv -RDEPENDS_${PN}_remove = "haros-catkin" -RDEPENDS_${PN}_remove = "sesame-ros" +RDEPENDS:${PN}:remove = "haros-catkin" +RDEPENDS:${PN}:remove = "sesame-ros" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "cloudwatch-metrics-common" +RDEPENDS:${PN}:remove = "cloudwatch-metrics-common" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "lex-common" +RDEPENDS:${PN}:remove = "lex-common" # Contains only dev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "qpmad" +RDEPENDS:${PN}:remove = "qpmad" # It is a fork of https://github.com/google/flatbuffers that's not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "flatbuffers" +RDEPENDS:${PN}:remove = "flatbuffers" # It is a "catkin-ized" edition of the upstream version that is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "grpc" +RDEPENDS:${PN}:remove = "grpc" # It is a "catkin-ized" edition of the upstream version that is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "nanomsg" +RDEPENDS:${PN}:remove = "nanomsg" # It has dependencies on Qt4 packages; it is not used by any other ROS 1 package. -RDEPENDS_${PN}_remove = "octovis" +RDEPENDS:${PN}:remove = "octovis" # Expects jderobot header files in wrong directory (/opt/jderobot/include/jderobot/types/image.h) and not compatible with opencv version we're using -RDEPENDS_${PN}_remove = "jderobot-camviz" +RDEPENDS:${PN}:remove = "jderobot-camviz" # Generation of ROS package documentation will never be done on the target. -RDEPENDS_${PN}_remove = "rosdoc-lite" +RDEPENDS:${PN}:remove = "rosdoc-lite" # Depends on blacklisted rosdoc-lite -RDEPENDS_${PN}_remove = "jackal-tutorials" -RDEPENDS_${PN}_remove = "odom-frame-publisher" +RDEPENDS:${PN}:remove = "jackal-tutorials" +RDEPENDS:${PN}:remove = "odom-frame-publisher" # Fetches depot_tools during do_configure and then tries to use vpython which isn't in dependencies -RDEPENDS_${PN}_remove = "webrtc" -RDEPENDS_${PN}_remove = "webrtc-ros" +RDEPENDS:${PN}:remove = "webrtc" +RDEPENDS:${PN}:remove = "webrtc-ros" # Not compatible with newer libftdi included in meta-oe: https://github.com/kobuki-base/kobuki_ftdi/issues/3 -RDEPENDS_${PN}_remove = "kobuki-ftdi" +RDEPENDS:${PN}:remove = "kobuki-ftdi" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-requests-oauthlib' (but generated-recipes/jsk-3rdparty/rostwitter_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rostwitter" +RDEPENDS:${PN}:remove = "rostwitter" # Depends on unavailable ROS_UNRESOLVED_DEP-atlas, ROS_UNRESOLVED_DEP-jython ROS_UNRESOLVED_DEP-f2c -RDEPENDS_${PN}_remove = "openhrp3" +RDEPENDS:${PN}:remove = "openhrp3" # Depends on unavailable ROS_UNRESOLVED_DEP-libirrlicht-dev, ROS_UNRESOLVED_DEP-net-tools, ROS_UNRESOLVED_DEP-procps, ROS_UNRESOLVED_DEP-ipython, ROS_UNRESOLVED_DEP-hostname and blacklisted openhrp3 -RDEPENDS_${PN}_remove = "hrpsys-ros-bridge" +RDEPENDS:${PN}:remove = "hrpsys-ros-bridge" # Depends on unavailable ROS_UNRESOLVED_DEP-libirrlicht-dev, ROS_UNRESOLVED_DEP-net-tools, ROS_UNRESOLVED_DEP-procps, ROS_UNRESOLVED_DEP-ipython, ROS_UNRESOLVED_DEP-hostname and blacklisted openhrp3 and hrpsys-ros-bridge -RDEPENDS_${PN}_remove = "rtmros-common" +RDEPENDS:${PN}:remove = "rtmros-common" # Depends on unavailable ROS_UNRESOLVED_DEP-cmake-common-scripts which might be some older version of: # https://github.com/ros-industrial/ros_industrial_cmake_boilerplate @@ -98,15 +98,15 @@ RDEPENDS_${PN}_remove = "rtmros-common" # tesseract_ros was already updated to new name in: # https://github.com/ros-industrial-consortium/tesseract_ros/commit/0fdcb1022e61a256eafb0895e19d932116e1dcd4 # but there is no ros_industrial_cmake_boilerplate in noetic, so blacklist it now -RDEPENDS_${PN}_remove = "opw-kinematics tesseract-kinematics tesseract-environment tesseract-visualization" +RDEPENDS:${PN}:remove = "opw-kinematics tesseract-kinematics tesseract-environment tesseract-visualization" # Depends on unavailable ROS_UNRESOLVED_DEP-bullet-extras -RDEPENDS_${PN}_remove = "tesseract-collision tesseract-urdf" +RDEPENDS:${PN}:remove = "tesseract-collision tesseract-urdf" # Depends on unavailable ROS_UNRESOLVED_DEP-python3-wxgtk4.0 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-wxgtk4.0', 'actionlib-tools', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-wxgtk4.0', 'actionlib-tools', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-protobuf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_PROTOBUF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-protobuf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_PROTOBUF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_PROTOBUF = " \ fkie-master-discovery \ fkie-master-sync \ @@ -117,7 +117,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_PROTOBUF = " \ python3-grpcio-tools \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-mechanize', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-mechanize', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE = " \ pr2-bringup \ pr2-bringup-tests \ @@ -125,49 +125,49 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_MECHANIZE = " \ wifi-ddwrt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-speechrecognition-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-speechrecognition-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SPEECHRECOGNITION_PIP = " \ respeaker-ros \ ros-speech-recognition \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-gi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-gi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_GI = " \ audio-common \ sound-play \ tts \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-imageio', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-imageio', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_IMAGEIO = " \ movie-publisher \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nkf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nkf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NKF = " \ voice-text \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rospilot', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rospilot', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSPILOT = " \ rospilot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'parrot-arsdk', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'parrot-arsdk', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PARROT_ARSDK = " \ parrot-arsdk \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'xclip', 'log-view', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'xclip', 'log-view', '', d)}" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-docker' (but generated-recipes/dockeros/dockeros_1.1.0-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "dockeros" +RDEPENDS:${PN}:remove = "dockeros" # ERROR: Nothing PROVIDES 'python-twisted-core' (but generated-recipes/linux-networking/multi-interface-roam_1.0.16-1.bb DEPENDS on or otherwise requires it). Close matches: -RDEPENDS_${PN}_remove = "multi-interface-roam" -RDEPENDS_${PN}_remove = "linux-networking" +RDEPENDS:${PN}:remove = "multi-interface-roam" +RDEPENDS:${PN}:remove = "linux-networking" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-omniorb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-omniorb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB = " \ hrpsys \ hrpsys-ros-bridge \ @@ -185,17 +185,17 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_OMNIORB = " \ rtsprofile \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-dialogflow-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-dialogflow-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DIALOGFLOW_PIP = " \ dialogflow-task-executive \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pydrive-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pydrive-pip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYDRIVE_PIP = " \ gdrive-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2 \ lanelet2-examples \ @@ -205,14 +205,14 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2-validation \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'orocos-bfl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OROCOS_BFL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'orocos-bfl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OROCOS_BFL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OROCOS_BFL = " \ leg-detector \ people-tracking-filter \ robot-pose-ekf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'net-tools', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NET_TOOLS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'net-tools', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NET_TOOLS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NET_TOOLS = " \ hrpsys-ros-bridge \ robot-upstart \ @@ -220,21 +220,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NET_TOOLS = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libxmlrpc-c++" -RDEPENDS_${PN}_remove = "ifm3d" -RDEPENDS_${PN}_remove = "ifm3d-core" +RDEPENDS:${PN}:remove = "ifm3d" +RDEPENDS:${PN}:remove = "ifm3d-core" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-libpgm-pip' (but generated-recipes/jsk-3rdparty/pgm-learner_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "pgm-learner" +RDEPENDS:${PN}:remove = "pgm-learner" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2_x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2:x86-64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBREFLEXXESTYPE2 = "\ libreflexxestype2 \ ros-reflexxes \ ipr-extern \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN_x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN:x86-64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN = "\ libntcan \ cob-base-drive-chain \ @@ -247,29 +247,29 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_LIBNTCAN = "\ schunk-sdh \ schunk-simulated-tactile-sensors \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'prosilica-gige-sdk prosilica-camera', '', d)}" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK_ppc = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PROSILICA_GIGE_SDK = "\ prosilica-camera \ prosilica-gige-sdk \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api rc-genicam-driver rc-genicam-camera rc-visard-driver rc-visard \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '', 'picovoice-driver', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '', 'picovoice-driver', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '', 'picovoice-driver', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '', 'picovoice-driver', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE = "\ picovoice-driver \ " @@ -282,12 +282,12 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_PICOVOICE} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" # There is recipe for glfw in meta-oe in dunfell: # http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-core/glfw/glfw_3.3.bb?id=a7464eaa69a7ee4734001aab2e232102e7135772 # but we don't have a backports layer from dunfell yet, lets skip it for now -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ librealsense2 \ mrpt2 \ @@ -301,7 +301,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-sklearn' (but generated-recipes/jsk-visualization/jsk-rqt-plugins_2.1.5.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-cairo' (but generated-recipes/rqt-bag/rqt-bag-plugins_0.4.12.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-opengl' (but generated-recipes/rqt-pose-view/rqt-pose-view_0.5.8.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-deps', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-deps', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS = " \ aruco-detect \ desktop \ @@ -315,7 +315,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_DEPS = " \ viz \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ adi-driver \ cob-command-tools \ @@ -413,7 +413,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ webots-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vtk-qt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vtk-qt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT = " \ dijkstra-mesh-planner \ ira-laser-tools \ @@ -433,7 +433,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VTK_QT = " \ wave-front-planner \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ audio-to-spectrogram \ cob-collision-monitor \ @@ -548,21 +548,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ webots-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB = " \ mongodb-log \ mongodb-store \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER = " \ mongodb-log \ mongodb-store \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vlc', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'vlc', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC = " \ cob-android \ cob-android-script-server \ @@ -583,29 +583,29 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_VLC = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-pyusb-pip' (but generated-recipes/jsk-3rdparty/respeaker-ros_2.1.13-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-speechrecognition-pip' (but generated-recipes/jsk-3rdparty/respeaker-ros_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "respeaker-ros" +RDEPENDS:${PN}:remove = "respeaker-ros" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-catkin-tools' (but generated-recipes/jsk-3rdparty/collada-urdf-jsk-patch_2.1.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "collada-urdf-jsk-patch" +RDEPENDS:${PN}:remove = "collada-urdf-jsk-patch" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-python-avahi' (but generated-recipes/multimaster-fkie/master-discovery-fkie_0.8.12.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "master-discovery-fkie" +RDEPENDS:${PN}:remove = "master-discovery-fkie" # ERROR: Nothing PROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb DEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb, generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "master-sync-fkie" -RDEPENDS_${PN}_remove = "node-manager-fkie" -RDEPENDS_${PN}_remove = "multimaster-fkie" +RDEPENDS:${PN}:remove = "master-sync-fkie" +RDEPENDS:${PN}:remove = "node-manager-fkie" +RDEPENDS:${PN}:remove = "multimaster-fkie" # ERROR: Nothing RPROVIDES 'master-discovery-fkie' (but generated-recipes/multimaster-fkie/master-sync-fkie_0.8.12.bb, generated-recipes/cpr-multimaster-tools/multimaster-launch_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "multimaster-launch" +RDEPENDS:${PN}:remove = "multimaster-launch" # ERROR: Nothing PROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb, generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "husky-control" +RDEPENDS:${PN}:remove = "husky-control" # ERROR: Nothing RPROVIDES 'multimaster-launch' (but generated-recipes/husky/husky-control_0.4.2-1.bb, generated-recipes/cpr-multimaster-tools/cpr-multimaster-tools_0.0.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "cpr-multimaster-tools" +RDEPENDS:${PN}:remove = "cpr-multimaster-tools" # ERROR: Nothing PROVIDES 'husky-control' (but generated-recipes/husky/husky-base_0.4.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "husky-base" +RDEPENDS:${PN}:remove = "husky-base" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID = " \ joystick-drivers \ wiimote \ @@ -614,18 +614,18 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_CWIID = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenvdb' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenexr-dev' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenvdb-dev' (but generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_1.3.5-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "spatio-temporal-voxel-layer" +RDEPENDS:${PN}:remove = "spatio-temporal-voxel-layer" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-gfortran' (but generated-recipes/optpp-catkin/optpp-catkin_2.4.0-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "optpp-catkin" +RDEPENDS:${PN}:remove = "optpp-catkin" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI = " \ openni-camera \ openni-launch \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openni2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2 = " \ fetch-bringup \ hironx-calibration \ @@ -639,12 +639,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENNI2 = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-gforth' (but generated-recipes/wge100-driver/wge100-camera-firmware_1.8.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "wge100-camera-firmware" +RDEPENDS:${PN}:remove = "wge100-camera-firmware" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-arduino-core' (but generated-recipes/rosserial/rosserial-arduino_0.8.0.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rosserial-arduino" +RDEPENDS:${PN}:remove = "rosserial-arduino" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ ifopt \ @@ -655,10 +655,10 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-npm-native' (but generated-recipes/vapor-master/vapor-master_0.3.0.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "vapor-master" +RDEPENDS:${PN}:remove = "vapor-master" # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libopenscenegraph' (but generated-recipes/visualization-osg/osg-utils_1.0.2-2.bb, generated-recipes/visualization-osg/osg-interactive-markers_1.0.2-2.bb, generated-recipes/visualization-osg/osg-markers_1.0.2-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'osg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'osg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG = " \ osg-interactive-markers \ osg-markers \ @@ -669,7 +669,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OSG = " \ uwsim-osgworks \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'muparser', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'muparser', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER = " \ canopen-motor-node \ moveit-resources-prbt-pg70-support \ @@ -683,10 +683,10 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MUPARSER = " \ " # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-java' (but generated-recipes/nao-meshes/nao-meshes_0.1.12-2.bb, generated-recipes/pepper-meshes/pepper-meshes_0.2.4-3.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "nao-meshes" -RDEPENDS_${PN}_remove = "pepper-meshes" +RDEPENDS:${PN}:remove = "nao-meshes" +RDEPENDS:${PN}:remove = "pepper-meshes" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang-tidy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang-tidy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY = " \ pilz-control \ pilz-robots \ @@ -697,62 +697,62 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG_TIDY = " \ prbt-moveit-config \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV = " \ moveit-servo \ spacenav-node \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lcm', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lcm', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LCM = " \ dataspeed-pds \ dataspeed-pds-lcm \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libpqxx', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libpqxx', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPQXX = " \ knowledge-representation \ " # ERROR: Nothing PROVIDES 'ifopt' (but generated-recipes/towr/towr_1.4.1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "towr" +RDEPENDS:${PN}:remove = "towr" # ERROR: Nothing PROVIDES 'pilz-utils' (but generated-recipes/pilz-robots/prbt-hardware-support_0.5.13-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "prbt-hardware-support" +RDEPENDS:${PN}:remove = "prbt-hardware-support" # ERROR: Nothing PROVIDES 'osg-markers' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'osg-utils' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'osg-interactive-markers' (but generated-recipes/visualization-osg/visualization-osg_1.0.2-2.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "visualization-osg" +RDEPENDS:${PN}:remove = "visualization-osg" # ERROR: Nothing PROVIDES 'wge100-camera-firmware' (but generated-recipes/wge100-driver/wge100-driver_1.8.2-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "wge100-driver" +RDEPENDS:${PN}:remove = "wge100-driver" # ERROR: Nothing RPROVIDES 'canopen-motor-node' (but generated-recipes/pilz-robots/prbt-support_0.5.13-1.bb, generated-recipes/ros-canopen/ros-canopen_0.8.2-1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "prbt-support" -RDEPENDS_${PN}_remove = "ros-canopen" +RDEPENDS:${PN}:remove = "prbt-support" +RDEPENDS:${PN}:remove = "ros-canopen" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-pandas' (but generated-recipes/rosbag-pandas/rosbag-pandas_0.5.3.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "rosbag-pandas" +RDEPENDS:${PN}:remove = "rosbag-pandas" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-termcolor' (but generated-recipes/py-trees-ros/py-trees-ros_0.5.18.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "py-trees-ros" +RDEPENDS:${PN}:remove = "py-trees-ros" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-msgpack' (but generated-recipes/json-transport/json-transport_0.0.3.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "json-transport" +RDEPENDS:${PN}:remove = "json-transport" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-catkin-lint' (but generated-recipes/fetch-tools/fetch-tools_0.2.1.bb RDEPENDS on or otherwise requires it) # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-python-argcomplete' (but generated-recipes/fetch-tools/fetch-tools_0.2.1.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "fetch-tools" +RDEPENDS:${PN}:remove = "fetch-tools" # Conflicts with platform fcl, causing # ERROR: moveit-core-1.0.2-1-r0 do_package: moveit-core: Multiple shlib providers for libfcl.so.0.6: fcl, fcl-catkin (used by files: /jenkins/home/workspace/jansa/webos-melodic-dunfell/webos-melodic-dunfell/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/moveit-core/1.0.2-1-r0/packages-split/moveit-core/usr/opt/ros/melodic/lib/libmoveit_collision_detection_fcl.so.1.0.2) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fcl-catkin', 'fcl-catkin', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fcl-catkin', 'fcl-catkin', '', d)}" # ERROR: Nothing RPROVIDES 'ROS_UNRESOLVED_DEP-network-manager' (but generated-recipes/network-autoconfig/network-autoconfig_0.1.1-2.bb RDEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "network-autoconfig" +RDEPENDS:${PN}:remove = "network-autoconfig" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-scipy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python-scipy', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY = " \ calibration \ calibration-estimation \ @@ -792,7 +792,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON_SCIPY = " \ # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libnlopt-dev' (but generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb DEPENDS on or otherwise requires it) # ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-libnlopt0' (but generated-recipes/trac-ik/trac-ik-lib_1.5.1-1.bb DEPENDS on or otherwise requires it) -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'trac-ik', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'trac-ik', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK = " \ nextage-moveit-config \ trac-ik \ @@ -802,7 +802,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_TRAC_IK = " \ trac-ik-python \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ogre', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ogre', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE = " \ abb \ abb-irb2400-moveit-config \ @@ -928,7 +928,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OGRE = " \ wu-ros-tools \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ adi-driver \ @@ -1183,7 +1183,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ codec-image-transport \ @@ -1214,7 +1214,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ " # OE won't let us build x264 (and ffmpeg which depends on it) unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ codec-image-transport \ @@ -1245,7 +1245,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ asmach-tutorials \ common-tutorials \ @@ -1267,7 +1267,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ " # OE won't let us build gstreamer1.0-plugins-ugly unless LICENSE_FLAGS_WHITELIST contains "commercial". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-ugly', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-ugly', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY = " \ audio-capture \ @@ -1308,7 +1308,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GSTREAMER1.0_PLUGINS_UGLY = " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ ainstein-radar \ @@ -1455,7 +1455,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ " # Depends on libqt4-dev from https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ hector-geotiff \ @@ -1468,7 +1468,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ " # Depends on vlc from meta-multimedia -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multimedia', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multimedia', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA = " \ cob-android \ @@ -1489,7 +1489,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_MULTIMEDIA = " \ cob-twist-controller \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wxpython', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wxpython', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON = " \ executive-smach-visualization \ @@ -1501,7 +1501,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WXPYTHON = " \ task-compiler \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lisp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP = " \ actionlib-lisp \ @@ -1539,7 +1539,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_LISP = " \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ abb \ @@ -1646,7 +1646,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ rqt-pose-view \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'heifu-ros-utils', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'heifu-ros-utils', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS = " \ heifu-bringup \ heifu-diagnostic \ @@ -1655,9 +1655,9 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_UTILS = " \ heifu-simple-waypoint \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ueye', 'ueye-cam', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ueye', 'ueye-cam', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ ros-ign \ ros-ign-bridge \ @@ -1667,16 +1667,16 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ " # do_configure failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dccomms-ros', 'dccomms-ros' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyros-utils', 'pyros-utils' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dynamic-graph-python', 'dynamic-graph-python dynamic-graph-tutorial sot-core sot-tools sot-dynamic-pinocchio' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hdf5-map-io', 'hdf5-map-io mesh-msgs-hdf5' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'jderobot-carviz', 'jderobot-carviz' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'novatel-oem7-driver', 'novatel-oem7-driver' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dccomms-ros', 'dccomms-ros' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyros-utils', 'pyros-utils' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'dynamic-graph-python', 'dynamic-graph-python dynamic-graph-tutorial sot-core sot-tools sot-dynamic-pinocchio' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hdf5-map-io', 'hdf5-map-io mesh-msgs-hdf5' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'jderobot-carviz', 'jderobot-carviz' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'novatel-oem7-driver', 'novatel-oem7-driver' , '', d)}" # do_compile failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ mapviz-plugins \ mapviz \ @@ -1693,7 +1693,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ tile-map \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'assimp-devel', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'assimp-devel', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL = " \ assimp-devel \ euscollada \ @@ -1703,12 +1703,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ASSIMP_DEVEL = " \ rtmros-common \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bayesian-belief-networks', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bayesian-belief-networks', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BAYESIAN_BELIEF_NETWORKS = " \ bayesian-belief-networks \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'canopen-master', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'canopen-master', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER = " \ canopen-402 \ canopen-chain-node \ @@ -1716,19 +1716,19 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CANOPEN_MASTER = " \ cob-elmo-homing \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-generic-can', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-generic-can', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_GENERIC_CAN = " \ cob-base-drive-chain \ cob-canopen-motor \ cob-generic-can \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-obstacle-distance-moveit', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cob-obstacle-distance-moveit', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COB_OBSTACLE_DISTANCE_MOVEIT = " \ cob-obstacle-distance-moveit \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'downward', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'downward', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD = " \ downward \ jsk-planning \ @@ -1736,20 +1736,20 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOWNWARD = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'exotica-collision-scene-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'exotica-collision-scene-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_EXOTICA_COLLISION_SCENE_FCL = " \ exotica \ exotica-examples \ exotica-collision-scene-fcl \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fetch-drivers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fetch-drivers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FETCH_DRIVERS = " \ fetch-drivers \ freight-bringup \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ff', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ff', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF = " \ ff \ jsk-planning \ @@ -1757,7 +1757,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FF = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffha', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffha', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA = " \ ffha \ jsk-planning \ @@ -1765,25 +1765,25 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFHA = " \ pddl-planner-viewer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fmi-adapter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'fmi-adapter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FMI_ADAPTER = " \ fmi-adapter \ fmi-adapter-examples \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hpp-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hpp-fcl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_HPP_FCL = " \ hpp-fcl \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'julius', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'julius', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_JULIUS = " \ jsk-3rdparty \ julius-ros \ julius \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libg2o', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libg2o', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O = " \ libg2o \ seed-r7-navigation \ @@ -1791,7 +1791,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBG2O = " \ teb-local-planner-tutorials \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidget21', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidget21', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21 = " \ libphidget21 \ phidgets-accelerometer \ @@ -1810,7 +1810,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGET21 = " \ phidgets-temperature \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libphidgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS = " \ cob-extern \ cob-phidget-em-state \ @@ -1820,23 +1820,23 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBPHIDGETS = " \ libphidgets \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libsiftfast', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libsiftfast', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSIFTFAST = " \ libsiftfast \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libuvc-camera', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libuvc-camera', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBUVC_CAMERA = " \ libuvc-camera \ libuvc-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'map-merge-3d', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'map-merge-3d', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MAP_MERGE_3D = " \ map-merge-3d \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multisense-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'multisense-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS = " \ multisense \ multisense-bringup \ @@ -1844,41 +1844,41 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MULTISENSE_ROS = " \ multisense-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'naoqi-libqi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'naoqi-libqi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NAOQI_LIBQI = " \ naoqi-driver \ naoqi-libqi \ naoqi-libqicore \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nerian-stereo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nerian-stereo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NERIAN_STEREO = " \ nerian-stereo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nlopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'nlopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_NLOPT = " \ nlopt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'obj-to-pointcloud', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'obj-to-pointcloud', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OBJ_TO_POINTCLOUD = " \ obj-to-pointcloud \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'odva-ethernetip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'odva-ethernetip', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ODVA_ETHERNETIP = " \ odva-ethernetip \ omron-os32c-driver \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'p2os-urdf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'p2os-urdf', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_P2OS_URDF = " \ p2os-launch \ p2os-urdf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pr2-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pr2-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION = " \ imu-monitor \ joint-qualification-controllers \ @@ -1913,64 +1913,64 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PR2_DESCRIPTION = " \ robot-mechanism-controllers \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rail-mesh-icp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rail-mesh-icp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_RAIL_MESH_ICP = " \ rail-mesh-icp \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'robot-body-filter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'robot-body-filter', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROBOT_BODY_FILTER = " \ robot-body-filter \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros-reflexxes', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros-reflexxes', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS_REFLEXXES = " \ ipr-extern \ ros-reflexxes \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosbag-editor', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosbag-editor', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSBAG_EDITOR = " \ rosbag-editor \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosmon-core', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosmon-core', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROSMON_CORE = " \ rosmon-core \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sainsmart-relay-usb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sainsmart-relay-usb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SAINSMART_RELAY_USB = " \ sainsmart-relay-usb \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sbpl-lattice-planner', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sbpl-lattice-planner', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SBPL_LATTICE_PLANNER = " \ navigation-experimental \ sbpl-lattice-planner \ sbpl-recovery \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-libm5api', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-libm5api', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_LIBM5API = " \ schunk-libm5api \ schunk-modular-robotics \ schunk-powercube-chain \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-sdh', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'schunk-sdh', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SCHUNK_SDH = " \ schunk-modular-robotics \ schunk-sdh \ schunk-simulated-tactile-sensors \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'soem', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'soem', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SOEM = " \ soem \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'stage-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'stage-ros', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS = " \ navigation-stage \ navigation-tutorials \ @@ -1979,21 +1979,21 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_STAGE_ROS = " \ teb-local-planner-tutorials \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'usb-cam-controllers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'usb-cam-controllers', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_USB_CAM_CONTROLLERS = " \ usb-cam-controllers \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wamv-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'wamv-description', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WAMV_DESCRIPTION = " \ wamv-description \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hector-pose-estimation-core', 'hector-pose-estimation-core hector-localization hector-pose-estimation' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mobile-robot-simulator', 'mobile-robot-simulator' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pointgrey-camera-driver', 'pointgrey-camera-driver' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosflight', 'rosflight' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'hector-pose-estimation-core', 'hector-pose-estimation-core hector-localization hector-pose-estimation' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mobile-robot-simulator', 'mobile-robot-simulator' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pointgrey-camera-driver', 'pointgrey-camera-driver' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rosflight', 'rosflight' , '', d)}" # do_install failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-description', 'omnibase-description' , '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-gazebo', 'omnibase-gazebo' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-description', 'omnibase-description' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'omnibase-gazebo', 'omnibase-gazebo' , '', d)}" diff --git a/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb b/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb index abc6610bab9..f620e08d803 100644 --- a/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb +++ b/meta-ros1-noetic/recipes-core/packagegroups/packagegroup-ros1-industrial-core.bb @@ -5,7 +5,7 @@ inherit packagegroup PACKAGES = "${PN}" -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ industrial-trajectory-filters \ industrial-robot-simulator \ industrial-robot-client \ diff --git a/meta-ros1-noetic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb b/meta-ros1-noetic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb index 1b12e1a9423..c87319e2e3c 100644 --- a/meta-ros1-noetic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb +++ b/meta-ros1-noetic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "6eb0dff456faa174205ecfd2153a897b26d254071f91cd914b2a inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.6 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.6" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb b/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb index 29d05987c26..a601c59eb95 100644 --- a/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb +++ b/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/orocos-kdl_1.4.0.bb @@ -10,6 +10,6 @@ S = "${WORKDIR}/git/orocos_kdl" DEPENDS = "libeigen" -FILES_${PN}-dev += "${datadir}/orocos_kdl" +FILES:${PN}-dev += "${datadir}/orocos_kdl" SRC_URI += "file://0001-KDLConfig.cmake.in-don-t-include-absolute-patch-to-E.patch;patchdir=.." diff --git a/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/python3-pykdl_1.4.0.bb b/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/python3-pykdl_1.4.0.bb index 8e9c22c9f7d..42ab4a22818 100644 --- a/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/python3-pykdl_1.4.0.bb +++ b/meta-ros1-noetic/recipes-ros/orocos-kinematics-dynamics/python3-pykdl_1.4.0.bb @@ -37,7 +37,7 @@ EXTRA_OECMAKE += "-DSIP_INCLUDE_DIR=${STAGING_INCDIR}/eigen3" # https://github.com/orocos/orocos_kinematics_dynamics/commit/aa395abf95726ca3f81e99b6599ba7de26413588 # /usr/share/python_orocos_kdl/package.xml -FILES_${PN}-dev += "${datadir}/python_orocos_kdl" +FILES:${PN}-dev += "${datadir}/python_orocos_kdl" # /usr/lib/python3.9/site-packages/PyKDL.so -FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" +FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" diff --git a/meta-ros1-noetic/recipes-support/daemontools/daemontools_0.76.bbappend b/meta-ros1-noetic/recipes-support/daemontools/daemontools_0.76.bbappend index 6242ae4c80c..e9bca5b3aee 100644 --- a/meta-ros1-noetic/recipes-support/daemontools/daemontools_0.76.bbappend +++ b/meta-ros1-noetic/recipes-support/daemontools/daemontools_0.76.bbappend @@ -8,10 +8,10 @@ # which is fatal for read-only images: # WARNING: webos-image-ros-world-1.0-r3 do_rootfs: busybox.postinst returned 1, marking as unpacked only, configuration required on target. # ERROR: webos-image-ros-world-1.0-r3 do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, -# then please place them into pkg_postinst_ontarget_${PN} (). +# then please place them into pkg_postinst_ontarget:${PN} (). # Deferring to first boot via 'exit 1' is no longer supported. # Details of the failure are in webos-melodic-zeus/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/webos-image-ros-world/1.0-r3/temp/log.do_rootfs. # ERROR: Logfile of failure stored in: webos-melodic-zeus/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/webos-image-ros-world/1.0-r3/temp/log.do_rootfs.6260 inherit update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN} = "svc svok" +ALTERNATIVE:${PN} = "svc svok" diff --git a/meta-ros1/classes/ros1_distro.bbclass b/meta-ros1/classes/ros1_distro.bbclass index e1bad054ae8..e1c0b6d4024 100644 --- a/meta-ros1/classes/ros1_distro.bbclass +++ b/meta-ros1/classes/ros1_distro.bbclass @@ -6,4 +6,4 @@ inherit ros_distro inherit ros_opt_prefix # *.cmake files have hardcoded sysroot-s in them. -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" diff --git a/meta-ros1/classes/ros_catkin.bbclass b/meta-ros1/classes/ros_catkin.bbclass index 9f9f43e2d30..66f99661308 100644 --- a/meta-ros1/classes/ros_catkin.bbclass +++ b/meta-ros1/classes/ros_catkin.bbclass @@ -28,7 +28,7 @@ EXTRA_OECMAKE_CATKIN = "\ -DCATKIN_DEVEL_PREFIX='${WORKDIR}/devel' \ " -EXTRA_OECMAKE_CATKIN_class-native = "\ +EXTRA_OECMAKE_CATKIN:class-native = "\ -DPYTHON_EXECUTABLE_TARGET='/usr/bin/env python3' \ -DCMAKE_PREFIX_PATH='${ros_prefix}' \ -DCMAKE_INSTALL_PREFIX:PATH='${ros_prefix}' \ @@ -36,7 +36,7 @@ EXTRA_OECMAKE_CATKIN_class-native = "\ -DCATKIN_DEVEL_PREFIX='${WORKDIR}/devel' \ " -EXTRA_OECMAKE_prepend = "\ +EXTRA_OECMAKE:prepend = "\ ${EXTRA_OECMAKE_CATKIN} \ -DCATKIN_BUILD_BINARY_PACKAGE=ON \ -DSETUPTOOLS_DEB_LAYOUT=OFF \ @@ -47,7 +47,7 @@ EXTRA_OECMAKE_prepend = "\ # https://git.openembedded.org/openembedded-core/tree/meta/classes/distutils3.bbclass?h=hardknott#n46 # but catkin recipe don't inherit whole distutils3 (only distutils3-base) and also with ros_opt_prefix.bbclass # the files we want to modify aren't in ${bindir}/${sbindir}, but ${ros_prefix} -do_install_append() { +do_install:append() { for i in ${D}${bindir}/* ${D}${sbindir}/* ${D}${ros_prefix}/bin/* ${D}${ros_prefix}/sbin/*; do if [ -f "$i" ]; then sed -i -e s:${PYTHON}:${USRBINPATH}/env\ ${CATKIN_PYTHON}:g $i diff --git a/meta-ros1/recipes-core/images/ros1-image-roslaunch.bb b/meta-ros1/recipes-core/images/ros1-image-roslaunch.bb index 58e37640dc6..dd6e691a14e 100644 --- a/meta-ros1/recipes-core/images/ros1-image-roslaunch.bb +++ b/meta-ros1/recipes-core/images/ros1-image-roslaunch.bb @@ -12,4 +12,4 @@ inherit ${ROS_DISTRO_TYPE}_image IMAGE_ROOTFS_SIZE = "8192" -IMAGE_INSTALL_append = " roslaunch" +IMAGE_INSTALL:append = " roslaunch" diff --git a/meta-ros1/recipes-core/packagegroups/packagegroup-ros1-comm.bb b/meta-ros1/recipes-core/packagegroups/packagegroup-ros1-comm.bb index 1e6775c747d..168eeb87aba 100644 --- a/meta-ros1/recipes-core/packagegroups/packagegroup-ros1-comm.bb +++ b/meta-ros1/recipes-core/packagegroups/packagegroup-ros1-comm.bb @@ -6,7 +6,7 @@ inherit ros_distro_${ROS_DISTRO} PACKAGES = "${PN}" -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ rosconsole \ rosparam \ catkin \ diff --git a/meta-ros1/recipes-extended/console-bridge/console-bridge_0.4.2.bb b/meta-ros1/recipes-extended/console-bridge/console-bridge_0.4.2.bb index dab1dfae7c6..dbf21b87531 100644 --- a/meta-ros1/recipes-extended/console-bridge/console-bridge_0.4.2.bb +++ b/meta-ros1/recipes-extended/console-bridge/console-bridge_0.4.2.bb @@ -23,6 +23,6 @@ S = "${WORKDIR}/git" inherit cmake # For some reason, the cmake subdir is under ${libdir} instead of ${datadir} for this component. -FILES_${PN}-dev += "${libdir}/${ROS_BPN}/cmake" +FILES:${PN}-dev += "${libdir}/${ROS_BPN}/cmake" BBCLASSEXTEND += "native" diff --git a/meta-ros1/recipes-extended/festival/festival_2.3.20130703.bb b/meta-ros1/recipes-extended/festival/festival_2.3.20130703.bb index cb5607ed3c9..62683e430f4 100644 --- a/meta-ros1/recipes-extended/festival/festival_2.3.20130703.bb +++ b/meta-ros1/recipes-extended/festival/festival_2.3.20130703.bb @@ -33,7 +33,7 @@ inherit autotools-brokensep #disable parallel make (make -j), as festival cannot handle that PARALLEL_MAKE = "" -do_configure_prepend() { +do_configure:prepend() { #point to speech-tools in sysroots cp -ra ${STAGING_DIR_TARGET}${datadir}/speech-tools ${WORKDIR}/speech-tools @@ -53,7 +53,7 @@ do_configure_prepend() { sed -i 's:audfds = pipe_open("audsp"): audfds = pipe_open("${libdir}/festival/audsp"):g' ${S}/src/arch/festival/audspio.cc } -do_configure_append() { +do_configure:append() { #suppress building of doc - generates error sed -i 's:BUILD_DIRS = src lib examples bin doc:BUILD_DIRS = src lib examples bin:g' ${S}/Makefile diff --git a/meta-ros1/recipes-extended/raspicam-node/raspicam-node_git.bb b/meta-ros1/recipes-extended/raspicam-node/raspicam-node_git.bb index 7b44540f5ca..778723c1e57 100644 --- a/meta-ros1/recipes-extended/raspicam-node/raspicam-node_git.bb +++ b/meta-ros1/recipes-extended/raspicam-node/raspicam-node_git.bb @@ -34,9 +34,9 @@ DEPENDS += " \ ${PYTHON_PN}-catkin-pkg-native \ " -RDEPENDS_${PN} = "message-runtime" +RDEPENDS:${PN} = "message-runtime" COMPATIBLE_MACHINE = "^rpi$" # aarch64 userland doesn't provide mmal needed by raspicam-node -COMPATIBLE_MACHINE_aarch64 = "^$" +COMPATIBLE_MACHINE:aarch64 = "^$" diff --git a/meta-ros1/recipes-extended/speech-tools/speech-tools_2.3.20131016.bb b/meta-ros1/recipes-extended/speech-tools/speech-tools_2.3.20131016.bb index 61fd7179821..0096bcbf6db 100644 --- a/meta-ros1/recipes-extended/speech-tools/speech-tools_2.3.20131016.bb +++ b/meta-ros1/recipes-extended/speech-tools/speech-tools_2.3.20131016.bb @@ -21,7 +21,7 @@ inherit autotools-brokensep PARALLEL_MAKE = "" -do_configure_prepend() { +do_configure:prepend() { #force crosscompilation compiler sed -i 's:CC=gcc:CC=${CC}:g' ${S}/config/compilers/gcc_defaults.mak sed -i 's:CXX=gcc:CXX=${CC} ${LDFLAGS}:g' ${S}/config/compilers/gcc_defaults.mak @@ -46,10 +46,10 @@ PACKAGE_BEFORE_PN =+ "${PN}-source" # ERROR: speech-tools-2.3.20131016-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: speech-tools-source path '/work/raspberrypi4-webos-linux-gnueabi/speech-tools/2.3.20131016-r0/packages-split/speech-tools-source/usr/share/speech-tools/lib/libestbase.a' # non -staticdev package contains static .a library: speech-tools-source path '/work/raspberrypi4-webos-linux-gnueabi/speech-tools/2.3.20131016-r0/packages-split/speech-tools-source/usr/share/speech-tools/lib/libeststring.a' # non -staticdev package contains static .a library: speech-tools-source path '/work/raspberrypi4-webos-linux-gnueabi/speech-tools/2.3.20131016-r0/packages-split/speech-tools-source/usr/share/speech-tools/lib/libestools.a' [staticdev] -INSANE_SKIP_${PN}-source += "staticdev" +INSANE_SKIP:${PN}-source += "staticdev" -FILES_${PN}-source = "${datadir}/${BPN}" +FILES:${PN}-source = "${datadir}/${BPN}" -SYSROOT_DIRS_append = " ${datadir}/${BPN}" +SYSROOT_DIRS:append = " ${datadir}/${BPN}" -RDEPENDS_${PN} += "perl" +RDEPENDS:${PN} += "perl" diff --git a/meta-ros1/recipes-extended/urdfdom-headers/urdfdom-headers_1.0.0-1.bb b/meta-ros1/recipes-extended/urdfdom-headers/urdfdom-headers_1.0.0-1.bb index 59e19c161b6..2e89e54fb78 100644 --- a/meta-ros1/recipes-extended/urdfdom-headers/urdfdom-headers_1.0.0-1.bb +++ b/meta-ros1/recipes-extended/urdfdom-headers/urdfdom-headers_1.0.0-1.bb @@ -18,11 +18,11 @@ DEPENDS = " \ " # This component puts its cmake files under libdir instead of datadir. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" inherit cmake # This recipe is generated for ROS 2 distros. diff --git a/meta-ros1/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb b/meta-ros1/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb index 12cad8a0930..3ec698d34dd 100644 --- a/meta-ros1/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb +++ b/meta-ros1/recipes-extended/urdfdom/urdfdom_1.0.0-2.bb @@ -26,7 +26,7 @@ DEPENDS = " \ inherit python3-dir # This component puts its cmake files under libdir instead of datadir. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " @@ -35,4 +35,4 @@ inherit cmake inherit ros_recipe_now_generated # *.cmake files have hardcoded sysroot-s in them. -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" diff --git a/meta-ros2-dashing/conf/ros-distro/include/dashing/generated/superflore-ros-distro.inc b/meta-ros2-dashing/conf/ros-distro/include/dashing/generated/superflore-ros-distro.inc index 4bae58bb9d2..ed6c7f8989c 100644 --- a/meta-ros2-dashing/conf/ros-distro/include/dashing/generated/superflore-ros-distro.inc +++ b/meta-ros2-dashing/conf/ros-distro/include/dashing/generated/superflore-ros-distro.inc @@ -1958,7 +1958,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_DASHING = " \ rosidl-typesupport-opensplice-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_DASHING}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_DASHING}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-catkin-pkg \ diff --git a/meta-ros2-dashing/conf/ros-distro/include/dashing/ros-distro.inc b/meta-ros2-dashing/conf/ros-distro/include/dashing/ros-distro.inc index f33aa57543b..3f134aa3bcd 100644 --- a/meta-ros2-dashing/conf/ros-distro/include/dashing/ros-distro.inc +++ b/meta-ros2-dashing/conf/ros-distro/include/dashing/ros-distro.inc @@ -110,7 +110,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ # and having it in a .bbappend sets it too late. # We want ament_cmake instead of plain cmake for ros-workspace: # https://raw.github.com/ros2-gbp/ros_workspace-release/release/dashing/ros_workspace/0.7.2-1/package.xml -ROS_BUILD_TYPE_pn-ros-workspace = "ament_cmake" +ROS_BUILD_TYPE:pn-ros-workspace = "ament_cmake" # Submitted with https://github.com/ros/rosdistro/pull/29534 ROS_UNRESOLVED_DEP-qttools5-dev-tools = "qttools" diff --git a/meta-ros2-dashing/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb index 73b6fd5c2c5..474f22cbed8 100644 --- a/meta-ros2-dashing/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/ackermann_msgs-release/archive/release/dashing/ackermann_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ackermann_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.7.0-1.bb index e6e1c209309..9b862fa6b66 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.7.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/dashing/ament_cmake_ros/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_ros" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-auto_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-auto_0.7.6-1.bb index c72701f45f6..a0a2a68fa79 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-auto_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-auto_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_auto/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_auto" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-core_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-core_0.7.6-1.bb index eb6c81b80d9..0b6241a0121 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-core_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-core_0.7.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_core/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_core" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.7.6-1.bb index 0b86fe01db9..70fbbbd6def 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_definitions/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_definitions" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.7.6-1.bb index 3c34666e19c..6e92454cbf7 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.7.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_dependencies/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_dependencies" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.7.6-1.bb index 62933dd2ac1..844170574f3 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_include_directories/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_include_directories" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.7.6-1.bb index 06903069d46..002c2eeaf08 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.7.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_interfaces/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.7.6-1.bb index a6c22f66fa8..2e3651331ef 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_libraries/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_libraries" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.7.6-1.bb index a3ebdec949c..0fe94c69644 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_export_link_flags/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_export_link_flags" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gmock_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gmock_0.7.6-1.bb index aa541dd199d..75c97900d20 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gmock_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gmock_0.7.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_gmock/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_gmock" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gtest_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gtest_0.7.6-1.bb index b8174a2bb9a..1f8c0b7e6b6 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gtest_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-gtest_0.7.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_gtest/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_gtest" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-include-directories_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-include-directories_0.7.6-1.bb index ddef19896ff..558f5d5ec9f 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-include-directories_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-include-directories_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_include_directories/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_include_directories" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-libraries_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-libraries_0.7.6-1.bb index 6b06a5bea65..75fc73a815f 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-libraries_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-libraries_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_libraries/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_libraries" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-nose_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-nose_0.7.6-1.bb index ae3524c364f..4f129e35e87 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-nose_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-nose_0.7.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_nose/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_nose" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-pytest_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-pytest_0.7.6-1.bb index f37e55452c6..3bcae983f45 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-pytest_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-pytest_0.7.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_pytest/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_pytest" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-python_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-python_0.7.6-1.bb index f4bf6eda2d7..d70d5d924a4 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-python_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-python_0.7.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_python/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_python" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.7.6-1.bb index 4f365439d1f..ce38e6af3b0 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.7.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_target_dependencies/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_target_dependencies" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-test_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-test_0.7.6-1.bb index 688e282cb78..729c43290f7 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-test_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake-test_0.7.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_test/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_test" diff --git a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake_0.7.6-1.bb index be6b20175c2..17143db0e0d 100644 --- a/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-cmake/ament-cmake_0.7.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake" diff --git a/meta-ros2-dashing/generated-recipes/ament-download/ament-download_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ament-download/ament-download_0.0.1-1.bb index aa8e3b78b8d..24cdffd7c0b 100644 --- a/meta-ros2-dashing/generated-recipes/ament-download/ament-download_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-download/ament-download_0.0.1-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/samsung-ros/ament_download-release/archive/release/dashing/ament_download/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_download" diff --git a/meta-ros2-dashing/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb index 924c42cf1e6..cd0905bdf0b 100644 --- a/meta-ros2-dashing/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/dashing/ament_index_cpp/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_index_cpp" diff --git a/meta-ros2-dashing/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb index 0c937b6adfe..470486a71c3 100644 --- a/meta-ros2-dashing/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/dashing/ament_index_python/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_index_python" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-format_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-format_0.7.12-1.bb index 3bcb05d5bba..bb25cf33321 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-format_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-format_0.7.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_clang_format/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_clang_format" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.12-1.bb index 626956fe2a6..58103d1986e 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_clang_tidy/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_clang_tidy" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-format_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-format_0.7.12-1.bb index ea49e65c25c..fa4942cff8b 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-format_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-format_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_clang_format/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_clang_format" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.7.12-1.bb index c147889e370..936a4edfdf0 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_clang_tidy/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_clang_tidy" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-copyright_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-copyright_0.7.12-1.bb index 275437be2e6..4305daa880f 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-copyright_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-copyright_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_copyright/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_copyright" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cppcheck_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cppcheck_0.7.12-1.bb index 7b8b6ae70e1..fefb8457f61 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cppcheck_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cppcheck_0.7.12-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_cppcheck/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_cppcheck" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cpplint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cpplint_0.7.12-1.bb index 7f7e31be00c..adcf8f268cf 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cpplint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-cpplint_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_cpplint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_cpplint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-flake8_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-flake8_0.7.12-1.bb index 6a46660757f..64c0fe51446 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-flake8_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-flake8_0.7.12-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_flake8/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_flake8" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.7.12-1.bb index 5c5032e4661..fa3785f57eb 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.7.12-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_lint_cmake/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_lint_cmake" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pclint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pclint_0.7.12-1.bb index 15efca90bd5..258a232874f 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pclint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pclint_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_pclint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_pclint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep257_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep257_0.7.12-1.bb index f4a81c8d715..93d7ea6e6b7 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep257_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep257_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_pep257/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_pep257" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep8_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep8_0.7.12-1.bb index 3d8e2db0fd6..817d979dac1 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep8_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pep8_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_pep8/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_pep8" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pyflakes_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pyflakes_0.7.12-1.bb index 1690df886ba..ff3ab44a47f 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pyflakes_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-pyflakes_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_pyflakes/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_pyflakes" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-uncrustify_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-uncrustify_0.7.12-1.bb index d179f03e508..fd635405af9 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-uncrustify_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-uncrustify_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_uncrustify/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_uncrustify" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-xmllint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-xmllint_0.7.12-1.bb index 34b8514fc52..9fc6d09f17b 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-xmllint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cmake-xmllint_0.7.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cmake_xmllint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_xmllint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-copyright_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-copyright_0.7.12-1.bb index 70a1400d81b..f5ceb062858 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-copyright_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-copyright_0.7.12-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_copyright/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_copyright" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cppcheck_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cppcheck_0.7.12-1.bb index 0174ebfd1f2..8085480ebe9 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cppcheck_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cppcheck_0.7.12-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cppcheck/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cppcheck" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cpplint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cpplint_0.7.12-1.bb index 6d6f3970b14..de0be474505 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-cpplint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-cpplint_0.7.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_cpplint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cpplint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-flake8_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-flake8_0.7.12-1.bb index 271397f2abf..b8ba46d09ea 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-flake8_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-flake8_0.7.12-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_flake8/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_flake8" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-auto_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-auto_0.7.12-1.bb index fd125c88dbb..510bd032115 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-auto_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-auto_0.7.12-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_lint_auto/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_lint_auto" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-cmake_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-cmake_0.7.12-1.bb index 2db378cedb7..5c9ef306071 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-cmake_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-cmake_0.7.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_lint_cmake/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_lint_cmake" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-common_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-common_0.7.12-1.bb index 5693d476241..f722dc9ec26 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-common_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint-common_0.7.12-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_lint_common/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_lint_common" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint_0.7.12-1.bb index 8c378150929..a6b61b5785d 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-lint_0.7.12-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_lint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_lint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pclint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pclint_0.7.12-1.bb index 1157c6f3b31..b2502a21f5e 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pclint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pclint_0.7.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_pclint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_pclint" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep257_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep257_0.7.12-1.bb index 07ca91a3688..0886f14bb90 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep257_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep257_0.7.12-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_pep257/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_pep257" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep8_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep8_0.7.12-1.bb index 55379c61f95..49230ff0cd7 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep8_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep8_0.7.12-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_pep8/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_pep8" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pyflakes_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pyflakes_0.7.12-1.bb index 5c0ce2dd76d..54dfe7fb29e 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-pyflakes_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-pyflakes_0.7.12-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_pyflakes/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_pyflakes" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-uncrustify_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-uncrustify_0.7.12-1.bb index 3117819a93b..efb9e5e9d91 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-uncrustify_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-uncrustify_0.7.12-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_uncrustify/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_uncrustify" diff --git a/meta-ros2-dashing/generated-recipes/ament-lint/ament-xmllint_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/ament-lint/ament-xmllint_0.7.12-1.bb index 3da36d43d57..5c24cbe1e04 100644 --- a/meta-ros2-dashing/generated-recipes/ament-lint/ament-xmllint_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-lint/ament-xmllint_0.7.12-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/dashing/ament_xmllint/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_xmllint" diff --git a/meta-ros2-dashing/generated-recipes/ament-package/ament-package_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/ament-package/ament-package_0.7.3-1.bb index 781df20bc5f..2464de6b101 100644 --- a/meta-ros2-dashing/generated-recipes/ament-package/ament-package_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/ament-package/ament-package_0.7.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_package-release/archive/release/dashing/ament_package/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_package" diff --git a/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-5.bb b/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-5.bb index be4e435c73c..75cd1260484 100644 --- a/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-5.bb +++ b/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-5.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/esol-community/ament_virtualenv-release/archive/release/dashing/ament_cmake_virtualenv/0.0.5-5.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_cmake_virtualenv" diff --git a/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-5.bb b/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-5.bb index 5fa9fedc495..10f4ba20c8e 100644 --- a/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-5.bb +++ b/meta-ros2-dashing/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-5.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/esol-community/ament_virtualenv-release/archive/release/dashing/ament_virtualenv/0.0.5-5.tar.gz ROS_BRANCH ?= "branch=release/dashing/ament_virtualenv" diff --git a/meta-ros2-dashing/generated-recipes/angles/angles_1.12.2-1.bb b/meta-ros2-dashing/generated-recipes/angles/angles_1.12.2-1.bb index e6ee636e77b..39f3c4c1979 100644 --- a/meta-ros2-dashing/generated-recipes/angles/angles_1.12.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/angles/angles_1.12.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/angles-release/archive/release/dashing/angles/1.12.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/angles" diff --git a/meta-ros2-dashing/generated-recipes/apriltag-msgs/apriltag-msgs_2.0.0-2.bb b/meta-ros2-dashing/generated-recipes/apriltag-msgs/apriltag-msgs_2.0.0-2.bb index 85fbf4b2c89..97557b96ae5 100644 --- a/meta-ros2-dashing/generated-recipes/apriltag-msgs/apriltag-msgs_2.0.0-2.bb +++ b/meta-ros2-dashing/generated-recipes/apriltag-msgs/apriltag-msgs_2.0.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/christianrauch/apriltag_msgs-release/archive/release/dashing/apriltag_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/apriltag_msgs" diff --git a/meta-ros2-dashing/generated-recipes/apriltag-ros/apriltag-ros_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/apriltag-ros/apriltag-ros_2.1.0-1.bb index e603dce6094..7f0a7d25c6f 100644 --- a/meta-ros2-dashing/generated-recipes/apriltag-ros/apriltag-ros_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/apriltag-ros/apriltag-ros_2.1.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/christianrauch/apriltag_ros-release/archive/release/dashing/apriltag_ros/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/apriltag_ros" diff --git a/meta-ros2-dashing/generated-recipes/apriltag/apriltag_3.1.1-1.bb b/meta-ros2-dashing/generated-recipes/apriltag/apriltag_3.1.1-1.bb index c95dbe0feeb..64136c7782e 100644 --- a/meta-ros2-dashing/generated-recipes/apriltag/apriltag_3.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/apriltag/apriltag_3.1.1-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag-release/archive/release/dashing/apriltag/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/apriltag" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb index af64c7f576d..71f807dd1e2 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/astuff_sensor_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/astuff_sensor_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb index 0b8d2daf77c..8f9a6a37191 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/delphi_esr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/delphi_esr_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb index 8536b1477c4..4f87cd0beba 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/delphi_mrr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/delphi_mrr_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb index f3ce502db10..1743fa1dba6 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/delphi_srr_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/delphi_srr_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb index e75e05df3bd..ad681fd0b26 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/derived_object_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/derived_object_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb index 9c0731c827c..ba3f3bd10f6 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/ibeo_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ibeo_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb index 534f51cfa51..09dc8fcc8fc 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/kartech_linear_actuator_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/kartech_linear_actuator_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb index 8e5583aa2cc..bed04565675 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/mobileye_560_660_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mobileye_560_660_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb index 9765552adcd..83a0f35d39c 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/neobotix_usboard_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/neobotix_usboard_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb index 5b63e3c3601..c48f49279a7 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/pacmod_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pacmod_msgs" diff --git a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb index c43584b340a..ef00082fef5 100644 --- a/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/astuff-sensor-msgs/radar-msgs_3.0.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/radar_msgs/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/radar_msgs" diff --git a/meta-ros2-dashing/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.0-1.bb index ef8c562019f..549ac28c44b 100644 --- a/meta-ros2-dashing/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/dashing/async_web_server_cpp/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/async_web_server_cpp" diff --git a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb index 6c09a94ef17..a5277684654 100644 --- a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/dashing/automotive_autonomy_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/automotive_autonomy_msgs" diff --git a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb index 90cbc2dcd38..7c711fce911 100644 --- a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/dashing/automotive_navigation_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/automotive_navigation_msgs" diff --git a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb index 68cef490725..7ccbd1da600 100644 --- a/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/dashing/automotive_platform_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/automotive_platform_msgs" diff --git a/meta-ros2-dashing/generated-recipes/aws-common/aws-common_2.2.0-1.bb b/meta-ros2-dashing/generated-recipes/aws-common/aws-common_2.2.0-1.bb index 42852e23b6d..45927d92c3b 100644 --- a/meta-ros2-dashing/generated-recipes/aws-common/aws-common_2.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/aws-common/aws-common_2.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_common-release/archive/release/dashing/aws_common/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/aws_common" diff --git a/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.2.1-1.bb b/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.2.1-1.bb index 37be77b93ba..01e56cf0e8c 100644 --- a/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/aws-robomaker-simulation-ros-pkgs_1.2.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_robomaker_simulation_ros_pkgs-release/archive/release/dashing/aws_robomaker_simulation_ros_pkgs/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/aws_robomaker_simulation_ros_pkgs" diff --git a/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.2.1-1.bb b/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.2.1-1.bb index 9c816dbac9e..7377825a317 100644 --- a/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/aws-robomaker-simulation-ros-pkgs/robomaker-simulation-msgs_1.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_robomaker_simulation_ros_pkgs-release/archive/release/dashing/robomaker_simulation_msgs/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/robomaker_simulation_msgs" diff --git a/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.1-1.bb index a6d047ed957..6a933ecf6d5 100644 --- a/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/aws_ros2_common-release/archive/release/dashing/aws_ros2_common/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/aws_ros2_common" diff --git a/meta-ros2-dashing/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bb b/meta-ros2-dashing/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bb index 9b9e309b6b6..c10ea991500 100644 --- a/meta-ros2-dashing/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/dashing/behaviortree_cpp_v3/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/behaviortree_cpp_v3" diff --git a/meta-ros2-dashing/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.2-1.bb b/meta-ros2-dashing/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.2-1.bb index f2067eeb677..950b74c9313 100644 --- a/meta-ros2-dashing/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/behaviortree-cpp/behaviortree-cpp_2.5.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp-release/archive/release/dashing/behaviortree_cpp/2.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/behaviortree_cpp" diff --git a/meta-ros2-dashing/generated-recipes/bond-core/bond_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/bond-core/bond_2.0.0-1.bb index 042bd5e042c..396f5a0588c 100644 --- a/meta-ros2-dashing/generated-recipes/bond-core/bond_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/bond-core/bond_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/dashing/bond/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/bond" diff --git a/meta-ros2-dashing/generated-recipes/bond-core/smclib_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/bond-core/smclib_2.0.0-1.bb index e2b97872fe2..8230dc873b6 100644 --- a/meta-ros2-dashing/generated-recipes/bond-core/smclib_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/bond-core/smclib_2.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/dashing/smclib/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/smclib" diff --git a/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb b/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb index 4b04799fda8..4dd13af9da5 100644 --- a/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb +++ b/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/dashing/cartographer_ros_msgs/1.0.9003-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cartographer_ros_msgs" diff --git a/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb b/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb index 4fb2aceabeb..dfd48497b94 100644 --- a/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb +++ b/meta-ros2-dashing/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/dashing/cartographer_ros/1.0.9003-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cartographer_ros" diff --git a/meta-ros2-dashing/generated-recipes/cartographer/cartographer_1.0.9001-1.bb b/meta-ros2-dashing/generated-recipes/cartographer/cartographer_1.0.9001-1.bb index c3d326531b1..08063f9deca 100644 --- a/meta-ros2-dashing/generated-recipes/cartographer/cartographer_1.0.9001-1.bb +++ b/meta-ros2-dashing/generated-recipes/cartographer/cartographer_1.0.9001-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer-release/archive/release/dashing/cartographer/1.0.9001-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cartographer" diff --git a/meta-ros2-dashing/generated-recipes/class-loader/class-loader_1.3.3-1.bb b/meta-ros2-dashing/generated-recipes/class-loader/class-loader_1.3.3-1.bb index 90803f3a3f0..004329e30c2 100644 --- a/meta-ros2-dashing/generated-recipes/class-loader/class-loader_1.3.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/class-loader/class-loader_1.3.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/class_loader-release/archive/release/dashing/class_loader/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/class_loader" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb index be3b6d98253..0e3b4f343b9 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-logs-common_1.1.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/dashing/cloudwatch_logs_common/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cloudwatch_logs_common" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb index d83b8f08640..690e3cf5655 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-common/cloudwatch-metrics-common_1.1.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/dashing/cloudwatch_metrics_common/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cloudwatch_metrics_common" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb index 1d026344314..ce280d8ebcb 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-common/dataflow-lite_1.1.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/dashing/dataflow_lite/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dataflow_lite" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb index f07075dd918..4a0b5d7442c 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-common/file-management_1.1.5-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_common-release/archive/release/dashing/file_management/1.1.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/file_management" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-logger/cloudwatch-logger_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-logger/cloudwatch-logger_3.0.1-1.bb index c76a74a1bc6..1d56bdd6703 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-logger/cloudwatch-logger_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-logger/cloudwatch-logger_3.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_logger-release/archive/release/dashing/cloudwatch_logger/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cloudwatch_logger" diff --git a/meta-ros2-dashing/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bb index 1f2ea069291..84ef0e50281 100644 --- a/meta-ros2-dashing/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/cloudwatch_metrics_collector-release/archive/release/dashing/cloudwatch_metrics_collector/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cloudwatch_metrics_collector" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/actionlib-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/actionlib-msgs_0.7.1-1.bb index 3188f10a999..281b7e662d0 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/actionlib-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/actionlib-msgs_0.7.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/actionlib_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/actionlib_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/common-interfaces_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/common-interfaces_0.7.1-1.bb index 18145ad3fa9..ba308e26a68 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/common-interfaces_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/common-interfaces_0.7.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/common_interfaces/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/common_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/diagnostic-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/diagnostic-msgs_0.7.1-1.bb index a8ee81830df..656f2daae59 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/diagnostic-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/diagnostic-msgs_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/diagnostic_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/diagnostic_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/geometry-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/geometry-msgs_0.7.1-1.bb index 15997bf0021..cdc526dba27 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/geometry-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/geometry-msgs_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/geometry_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/geometry_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/nav-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/nav-msgs_0.7.1-1.bb index f7687f544fa..c06bc05d4e8 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/nav-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/nav-msgs_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/nav_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/sensor-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/sensor-msgs_0.7.1-1.bb index 4b2dbc17d9d..29c3eca726a 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/sensor-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/sensor-msgs_0.7.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/sensor_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/sensor_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/shape-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/shape-msgs_0.7.1-1.bb index 5ddd2cbca21..49b9eac2cf5 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/shape-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/shape-msgs_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/shape_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/shape_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/std-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/std-msgs_0.7.1-1.bb index 7a3f5a9df0d..ee3c207b117 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/std-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/std-msgs_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/std_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/std_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/std-srvs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/std-srvs_0.7.1-1.bb index 3f9b474438a..c4f270b1896 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/std-srvs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/std-srvs_0.7.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/std_srvs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/std_srvs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/stereo-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/stereo-msgs_0.7.1-1.bb index 36be9c5b8e3..aee4b793001 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/stereo-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/stereo-msgs_0.7.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/stereo_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/stereo_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/trajectory-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/trajectory-msgs_0.7.1-1.bb index 7881cb0210e..a404dd73e1e 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/trajectory-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/trajectory-msgs_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/trajectory_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/trajectory_msgs" diff --git a/meta-ros2-dashing/generated-recipes/common-interfaces/visualization-msgs_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/common-interfaces/visualization-msgs_0.7.1-1.bb index 7c928a4d57c..b061e70727d 100644 --- a/meta-ros2-dashing/generated-recipes/common-interfaces/visualization-msgs_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/common-interfaces/visualization-msgs_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/visualization_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/visualization_msgs" diff --git a/meta-ros2-dashing/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb index 509818d8521..5624b5e0a39 100644 --- a/meta-ros2-dashing/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/console_bridge_vendor-release/archive/release/dashing/console_bridge_vendor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/console_bridge_vendor" diff --git a/meta-ros2-dashing/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bb b/meta-ros2-dashing/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bb index fdd0a617ad4..9d571c6598b 100644 --- a/meta-ros2-dashing/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-safety/contracts_lite_vendor-release/archive/release/dashing/contracts_lite_vendor/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/contracts_lite_vendor" diff --git a/meta-ros2-dashing/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb b/meta-ros2-dashing/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb index aee7321c69e..a52c36304ca 100644 --- a/meta-ros2-dashing/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_msgs-release/archive/release/dashing/control_msgs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/control_msgs" diff --git a/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.0-1.bb b/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.0-1.bb index c54848b8626..d0cc5b047db 100644 --- a/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-ros2-release/archive/release/dashing/costmap_converter_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/costmap_converter_msgs" diff --git a/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter_0.1.0-1.bb b/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter_0.1.0-1.bb index 316c2e97de8..a9d05af2cf5 100644 --- a/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter_0.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/costmap-converter/costmap-converter_0.1.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-ros2-release/archive/release/dashing/costmap_converter/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/costmap_converter" diff --git a/meta-ros2-dashing/generated-recipes/cyclonedds/cyclonedds_0.7.0-2.bb b/meta-ros2-dashing/generated-recipes/cyclonedds/cyclonedds_0.7.0-2.bb index 09a846ed779..378b97ba64f 100644 --- a/meta-ros2-dashing/generated-recipes/cyclonedds/cyclonedds_0.7.0-2.bb +++ b/meta-ros2-dashing/generated-recipes/cyclonedds/cyclonedds_0.7.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cyclonedds-release/archive/release/dashing/cyclonedds/0.7.0-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/cyclonedds" diff --git a/meta-ros2-dashing/generated-recipes/demos/action-tutorials_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/action-tutorials_0.7.9-1.bb index fe144defb10..acda678ae71 100644 --- a/meta-ros2-dashing/generated-recipes/demos/action-tutorials_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/action-tutorials_0.7.9-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/action_tutorials/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/action_tutorials" diff --git a/meta-ros2-dashing/generated-recipes/demos/composition_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/composition_0.7.9-1.bb index 3c25907bef1..5966a494f57 100644 --- a/meta-ros2-dashing/generated-recipes/demos/composition_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/composition_0.7.9-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/composition/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/composition" diff --git a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp-rosnative_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp-rosnative_0.7.9-1.bb index 594e3760542..5e147cbb341 100644 --- a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp-rosnative_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp-rosnative_0.7.9-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/demo_nodes_cpp_native/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/demo_nodes_cpp_native" diff --git a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp_0.7.9-1.bb index 553ce96e6aa..07bddc37ede 100644 --- a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-cpp_0.7.9-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/demo_nodes_cpp/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/demo_nodes_cpp" diff --git a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-py_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-py_0.7.9-1.bb index 7c015305a0b..218a6d725d6 100644 --- a/meta-ros2-dashing/generated-recipes/demos/demo-nodes-py_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/demo-nodes-py_0.7.9-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/demo_nodes_py/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/demo_nodes_py" diff --git a/meta-ros2-dashing/generated-recipes/demos/dummy-map-server_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/dummy-map-server_0.7.9-1.bb index 31aea03cf49..b8f7dbe7967 100644 --- a/meta-ros2-dashing/generated-recipes/demos/dummy-map-server_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/dummy-map-server_0.7.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/dummy_map_server/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dummy_map_server" diff --git a/meta-ros2-dashing/generated-recipes/demos/dummy-robot-bringup_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/dummy-robot-bringup_0.7.9-1.bb index 351e5311e90..92a35f948c5 100644 --- a/meta-ros2-dashing/generated-recipes/demos/dummy-robot-bringup_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/dummy-robot-bringup_0.7.9-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/dummy_robot_bringup/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dummy_robot_bringup" diff --git a/meta-ros2-dashing/generated-recipes/demos/dummy-sensors_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/dummy-sensors_0.7.9-1.bb index 190ca7f51f0..a6616310557 100644 --- a/meta-ros2-dashing/generated-recipes/demos/dummy-sensors_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/dummy-sensors_0.7.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/dummy_sensors/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dummy_sensors" diff --git a/meta-ros2-dashing/generated-recipes/demos/image-tools_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/image-tools_0.7.9-1.bb index 5641813751d..3b08bff0081 100644 --- a/meta-ros2-dashing/generated-recipes/demos/image-tools_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/image-tools_0.7.9-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/image_tools/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_tools" diff --git a/meta-ros2-dashing/generated-recipes/demos/intra-process-demo_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/intra-process-demo_0.7.9-1.bb index ff62a682025..d5d219f45e3 100644 --- a/meta-ros2-dashing/generated-recipes/demos/intra-process-demo_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/intra-process-demo_0.7.9-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/intra_process_demo/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/intra_process_demo" diff --git a/meta-ros2-dashing/generated-recipes/demos/lifecycle_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/lifecycle_0.7.9-1.bb index 03f58067817..026b8432865 100644 --- a/meta-ros2-dashing/generated-recipes/demos/lifecycle_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/lifecycle_0.7.9-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/lifecycle/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lifecycle" diff --git a/meta-ros2-dashing/generated-recipes/demos/logging-demo_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/logging-demo_0.7.9-1.bb index 42e044c8358..118aae9f6b0 100644 --- a/meta-ros2-dashing/generated-recipes/demos/logging-demo_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/logging-demo_0.7.9-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/logging_demo/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/logging_demo" diff --git a/meta-ros2-dashing/generated-recipes/demos/pendulum-control_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/pendulum-control_0.7.9-1.bb index 0177dc5909c..047a155d7ca 100644 --- a/meta-ros2-dashing/generated-recipes/demos/pendulum-control_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/pendulum-control_0.7.9-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/pendulum_control/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pendulum_control" diff --git a/meta-ros2-dashing/generated-recipes/demos/pendulum-msgs_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/pendulum-msgs_0.7.9-1.bb index bd158599618..7962b4f3acd 100644 --- a/meta-ros2-dashing/generated-recipes/demos/pendulum-msgs_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/pendulum-msgs_0.7.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/pendulum_msgs/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pendulum_msgs" diff --git a/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-cpp_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-cpp_0.7.9-1.bb index 3e8b2fddb5f..465f0addb52 100644 --- a/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-cpp_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-cpp_0.7.9-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/quality_of_service_demo_cpp/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/quality_of_service_demo_cpp" diff --git a/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-py_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-py_0.7.9-1.bb index 8b1624c383b..29b1d2aa6c5 100644 --- a/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-py_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/quality-of-service-demo-py_0.7.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/quality_of_service_demo_py/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/quality_of_service_demo_py" diff --git a/meta-ros2-dashing/generated-recipes/demos/topic-monitor_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/demos/topic-monitor_0.7.9-1.bb index 07df4392496..0d3138378d7 100644 --- a/meta-ros2-dashing/generated-recipes/demos/topic-monitor_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/demos/topic-monitor_0.7.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/dashing/topic_monitor/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/topic_monitor" diff --git a/meta-ros2-dashing/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb b/meta-ros2-dashing/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb index b10861f56e7..fa2705a3e55 100644 --- a/meta-ros2-dashing/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/depthimage_to_laserscan-release/archive/release/dashing/depthimage_to_laserscan/2.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/depthimage_to_laserscan" diff --git a/meta-ros2-dashing/generated-recipes/diagnostics/diagnostic-updater_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/diagnostics/diagnostic-updater_2.0.0-1.bb index ba261fe0ca7..b5343ced43e 100644 --- a/meta-ros2-dashing/generated-recipes/diagnostics/diagnostic-updater_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/diagnostics/diagnostic-updater_2.0.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/dashing/diagnostic_updater/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/diagnostic_updater" diff --git a/meta-ros2-dashing/generated-recipes/diagnostics/self-test_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/diagnostics/self-test_2.0.0-1.bb index f40fa2e9cb6..36897ce51b1 100644 --- a/meta-ros2-dashing/generated-recipes/diagnostics/self-test_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/diagnostics/self-test_2.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/dashing/self_test/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/self_test" diff --git a/meta-ros2-dashing/generated-recipes/dolly/dolly-follow_0.1.1-2.bb b/meta-ros2-dashing/generated-recipes/dolly/dolly-follow_0.1.1-2.bb index 145489f8595..3cf5ed760f2 100644 --- a/meta-ros2-dashing/generated-recipes/dolly/dolly-follow_0.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/dolly/dolly-follow_0.1.1-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/dashing/dolly_follow/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/dolly_follow" diff --git a/meta-ros2-dashing/generated-recipes/dolly/dolly-gazebo_0.1.1-2.bb b/meta-ros2-dashing/generated-recipes/dolly/dolly-gazebo_0.1.1-2.bb index 2e6334ef9d6..57c9c8a36b5 100644 --- a/meta-ros2-dashing/generated-recipes/dolly/dolly-gazebo_0.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/dolly/dolly-gazebo_0.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/dashing/dolly_gazebo/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/dolly_gazebo" diff --git a/meta-ros2-dashing/generated-recipes/dolly/dolly_0.1.1-2.bb b/meta-ros2-dashing/generated-recipes/dolly/dolly_0.1.1-2.bb index 1be266508b3..65dc6abbec9 100644 --- a/meta-ros2-dashing/generated-recipes/dolly/dolly_0.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/dolly/dolly_0.1.1-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/dashing/dolly/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/dolly" diff --git a/meta-ros2-dashing/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-10.bb b/meta-ros2-dashing/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-10.bb index c950d446725..b29414d66f8 100644 --- a/meta-ros2-dashing/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-10.bb +++ b/meta-ros2-dashing/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-10.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/dashing/dynamixel_sdk/3.7.40-10.tar.gz ROS_BRANCH ?= "branch=release/dashing/dynamixel_sdk" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-command-line_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-command-line_1.0.4-1.bb index f1b1b1243ba..ffecbdc785a 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-command-line_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-command-line_1.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_command_line/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_command_line" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-concepts_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-concepts_1.0.4-1.bb index b6d141d1a07..a6711f5c8b5 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-concepts_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-concepts_1.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_concepts/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_concepts" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-containers_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-containers_1.0.4-1.bb index 8bc27552780..cdf2375db92 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-containers_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-containers_1.0.4-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_containers/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_containers" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-converters_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-converters_1.0.4-1.bb index a2a5db54718..34653736aec 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-converters_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-converters_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_converters/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_converters" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core-apps_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core-apps_1.0.4-1.bb index 98d7fea71c9..121617f3f58 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core-apps_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core-apps_1.0.4-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_core_apps/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_core_apps" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core_1.0.4-1.bb index 77a389d3691..23c2bd8da98 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-core_1.0.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_core/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_core" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-devices_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-devices_1.0.4-1.bb index 6dae3d1589a..59c5f41352d 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-devices_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-devices_1.0.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_devices/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_devices" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-eigen_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-eigen_1.0.4-1.bb index 54fe2b5c747..cd4461d5777 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-eigen_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-eigen_1.0.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_eigen/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_eigen" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-exceptions_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-exceptions_1.0.4-1.bb index 1e24def31ff..ea94a8cf2e4 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-exceptions_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-exceptions_1.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_exceptions/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_exceptions" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-filesystem_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-filesystem_1.0.4-1.bb index 7ca6173c20f..dbdbc0d15ee 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-filesystem_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-filesystem_1.0.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_filesystem/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_filesystem" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-formatters_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-formatters_1.0.4-1.bb index 8b04fa05c73..7b8ef4290f2 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-formatters_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-formatters_1.0.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_formatters/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_formatters" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-geometry_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-geometry_1.0.4-1.bb index d1089b04ba0..5d35f4643b5 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-geometry_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-geometry_1.0.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_geometry/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_geometry" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-ipc_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-ipc_1.0.4-1.bb index fcea30abbb2..e0f85597b24 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-ipc_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-ipc_1.0.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_ipc/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_ipc" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-linear-algebra_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-linear-algebra_1.0.4-1.bb index 2515b04de2b..87bdeba9070 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-linear-algebra_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-linear-algebra_1.0.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_linear_algebra/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_linear_algebra" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-manipulators_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-manipulators_1.0.4-1.bb index d2319a4a4e0..12321b98472 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-manipulators_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-manipulators_1.0.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_manipulators/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_manipulators" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-math_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-math_1.0.4-1.bb index 508bb160b67..ec4803ce4b3 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-math_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-math_1.0.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_math/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_math" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mobile-robot_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mobile-robot_1.0.4-1.bb index e9a899aff9e..9753dd9ae8a 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mobile-robot_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mobile-robot_1.0.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_mobile_robot/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_mobile_robot" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mpl_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mpl_1.0.4-1.bb index e8df70e97d6..fa0acb60151 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mpl_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mpl_1.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_mpl/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_mpl" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-sigslots_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-sigslots_1.0.4-1.bb index aaa574abb5c..5779f8c8359 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-sigslots_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-sigslots_1.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_sigslots/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_sigslots" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-statistics_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-statistics_1.0.4-1.bb index db1bd45ba5c..a6bd3da28a9 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-statistics_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-statistics_1.0.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_statistics/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_statistics" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-streams_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-streams_1.0.4-1.bb index 8839c3e10c1..2668f063d08 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-streams_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-streams_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_streams/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_streams" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-threads_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-threads_1.0.4-1.bb index 4605b8d3ac2..471876b44d7 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-threads_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-threads_1.0.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_threads/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_threads" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-time_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-time_1.0.4-1.bb index 997d05450e9..781d2993cca 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-time_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-time_1.0.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_time/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_time" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-type-traits_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-type-traits_1.0.4-1.bb index 2d0ab6a0e04..b46638490b6 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-type-traits_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-type-traits_1.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_type_traits/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_type_traits" diff --git a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-utilities_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-utilities_1.0.4-1.bb index 835e6e0a985..56da3292a59 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-core/ecl-utilities_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-core/ecl-utilities_1.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/dashing/ecl_utilities/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_utilities" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-config_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-config_1.0.3-2.bb index a032221a43c..81fb537f864 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-config_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-config_1.0.3-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_config/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_config" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-console_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-console_1.0.3-2.bb index 5712f308652..937494bb546 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-console_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-console_1.0.3-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_console/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_console" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-converters-lite_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-converters-lite_1.0.3-2.bb index 70bb3dd7a1d..92019e9bc92 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-converters-lite_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-converters-lite_1.0.3-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_converters_lite/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_converters_lite" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-errors_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-errors_1.0.3-2.bb index b18132bf1ad..09ecab39cab 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-errors_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-errors_1.0.3-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_errors/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_errors" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-io_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-io_1.0.3-2.bb index 74cea223108..b2e6402a5d4 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-io_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-io_1.0.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_io/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_io" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-lite_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-lite_1.0.3-2.bb index a372203a7cb..989d893f2ad 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-lite_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-lite_1.0.3-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_lite/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_lite" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.3-2.bb index 1640cf6cee9..fec6f646a3b 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_sigslots_lite/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_sigslots_lite" diff --git a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-time-lite_1.0.3-2.bb b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-time-lite_1.0.3-2.bb index 8980c27683e..fa60db3b505 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-time-lite_1.0.3-2.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-time-lite_1.0.3-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/dashing/ecl_time_lite/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_time_lite" diff --git a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb index 37f3e45072a..3294e6fcd36 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/dashing/ecl_build/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_build" diff --git a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb index 86ddac8311f..f11db5d3837 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/dashing/ecl_license/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_license" diff --git a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb index bb1704f58c7..aef89e9fa38 100644 --- a/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/dashing/ecl_tools/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ecl_tools" diff --git a/meta-ros2-dashing/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb index e619e4cd79d..582db736bd1 100644 --- a/meta-ros2-dashing/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen_stl_containers-release/archive/release/dashing/eigen_stl_containers/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/eigen_stl_containers" diff --git a/meta-ros2-dashing/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb b/meta-ros2-dashing/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb index 38429c16d41..7a0e4235828 100644 --- a/meta-ros2-dashing/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen3_cmake_module-release/archive/release/dashing/eigen3_cmake_module/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/eigen3_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb index c11c3cf85d9..17d059516f0 100644 --- a/meta-ros2-dashing/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/example_interfaces-release/archive/release/dashing/example_interfaces/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/example_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.7.5-1.bb index 2b028550658..7125448a7c7 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.7.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_action_client/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_action_client" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.7.5-1.bb index cb9e7f68f92..a2b8f89cf94 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.7.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_action_server/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_action_server" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-client_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-client_0.7.5-1.bb index dd00e7f7f99..a0e0cf451b3 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-client_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-client_0.7.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_client/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_client" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-composition_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-composition_0.7.5-1.bb index 11d90e7a9c3..a28f4c861c1 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-composition_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-composition_0.7.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_composition/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_composition" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.7.5-1.bb index 1ce520eff1f..29b4566870f 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.7.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_publisher/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_publisher" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-service_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-service_0.7.5-1.bb index e4f02c2d0d5..45b68c20c1d 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-service_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-service_0.7.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_service/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_service" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.7.5-1.bb index d55fd876d9a..01ef42a2a7d 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.7.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_subscriber/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_subscriber" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-timer_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-timer_0.7.5-1.bb index f0427928987..e1fde01fecc 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-timer_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclcpp-minimal-timer_0.7.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclcpp_minimal_timer/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclcpp_minimal_timer" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-executors_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-executors_0.7.5-1.bb index 6a1ad980d95..5c84e23174f 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-executors_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-executors_0.7.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_executors/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_executors" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-client_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-client_0.7.5-1.bb index 686197262c2..a1bf41ce0ab 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-client_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-client_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_action_client/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_action_client" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-server_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-server_0.7.5-1.bb index 26a808a6cf0..1f9e163265e 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-server_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-action-server_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_action_server/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_action_server" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-client_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-client_0.7.5-1.bb index ca04f5d2f6e..9b327cc72f1 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-client_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-client_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_client/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_client" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-publisher_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-publisher_0.7.5-1.bb index d5fec976b1d..9d731cc7f21 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-publisher_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-publisher_0.7.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_publisher/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_publisher" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-service_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-service_0.7.5-1.bb index a7c8c6da711..f8247109c40 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-service_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-service_0.7.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_service/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_service" diff --git a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.7.5-1.bb b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.7.5-1.bb index bf121dbf6e9..d0391c805b8 100644 --- a/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.7.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.7.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/dashing/examples_rclpy_minimal_subscriber/0.7.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/examples_rclpy_minimal_subscriber" diff --git a/meta-ros2-dashing/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb b/meta-ros2-dashing/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb index 79cedbc29b9..7592667853b 100644 --- a/meta-ros2-dashing/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb +++ b/meta-ros2-dashing/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastcdr-release/archive/release/dashing/fastcdr/1.0.13-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/fastcdr" diff --git a/meta-ros2-dashing/generated-recipes/fastrtps/fastrtps_1.8.4-3.bb b/meta-ros2-dashing/generated-recipes/fastrtps/fastrtps_1.8.4-3.bb index 257f7419558..466ecd05bce 100644 --- a/meta-ros2-dashing/generated-recipes/fastrtps/fastrtps_1.8.4-3.bb +++ b/meta-ros2-dashing/generated-recipes/fastrtps/fastrtps_1.8.4-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastrtps-release/archive/release/dashing/fastrtps/1.8.4-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/fastrtps" diff --git a/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter-examples_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter-examples_2.0.0-1.bb index 01d96165de6..f0df1f880c9 100644 --- a/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter-examples_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter-examples_2.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/dashing/fmi_adapter_examples/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/fmi_adapter_examples" diff --git a/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter_2.0.0-1.bb index 11e89df28fd..80229f47a96 100644 --- a/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/fmi-adapter/fmi-adapter_2.0.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/dashing/fmi_adapter/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/fmi_adapter" diff --git a/meta-ros2-dashing/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb index 76b5d57be2d..3276db01638 100644 --- a/meta-ros2-dashing/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmilibrary_vendor-release/archive/release/dashing/fmilibrary_vendor/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/fmilibrary_vendor" diff --git a/meta-ros2-dashing/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb b/meta-ros2-dashing/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb index 558aee81d45..ba3e8dcc147 100644 --- a/meta-ros2-dashing/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/foonathan_memory_vendor-release/archive/release/dashing/foonathan_memory_vendor/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/foonathan_memory_vendor" diff --git a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.3.5-3.bb b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.3.5-3.bb index f2125736fc3..d405ecbfff7 100644 --- a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.3.5-3.bb +++ b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.3.5-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/dashing/gazebo_msgs/3.3.5-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/gazebo_msgs" diff --git a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.5-3.bb b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.5-3.bb index 585510a872f..66e59ab62fc 100644 --- a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.5-3.bb +++ b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.5-3.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/dashing/gazebo_plugins/3.3.5-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/gazebo_plugins" diff --git a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.3.5-3.bb b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.3.5-3.bb index 32657bf9d68..d54af962dfc 100644 --- a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.3.5-3.bb +++ b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.3.5-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/dashing/gazebo_ros_pkgs/3.3.5-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/gazebo_ros_pkgs" diff --git a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.3.5-3.bb b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.3.5-3.bb index 4f07312ca19..e76e9e897d2 100644 --- a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.3.5-3.bb +++ b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.3.5-3.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/dashing/gazebo_ros/3.3.5-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/gazebo_ros" diff --git a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.5-3.bb b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.5-3.bb index 1a99480f92a..59be62fd369 100644 --- a/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.5-3.bb +++ b/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.5-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/dashing/gazebo_dev/3.3.5-3.tar.gz ROS_BRANCH ?= "branch=release/dashing/gazebo_dev" diff --git a/meta-ros2-dashing/generated-recipes/geographic-info/geodesy_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/geographic-info/geodesy_1.0.1-1.bb index 7611542fcd8..d350da959c1 100644 --- a/meta-ros2-dashing/generated-recipes/geographic-info/geodesy_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/geographic-info/geodesy_1.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/dashing/geodesy/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/geodesy" diff --git a/meta-ros2-dashing/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb index cca153e6206..5e85f9a7aa1 100644 --- a/meta-ros2-dashing/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/dashing/geographic_info/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/geographic_info" diff --git a/meta-ros2-dashing/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb index 7aed668f5b9..15924177794 100644 --- a/meta-ros2-dashing/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/dashing/geographic_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/geographic_msgs" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-eigen_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-eigen_0.11.6-1.bb index c5bcaa6694d..8bdc16d24bf 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-eigen_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-eigen_0.11.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_eigen/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_eigen" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-geometry-msgs_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-geometry-msgs_0.11.6-1.bb index 8933c0761cb..4ed0cb79070 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-geometry-msgs_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-geometry-msgs_0.11.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_geometry_msgs/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_geometry_msgs" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-kdl_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-kdl_0.11.6-1.bb index a5041a8d65c..4d5bb73bf36 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-kdl_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-kdl_0.11.6-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_kdl/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_kdl" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-msgs_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-msgs_0.11.6-1.bb index f6c7d0a6c8f..008499765d0 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-msgs_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-msgs_0.11.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_msgs/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_msgs" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-ros_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-ros_0.11.6-1.bb index 804355d77c1..450c2c4825e 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-ros_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-ros_0.11.6-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_ros/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_ros" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2-sensor-msgs_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2-sensor-msgs_0.11.6-1.bb index 711e6255971..6401a1aac92 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2-sensor-msgs_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2-sensor-msgs_0.11.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2_sensor_msgs/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2_sensor_msgs" diff --git a/meta-ros2-dashing/generated-recipes/geometry2/tf2_0.11.6-1.bb b/meta-ros2-dashing/generated-recipes/geometry2/tf2_0.11.6-1.bb index b6920cd9025..5b92cf903bc 100644 --- a/meta-ros2-dashing/generated-recipes/geometry2/tf2_0.11.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/geometry2/tf2_0.11.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/dashing/tf2/0.11.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tf2" diff --git a/meta-ros2-dashing/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb b/meta-ros2-dashing/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb index 0d481567526..107168d42c0 100644 --- a/meta-ros2-dashing/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb +++ b/meta-ros2-dashing/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/dashing/gmock_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gmock_vendor" diff --git a/meta-ros2-dashing/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb b/meta-ros2-dashing/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb index 84549895cf9..44b62e183ef 100644 --- a/meta-ros2-dashing/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb +++ b/meta-ros2-dashing/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/dashing/gtest_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gtest_vendor" diff --git a/meta-ros2-dashing/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb index 7a96eac8f49..a7e2b6f0fdb 100644 --- a/meta-ros2-dashing/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/dashing/gps_msgs/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gps_msgs" diff --git a/meta-ros2-dashing/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb index a282bd075c5..d70388e5644 100644 --- a/meta-ros2-dashing/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/dashing/gps_tools/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gps_tools" diff --git a/meta-ros2-dashing/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb index 690c1cc011a..d6b7e27d318 100644 --- a/meta-ros2-dashing/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/dashing/gps_umd/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gps_umd" diff --git a/meta-ros2-dashing/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb index 6e02a479870..943b5432676 100644 --- a/meta-ros2-dashing/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/dashing/gpsd_client/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gpsd_client" diff --git a/meta-ros2-dashing/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb b/meta-ros2-dashing/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb index 12c8e2b1c4a..39c9521522c 100644 --- a/meta-ros2-dashing/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_msgs-release/archive/release/dashing/grbl_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/grbl_msgs" diff --git a/meta-ros2-dashing/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb b/meta-ros2-dashing/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb index b7d925277bb..dd60baf83b0 100644 --- a/meta-ros2-dashing/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb +++ b/meta-ros2-dashing/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_ros-release/archive/release/dashing/grbl_ros/0.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/grbl_ros" diff --git a/meta-ros2-dashing/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb b/meta-ros2-dashing/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb index 7e475cec194..6709a1ec919 100644 --- a/meta-ros2-dashing/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/h264_encoder_core-release/archive/release/dashing/h264_encoder_core/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/h264_encoder_core" diff --git a/meta-ros2-dashing/generated-recipes/h264-video-encoder/h264-video-encoder_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/h264-video-encoder/h264-video-encoder_2.0.0-1.bb index f1ff345522c..99051c6c98f 100644 --- a/meta-ros2-dashing/generated-recipes/h264-video-encoder/h264-video-encoder_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/h264-video-encoder/h264-video-encoder_2.0.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/h264_video_encoder-release/archive/release/dashing/h264_video_encoder/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/h264_video_encoder" diff --git a/meta-ros2-dashing/generated-recipes/health-metric-collector/health-metric-collector_3.0.1-1.bb b/meta-ros2-dashing/generated-recipes/health-metric-collector/health-metric-collector_3.0.1-1.bb index a187dc21df8..99c891f124e 100644 --- a/meta-ros2-dashing/generated-recipes/health-metric-collector/health-metric-collector_3.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/health-metric-collector/health-metric-collector_3.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/health_metric_collector-release/archive/release/dashing/health_metric_collector/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/health_metric_collector" diff --git a/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.3-1.bb b/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.3-1.bb index 99d648f4053..616bec1ee7f 100644 --- a/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/hls_lfcd_lds_driver-release/archive/release/dashing/hls_lfcd_lds_driver/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/hls_lfcd_lds_driver" diff --git a/meta-ros2-dashing/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb b/meta-ros2-dashing/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb index 1283bddb7af..01233a15a6c 100644 --- a/meta-ros2-dashing/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-release/archive/release/dashing/ifm3d_core/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ifm3d_core" diff --git a/meta-ros2-dashing/generated-recipes/image-common/camera-calibration-parsers_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-common/camera-calibration-parsers_2.1.1-1.bb index 0e49213a47b..aaa1f7fe275 100644 --- a/meta-ros2-dashing/generated-recipes/image-common/camera-calibration-parsers_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-common/camera-calibration-parsers_2.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/dashing/camera_calibration_parsers/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/camera_calibration_parsers" diff --git a/meta-ros2-dashing/generated-recipes/image-common/camera-info-manager_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-common/camera-info-manager_2.1.1-1.bb index cabd8a8ae49..00dd7240717 100644 --- a/meta-ros2-dashing/generated-recipes/image-common/camera-info-manager_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-common/camera-info-manager_2.1.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/dashing/camera_info_manager/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/camera_info_manager" diff --git a/meta-ros2-dashing/generated-recipes/image-common/image-transport_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-common/image-transport_2.1.1-1.bb index 053ba3cd73c..b9f65da6282 100644 --- a/meta-ros2-dashing/generated-recipes/image-common/image-transport_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-common/image-transport_2.1.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/dashing/image_transport/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_transport" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/camera-calibration_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/camera-calibration_2.1.1-1.bb index 5d11f9239c0..a8a016b6376 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/camera-calibration_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/camera-calibration_2.1.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/camera_calibration/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/camera_calibration" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/depth-image-proc_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/depth-image-proc_2.1.1-1.bb index 7064ef38484..a7ddc773d66 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/depth-image-proc_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/depth-image-proc_2.1.1-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/depth_image_proc/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/depth_image_proc" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/image-pipeline_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/image-pipeline_2.1.1-1.bb index 96a0367747c..4a36d2702d2 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/image-pipeline_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/image-pipeline_2.1.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/image_pipeline/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_pipeline" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/image-proc_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/image-proc_2.1.1-1.bb index a70f33aea26..7670d3e2125 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/image-proc_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/image-proc_2.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/image_proc/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_proc" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/image-publisher_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/image-publisher_2.1.1-1.bb index 9252d2a5676..4f3b3463220 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/image-publisher_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/image-publisher_2.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/image_publisher/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_publisher" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/image-rotate_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/image-rotate_2.1.1-1.bb index d54cd8049d5..1ea6cb42e9a 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/image-rotate_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/image-rotate_2.1.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/image_rotate/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_rotate" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/image-view_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/image-view_2.1.1-1.bb index c992d40bd9d..0a4ad72df70 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/image-view_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/image-view_2.1.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/image_view/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_view" diff --git a/meta-ros2-dashing/generated-recipes/image-pipeline/stereo-image-proc_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/image-pipeline/stereo-image-proc_2.1.1-1.bb index 69031b2e95b..9fbdc97c453 100644 --- a/meta-ros2-dashing/generated-recipes/image-pipeline/stereo-image-proc_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-pipeline/stereo-image-proc_2.1.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/dashing/stereo_image_proc/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/stereo_image_proc" diff --git a/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bb index 5e409ad42e6..94a2ce54cea 100644 --- a/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/dashing/compressed_depth_image_transport/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/compressed_depth_image_transport" diff --git a/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-image-transport_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-image-transport_2.1.0-1.bb index bdb1af80319..86d875219de 100644 --- a/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-image-transport_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-transport-plugins/compressed-image-transport_2.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/dashing/compressed_image_transport/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/compressed_image_transport" diff --git a/meta-ros2-dashing/generated-recipes/image-transport-plugins/image-transport-plugins_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/image-transport-plugins/image-transport-plugins_2.1.0-1.bb index 0be880eb4da..b3ff0005bdf 100644 --- a/meta-ros2-dashing/generated-recipes/image-transport-plugins/image-transport-plugins_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-transport-plugins/image-transport-plugins_2.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/dashing/image_transport_plugins/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_transport_plugins" diff --git a/meta-ros2-dashing/generated-recipes/image-transport-plugins/theora-image-transport_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/image-transport-plugins/theora-image-transport_2.1.0-1.bb index d77fe3a76d9..39233d50140 100644 --- a/meta-ros2-dashing/generated-recipes/image-transport-plugins/theora-image-transport_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/image-transport-plugins/theora-image-transport_2.1.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/dashing/theora_image_transport/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/theora_image_transport" diff --git a/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.0.1-1.bb b/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.0.1-1.bb index 13eecda4127..eab8ec37b62 100644 --- a/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.0.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/dashing/joint_state_publisher_gui/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/joint_state_publisher_gui" diff --git a/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher_2.0.1-1.bb b/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher_2.0.1-1.bb index 5f9a3ee7638..61f9791b25b 100644 --- a/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher_2.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/joint-state-publisher/joint-state-publisher_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/dashing/joint_state_publisher/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/joint_state_publisher" diff --git a/meta-ros2-dashing/generated-recipes/joystick-drivers/joy_2.3.2-1.bb b/meta-ros2-dashing/generated-recipes/joystick-drivers/joy_2.3.2-1.bb index c214e8fecd0..a827c55920a 100644 --- a/meta-ros2-dashing/generated-recipes/joystick-drivers/joy_2.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/joystick-drivers/joy_2.3.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/dashing/joy/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/joy" diff --git a/meta-ros2-dashing/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb b/meta-ros2-dashing/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb index 0013f1fe730..47edf252aeb 100644 --- a/meta-ros2-dashing/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/kdl_parser-release/archive/release/dashing/kdl_parser/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/kdl_parser" diff --git a/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb b/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb index 242635d8c9d..f00a4a16911 100644 --- a/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_manager-release/archive/release/dashing/kinesis_manager/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/kinesis_manager" diff --git a/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_3.1.0-1.bb b/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_3.1.0-1.bb index 60ee67560cb..9de6287b3b9 100644 --- a/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_3.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-msgs_3.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_video_streamer-release/archive/release/dashing/kinesis_video_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/kinesis_video_msgs" diff --git a/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_3.1.0-1.bb b/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_3.1.0-1.bb index ec3f59bc918..38ece95dbe6 100644 --- a/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_3.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/kinesis-video-streamer/kinesis-video-streamer_3.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/kinesis_video_streamer-release/archive/release/dashing/kinesis_video_streamer/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/kinesis_video_streamer" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb index 8e2725a8233..e5ef6186a1b 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_core/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_core" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb index 0debae6461f..6efd6678a92 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_examples/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_examples" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb index 117917179ee..dc47355ff1c 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_io/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_io" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb index e5390b37dfb..bf9fa257886 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_maps/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_maps" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb index e419bd277e8..b8636017007 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_projection/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_projection" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb index 8b9d54f6716..fef371f1a2e 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_python/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_python" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb index ae6997dbf3e..69e51a29c7c 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_routing/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_routing" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb index 199fce2cbfa..938860c0e39 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_traffic_rules/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_traffic_rules" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb index 46c80fccef6..4821d6ca09e 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2_validation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2_validation" diff --git a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb index 89f4438ee99..01f5652bb48 100644 --- a/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/dashing/lanelet2/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lanelet2" diff --git a/meta-ros2-dashing/generated-recipes/laser-geometry/laser-geometry_2.0.0.bb b/meta-ros2-dashing/generated-recipes/laser-geometry/laser-geometry_2.0.0.bb index 3f12e19a9b8..b8da7a548b9 100644 --- a/meta-ros2-dashing/generated-recipes/laser-geometry/laser-geometry_2.0.0.bb +++ b/meta-ros2-dashing/generated-recipes/laser-geometry/laser-geometry_2.0.0.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_geometry-release/archive/release/dashing/laser_geometry/2.0.0-0.tar.gz ROS_BRANCH ?= "branch=release/dashing/laser_geometry" diff --git a/meta-ros2-dashing/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb index f3c1940e9fc..bcca0f894be 100644 --- a/meta-ros2-dashing/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_proc-release/archive/release/dashing/laser_proc/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/laser_proc" diff --git a/meta-ros2-dashing/generated-recipes/launch-ros-sandbox/launch-ros-sandbox_0.0.2-4.bb b/meta-ros2-dashing/generated-recipes/launch-ros-sandbox/launch-ros-sandbox_0.0.2-4.bb index c6acd5041c2..5a393861269 100644 --- a/meta-ros2-dashing/generated-recipes/launch-ros-sandbox/launch-ros-sandbox_0.0.2-4.bb +++ b/meta-ros2-dashing/generated-recipes/launch-ros-sandbox/launch-ros-sandbox_0.0.2-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-security/launch_ros_sandbox-release/archive/release/dashing/launch_ros_sandbox/0.0.2-4.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch_ros_sandbox" diff --git a/meta-ros2-dashing/generated-recipes/launch-ros/launch-ros_0.8.10-1.bb b/meta-ros2-dashing/generated-recipes/launch-ros/launch-ros_0.8.10-1.bb index 77c78ff97de..cfa943acf9b 100644 --- a/meta-ros2-dashing/generated-recipes/launch-ros/launch-ros_0.8.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch-ros/launch-ros_0.8.10-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/dashing/launch_ros/0.8.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch_ros" diff --git a/meta-ros2-dashing/generated-recipes/launch-ros/launch-testing-ros_0.8.10-1.bb b/meta-ros2-dashing/generated-recipes/launch-ros/launch-testing-ros_0.8.10-1.bb index c2d9cd2da25..8ad29731e33 100644 --- a/meta-ros2-dashing/generated-recipes/launch-ros/launch-testing-ros_0.8.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch-ros/launch-testing-ros_0.8.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/dashing/launch_testing_ros/0.8.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch_testing_ros" diff --git a/meta-ros2-dashing/generated-recipes/launch-ros/ros2launch_0.8.10-1.bb b/meta-ros2-dashing/generated-recipes/launch-ros/ros2launch_0.8.10-1.bb index 4bb5b5f2a08..95705308732 100644 --- a/meta-ros2-dashing/generated-recipes/launch-ros/ros2launch_0.8.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch-ros/ros2launch_0.8.10-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/dashing/ros2launch/0.8.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2launch" diff --git a/meta-ros2-dashing/generated-recipes/launch/launch-testing-ament-cmake_0.8.7-1.bb b/meta-ros2-dashing/generated-recipes/launch/launch-testing-ament-cmake_0.8.7-1.bb index ebb9cc88b27..9aa44bcac00 100644 --- a/meta-ros2-dashing/generated-recipes/launch/launch-testing-ament-cmake_0.8.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch/launch-testing-ament-cmake_0.8.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/dashing/launch_testing_ament_cmake/0.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch_testing_ament_cmake" diff --git a/meta-ros2-dashing/generated-recipes/launch/launch-testing_0.8.7-1.bb b/meta-ros2-dashing/generated-recipes/launch/launch-testing_0.8.7-1.bb index 606f5a61bdf..28ebb17291d 100644 --- a/meta-ros2-dashing/generated-recipes/launch/launch-testing_0.8.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch/launch-testing_0.8.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/dashing/launch_testing/0.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch_testing" diff --git a/meta-ros2-dashing/generated-recipes/launch/launch_0.8.7-1.bb b/meta-ros2-dashing/generated-recipes/launch/launch_0.8.7-1.bb index d755545a0b5..8d8a11ed379 100644 --- a/meta-ros2-dashing/generated-recipes/launch/launch_0.8.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/launch/launch_0.8.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/dashing/launch/0.8.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/launch" diff --git a/meta-ros2-dashing/generated-recipes/lex-common/lex-common_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/lex-common/lex-common_1.0.0-1.bb index 1923f6fc7de..3406b92413a 100644 --- a/meta-ros2-dashing/generated-recipes/lex-common/lex-common_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/lex-common/lex-common_1.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_common-release/archive/release/dashing/lex_common/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lex_common" diff --git a/meta-ros2-dashing/generated-recipes/lex-node/lex-common-msgs_3.1.0-1.bb b/meta-ros2-dashing/generated-recipes/lex-node/lex-common-msgs_3.1.0-1.bb index 9379586742e..399116e6a73 100644 --- a/meta-ros2-dashing/generated-recipes/lex-node/lex-common-msgs_3.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/lex-node/lex-common-msgs_3.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_node-release/archive/release/dashing/lex_common_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lex_common_msgs" diff --git a/meta-ros2-dashing/generated-recipes/lex-node/lex-node_3.1.0-1.bb b/meta-ros2-dashing/generated-recipes/lex-node/lex-node_3.1.0-1.bb index a91c3d07ece..a0d367cceb8 100644 --- a/meta-ros2-dashing/generated-recipes/lex-node/lex-node_3.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/lex-node/lex-node_3.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/lex_node-release/archive/release/dashing/lex_node/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lex_node" diff --git a/meta-ros2-dashing/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros2-dashing/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index efc70a2825d..aa60128691c 100644 --- a/meta-ros2-dashing/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/lgsvl_msgs-release/archive/release/dashing/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lgsvl_msgs" diff --git a/meta-ros2-dashing/generated-recipes/librealsense/librealsense2_2.16.5-1.bb b/meta-ros2-dashing/generated-recipes/librealsense/librealsense2_2.16.5-1.bb index b45183cfecf..3e3bbd4af40 100644 --- a/meta-ros2-dashing/generated-recipes/librealsense/librealsense2_2.16.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/librealsense/librealsense2_2.16.5-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/librealsense-release/archive/release/dashing/librealsense2/2.16.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/librealsense2" diff --git a/meta-ros2-dashing/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb index af6a314b0e8..5c8c364cc68 100644 --- a/meta-ros2-dashing/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libyaml_vendor-release/archive/release/dashing/libyaml_vendor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/libyaml_vendor" diff --git a/meta-ros2-dashing/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb index e4d82a00edf..bd2329b600c 100644 --- a/meta-ros2-dashing/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/dashing/mapviz_interfaces/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mapviz_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb index d341474ae8a..84a74f6fa50 100644 --- a/meta-ros2-dashing/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb @@ -112,7 +112,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/dashing/mapviz_plugins/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mapviz_plugins" diff --git a/meta-ros2-dashing/generated-recipes/mapviz/mapviz_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/mapviz/mapviz_2.1.0-1.bb index ada6ff8ee98..df4f232624d 100644 --- a/meta-ros2-dashing/generated-recipes/mapviz/mapviz_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/mapviz/mapviz_2.1.0-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/dashing/mapviz/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mapviz" diff --git a/meta-ros2-dashing/generated-recipes/mapviz/multires-image_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/mapviz/multires-image_2.1.0-1.bb index a921d837c73..480e99ed6be 100644 --- a/meta-ros2-dashing/generated-recipes/mapviz/multires-image_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/mapviz/multires-image_2.1.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/dashing/multires_image/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/multires_image" diff --git a/meta-ros2-dashing/generated-recipes/mapviz/tile-map_2.1.0-1.bb b/meta-ros2-dashing/generated-recipes/mapviz/tile-map_2.1.0-1.bb index 9e791916ce8..f51f0b82081 100644 --- a/meta-ros2-dashing/generated-recipes/mapviz/tile-map_2.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/mapviz/tile-map_2.1.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/dashing/tile_map/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tile_map" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb index faed8399e8a..67dc2d9d70f 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_console_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_console_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb index 8a4ead75c59..9dd8bda0f14 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_dbw_interface/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_dbw_interface" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb index 73d686b7694..5209d0db164 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_geometry_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_geometry_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb index c910fdbac7c..67cc51f4186 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_image_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_image_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb index f4f865bf3e1..75d4337e9aa 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_math_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_math_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb index 004be79b723..da6432bcd02 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_opencv_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_opencv_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb index 8c8b230272d..22defd4c359 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_prefix_tools/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_prefix_tools" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb index 00564c7e6a3..4f88718388d 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_roscpp/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_roscpp" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb index 95c9a316510..7fb972615ac 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_route_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_route_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb index 7852d5c1d7c..4472b6b40bf 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_serial_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_serial_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb index efb22cba47b..7fa68138fac 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_system_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_system_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb b/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb index dbfceaee44d..2831a2555fe 100644 --- a/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_transform_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_transform_util" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb index aa992013fb8..4566fbe20c5 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_can_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_can_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb index 756baf0a557..b7da2ec5f4f 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_common_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_common_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb index 8dd6e08673d..9918f543739 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_dbw_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_dbw_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb index 95b5a4896dd..433218bbd88 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_nav_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_nav_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb index 60904d69748..3de435e8118 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_perception_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_perception_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb index 0d07321317e..e4ce23c92de 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_sensor_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_sensor_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb index 17c45528bc8..4e3da463fdf 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_status_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_status_msgs" diff --git a/meta-ros2-dashing/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb index 5e0eacc59fe..88a39d3525f 100644 --- a/meta-ros2-dashing/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/dashing/marti_visualization_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/marti_visualization_msgs" diff --git a/meta-ros2-dashing/generated-recipes/message-filters/message-filters_3.1.3-1.bb b/meta-ros2-dashing/generated-recipes/message-filters/message-filters_3.1.3-1.bb index b0974f72da7..e46ddcafb73 100644 --- a/meta-ros2-dashing/generated-recipes/message-filters/message-filters_3.1.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/message-filters/message-filters_3.1.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/dashing/message_filters/3.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/message_filters" diff --git a/meta-ros2-dashing/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb index de94de3ae5b..2e6c06d5dcf 100644 --- a/meta-ros2-dashing/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ml-classifiers/ml-classifiers_1.0.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/ml_classifiers-release/archive/release/dashing/ml_classifiers/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ml_classifiers" diff --git a/meta-ros2-dashing/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb b/meta-ros2-dashing/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb index d5bae2664f6..aabe0798f1b 100644 --- a/meta-ros2-dashing/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KIT-MRT/mrt_cmake_modules-release/archive/release/dashing/mrt_cmake_modules/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mrt_cmake_modules" diff --git a/meta-ros2-dashing/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb index ea02b488985..72ad4ad5e5b 100644 --- a/meta-ros2-dashing/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/dashing/map_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/map_msgs" diff --git a/meta-ros2-dashing/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb index e81eeb478af..e90b4cc79bf 100644 --- a/meta-ros2-dashing/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/dashing/move_base_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/move_base_msgs" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/costmap-queue_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/costmap-queue_0.2.6-1.bb index 011c1949846..05dfe98fc5e 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/costmap-queue_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/costmap-queue_0.2.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/costmap_queue/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/costmap_queue" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/dwb-controller_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/dwb-controller_0.2.6-1.bb index 11bd60f4442..6e8242f003f 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/dwb-controller_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/dwb-controller_0.2.6-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_controller/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dwb_controller" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/dwb-core_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/dwb-core_0.2.6-1.bb index aa4e98f8b3b..d760c7c9e54 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/dwb-core_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/dwb-core_0.2.6-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_core/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dwb_core" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/dwb-critics_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/dwb-critics_0.2.6-1.bb index 35063ef35e7..8073ee42f4e 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/dwb-critics_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/dwb-critics_0.2.6-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_critics/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dwb_critics" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/dwb-msgs_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/dwb-msgs_0.2.6-1.bb index 217ccc14fb4..083b56537ea 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/dwb-msgs_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/dwb-msgs_0.2.6-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_msgs/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dwb_msgs" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/dwb-plugins_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/dwb-plugins_0.2.6-1.bb index 4aadd36ffa6..c01b40addc8 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/dwb-plugins_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/dwb-plugins_0.2.6-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_plugins/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dwb_plugins" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-msgs_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-msgs_0.2.6-1.bb index bc43581305f..bf174e0e1ae 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-msgs_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-msgs_0.2.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav_2d_msgs/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav_2d_msgs" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-utils_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-utils_0.2.6-1.bb index cb8561fefed..c91551e2696 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-utils_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav-2d-utils_0.2.6-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav_2d_utils/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav_2d_utils" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-amcl_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-amcl_0.2.6-1.bb index 73d44ec356b..bf15a424e3d 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-amcl_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-amcl_0.2.6-1.bb @@ -82,7 +82,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_amcl/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_amcl" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-behavior-tree_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-behavior-tree_0.2.6-1.bb index 3c1c222186e..0f84ca8d2e6 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-behavior-tree_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-behavior-tree_0.2.6-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_behavior_tree/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_behavior_tree" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-bringup_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-bringup_0.2.6-1.bb index f7fef40db06..1f326b52b50 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-bringup_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-bringup_0.2.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_bringup/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_bringup" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-bt-navigator_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-bt-navigator_0.2.6-1.bb index 4e659c94dda..d8754a0acdd 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-bt-navigator_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-bt-navigator_0.2.6-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_bt_navigator/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_bt_navigator" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-common_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-common_0.2.6-1.bb index 75efa8887ee..8801209cb69 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-common_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-common_0.2.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_common/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_common" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-costmap-2d_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-costmap-2d_0.2.6-1.bb index 170514cfa53..90c28c06d18 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-costmap-2d_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-costmap-2d_0.2.6-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_costmap_2d/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_costmap_2d" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-dwb-controller_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-dwb-controller_0.2.6-1.bb index 83871bbd960..fd546bac05e 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-dwb-controller_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-dwb-controller_0.2.6-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_dwb_controller/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_dwb_controller" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-dynamic-params_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-dynamic-params_0.2.6-1.bb index a54ff80eb4b..791b0957f6b 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-dynamic-params_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-dynamic-params_0.2.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_dynamic_params/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_dynamic_params" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-lifecycle-manager_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-lifecycle-manager_0.2.6-1.bb index acf9657f8a3..d0398857b7c 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-lifecycle-manager_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-lifecycle-manager_0.2.6-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_lifecycle_manager/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_lifecycle_manager" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-map-server_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-map-server_0.2.6-1.bb index 58f3effdd3c..cafd99bc648 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-map-server_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-map-server_0.2.6-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_map_server/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_map_server" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-msgs_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-msgs_0.2.6-1.bb index 8d538338a52..7c020a1727c 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-msgs_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-msgs_0.2.6-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_msgs/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_msgs" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-navfn-planner_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-navfn-planner_0.2.6-1.bb index 024895dc464..60651eed60c 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-navfn-planner_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-navfn-planner_0.2.6-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_navfn_planner/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_navfn_planner" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-recoveries_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-recoveries_0.2.6-1.bb index 6dba372d6be..80add87bc5d 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-recoveries_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-recoveries_0.2.6-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_recoveries/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_recoveries" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb index fc9d2029b4c..e600d7d60e7 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_rviz_plugins/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_rviz_plugins" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-system-tests_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-system-tests_0.2.6-1.bb index 3b0e3ecc3d7..c1a9445c9eb 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-system-tests_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-system-tests_0.2.6-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_system_tests/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_system_tests" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-util_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-util_0.2.6-1.bb index 3bcfc95c9b6..bee20999b7a 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-util_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-util_0.2.6-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_util/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_util" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-voxel-grid_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-voxel-grid_0.2.6-1.bb index 36b41d72753..c6a686964d5 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-voxel-grid_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-voxel-grid_0.2.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_voxel_grid/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_voxel_grid" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/nav2-world-model_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/nav2-world-model_0.2.6-1.bb index cfa2239d875..7247fb2a626 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/nav2-world-model_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/nav2-world-model_0.2.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/nav2_world_model/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nav2_world_model" diff --git a/meta-ros2-dashing/generated-recipes/navigation2/navigation2_0.2.6-1.bb b/meta-ros2-dashing/generated-recipes/navigation2/navigation2_0.2.6-1.bb index 9b9e1b81e97..7cb6c2f07f3 100644 --- a/meta-ros2-dashing/generated-recipes/navigation2/navigation2_0.2.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/navigation2/navigation2_0.2.6-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/navigation2/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/navigation2" diff --git a/meta-ros2-dashing/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb index b1acee82ccb..aafd23e5ad0 100644 --- a/meta-ros2-dashing/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nmea_msgs-release/archive/release/dashing/nmea_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nmea_msgs" diff --git a/meta-ros2-dashing/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bb index 36b37d109ab..23886ac9186 100644 --- a/meta-ros2-dashing/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/nonpersistent_voxel_layer-release/archive/release/dashing/nonpersistent_voxel_layer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/nonpersistent_voxel_layer" diff --git a/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb b/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb index 61360a2e11c..764e3614767 100644 --- a/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/dashing/novatel_gps_driver/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/novatel_gps_driver" diff --git a/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb b/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb index 13c8e706b51..6aaac17572a 100644 --- a/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/dashing/novatel_gps_msgs/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/novatel_gps_msgs" diff --git a/meta-ros2-dashing/generated-recipes/object-msgs/object-msgs_0.4.0-1.bb b/meta-ros2-dashing/generated-recipes/object-msgs/object-msgs_0.4.0-1.bb index ff13fe6f974..f4ab38b4680 100644 --- a/meta-ros2-dashing/generated-recipes/object-msgs/object-msgs_0.4.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/object-msgs/object-msgs_0.4.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_object_msgs-release/archive/release/dashing/object_msgs/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/object_msgs" diff --git a/meta-ros2-dashing/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb b/meta-ros2-dashing/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb index 401467f953e..c8c10d6e8df 100644 --- a/meta-ros2-dashing/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/dashing/dynamic_edt_3d/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/dynamic_edt_3d" diff --git a/meta-ros2-dashing/generated-recipes/octomap/octomap_1.9.3-1.bb b/meta-ros2-dashing/generated-recipes/octomap/octomap_1.9.3-1.bb index 10675d00bd9..a6e9d724b2d 100644 --- a/meta-ros2-dashing/generated-recipes/octomap/octomap_1.9.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/octomap/octomap_1.9.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/dashing/octomap/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/octomap" diff --git a/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.3-1.bb b/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.3-1.bb index c6889fab5b1..025849dff9a 100644 --- a/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/dashing/octovis/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/octovis" diff --git a/meta-ros2-dashing/generated-recipes/ompl/ompl_1.4.2-2.bb b/meta-ros2-dashing/generated-recipes/ompl/ompl_1.4.2-2.bb index 3a8ec7962d5..532aa643b3a 100644 --- a/meta-ros2-dashing/generated-recipes/ompl/ompl_1.4.2-2.bb +++ b/meta-ros2-dashing/generated-recipes/ompl/ompl_1.4.2-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/dashing/ompl/1.4.2-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ompl" diff --git a/meta-ros2-dashing/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.2-1.bb b/meta-ros2-dashing/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.2-1.bb index 3bbe3cd15b1..18f2cf3b955 100644 --- a/meta-ros2-dashing/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release/archive/release/dashing/orocos_kdl/3.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/orocos_kdl" diff --git a/meta-ros2-dashing/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-1.bb b/meta-ros2-dashing/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-1.bb index 40ee712a5f4..b285bbf6d01 100644 --- a/meta-ros2-dashing/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_pycommon-release/archive/release/dashing/osrf_pycommon/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/osrf_pycommon" diff --git a/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.3-1.bb b/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.3-1.bb index abafd2970b2..392335c577f 100644 --- a/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.3-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/dashing/osrf_testing_tools_cpp/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/osrf_testing_tools_cpp" diff --git a/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.3-1.bb b/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.3-1.bb index a99ea3cc8d6..8a4318bb626 100644 --- a/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/dashing/test_osrf_testing_tools_cpp/1.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/test_osrf_testing_tools_cpp" diff --git a/meta-ros2-dashing/generated-recipes/pacmod3/pacmod3_1.3.1-1.bb b/meta-ros2-dashing/generated-recipes/pacmod3/pacmod3_1.3.1-1.bb index 31cd5b9297d..cca336356e8 100644 --- a/meta-ros2-dashing/generated-recipes/pacmod3/pacmod3_1.3.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/pacmod3/pacmod3_1.3.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/pacmod3-release/archive/release/dashing/pacmod3/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pacmod3" diff --git a/meta-ros2-dashing/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb index 44bb7db20e5..d4032d26fa9 100644 --- a/meta-ros2-dashing/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pcl_msgs-release/archive/release/dashing/pcl_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pcl_msgs" diff --git a/meta-ros2-dashing/generated-recipes/people/people-msgs_1.3.0-1.bb b/meta-ros2-dashing/generated-recipes/people/people-msgs_1.3.0-1.bb index 6805578e89b..db74c933282 100644 --- a/meta-ros2-dashing/generated-recipes/people/people-msgs_1.3.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/people/people-msgs_1.3.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OSUrobotics/people-ros2-release/archive/release/dashing/people_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/people_msgs" diff --git a/meta-ros2-dashing/generated-recipes/perception-pcl/pcl-conversions_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/perception-pcl/pcl-conversions_2.0.0-1.bb index 3b449bc8df7..14f29b602de 100644 --- a/meta-ros2-dashing/generated-recipes/perception-pcl/pcl-conversions_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/perception-pcl/pcl-conversions_2.0.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/dashing/pcl_conversions/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pcl_conversions" diff --git a/meta-ros2-dashing/generated-recipes/perception-pcl/perception-pcl_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/perception-pcl/perception-pcl_2.0.0-1.bb index cf85da80d79..4d56632dc7a 100644 --- a/meta-ros2-dashing/generated-recipes/perception-pcl/perception-pcl_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/perception-pcl/perception-pcl_2.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/dashing/perception_pcl/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/perception_pcl" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb index 2ff54aa4dfc..4503bf327fd 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/libphidget22/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/libphidget22" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb index 32338ee3aab..8ac82f70c30 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_accelerometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_accelerometer" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb index 5ddfe47c99e..25272a99bdd 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_analog_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_analog_inputs" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb index 25c68d34bc3..e1c5db8839f 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_api/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_api" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb index 880f3c3952d..f1fcff2bfcb 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_digital_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_digital_inputs" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb index 00264c91d84..5d641cd901a 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_digital_outputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_digital_outputs" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb index e7c4b2a29c0..aa87576ef97 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_drivers/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_drivers" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb index 4d81c7d051d..6be344220bb 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_gyroscope/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_gyroscope" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb index 24040e2e715..1426cb51022 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_high_speed_encoder/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_high_speed_encoder" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb index c0a4ec3cd6e..f495e96e963 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_ik/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_ik" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb index 8ffb8afb657..1b588d87ec7 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_magnetometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_magnetometer" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb index 39730762893..8a54bfc589c 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_motors/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_motors" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb index 73f890de03f..9d5c5d77f85 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_msgs" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb index ad1f97b0c48..7b396973b2f 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_spatial/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_spatial" diff --git a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb index 2f230b1d700..04ea3f1dfe4 100644 --- a/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/dashing/phidgets_temperature/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/phidgets_temperature" diff --git a/meta-ros2-dashing/generated-recipes/pluginlib/pluginlib_2.3.3-1.bb b/meta-ros2-dashing/generated-recipes/pluginlib/pluginlib_2.3.3-1.bb index 5bd03568b7f..c455d7ac247 100644 --- a/meta-ros2-dashing/generated-recipes/pluginlib/pluginlib_2.3.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/pluginlib/pluginlib_2.3.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pluginlib-release/archive/release/dashing/pluginlib/2.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/pluginlib" diff --git a/meta-ros2-dashing/generated-recipes/poco-vendor/poco-vendor_1.2.1-1.bb b/meta-ros2-dashing/generated-recipes/poco-vendor/poco-vendor_1.2.1-1.bb index 09aee850b36..31dcc520718 100644 --- a/meta-ros2-dashing/generated-recipes/poco-vendor/poco-vendor_1.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/poco-vendor/poco-vendor_1.2.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/poco_vendor-release/archive/release/dashing/poco_vendor/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/poco_vendor" diff --git a/meta-ros2-dashing/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb b/meta-ros2-dashing/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb index cab3c5c99b9..0d5d23a7adf 100644 --- a/meta-ros2-dashing/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PX4/px4_msgs2-release/archive/release/dashing/px4_msgs/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/px4_msgs" diff --git a/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb b/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb index 1eadc997fd7..cb2f6d0c431 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_js-release/archive/release/dashing/py_trees_js/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees_js" diff --git a/meta-ros2-dashing/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_1.2.0-1.bb index 8206d168e64..9c6c57ec207 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_1.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/dashing/py_trees_ros_interfaces/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees_ros_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb b/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb index 40e251c1e76..b2d7cef012c 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_tutorials-release/archive/release/dashing/py_trees_ros_tutorials/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees_ros_tutorials" diff --git a/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb b/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb index 0cceef997e0..0538064b1e5 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_viewer-release/archive/release/dashing/py_trees_ros_viewer/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees_ros_viewer" diff --git a/meta-ros2-dashing/generated-recipes/py-trees-ros/py-trees-ros_1.2.1-2.bb b/meta-ros2-dashing/generated-recipes/py-trees-ros/py-trees-ros_1.2.1-2.bb index c9489fe8c8a..2953c98b335 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees-ros/py-trees-ros_1.2.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees-ros/py-trees-ros_1.2.1-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros-release/archive/release/dashing/py_trees_ros/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees_ros" diff --git a/meta-ros2-dashing/generated-recipes/py-trees/py-trees_1.3.0-1.bb b/meta-ros2-dashing/generated-recipes/py-trees/py-trees_1.3.0-1.bb index 31fcb73f90b..826d7b2b7f3 100644 --- a/meta-ros2-dashing/generated-recipes/py-trees/py-trees_1.3.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/py-trees/py-trees_1.3.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees-release/archive/release/dashing/py_trees/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/py_trees" diff --git a/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.2-1.bb index 2de15288ddf..f97a07f333f 100644 --- a/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_qt_binding-release/archive/release/dashing/python_qt_binding/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/python_qt_binding" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb index 9cc62e55878..3fdeecc5422 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_dotgraph/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_dotgraph" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb index 78b2c115c4e..e5e2cc762cb 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui_app/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_gui_app" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb index 351c4b2c7f7..c3e22ccc3c8 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui_core/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_gui_core" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb index 4a2d419a137..a81e66faa6f 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui_cpp/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_gui_cpp" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb index d9aba2061e7..fa7ea536149 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui_py_common/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_gui_py_common" diff --git a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb index 0d77cc6bafd..87f79b7738f 100644 --- a/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/qt_gui" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-can-dbc-parser_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-can-dbc-parser_1.0.0-1.bb index 329b5801e3b..05e9593c184 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-can-dbc-parser_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-can-dbc-parser_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_can_dbc_parser/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_can_dbc_parser" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.0.0-1.bb index 5d2d8a8e739..467ac310ca7 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.0.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_dbw_can/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_dbw_can" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.0.0-1.bb index 2edf490ffcd..2a80eaceceb 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.0.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_dbw_joystick/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_dbw_joystick" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.0.0-1.bb index 73142892668..4ae6a7862d0 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_dbw_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_dbw_msgs" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.0.0-1.bb index a1767cd7679..8eb423b206f 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_pdu_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_pdu_msgs" diff --git a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.0.0-1.bb index 33861bbb075..c691a7b6221 100644 --- a/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.0.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/dashing/raptor_pdu/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raptor_pdu" diff --git a/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse-msgs_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse-msgs_1.0.1-1.bb index 141b04535b6..4f0af5ca9f7 100644 --- a/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse-msgs_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse-msgs_1.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net/raspimouse2-release/archive/release/dashing/raspimouse_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raspimouse_msgs" diff --git a/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse_1.0.1-1.bb index 2580522ca95..30bfda1a494 100644 --- a/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/raspimouse2/raspimouse_1.0.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net/raspimouse2-release/archive/release/dashing/raspimouse/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/raspimouse" diff --git a/meta-ros2-dashing/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb b/meta-ros2-dashing/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb index 92967c40fda..390102515ed 100644 --- a/meta-ros2-dashing/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs_ros2-release/archive/release/dashing/rc_common_msgs/0.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rc_common_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb b/meta-ros2-dashing/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb index d041e8ffbe7..522fbb71540 100644 --- a/meta-ros2-dashing/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/dashing/rc_dynamics_api/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rc_dynamics_api" diff --git a/meta-ros2-dashing/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb b/meta-ros2-dashing/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb index 6a7d43ceb2c..3065e5ace06 100644 --- a/meta-ros2-dashing/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/dashing/rc_genicam_api/2.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rc_genicam_api" diff --git a/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb b/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb index a87986dfc48..bac68a52e0e 100644 --- a/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/dashing/rc_reason_clients/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rc_reason_clients" diff --git a/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb b/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb index 7bae6b911fd..29c583affd6 100644 --- a/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/dashing/rc_reason_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rc_reason_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb index ca84f75e38c..fbf79ec3f50 100644 --- a/meta-ros2-dashing/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/dashing/rcdiscover/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcdiscover" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/action-msgs_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/action-msgs_0.7.4-1.bb index f52a4c88fc3..ed1e6259295 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/action-msgs_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/action-msgs_0.7.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/action_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/action_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/builtin-interfaces_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/builtin-interfaces_0.7.4-1.bb index 1fcce64dea7..d66106ea6a1 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/builtin-interfaces_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/builtin-interfaces_0.7.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/builtin_interfaces/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/builtin_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/composition-interfaces_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/composition-interfaces_0.7.4-1.bb index 263e16eddaa..68d5e3d9731 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/composition-interfaces_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/composition-interfaces_0.7.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/composition_interfaces/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/composition_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/lifecycle-msgs_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/lifecycle-msgs_0.7.4-1.bb index a0354849c16..79a93519e46 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/lifecycle-msgs_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/lifecycle-msgs_0.7.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/lifecycle_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lifecycle_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/rcl-interfaces_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/rcl-interfaces_0.7.4-1.bb index e39399c0efa..c26793911cc 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/rcl-interfaces_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/rcl-interfaces_0.7.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/rcl_interfaces/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/rosgraph-msgs_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/rosgraph-msgs_0.7.4-1.bb index 0b190c5b213..2d9c7739198 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/rosgraph-msgs_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/rosgraph-msgs_0.7.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/rosgraph_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosgraph_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rcl-interfaces/test-msgs_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/rcl-interfaces/test-msgs_0.7.4-1.bb index f17e685af41..1911f5a15a0 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-interfaces/test-msgs_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-interfaces/test-msgs_0.7.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/dashing/test_msgs/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/test_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.2.1-1.bb b/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.2.1-1.bb index a902237bb4d..7886ee5052d 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/dashing/rcl_logging_log4cxx/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_logging_log4cxx" diff --git a/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-noop_0.2.1-1.bb b/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-noop_0.2.1-1.bb index 513f1e62d99..13f7cc2c4d7 100644 --- a/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-noop_0.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl-logging/rcl-logging-noop_0.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/dashing/rcl_logging_noop/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_logging_noop" diff --git a/meta-ros2-dashing/generated-recipes/rcl/rcl-action_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rcl/rcl-action_0.7.10-1.bb index 43007f5912b..9b0e0baf862 100644 --- a/meta-ros2-dashing/generated-recipes/rcl/rcl-action_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl/rcl-action_0.7.10-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/dashing/rcl_action/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_action" diff --git a/meta-ros2-dashing/generated-recipes/rcl/rcl-lifecycle_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rcl/rcl-lifecycle_0.7.10-1.bb index a2318c492be..1c81fed45f9 100644 --- a/meta-ros2-dashing/generated-recipes/rcl/rcl-lifecycle_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl/rcl-lifecycle_0.7.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/dashing/rcl_lifecycle/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_lifecycle" diff --git a/meta-ros2-dashing/generated-recipes/rcl/rcl-yaml-param-parser_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rcl/rcl-yaml-param-parser_0.7.10-1.bb index 94b87a96edb..05fc2737a87 100644 --- a/meta-ros2-dashing/generated-recipes/rcl/rcl-yaml-param-parser_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl/rcl-yaml-param-parser_0.7.10-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/dashing/rcl_yaml_param_parser/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl_yaml_param_parser" diff --git a/meta-ros2-dashing/generated-recipes/rcl/rcl_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rcl/rcl_0.7.10-1.bb index 1f3dc06c277..e8700a2a92b 100644 --- a/meta-ros2-dashing/generated-recipes/rcl/rcl_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcl/rcl_0.7.10-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/dashing/rcl/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcl" diff --git a/meta-ros2-dashing/generated-recipes/rclc/rclc-examples_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rclc/rclc-examples_1.0.0-1.bb index 86a7c209c52..9bdcc2a394d 100644 --- a/meta-ros2-dashing/generated-recipes/rclc/rclc-examples_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclc/rclc-examples_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/dashing/rclc_examples/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclc_examples" diff --git a/meta-ros2-dashing/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb index 04ad098827c..8c6ab8c6d4a 100644 --- a/meta-ros2-dashing/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/dashing/rclc_lifecycle/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclc_lifecycle" diff --git a/meta-ros2-dashing/generated-recipes/rclc/rclc_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rclc/rclc_1.0.0-1.bb index af74646fb07..29e82a916f7 100644 --- a/meta-ros2-dashing/generated-recipes/rclc/rclc_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclc/rclc_1.0.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/dashing/rclc/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclc" diff --git a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-action_0.7.16-1.bb b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-action_0.7.16-1.bb index 6d1acd7c18a..b69bb418fa6 100644 --- a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-action_0.7.16-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-action_0.7.16-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_action/0.7.16-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclcpp_action" diff --git a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-components_0.7.16-1.bb b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-components_0.7.16-1.bb index 594d985043d..7ca8ccf30e9 100644 --- a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-components_0.7.16-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-components_0.7.16-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.16-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclcpp_components" diff --git a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-lifecycle_0.7.16-1.bb b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-lifecycle_0.7.16-1.bb index f39b3fab3da..323cffb5489 100644 --- a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-lifecycle_0.7.16-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp-lifecycle_0.7.16-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_lifecycle/0.7.16-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclcpp_lifecycle" diff --git a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp_0.7.16-1.bb b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp_0.7.16-1.bb index 23a0d0f497b..7148c70d6e7 100644 --- a/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp_0.7.16-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclcpp/rclcpp_0.7.16-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp/0.7.16-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclcpp" diff --git a/meta-ros2-dashing/generated-recipes/rclpy/rclpy_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/rclpy/rclpy_0.7.11-1.bb index 6c9ecdd041e..0ade159905c 100644 --- a/meta-ros2-dashing/generated-recipes/rclpy/rclpy_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/rclpy/rclpy_0.7.11-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclpy-release/archive/release/dashing/rclpy/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rclpy" diff --git a/meta-ros2-dashing/generated-recipes/rcpputils/rcpputils_0.1.1-1.bb b/meta-ros2-dashing/generated-recipes/rcpputils/rcpputils_0.1.1-1.bb index 828f879f4af..39ca8bc193d 100644 --- a/meta-ros2-dashing/generated-recipes/rcpputils/rcpputils_0.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcpputils/rcpputils_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcpputils-release/archive/release/dashing/rcpputils/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcpputils" diff --git a/meta-ros2-dashing/generated-recipes/rcutils/rcutils_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/rcutils/rcutils_0.7.6-1.bb index 8c12402a59e..53a8e621ebf 100644 --- a/meta-ros2-dashing/generated-recipes/rcutils/rcutils_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/rcutils/rcutils_0.7.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcutils-release/archive/release/dashing/rcutils/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rcutils" diff --git a/meta-ros2-dashing/generated-recipes/realtime-support/rttest_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/realtime-support/rttest_0.7.1-1.bb index e749b66ed0c..5f7fa99067d 100644 --- a/meta-ros2-dashing/generated-recipes/realtime-support/rttest_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/realtime-support/rttest_0.7.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/dashing/rttest/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rttest" diff --git a/meta-ros2-dashing/generated-recipes/realtime-support/tlsf-cpp_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/realtime-support/tlsf-cpp_0.7.1-1.bb index 0cec7f0539e..1572526e4ef 100644 --- a/meta-ros2-dashing/generated-recipes/realtime-support/tlsf-cpp_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/realtime-support/tlsf-cpp_0.7.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/dashing/tlsf_cpp/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tlsf_cpp" diff --git a/meta-ros2-dashing/generated-recipes/realtime-tools/realtime-tools_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/realtime-tools/realtime-tools_2.0.0-1.bb index b051ac7edb2..40cff5c148b 100644 --- a/meta-ros2-dashing/generated-recipes/realtime-tools/realtime-tools_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/realtime-tools/realtime-tools_2.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/dashing/realtime_tools/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/realtime_tools" diff --git a/meta-ros2-dashing/generated-recipes/resource-retriever/libcurl-vendor_2.1.3-1.bb b/meta-ros2-dashing/generated-recipes/resource-retriever/libcurl-vendor_2.1.3-1.bb index d371286278f..e1bfaec0016 100644 --- a/meta-ros2-dashing/generated-recipes/resource-retriever/libcurl-vendor_2.1.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/resource-retriever/libcurl-vendor_2.1.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/dashing/libcurl_vendor/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/libcurl_vendor" diff --git a/meta-ros2-dashing/generated-recipes/resource-retriever/resource-retriever_2.1.3-1.bb b/meta-ros2-dashing/generated-recipes/resource-retriever/resource-retriever_2.1.3-1.bb index b1e38ff1ac8..8244b6c8315 100644 --- a/meta-ros2-dashing/generated-recipes/resource-retriever/resource-retriever_2.1.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/resource-retriever/resource-retriever_2.1.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/dashing/resource_retriever/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/resource_retriever" diff --git a/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-cpp_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-cpp_0.7.6-1.bb index 371b6c3825d..f0137261c1d 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-cpp_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-cpp_0.7.6-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_cpp/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_connext_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.7.6-1.bb b/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.7.6-1.bb index 6c459b596b5..76eb2076cb3 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.7.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.7.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_shared_cpp/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_connext_shared_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb index 06f8dd1ae7e..6cda7b61c03 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/dashing/cyclonedds_cmake_module/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cyclonedds_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb index 8f7c377eecd..8684cc52c8a 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/dashing/rmw_cyclonedds_cpp/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_cyclonedds_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.7.8-1.bb b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.7.8-1.bb index fef73588de7..1620750c306 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.7.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.7.8-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/dashing/rmw_fastrtps_cpp/0.7.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_fastrtps_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.7.8-1.bb b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.7.8-1.bb index 6c521409cf4..a64e6dbc48e 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.7.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.7.8-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/dashing/rmw_fastrtps_dynamic_cpp/0.7.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_fastrtps_dynamic_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.7.8-1.bb b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.7.8-1.bb index 099d7fd0c4c..764cfe50631 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.7.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.7.8-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/dashing/rmw_fastrtps_shared_cpp/0.7.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_fastrtps_shared_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_0.7.12-1.bb index 12a280a5d92..e31b5b04da5 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_0.7.12-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/dashing/rmw_gurumdds_cpp/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_gurumdds_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_0.7.12-1.bb b/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_0.7.12-1.bb index 1fc378d2c7e..be921de85b5 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_0.7.12-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_0.7.12-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/dashing/rmw_gurumdds_shared_cpp/0.7.12-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_gurumdds_shared_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw-implementation/rmw-implementation_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rmw-implementation/rmw-implementation_0.7.2-1.bb index acf39658607..07ba84594d7 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-implementation/rmw-implementation_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-implementation/rmw-implementation_0.7.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/dashing/rmw_implementation/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_implementation" diff --git a/meta-ros2-dashing/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.7.3-1.bb index 4a8c25dbe22..05c45c65340 100644 --- a/meta-ros2-dashing/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.7.3-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_opensplice-release/archive/release/dashing/rmw_opensplice_cpp/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_opensplice_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rmw/rmw-implementation-cmake_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rmw/rmw-implementation-cmake_0.7.2-1.bb index ffc41edb6c7..914e616e1d6 100644 --- a/meta-ros2-dashing/generated-recipes/rmw/rmw-implementation-cmake_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw/rmw-implementation-cmake_0.7.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/dashing/rmw_implementation_cmake/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw_implementation_cmake" diff --git a/meta-ros2-dashing/generated-recipes/rmw/rmw_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rmw/rmw_0.7.2-1.bb index d149e313eb2..a323fd25568 100644 --- a/meta-ros2-dashing/generated-recipes/rmw/rmw_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rmw/rmw_0.7.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/dashing/rmw/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rmw" diff --git a/meta-ros2-dashing/generated-recipes/robot-localization/robot-localization_3.0.3-1.bb b/meta-ros2-dashing/generated-recipes/robot-localization/robot-localization_3.0.3-1.bb index 5d8575fdf30..ab8c1b4b130 100644 --- a/meta-ros2-dashing/generated-recipes/robot-localization/robot-localization_3.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/robot-localization/robot-localization_3.0.3-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cra-ros-pkg/robot_localization-release/archive/release/dashing/robot_localization/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/robot_localization" diff --git a/meta-ros2-dashing/generated-recipes/robot-state-publisher/robot-state-publisher_2.2.5-1.bb b/meta-ros2-dashing/generated-recipes/robot-state-publisher/robot-state-publisher_2.2.5-1.bb index 5c0f607f336..0a635583bdb 100644 --- a/meta-ros2-dashing/generated-recipes/robot-state-publisher/robot-state-publisher_2.2.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/robot-state-publisher/robot-state-publisher_2.2.5-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/robot_state_publisher-release/archive/release/dashing/robot_state_publisher/2.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/robot_state_publisher" diff --git a/meta-ros2-dashing/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb index 77f451c7a86..cae2ef58780 100644 --- a/meta-ros2-dashing/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/dashing/can_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/can_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ros-environment/ros-environment_2.3.0-1.bb b/meta-ros2-dashing/generated-recipes/ros-environment/ros-environment_2.3.0-1.bb index 643b48a45be..a23ff76095f 100644 --- a/meta-ros2-dashing/generated-recipes/ros-environment/ros-environment_2.3.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-environment/ros-environment_2.3.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_environment-release/archive/release/dashing/ros_environment/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_environment" diff --git a/meta-ros2-dashing/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_2.0.0-1.bb index be59e4f371f..18767c60b07 100644 --- a/meta-ros2-dashing/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-monitoring-msgs/ros-monitoring-msgs_2.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/ros_monitoring_msgs-release/archive/release/dashing/ros_monitoring_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_monitoring_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ros-testing/ros-testing_0.1.1-1.bb b/meta-ros2-dashing/generated-recipes/ros-testing/ros-testing_0.1.1-1.bb index 66f91526c12..4c921fc6a98 100644 --- a/meta-ros2-dashing/generated-recipes/ros-testing/ros-testing_0.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-testing/ros-testing_0.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/dashing/ros_testing/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_testing" diff --git a/meta-ros2-dashing/generated-recipes/ros-testing/ros2test_0.1.1-1.bb b/meta-ros2-dashing/generated-recipes/ros-testing/ros2test_0.1.1-1.bb index adcfb3cfe97..9392fd2453d 100644 --- a/meta-ros2-dashing/generated-recipes/ros-testing/ros2test_0.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-testing/ros2test_0.1.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/dashing/ros2test/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2test" diff --git a/meta-ros2-dashing/generated-recipes/ros-workspace/ros-workspace_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/ros-workspace/ros-workspace_0.7.2-1.bb index a1911699c7c..4f735d8faca 100644 --- a/meta-ros2-dashing/generated-recipes/ros-workspace/ros-workspace_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros-workspace/ros-workspace_0.7.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_workspace-release/archive/release/dashing/ros_workspace/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_workspace" diff --git a/meta-ros2-dashing/generated-recipes/ros1-bridge/ros1-bridge_0.7.9-1.bb b/meta-ros2-dashing/generated-recipes/ros1-bridge/ros1-bridge_0.7.9-1.bb index 1f1f6e0b29f..c4ef322fa62 100644 --- a/meta-ros2-dashing/generated-recipes/ros1-bridge/ros1-bridge_0.7.9-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros1-bridge/ros1-bridge_0.7.9-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros1_bridge-release/archive/release/dashing/ros1_bridge/0.7.9-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros1_bridge" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/controller-interface_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/controller-interface_0.0.1-1.bb index 206a92c9a35..ff2b42c9661 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/controller-interface_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/controller-interface_0.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/controller_interface/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/controller_interface" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/controller-manager_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/controller-manager_0.0.1-1.bb index 334da00746d..9f6bce9a397 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/controller-manager_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/controller-manager_0.0.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/controller_manager/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/controller_manager" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/controller-parameter-server_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/controller-parameter-server_0.0.1-1.bb index 852b56c24e6..6849defe066 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/controller-parameter-server_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/controller-parameter-server_0.0.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/controller_parameter_server/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/controller_parameter_server" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/hardware-interface_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/hardware-interface_0.0.1-1.bb index 63ba17081b8..12979ba4702 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/hardware-interface_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/hardware-interface_0.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/hardware_interface/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/hardware_interface" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/ros2-control_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/ros2-control_0.0.1-1.bb index c2edb492c23..0e6c713936f 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/ros2-control_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/ros2-control_0.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/ros2_control/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2_control" diff --git a/meta-ros2-dashing/generated-recipes/ros2-control/test-robot-hardware_0.0.1-1.bb b/meta-ros2-dashing/generated-recipes/ros2-control/test-robot-hardware_0.0.1-1.bb index 8682e335346..b3a5ab6aa70 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-control/test-robot-hardware_0.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-control/test-robot-hardware_0.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/dashing/test_robot_hardware/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/test_robot_hardware" diff --git a/meta-ros2-dashing/generated-recipes/ros2-controllers/ros-controllers_0.0.1-2.bb b/meta-ros2-dashing/generated-recipes/ros2-controllers/ros-controllers_0.0.1-2.bb index bc2b4776f7e..f05a071236e 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-controllers/ros-controllers_0.0.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-controllers/ros-controllers_0.0.1-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/dashing/ros_controllers/0.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_controllers" diff --git a/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-camera-msgs_2.0.4-2.bb b/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-camera-msgs_2.0.4-2.bb index 6e5aed53a1d..b6f85ccb6f5 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-camera-msgs_2.0.4-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-camera-msgs_2.0.4-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/dashing/realsense_camera_msgs/2.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/realsense_camera_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-ros2-camera_2.0.4-2.bb b/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-ros2-camera_2.0.4-2.bb index 16efe280984..3b00e363132 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-ros2-camera_2.0.4-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-intel-realsense/realsense-ros2-camera_2.0.4-2.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/dashing/realsense_ros2_camera/2.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/realsense_ros2_camera" diff --git a/meta-ros2-dashing/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.3.0-1.bb b/meta-ros2-dashing/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.3.0-1.bb index 8c5448f8f44..1214fe7e78a 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.3.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.3.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/ros2-lgsvl-bridge-release/archive/release/dashing/lgsvl_bridge/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/lgsvl_bridge" diff --git a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bb b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bb index c3d8dbc131c..1f7975c34e9 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_object_analytics-release/archive/release/dashing/object_analytics_msgs/0.5.4-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/object_analytics_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-node_0.5.4-2.bb b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-node_0.5.4-2.bb index 7204adcb794..23c4185b5da 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-node_0.5.4-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-node_0.5.4-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_object_analytics-release/archive/release/dashing/object_analytics_node/0.5.4-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/object_analytics_node" diff --git a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-rviz_0.5.4-2.bb b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-rviz_0.5.4-2.bb index 9853c6a79db..77ffbbf1f5d 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-rviz_0.5.4-2.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-object-analytics/object-analytics-rviz_0.5.4-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_object_analytics-release/archive/release/dashing/object_analytics_rviz/0.5.4-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/object_analytics_rviz" diff --git a/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ouster-msgs_0.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ouster-msgs_0.0.2-1.bb index bde04303d09..d58754a7265 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ouster-msgs_0.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ouster-msgs_0.0.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/dashing/ouster_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ouster_msgs" diff --git a/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ros2-ouster_0.0.2-1.bb b/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ros2-ouster_0.0.2-1.bb index 5ed1dfaa479..fa6682c9038 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ros2-ouster_0.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-ouster-driver/ros2-ouster_0.0.2-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/dashing/ros2_ouster/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2_ouster" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/ros2trace_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/ros2trace_0.2.8-1.bb index 523d74a8cb6..b232bb2adff 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/ros2trace_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/ros2trace_0.2.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/ros2trace/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2trace" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-launch_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-launch_0.2.8-1.bb index bfb27491cd5..b5ef92bd209 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-launch_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-launch_0.2.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/tracetools_launch/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_launch" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-read_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-read_0.2.8-1.bb index 49c35d496ce..418f3a79226 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-read_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-read_0.2.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/tracetools_read/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_read" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-test_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-test_0.2.8-1.bb index fc3024056e9..07ac50e9db1 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-test_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-test_0.2.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/tracetools_test/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_test" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-trace_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-trace_0.2.8-1.bb index 572f4184978..0d93e408d78 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-trace_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools-trace_0.2.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/tracetools_trace/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_trace" diff --git a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools_0.2.8-1.bb b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools_0.2.8-1.bb index 03cd79bda85..afc1278f911 100644 --- a/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools_0.2.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2-tracing/tracetools_0.2.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/dashing/tracetools/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2action_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2action_0.7.11-1.bb index e265ec40437..585b62ca719 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2action_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2action_0.7.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2action/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2action" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2cli_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2cli_0.7.11-1.bb index df51cebd686..a08049cc564 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2cli_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2cli_0.7.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2cli/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2cli" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2component_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2component_0.7.11-1.bb index 2ff410e2d1d..cb13e302e2d 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2component_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2component_0.7.11-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2component/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2component" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2lifecycle_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2lifecycle_0.7.11-1.bb index e3a2adb79eb..aaedf9d0b38 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2lifecycle_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2lifecycle_0.7.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2lifecycle/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2lifecycle" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2msg_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2msg_0.7.11-1.bb index 866d5950f75..37c69fea8bb 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2msg_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2msg_0.7.11-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2msg/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2msg" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2multicast_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2multicast_0.7.11-1.bb index fa61430cf50..8351c851c82 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2multicast_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2multicast_0.7.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2multicast/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2multicast" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2node_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2node_0.7.11-1.bb index b3fc3010919..0ec9034d083 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2node_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2node_0.7.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2node/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2node" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2param_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2param_0.7.11-1.bb index 58763799cee..dfa444453f4 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2param_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2param_0.7.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2param/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2param" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2pkg_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2pkg_0.7.11-1.bb index c46d871791c..d63ae75581a 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2pkg_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2pkg_0.7.11-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2pkg/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2pkg" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2run_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2run_0.7.11-1.bb index 113e55e721c..66b5d4c1c93 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2run_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2run_0.7.11-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2run/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2run" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2service_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2service_0.7.11-1.bb index 2229a048826..40108001556 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2service_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2service_0.7.11-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2service/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2service" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2srv_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2srv_0.7.11-1.bb index 59653efb8d2..b314ac3ef8f 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2srv_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2srv_0.7.11-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2srv/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2srv" diff --git a/meta-ros2-dashing/generated-recipes/ros2cli/ros2topic_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/ros2cli/ros2topic_0.7.11-1.bb index 14994dffa28..4c922294cac 100644 --- a/meta-ros2-dashing/generated-recipes/ros2cli/ros2topic_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/ros2cli/ros2topic_0.7.11-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/dashing/ros2topic/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2topic" diff --git a/meta-ros2-dashing/generated-recipes/rosauth/rosauth_2.0.1-1.bb b/meta-ros2-dashing/generated-recipes/rosauth/rosauth_2.0.1-1.bb index f5133e77a5d..9f13f120125 100644 --- a/meta-ros2-dashing/generated-recipes/rosauth/rosauth_2.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosauth/rosauth_2.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosauth-release/archive/release/dashing/rosauth/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosauth" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.6-2.bb b/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.6-2.bb index eb792f2dde2..3454b94b5a4 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.6-2.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.6-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/dashing/ros1_rosbag_storage_vendor/0.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros1_rosbag_storage_vendor" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.6-2.bb b/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.6-2.bb index ceaa0435142..1abba485e48 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.6-2.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.6-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/dashing/rosbag2_bag_v2_plugins/0.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_bag_v2_plugins" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/ros2bag_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/ros2bag_0.1.8-1.bb index 93767a0f80c..093798e3cb1 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/ros2bag_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/ros2bag_0.1.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/ros2bag/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2bag" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.1.8-1.bb index faa1c465ef2..16911ec0d24 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.1.8-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_converter_default_plugins/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_converter_default_plugins" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.1.8-1.bb index 783c3461f06..3a2a82829cc 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.1.8-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_storage_default_plugins/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_storage_default_plugins" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage_0.1.8-1.bb index 9b07f793ead..6d34226c2c9 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-storage_0.1.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_storage/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_storage" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-test-common_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-test-common_0.1.8-1.bb index 80656338ba9..b148f814dd8 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-test-common_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-test-common_0.1.8-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_test_common/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_test_common" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-tests_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-tests_0.1.8-1.bb index 1336d934eae..7b57158296c 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-tests_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-tests_0.1.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_tests/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_tests" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-transport_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-transport_0.1.8-1.bb index f2018f8a926..20c9fc58933 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-transport_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2-transport_0.1.8-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2_transport/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2_transport" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2_0.1.8-1.bb index 23609828605..b75410bd413 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/rosbag2_0.1.8-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/rosbag2/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbag2" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/shared-queues-vendor_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/shared-queues-vendor_0.1.8-1.bb index 676967c3a7d..229597d8274 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/shared-queues-vendor_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/shared-queues-vendor_0.1.8-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/shared_queues_vendor/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/shared_queues_vendor" diff --git a/meta-ros2-dashing/generated-recipes/rosbag2/sqlite3-vendor_0.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rosbag2/sqlite3-vendor_0.1.8-1.bb index 4cc311e23a3..4dd5e3358cc 100644 --- a/meta-ros2-dashing/generated-recipes/rosbag2/sqlite3-vendor_0.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbag2/sqlite3-vendor_0.1.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/dashing/sqlite3_vendor/0.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/sqlite3_vendor" diff --git a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosapi_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosapi_1.0.2-1.bb index 3cbda58a531..7168aba5bfe 100644 --- a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosapi_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosapi_1.0.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosapi/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosapi" diff --git a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb index 9049a90efb1..6e83ae4b333 100644 --- a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosbridge_library/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbridge_library" diff --git a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-msgs_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-msgs_1.0.2-1.bb index 77901ab5a79..0cb51dfc76f 100644 --- a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-msgs_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-msgs_1.0.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosbridge_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbridge_msgs" diff --git a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb index 2eb6cd3f205..2673b6cca39 100644 --- a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosbridge_server/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbridge_server" diff --git a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-suite_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-suite_1.0.2-1.bb index 1041c46708e..454da4817b2 100644 --- a/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-suite_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-suite_1.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosbridge_suite/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosbridge_suite" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb index 7b2def5c124..121a95e6ccf 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_dds-release/archive/release/dashing/rosidl_generator_dds_idl/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_generator_dds_idl" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-generators_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-generators_0.7.0-1.bb index 6c126c44fa1..ff6bc77ef32 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-generators_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-generators_0.7.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/dashing/rosidl_default_generators/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_default_generators" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.7.0-1.bb index 493368b9d01..d521ba9e947 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.7.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/dashing/rosidl_default_runtime/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_default_runtime" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-python/python-cmake-module_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-python/python-cmake-module_0.7.11-1.bb index a382709cd4c..c41370611bf 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-python/python-cmake-module_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-python/python-cmake-module_0.7.11-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/python_cmake_module/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/python_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-generator-py_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-generator-py_0.7.11-1.bb index 3a3fbf2fb61..4296f62fc6b 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-generator-py_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-generator-py_0.7.11-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/rosidl_generator_py/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_generator_py" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-runtime-py_0.7.11-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-runtime-py_0.7.11-1.bb index 85fccb75773..983e42da519 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-runtime-py_0.7.11-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-python/rosidl-runtime-py_0.7.11-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/rosidl_runtime_py/0.7.11-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_runtime_py" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.7.3-1.bb index ec6c80e68bc..e11f00cf3ad 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.7.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/dashing/connext_cmake_module/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/connext_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.7.3-1.bb index 65ebbc3629e..c620cf9e6d7 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.7.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/dashing/rosidl_typesupport_connext_c/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_connext_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.7.3-1.bb index e4ebd1ca426..184c69bb85d 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.7.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/dashing/rosidl_typesupport_connext_cpp/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_connext_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.7.2-1.bb index 25aa9cca190..d46272ad8c3 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.7.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/dashing/fastrtps_cmake_module/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/fastrtps_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.7.2-1.bb index 89d1721a583..5ec6c1a37e6 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.7.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/dashing/rosidl_typesupport_fastrtps_c/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_fastrtps_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.7.2-1.bb index c3e1477b275..53790ad985c 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.7.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/dashing/rosidl_typesupport_fastrtps_cpp/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_fastrtps_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_0.7.8-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_0.7.8-1.bb index c15e0728b69..6e5446e0dc0 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_0.7.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_0.7.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_gurumdds-release/archive/release/dashing/gurumdds_cmake_module/0.7.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/gurumdds_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.7.3-1.bb index cecb0e61674..8177de0beb7 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.7.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/dashing/opensplice_cmake_module/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/opensplice_cmake_module" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.7.3-1.bb index 31ea3ddf15f..6e98fc275bd 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.7.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/dashing/rosidl_typesupport_opensplice_c/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_opensplice_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.7.3-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.7.3-1.bb index 9a44fa28217..4e2b6770b65 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.7.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.7.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/dashing/rosidl_typesupport_opensplice_cpp/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_opensplice_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.7.1-1.bb index 6df5ac5cf9c..3a2140418e6 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.7.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/dashing/rosidl_typesupport_c/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.7.1-1.bb index 7568685336e..abedbdf5a1e 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.7.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/dashing/rosidl_typesupport_cpp/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-adapter_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-adapter_0.7.10-1.bb index 729ae80ea4f..7b64733ad0c 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-adapter_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-adapter_0.7.10-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_adapter/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_adapter" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-cmake_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-cmake_0.7.10-1.bb index a5893967cd4..5e5b4e26640 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-cmake_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-cmake_0.7.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_cmake/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_cmake" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-c_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-c_0.7.10-1.bb index bf8c3311c5e..18ad1d6ebea 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-c_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-c_0.7.10-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_generator_c/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_generator_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-cpp_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-cpp_0.7.10-1.bb index 5634729cb21..9ca88aed8f2 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-cpp_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-generator-cpp_0.7.10-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_generator_cpp/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_generator_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-parser_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-parser_0.7.10-1.bb index a51d27a7250..52d20ab1a97 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-parser_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-parser_0.7.10-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_parser/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_parser" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-interface_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-interface_0.7.10-1.bb index 5d2ba2e3761..964eadc6854 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-interface_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-interface_0.7.10-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_typesupport_interface/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_interface" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bb index d17d98644c0..286181abb16 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_typesupport_introspection_c/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_introspection_c" diff --git a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bb b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bb index 06091fea9f8..56fbfdb0825 100644 --- a/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bb +++ b/meta-ros2-dashing/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/dashing/rosidl_typesupport_introspection_cpp/0.7.10-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rosidl_typesupport_introspection_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb index 9acd7d8ad0e..eb140ede720 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_action-release/archive/release/dashing/rqt_action/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_action" diff --git a/meta-ros2-dashing/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb index 0b425273b90..5ad5704612e 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_common_plugins-release/archive/release/dashing/rqt_common_plugins/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_common_plugins" diff --git a/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb b/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb index 67a26b8507d..a0c697f1a15 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_console-release/archive/release/dashing/rqt_console/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_console" diff --git a/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb b/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb index dda9505ea9f..91c46c48fbb 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_graph-release/archive/release/dashing/rqt_graph/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_graph" diff --git a/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb b/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb index 8ab73a3070e..7ba6c84a987 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_image_view-release/archive/release/dashing/rqt_image_view/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_image_view" diff --git a/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb b/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb index a892233a1d6..98248489740 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_msg-release/archive/release/dashing/rqt_msg/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_msg" diff --git a/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb index d74b05bada6..86bd7dcfc1c 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_plot-release/archive/release/dashing/rqt_plot/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_plot" diff --git a/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb index 07d6471f0ba..0820dbcaaca 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_publisher-release/archive/release/dashing/rqt_publisher/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_publisher" diff --git a/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb index 651ee99a964..fa15cb73c63 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_py_console-release/archive/release/dashing/rqt_py_console/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_py_console" diff --git a/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.7-1.bb index 3d0c262c0ef..9dd547d67b6 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/dashing/rqt_reconfigure/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_reconfigure" diff --git a/meta-ros2-dashing/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb index aba6ec050c3..d8d3033ca9e 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/dashing/rqt_robot_monitor/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_robot_monitor" diff --git a/meta-ros2-dashing/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb index 39291b673de..42b7e31ad74 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_steering-release/archive/release/dashing/rqt_robot_steering/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_robot_steering" diff --git a/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb b/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb index 7a2458dd6a2..be09ce8c41f 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_service_caller-release/archive/release/dashing/rqt_service_caller/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_service_caller" diff --git a/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb index 6d46831568b..866f360d0dc 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_shell-release/archive/release/dashing/rqt_shell/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_shell" diff --git a/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb index 784aee7607e..54628c10f3c 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_srv-release/archive/release/dashing/rqt_srv/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_srv" diff --git a/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb index f7fcf28e815..c09a635772e 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_top-release/archive/release/dashing/rqt_top/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_top" diff --git a/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.0.0-1.bb index 20349001d25..f2b5ab06ea9 100644 --- a/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_topic-release/archive/release/dashing/rqt_topic/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_topic" diff --git a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.7-1.bb index d046a8c6224..ea51cb57abe 100644 --- a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/dashing/rqt_gui_cpp/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_gui_cpp" diff --git a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.7-1.bb index be43da55aba..5bfe976c454 100644 --- a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/dashing/rqt_gui_py/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_gui_py" diff --git a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.7-1.bb index 50c3947b11c..6d9fc61804f 100644 --- a/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/dashing/rqt_gui/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_gui" diff --git a/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.7-1.bb index bd0febd5764..00fb829cf8e 100644 --- a/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.7-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/dashing/rqt_py_common/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt_py_common" diff --git a/meta-ros2-dashing/generated-recipes/rqt/rqt_1.0.7-1.bb b/meta-ros2-dashing/generated-recipes/rqt/rqt_1.0.7-1.bb index 2da5962e2c3..ca182088ce5 100644 --- a/meta-ros2-dashing/generated-recipes/rqt/rqt_1.0.7-1.bb +++ b/meta-ros2-dashing/generated-recipes/rqt/rqt_1.0.7-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/dashing/rqt/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rqt" diff --git a/meta-ros2-dashing/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.0-2.bb b/meta-ros2-dashing/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.0-2.bb index d25c3693372..f5391d8435c 100644 --- a/meta-ros2-dashing/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.0-2.bb +++ b/meta-ros2-dashing/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net-gbp/rt_usb_9axisimu_driver-release/archive/release/dashing/rt_usb_9axisimu_driver/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/rt_usb_9axisimu_driver" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-assimp-vendor_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-assimp-vendor_6.1.8-1.bb index 7e1f9d9be51..fafc3fe2c53 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-assimp-vendor_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-assimp-vendor_6.1.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_assimp_vendor/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_assimp_vendor" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-common_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-common_6.1.8-1.bb index 762caf0aa0e..633985ccac8 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-common_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-common_6.1.8-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_common/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_common" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-default-plugins_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-default-plugins_6.1.8-1.bb index 97e8daa6a67..712a4c89a6d 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-default-plugins_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-default-plugins_6.1.8-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_default_plugins/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_default_plugins" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-ogre-vendor_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-ogre-vendor_6.1.8-1.bb index a52385c8ed5..3b8ff027341 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-ogre-vendor_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-ogre-vendor_6.1.8-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_ogre_vendor/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_ogre_vendor" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering-tests_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering-tests_6.1.8-1.bb index 853093733d9..3a53d5c7e81 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering-tests_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering-tests_6.1.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_rendering_tests/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_rendering_tests" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.8-1.bb index 521dd84bedc..479842c249f 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.8-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_rendering/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_rendering" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz-visual-testing-framework_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz-visual-testing-framework_6.1.8-1.bb index 64673289856..d4ebf4d3be4 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz-visual-testing-framework_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz-visual-testing-framework_6.1.8-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_visual_testing_framework/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz_visual_testing_framework" diff --git a/meta-ros2-dashing/generated-recipes/rviz/rviz2_6.1.8-1.bb b/meta-ros2-dashing/generated-recipes/rviz/rviz2_6.1.8-1.bb index 7b3e7f9b5e9..22f953d0bc8 100644 --- a/meta-ros2-dashing/generated-recipes/rviz/rviz2_6.1.8-1.bb +++ b/meta-ros2-dashing/generated-recipes/rviz/rviz2_6.1.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz2/6.1.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/rviz2" diff --git a/meta-ros2-dashing/generated-recipes/sick-scan2/sick-scan2_0.1.4-1.bb b/meta-ros2-dashing/generated-recipes/sick-scan2/sick-scan2_0.1.4-1.bb index b44d661e35a..f7f1251ab02 100644 --- a/meta-ros2-dashing/generated-recipes/sick-scan2/sick-scan2_0.1.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/sick-scan2/sick-scan2_0.1.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_scan2-release/archive/release/dashing/sick_scan2/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/sick_scan2" diff --git a/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.4-1.bb b/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.4-1.bb index 776a0d11c0d..aaa9632a244 100644 --- a/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.4-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/dashing/slam_toolbox/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/slam_toolbox" diff --git a/meta-ros2-dashing/generated-recipes/slide-show/slide-show_0.1.0-1.bb b/meta-ros2-dashing/generated-recipes/slide-show/slide-show_0.1.0-1.bb index a2204c27844..34fb22ab4cf 100644 --- a/meta-ros2-dashing/generated-recipes/slide-show/slide-show_0.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/slide-show/slide-show_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/slide_show-release/archive/release/dashing/slide_show/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/slide_show" diff --git a/meta-ros2-dashing/generated-recipes/sophus/sophus_1.0.2.bb b/meta-ros2-dashing/generated-recipes/sophus/sophus_1.0.2.bb index 1e0545f3dfb..17b54a190cf 100644 --- a/meta-ros2-dashing/generated-recipes/sophus/sophus_1.0.2.bb +++ b/meta-ros2-dashing/generated-recipes/sophus/sophus_1.0.2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/sophus-release/archive/release/dashing/sophus/1.0.2-0.tar.gz ROS_BRANCH ?= "branch=release/dashing/sophus" diff --git a/meta-ros2-dashing/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.0.2-1.bb index a3b161775e6..5cd69509281 100644 --- a/meta-ros2-dashing/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.0.2-1.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/spatio_temporal_voxel_layer-release/archive/release/dashing/spatio_temporal_voxel_layer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/spatio_temporal_voxel_layer" diff --git a/meta-ros2-dashing/generated-recipes/sros2/sros2-cmake_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/sros2/sros2-cmake_0.7.2-1.bb index 9b5562c4282..89e31a0610e 100644 --- a/meta-ros2-dashing/generated-recipes/sros2/sros2-cmake_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/sros2/sros2-cmake_0.7.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/dashing/sros2_cmake/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/sros2_cmake" diff --git a/meta-ros2-dashing/generated-recipes/sros2/sros2_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/sros2/sros2_0.7.2-1.bb index d92f81b001d..cd825957b9b 100644 --- a/meta-ros2-dashing/generated-recipes/sros2/sros2_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/sros2/sros2_0.7.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/dashing/sros2/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/sros2" diff --git a/meta-ros2-dashing/generated-recipes/swri-console/swri-console_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/swri-console/swri-console_2.0.0-1.bb index fb3f9b021ab..d5524c23e03 100644 --- a/meta-ros2-dashing/generated-recipes/swri-console/swri-console_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/swri-console/swri-console_2.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_console-release/archive/release/dashing/swri_console/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/swri_console" diff --git a/meta-ros2-dashing/generated-recipes/system-modes/system-modes-examples_0.6.0-2.bb b/meta-ros2-dashing/generated-recipes/system-modes/system-modes-examples_0.6.0-2.bb index afac54862ee..751fa0efc3a 100644 --- a/meta-ros2-dashing/generated-recipes/system-modes/system-modes-examples_0.6.0-2.bb +++ b/meta-ros2-dashing/generated-recipes/system-modes/system-modes-examples_0.6.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/dashing/system_modes_examples/0.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/system_modes_examples" diff --git a/meta-ros2-dashing/generated-recipes/system-modes/system-modes_0.6.0-2.bb b/meta-ros2-dashing/generated-recipes/system-modes/system-modes_0.6.0-2.bb index 9e9ef164363..9601b553dff 100644 --- a/meta-ros2-dashing/generated-recipes/system-modes/system-modes_0.6.0-2.bb +++ b/meta-ros2-dashing/generated-recipes/system-modes/system-modes_0.6.0-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/dashing/system_modes/0.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/system_modes" diff --git a/meta-ros2-dashing/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb index 86bf67f60e1..e63ae80b846 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/dashing/joy_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/joy_teleop" diff --git a/meta-ros2-dashing/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb index ec4286ab9a9..1b6093216fd 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/dashing/key_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/key_teleop" diff --git a/meta-ros2-dashing/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb index a247aba3c7a..e8a14c3b02f 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/dashing/mouse_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/mouse_teleop" diff --git a/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb index 74659fdcb5f..ae56d9c55f8 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/dashing/teleop_tools_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/teleop_tools_msgs" diff --git a/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb index 9b9009df8d8..2b9bd082942 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/dashing/teleop_tools/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/teleop_tools" diff --git a/meta-ros2-dashing/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.2.1-1.bb b/meta-ros2-dashing/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.2.1-1.bb index 06b0e89aadf..f8c452e8eb4 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.2.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.2.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_joy-release/archive/release/dashing/teleop_twist_joy/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/teleop_twist_joy" diff --git a/meta-ros2-dashing/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb b/meta-ros2-dashing/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb index 1ee88bcc82b..672fdc77620 100644 --- a/meta-ros2-dashing/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_keyboard-release/archive/release/dashing/teleop_twist_keyboard/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/teleop_twist_keyboard" diff --git a/meta-ros2-dashing/generated-recipes/test-interface-files/test-interface-files_0.7.1-1.bb b/meta-ros2-dashing/generated-recipes/test-interface-files/test-interface-files_0.7.1-1.bb index 1519f8d1348..675fd4845b8 100644 --- a/meta-ros2-dashing/generated-recipes/test-interface-files/test-interface-files_0.7.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/test-interface-files/test-interface-files_0.7.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/test_interface_files-release/archive/release/dashing/test_interface_files/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/test_interface_files" diff --git a/meta-ros2-dashing/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.0-1.bb b/meta-ros2-dashing/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.0-1.bb index 7a2d95e1680..c031884fa6b 100644 --- a/meta-ros2-dashing/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinydir_vendor-release/archive/release/dashing/tinydir_vendor/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tinydir_vendor" diff --git a/meta-ros2-dashing/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb b/meta-ros2-dashing/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb index e09d6ed2161..cf18d113912 100644 --- a/meta-ros2-dashing/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml_vendor-release/archive/release/dashing/tinyxml_vendor/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tinyxml_vendor" diff --git a/meta-ros2-dashing/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb b/meta-ros2-dashing/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb index 5413fb566e0..35f27e6f962 100644 --- a/meta-ros2-dashing/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml2_vendor-release/archive/release/dashing/tinyxml2_vendor/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tinyxml2_vendor" diff --git a/meta-ros2-dashing/generated-recipes/tlsf/tlsf_0.5.0-1.bb b/meta-ros2-dashing/generated-recipes/tlsf/tlsf_0.5.0-1.bb index 9597eaf366a..d3a187f1566 100644 --- a/meta-ros2-dashing/generated-recipes/tlsf/tlsf_0.5.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/tlsf/tlsf_0.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tlsf-release/archive/release/dashing/tlsf/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tlsf" diff --git a/meta-ros2-dashing/generated-recipes/transport-drivers/serial-driver_0.0.6-4.bb b/meta-ros2-dashing/generated-recipes/transport-drivers/serial-driver_0.0.6-4.bb index f6a332e45fa..475375f17a4 100644 --- a/meta-ros2-dashing/generated-recipes/transport-drivers/serial-driver_0.0.6-4.bb +++ b/meta-ros2-dashing/generated-recipes/transport-drivers/serial-driver_0.0.6-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/serial_driver/0.0.6-4.tar.gz ROS_BRANCH ?= "branch=release/dashing/serial_driver" diff --git a/meta-ros2-dashing/generated-recipes/transport-drivers/udp-driver_0.0.6-4.bb b/meta-ros2-dashing/generated-recipes/transport-drivers/udp-driver_0.0.6-4.bb index 420d7353556..504e3d1ce95 100644 --- a/meta-ros2-dashing/generated-recipes/transport-drivers/udp-driver_0.0.6-4.bb +++ b/meta-ros2-dashing/generated-recipes/transport-drivers/udp-driver_0.0.6-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/udp_driver/0.0.6-4.tar.gz ROS_BRANCH ?= "branch=release/dashing/udp_driver" diff --git a/meta-ros2-dashing/generated-recipes/tts/tts-interfaces_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/tts/tts-interfaces_2.0.2-1.bb index 189621dedfa..4d716df2f79 100644 --- a/meta-ros2-dashing/generated-recipes/tts/tts-interfaces_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/tts/tts-interfaces_2.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/tts-release/archive/release/dashing/tts_interfaces/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tts_interfaces" diff --git a/meta-ros2-dashing/generated-recipes/tts/tts_2.0.2-1.bb b/meta-ros2-dashing/generated-recipes/tts/tts_2.0.2-1.bb index 4d293829a6d..92a36fa7693 100644 --- a/meta-ros2-dashing/generated-recipes/tts/tts_2.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/tts/tts_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/aws-gbp/tts-release/archive/release/dashing/tts/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tts" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb index 85e14012262..43f1a73b2e7 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_msgs-release/archive/release/dashing/turtlebot3_msgs/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_msgs" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.2-1.bb b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.2-1.bb index dcd17f6e5cf..0acf9f76964 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.2-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/dashing/turtlebot3_fake_node/2.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_fake_node" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.2-1.bb b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.2-1.bb index d86ffc5de8a..e33f0493032 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/dashing/turtlebot3_gazebo/2.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_gazebo" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.2-1.bb b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.2-1.bb index 3c5bbf5bc80..60a1df20279 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/dashing/turtlebot3_simulations/2.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_simulations" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-2.bb index 12cc43dcbad..6a72492dae8 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_bringup/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_bringup" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-2.bb index 1c4815e59b2..f829e3ed796 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_cartographer/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_cartographer" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-2.bb index c322dd3f2bf..b22eab05550 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_description/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_description" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-2.bb index 73dd64ad318..64714c86805 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_example/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_example" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-2.bb index e24a68186d3..7e6d2f4d6e3 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_navigation2/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_navigation2" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-2.bb index 29f72015c9d..3a59ea6fbd2 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-2.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_node/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_node" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-2.bb index a1fa464a18a..af6b0bfdc80 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3_teleop/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3_teleop" diff --git a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3_2.1.1-2.bb b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3_2.1.1-2.bb index 96b21bfe59c..f9d96ac6fd2 100644 --- a/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3_2.1.1-2.bb +++ b/meta-ros2-dashing/generated-recipes/turtlebot3/turtlebot3_2.1.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/dashing/turtlebot3/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlebot3" diff --git a/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.3-1.bb b/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.3-1.bb index 456a33285c5..5978d002591 100644 --- a/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.3-1.bb +++ b/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.3-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_tutorials-release/archive/release/dashing/turtlesim/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/turtlesim" diff --git a/meta-ros2-dashing/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb b/meta-ros2-dashing/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb index a6c02b4dbae..6e14930d5ba 100644 --- a/meta-ros2-dashing/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/tvm-vendor/tvm-vendor_0.7.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/tvm_vendor-release/archive/release/dashing/tvm_vendor/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tvm_vendor" diff --git a/meta-ros2-dashing/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb b/meta-ros2-dashing/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb index 797e6da7403..a623194a0fa 100644 --- a/meta-ros2-dashing/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb +++ b/meta-ros2-dashing/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_msgs-release/archive/release/dashing/udp_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/udp_msgs" diff --git a/meta-ros2-dashing/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bb b/meta-ros2-dashing/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bb index 35961f979a4..235128ff40d 100644 --- a/meta-ros2-dashing/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/uncrustify_vendor-release/archive/release/dashing/uncrustify_vendor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/uncrustify_vendor" diff --git a/meta-ros2-dashing/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb b/meta-ros2-dashing/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb index fcd41dc3a7c..c0735a1566a 100644 --- a/meta-ros2-dashing/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/unique_identifier_msgs-release/archive/release/dashing/unique_identifier_msgs/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/unique_identifier_msgs" diff --git a/meta-ros2-dashing/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb index 7974f7c25da..8161ee98eab 100644 --- a/meta-ros2-dashing/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_py-release/archive/release/dashing/urdfdom_py/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urdfdom_py" diff --git a/meta-ros2-dashing/generated-recipes/urdf/urdf_2.2.0-1.bb b/meta-ros2-dashing/generated-recipes/urdf/urdf_2.2.0-1.bb index 6c9becf0dd8..4ab0ab0c31d 100644 --- a/meta-ros2-dashing/generated-recipes/urdf/urdf_2.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/urdf/urdf_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/dashing/urdf/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urdf" diff --git a/meta-ros2-dashing/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb b/meta-ros2-dashing/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb index 6cfde7c91ba..3230da735b9 100644 --- a/meta-ros2-dashing/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_headers-release/archive/release/dashing/urdfdom_headers/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urdfdom_headers" diff --git a/meta-ros2-dashing/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb b/meta-ros2-dashing/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb index e27cb35acd7..54fa009df73 100644 --- a/meta-ros2-dashing/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom-release/archive/release/dashing/urdfdom/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urdfdom" diff --git a/meta-ros2-dashing/generated-recipes/urg-c/urg-c_1.0.4000-1.bb b/meta-ros2-dashing/generated-recipes/urg-c/urg-c_1.0.4000-1.bb index ae4b5107342..32c10cd9aad 100644 --- a/meta-ros2-dashing/generated-recipes/urg-c/urg-c_1.0.4000-1.bb +++ b/meta-ros2-dashing/generated-recipes/urg-c/urg-c_1.0.4000-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_c-release/archive/release/dashing/urg_c/1.0.4000-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urg_c" diff --git a/meta-ros2-dashing/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb index 554ce6e2daf..79644e3cf6b 100644 --- a/meta-ros2-dashing/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node_msgs-release/archive/release/dashing/urg_node_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urg_node_msgs" diff --git a/meta-ros2-dashing/generated-recipes/urg-node/urg-node_1.0.1-1.bb b/meta-ros2-dashing/generated-recipes/urg-node/urg-node_1.0.1-1.bb index 943c9a573f5..336156e7c16 100644 --- a/meta-ros2-dashing/generated-recipes/urg-node/urg-node_1.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/urg-node/urg-node_1.0.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node-release/archive/release/dashing/urg_node/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/urg_node" diff --git a/meta-ros2-dashing/generated-recipes/variants/desktop_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/variants/desktop_0.7.4-1.bb index 243d8aa362c..bbe50b8a6b1 100644 --- a/meta-ros2-dashing/generated-recipes/variants/desktop_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/variants/desktop_0.7.4-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/dashing/desktop/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/desktop" diff --git a/meta-ros2-dashing/generated-recipes/variants/ros-base_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/variants/ros-base_0.7.4-1.bb index 9c97e538879..2c56fcfc705 100644 --- a/meta-ros2-dashing/generated-recipes/variants/ros-base_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/variants/ros-base_0.7.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/dashing/ros_base/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_base" diff --git a/meta-ros2-dashing/generated-recipes/variants/ros-core_0.7.4-1.bb b/meta-ros2-dashing/generated-recipes/variants/ros-core_0.7.4-1.bb index 8bae3a7a590..914b1dfa83b 100644 --- a/meta-ros2-dashing/generated-recipes/variants/ros-core_0.7.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/variants/ros-core_0.7.4-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/dashing/ros_core/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros_core" diff --git a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-driver_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-driver_2.0.0-1.bb index e8f69e3a5f8..27d276bbd24 100644 --- a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-driver_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-driver_2.0.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/dashing/velodyne_driver/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/velodyne_driver" diff --git a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-laserscan_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-laserscan_2.0.0-1.bb index c02f43b5e1d..34ff7096dc2 100644 --- a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-laserscan_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-laserscan_2.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/dashing/velodyne_laserscan/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/velodyne_laserscan" diff --git a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-msgs_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-msgs_2.0.0-1.bb index 90f3da44013..deeebd8240b 100644 --- a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-msgs_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-msgs_2.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/dashing/velodyne_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/velodyne_msgs" diff --git a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-pointcloud_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-pointcloud_2.0.0-1.bb index 308090db024..4af48e39d1a 100644 --- a/meta-ros2-dashing/generated-recipes/velodyne/velodyne-pointcloud_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/velodyne/velodyne-pointcloud_2.0.0-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/dashing/velodyne_pointcloud/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/velodyne_pointcloud" diff --git a/meta-ros2-dashing/generated-recipes/velodyne/velodyne_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/velodyne/velodyne_2.0.0-1.bb index d86f7bc25c9..a963fd7432f 100644 --- a/meta-ros2-dashing/generated-recipes/velodyne/velodyne_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/velodyne/velodyne_2.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/dashing/velodyne/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/velodyne" diff --git a/meta-ros2-dashing/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb b/meta-ros2-dashing/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb index 3b855e08b51..89e277f62d1 100644 --- a/meta-ros2-dashing/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/dashing/vision_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/vision_msgs" diff --git a/meta-ros2-dashing/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb b/meta-ros2-dashing/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb index a4951f42b79..2c3d25e3437 100644 --- a/meta-ros2-dashing/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/dashing/cv_bridge/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/cv_bridge" diff --git a/meta-ros2-dashing/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb b/meta-ros2-dashing/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb index 5a74e6a6dd7..b64f1c8318c 100644 --- a/meta-ros2-dashing/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/dashing/image_geometry/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/image_geometry" diff --git a/meta-ros2-dashing/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb b/meta-ros2-dashing/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb index 6eb4b851484..a72bd8ae236 100644 --- a/meta-ros2-dashing/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb +++ b/meta-ros2-dashing/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/dashing/vision_opencv/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/vision_opencv" diff --git a/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb b/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb index 86502e2d563..5ffc5e8cc77 100644 --- a/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb +++ b/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/web_video_server-release/archive/release/dashing/web_video_server/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/web_video_server" diff --git a/meta-ros2-dashing/generated-recipes/xacro/xacro_2.0.6-1.bb b/meta-ros2-dashing/generated-recipes/xacro/xacro_2.0.6-1.bb index 9639b4cc32d..bfc60d4c835 100644 --- a/meta-ros2-dashing/generated-recipes/xacro/xacro_2.0.6-1.bb +++ b/meta-ros2-dashing/generated-recipes/xacro/xacro_2.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/xacro-release/archive/release/dashing/xacro/2.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/xacro" diff --git a/meta-ros2-dashing/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_6.0.1-1.bb b/meta-ros2-dashing/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_6.0.1-1.bb index 80d2566e00d..f679d3d35ff 100644 --- a/meta-ros2-dashing/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_6.0.1-1.bb +++ b/meta-ros2-dashing/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_6.0.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/yaml_cpp_vendor-release/archive/release/dashing/yaml_cpp_vendor/6.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/yaml_cpp_vendor" diff --git a/meta-ros2-dashing/recipes-bbappends/ament-download/ament-download_0.0.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ament-download/ament-download_0.0.1-1.bbappend index a24ba7273d9..b609b7b9624 100644 --- a/meta-ros2-dashing/recipes-bbappends/ament-download/ament-download_0.0.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ament-download/ament-download_0.0.1-1.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2019 LG Electronics, Inc. -# ERROR: ament-download-0.0.1-1-r0 do_package_qa: QA Issue: /usr/share/ament_download/cmake/download_checkmd5.py contained in package ament-download-dev requires /bin/env, but no providers found in RDEPENDS_ament-download-dev? [file-rdeps] -# RDEPENDS_${PN}-dev += "coreutils" +# ERROR: ament-download-0.0.1-1-r0 do_package_qa: QA Issue: /usr/share/ament_download/cmake/download_checkmd5.py contained in package ament-download-dev requires /bin/env, but no providers found in RDEPENDS:ament-download-dev? [file-rdeps] +# RDEPENDS:${PN}-dev += "coreutils" -do_install_append() { +do_install:append() { sed -i 's@^#!/bin/env@/usr/bin/env@g' ${D}${datadir}/ament_download/cmake/download_checkmd5.py } diff --git a/meta-ros2-dashing/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend index fbbb2d279fc..05b21df3fb0 100644 --- a/meta-ros2-dashing/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/aws-common/aws-common_2.2.0-1.bbappend @@ -2,14 +2,14 @@ DEPENDS += "aws-cpp-sdk curl openssl" -ROS_BUILDTOOL_DEPENDS_remove = " \ +ROS_BUILDTOOL_DEPENDS:remove = " \ ament-cmake-gmock-native \ ament-cmake-gtest-native \ " EXTRA_OECMAKE = "-DEXTERNAL_INSTALL_LOCATION=${STAGING_DIR_HOST}${prefix}" -do_configure_prepend() { +do_configure:prepend() { # awssdk dependencies are built in separate recipe aws-cpp-sdk sed -i 's@^add_subdirectory(awssdk)@##add_subdirectory(awssdk)@g' ${S}/CMakeLists.txt sed -i '/^add_dependencies.*AWS_SDK_IMPORT)/d' ${S}/CMakeLists.txt diff --git a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend index 3432d9dccba..d8757ae049d 100644 --- a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend @@ -1,12 +1,12 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # The cmake subdirectory isn't under datadir/ROS_BPN. In fact, there are two. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/cmake/${ROS_BPN} \ ${libdir}/BehaviorTree/cmake \ " -do_install_append() { +do_install:append() { rm -f ${D}${libdir}/pkgconfig/tinyxml2.pc rmdir -p --ignore-fail-on-non-empty ${D}${libdir}/pkgconfig || true } diff --git a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bbappend index 61e2db70d4f..5d133c78bf9 100644 --- a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.1.1-1.bbappend @@ -6,4 +6,4 @@ ROS_BUILD_DEPENDS += " \ " # OpenEmbedded will automatically add the dependency on the elfutils package that contains libdw.so . -ROS_EXEC_DEPENDS_remove = "elfutils" +ROS_EXEC_DEPENDS:remove = "elfutils" diff --git a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend index de014ec2e11..1375bc59c78 100644 --- a/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/behaviortree-cpp/behaviortree-cpp_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # The cmake subdirectory isn't under datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/BehaviorTree/cmake \ " diff --git a/meta-ros2-dashing/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend b/meta-ros2-dashing/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend index 8e6de34f5da..12d17e1735c 100644 --- a/meta-ros2-dashing/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://0001-FindLuaGoogle.cmake-explicitly-link-with-dl.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-dashing/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bbappend index eab311f171c..887545ae924 100644 --- a/meta-ros2-dashing/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/cloudwatch-metrics-collector/cloudwatch-metrics-collector_3.0.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. # cloudwatch-metrics-common is just headers/staticlib files and PN is empty, so it wasn't created -ROS_EXEC_DEPENDS_remove = "cloudwatch-metrics-common" +ROS_EXEC_DEPENDS:remove = "cloudwatch-metrics-common" diff --git a/meta-ros2-dashing/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bbappend index d474cb03563..798043f18ac 100644 --- a/meta-ros2-dashing/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.4.1-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ros-safety/contracts_lite.git from tag 0.4.1 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-only-the-header-files-not-who.patch \ file://0002-CMakeLists.txt-fetch-contracts_lite-with-bitbake-fet.patch \ git://github.com/ros-safety/contracts_lite.git;protocol=https;name=contracts-lite;destsuffix=git/contracts-lite-upstream \ diff --git a/meta-ros2-dashing/recipes-bbappends/costmap-converter/costmap-converter_0.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/costmap-converter/costmap-converter_0.1.0-1.bbappend index c55f72b6cb7..eb4ef1c179c 100644 --- a/meta-ros2-dashing/recipes-bbappends/costmap-converter/costmap-converter_0.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/costmap-converter/costmap-converter_0.1.0-1.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. -do_install_append() { +do_install:append() { # Move it to existing ROS_BPN subdirectory mv ${D}${datadir}/plugins.xml ${D}${datadir}/${ROS_BPN}/ } -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Make-it-compatible-with-OpenCV-4.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-2.bbappend b/meta-ros2-dashing/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-2.bbappend index 4496c40397b..3dca3e62ba4 100644 --- a/meta-ros2-dashing/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-2.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-2.bbappend @@ -3,6 +3,6 @@ # IDLC depends on maven and we don't want meta-ros to depend on meta-java just for that EXTRA_OECMAKE += "-DBUILD_IDLC=OFF" -FILES_${PN}-dev += "${datadir}/CycloneDDS" +FILES:${PN}-dev += "${datadir}/CycloneDDS" inherit ros_insane_dev_so diff --git a/meta-ros2-dashing/recipes-bbappends/demos/pendulum-msgs_0.7.9-1.bbappend b/meta-ros2-dashing/recipes-bbappends/demos/pendulum-msgs_0.7.9-1.bbappend index 726da525be6..e2072b256f0 100644 --- a/meta-ros2-dashing/recipes-bbappends/demos/pendulum-msgs_0.7.9-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/demos/pendulum-msgs_0.7.9-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend b/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend b/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend index 5dfb1566b14..27a6e31b938 100644 --- a/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend @@ -3,4 +3,4 @@ inherit ros_insane_dev_so # sophus PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" diff --git a/meta-ros2-dashing/recipes-bbappends/ecl-tools/ecl-license_%.bbappend b/meta-ros2-dashing/recipes-bbappends/ecl-tools/ecl-license_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros2-dashing/recipes-bbappends/ecl-tools/ecl-license_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ecl-tools/ecl-license_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-dashing/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend index 66349349d54..651ddbd7f00 100644 --- a/meta-ros2-dashing/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend @@ -7,5 +7,5 @@ ROS_BUILD_DEPENDS += " \ # branches were recreated, the SRCREV exists, but isn't included in any branch ROS_BRANCH = "nobranch=1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-just-depend-on-system-fmilibrary-with.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend index 238189824bd..1bd6c6e17c5 100644 --- a/meta-ros2-dashing/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # ROS2 is python3-only and python2 is blacklisted here -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_append = " python3-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:append = " python3-catkin-pkg" diff --git a/meta-ros2-dashing/recipes-bbappends/googletest/gmock-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/googletest/gmock-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-dashing/recipes-bbappends/googletest/gmock-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/googletest/gmock-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-dashing/recipes-bbappends/googletest/gtest-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/googletest/gtest-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-dashing/recipes-bbappends/googletest/gtest-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/googletest/gtest-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-dashing/recipes-bbappends/h264-video-encoder/h264-video-encoder_2.0.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/h264-video-encoder/h264-video-encoder_2.0.0-1.bbappend index 039dbffa90d..2b801734fb6 100644 --- a/meta-ros2-dashing/recipes-bbappends/h264-video-encoder/h264-video-encoder_2.0.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/h264-video-encoder/h264-video-encoder_2.0.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Guard-test-targets-with-if-BUILD_TESTING.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend index 04724a51bcf..6c3f5f88ee9 100644 --- a/meta-ros2-dashing/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-enable-C-language-to-fix-try_compile-.patch \ file://0002-CMakeLists.txt-drop-s.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/image-pipeline/image-publisher_2.1.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/image-pipeline/image-publisher_2.1.1-1.bbappend index 6e396111566..c989d0ad464 100644 --- a/meta-ros2-dashing/recipes-bbappends/image-pipeline/image-publisher_2.1.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/image-pipeline/image-publisher_2.1.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-adapt-to-OpenCV4-537.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bbappend index ee97f117897..0865455e870 100644 --- a/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-codec.cpp-make-it-compatible-with-OpenCV-4.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.1.0-1.bbappend index e8f712e1971..574938d46ef 100644 --- a/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-compressed_publisher.cpp-make-it-compatible-with-Ope.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.1-1.bbappend index ec3b7996a82..00885f2c918 100644 --- a/meta-ros2-dashing/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/kinesis-manager/kinesis-manager_2.0.1-1.bbappend @@ -5,7 +5,7 @@ DEPENDS += " \ amazon-kvs-sdk-cpp-kinesis-video-producer \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-don-t-build-and-install-kvssdk.patch \ file://0001-Link-libraries-only-if-test-targets-exist-36.patch \ diff --git a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend index 2c28775d3cb..640c73aee1e 100644 --- a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend @@ -18,7 +18,7 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend index d043c8863ad..7b6373b087a 100644 --- a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend index d043c8863ad..7b6373b087a 100644 --- a/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-dashing/recipes-bbappends/launch-ros/launch-testing-ros_%.bbappend b/meta-ros2-dashing/recipes-bbappends/launch-ros/launch-testing-ros_%.bbappend index f3d89746d47..3029ba1d02c 100644 --- a/meta-ros2-dashing/recipes-bbappends/launch-ros/launch-testing-ros_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/launch-ros/launch-testing-ros_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Remove this empty directory. -do_install_append() { +do_install:append() { rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/lib/${ROS_BPN} } diff --git a/meta-ros2-dashing/recipes-bbappends/launch/launch-testing_%.bbappend b/meta-ros2-dashing/recipes-bbappends/launch/launch-testing_%.bbappend index 30164ddc695..5d9e1b63a40 100644 --- a/meta-ros2-dashing/recipes-bbappends/launch/launch-testing_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/launch/launch-testing_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # This component puts *_proc files under libdir. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/lib/${ROS_BPN} \ " diff --git a/meta-ros2-dashing/recipes-bbappends/lex-node/lex-node_3.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/lex-node/lex-node_3.1.0-1.bbappend index e152beec849..3fc116bb249 100644 --- a/meta-ros2-dashing/recipes-bbappends/lex-node/lex-node_3.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/lex-node/lex-node_3.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. # lex-common is just headers/staticlib files and PN is empty, so it wasn't created -ROS_EXEC_DEPENDS_remove = "lex-common" +ROS_EXEC_DEPENDS:remove = "lex-common" diff --git a/meta-ros2-dashing/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend index 364d3a4b65a..3ff71e311fc 100644 --- a/meta-ros2-dashing/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend @@ -2,7 +2,7 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libyaml-with-bitbake-fetcher.patch \ file://0001-CMakeLists.txt-use-platform-libyaml-when-available-i.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend index 2cb31019fd3..c9ca3baac68 100644 --- a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "python-psutil" -ROS_EXEC_DEPENDS_append = " python3-psutil" +ROS_EXEC_DEPENDS:remove = "python-psutil" +ROS_EXEC_DEPENDS:append = " python3-psutil" -# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS:swri-prefix-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE, which uses busybox to provide # bash by default, but with newer OSE this should respect @@ -12,5 +12,5 @@ RDEPENDS_${PN} += "bash" # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-dashing layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend index 043cb2cbf3e..c794c2dab67 100644 --- a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/launch" +FILES:${PN} += "${prefix}/launch" diff --git a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-transform-util_3.3.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-transform-util_3.3.2-1.bbappend index acbdb9c7429..52f29c349b2 100644 --- a/meta-ros2-dashing/recipes-bbappends/marti-common/swri-transform-util_3.3.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/marti-common/swri-transform-util_3.3.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-utm_util.h-don-t-make-UtmData-private.patch" # Needed for proj-6 diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-critics_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-critics_0.2.6-1.bbappend index 5f664be41ee..08534e45f2b 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-critics_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-critics_0.2.6-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${datadir}/default_critics.xml" +FILES:${PN} += "${datadir}/default_critics.xml" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-msgs_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-msgs_0.2.6-1.bbappend index 726da525be6..e2072b256f0 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-msgs_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-msgs_0.2.6-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-plugins_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-plugins_0.2.6-1.bbappend index 7a8cf860531..ce2dee1b646 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-plugins_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/dwb-plugins_0.2.6-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${datadir}/plugins.xml" +FILES:${PN} += "${datadir}/plugins.xml" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/nav-2d-msgs_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/nav-2d-msgs_0.2.6-1.bbappend index 726da525be6..e2072b256f0 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/nav-2d-msgs_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/nav-2d-msgs_0.2.6-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-bt-navigator_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-bt-navigator_0.2.6-1.bbappend index 589c88f323c..a5428772e75 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-bt-navigator_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-bt-navigator_0.2.6-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/behavior_trees" +FILES:${PN} += "${prefix}/behavior_trees" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-costmap-2d_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-costmap-2d_0.2.6-1.bbappend index 3191342b54e..cf544b060e0 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-costmap-2d_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-costmap-2d_0.2.6-1.bbappend @@ -2,4 +2,4 @@ DEPENDS += "eigen3-cmake-module" -FILES_${PN} += "${datadir}/costmap_plugins.xml" +FILES:${PN} += "${datadir}/costmap_plugins.xml" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-msgs_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-msgs_0.2.6-1.bbappend index 726da525be6..e2072b256f0 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-msgs_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/nav2-msgs_0.2.6-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/navigation2/navigation2_0.2.6-1.bbappend b/meta-ros2-dashing/recipes-bbappends/navigation2/navigation2_0.2.6-1.bbappend index bc6da6269c8..ca8d994c4dd 100644 --- a/meta-ros2-dashing/recipes-bbappends/navigation2/navigation2_0.2.6-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/navigation2/navigation2_0.2.6-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # All rviz recipes aren't available without qtbase -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bbappend index da590194a11..a817fa4e794 100644 --- a/meta-ros2-dashing/recipes-bbappends/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.0.2-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -do_install_append() { +do_install:append() { # Move it to existing ROS_BPN subdirectory to prevent conflict with nav2-costmap-2d mv ${D}${datadir}/costmap_plugins.xml ${D}${datadir}/${ROS_BPN}/ mv ${D}${datadir}/example ${D}${datadir}/${ROS_BPN}/ diff --git a/meta-ros2-dashing/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend index 166a4c46201..a32eeabfbe2 100644 --- a/meta-ros2-dashing/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/test" +FILES:${PN} += "${prefix}/test" diff --git a/meta-ros2-dashing/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend b/meta-ros2-dashing/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend index 503a5ab2c4b..528be553706 100644 --- a/meta-ros2-dashing/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend @@ -4,14 +4,14 @@ # /usr/share/dynamicEDT3D/dynamicEDT3DConfig.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets-release.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # WARNING: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-dashing/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend b/meta-ros2-dashing/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend index 6c5ecb8084e..ade93b4f389 100644 --- a/meta-ros2-dashing/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # WARNING: octomap-1.9.2-1-r0 do_package_qa: QA Issue: octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/log2graph contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/binvox2bt contains probably-redundant RPATH /usr/lib @@ -12,7 +12,7 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/convert_octree contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.2 contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomap.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-dashing/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros2-dashing/recipes-bbappends/ompl/ompl_%.bbappend index 881e5c02772..ab858de174e 100644 --- a/meta-ros2-dashing/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ompl/ompl_%.bbappend @@ -2,14 +2,14 @@ inherit ros_insane_dev_so -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: ompl-1.4.2-2-r0 do_package_qa: QA Issue: ompl: /work/i586-oe-linux/ompl/1.4.2-2-r0/packages-split/ompl/usr/lib/libompl.so.1.4.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-compilation-fix-for-boost-1.71.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend b/meta-ros2-dashing/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend index 26a1e8d500c..2530663dd4e 100644 --- a/meta-ros2-dashing/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/orocos-kinematics-dynamics/orocos-kdl_%.bbappend @@ -3,6 +3,6 @@ inherit ros_insane_dev_so # The cmake files aren't in their own "cmake" subdirectory. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${datadir}/${ROS_BPN}/*.cmake \ " diff --git a/meta-ros2-dashing/recipes-bbappends/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_%.bbappend b/meta-ros2-dashing/recipes-bbappends/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_%.bbappend index 47c36c33be1..3f585063059 100644 --- a/meta-ros2-dashing/recipes-bbappends/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend index fdde651b079..827d2dcbb1e 100644 --- a/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend @@ -7,5 +7,5 @@ LICENSE = "LGPL-3.0+" DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/poco-vendor/poco-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/poco-vendor/poco-vendor_%.bbappend index b8bd87eeee4..432962f0018 100644 --- a/meta-ros2-dashing/recipes-bbappends/poco-vendor/poco-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/poco-vendor/poco-vendor_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend index e7a8b0ce8b1..034cb1514f9 100644 --- a/meta-ros2-dashing/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # Only aarch64 prebuilt binaries are missing GNU_HASH -INSANE_SKIP_${PN}_append_aarch64 = " ldflags" +INSANE_SKIP:${PN}:append:aarch64 = " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN}_append_aarch64 = " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-dashing/recipes-bbappends/rcl-interfaces/test-msgs_0.7.4-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rcl-interfaces/test-msgs_0.7.4-1.bbappend index c31f9984464..e4e5619057b 100644 --- a/meta-ros2-dashing/recipes-bbappends/rcl-interfaces/test-msgs_0.7.4-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rcl-interfaces/test-msgs_0.7.4-1.bbappend @@ -7,5 +7,5 @@ ROS_BUILD_DEPENDS += " \ rosidl-typesupport-cpp \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-prefix-the-values-from-test_interface_fil.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/rcl/rcl-yaml-param-parser_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rcl/rcl-yaml-param-parser_0.7.10-1.bbappend index 42db3a33625..55582d37516 100644 --- a/meta-ros2-dashing/recipes-bbappends/rcl/rcl-yaml-param-parser_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rcl/rcl-yaml-param-parser_0.7.10-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-yaml.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bbappend index 558ceeafe39..d9af4634803 100644 --- a/meta-ros2-dashing/recipes-bbappends/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_configure_prepend() { +do_configure:prepend() { # Don't try to use /usr/local/lib from host when cross-compiling sed -i 's@^link_directories(/usr/local/lib)@#link_directories(/usr/local/lib)@g' ${S}/CMakeLists.txt } diff --git a/meta-ros2-dashing/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend b/meta-ros2-dashing/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend index 48681e84899..39ac83ef0c8 100644 --- a/meta-ros2-dashing/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "rmw-connext-cpp" -ROS_BUILD_DEPENDS_remove = "rmw-opensplice-cpp" +ROS_BUILD_DEPENDS:remove = "rmw-connext-cpp" +ROS_BUILD_DEPENDS:remove = "rmw-opensplice-cpp" -ROS_EXPORT_DEPENDS_remove = "rmw-opensplice-cpp" -ROS_EXEC_DEPENDS_remove = "rmw-opensplice-cpp" +ROS_EXPORT_DEPENDS:remove = "rmw-opensplice-cpp" +ROS_EXEC_DEPENDS:remove = "rmw-opensplice-cpp" diff --git a/meta-ros2-dashing/recipes-bbappends/robot-localization/robot-localization_3.0.3-1.bbappend b/meta-ros2-dashing/recipes-bbappends/robot-localization/robot-localization_3.0.3-1.bbappend index 602730570a3..a60c6610fbc 100644 --- a/meta-ros2-dashing/recipes-bbappends/robot-localization/robot-localization_3.0.3-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/robot-localization/robot-localization_3.0.3-1.bbappend @@ -3,4 +3,4 @@ DEPENDS += "eigen3-cmake-module" # WARNING: robot-localization-3.0.2-1-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: robot-localization path '/work/core2-64-oe-linux/robot-localization/3.0.2-1-r0/packages-split/robot-localization/usr/lib/robot_localization/librl_lib.a' [staticdev] -FILES_${PN}-staticdev += "${libdir}/${ROS_BPN}/*.a" +FILES:${PN}-staticdev += "${libdir}/${ROS_BPN}/*.a" diff --git a/meta-ros2-dashing/recipes-bbappends/ros-environment/ros-environment_2.3.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ros-environment/ros-environment_2.3.0-1.bbappend index b7d37156443..b12021ca4d5 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros-environment/ros-environment_2.3.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros-environment/ros-environment_2.3.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " \ +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " \ file://add-os-override.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend b/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend index 2b1dcd7f46f..dad0efdc43a 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend @@ -6,7 +6,7 @@ # # Create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login. Place it in a separate package # which will be added to images when IMAGE_FEATURES contains "ros-implicit-workspace" -do_install_append() { +do_install:append() { profile_dir=${sysconfdir}/profile.d/ros mkdir -p ${D}$profile_dir cd ${D}$profile_dir @@ -45,6 +45,6 @@ do_install_append() { PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_0.7.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_0.7.2-1.bbappend index c0365550cb2..ff96a40ae9a 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_0.7.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros-workspace/ros-workspace_0.7.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake-core" -ROS_BUILD_DEPENDS_remove = "ament-package" +ROS_BUILD_DEPENDS:remove = "ament-cmake-core" +ROS_BUILD_DEPENDS:remove = "ament-package" ROS_BUILDTOOL_DEPENDS += " \ ament-cmake-core-native \ ament-package-native \ @@ -10,5 +10,5 @@ ROS_BUILDTOOL_DEPENDS += " \ # The package find files from CMAKE_INSTALL_PREFIX that is just absolute "/usr". # Need to pass the native sysroot folder path. export STAGING_DIR_NATIVE -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" diff --git a/meta-ros2-dashing/recipes-bbappends/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bbappend b/meta-ros2-dashing/recipes-bbappends/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bbappend index 726da525be6..e2072b256f0 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros2-object-analytics/object-analytics-msgs_0.5.4-2.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.0.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.0.2-1.bbappend index 0550ae593e7..6cfce75f08d 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.0.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.0.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. DEPENDS += "jsoncpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-jsoncpp.patch" # Fails with webOS OSE which by default uses -Werror=return-type diff --git a/meta-ros2-dashing/recipes-bbappends/ros2cli/ros2cli_0.7.11-1.bbappend b/meta-ros2-dashing/recipes-bbappends/ros2cli/ros2cli_0.7.11-1.bbappend index c8e6111251d..99fb27589e5 100644 --- a/meta-ros2-dashing/recipes-bbappends/ros2cli/ros2cli_0.7.11-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/ros2cli/ros2cli_0.7.11-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # Needed to run ros2 commands on the target. -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-codecs \ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \ diff --git a/meta-ros2-dashing/recipes-bbappends/rosbag2/shared-queues-vendor_0.1.8-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosbag2/shared-queues-vendor_0.1.8-1.bbappend index 035a8a4f6d3..e3785304467 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosbag2/shared-queues-vendor_0.1.8-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosbag2/shared-queues-vendor_0.1.8-1.bbappend @@ -4,7 +4,7 @@ # https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip # https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip # with curl during do_compile use bitbake git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch \ git://github.com/cameron314/readerwriterqueue.git;protocol=https;name=singleproducerconsumer-upstream;destsuffix=git/singleproducerconsumer-upstream \ git://github.com/cameron314/concurrentqueue.git;protocol=https;name=concurrentqueue-upstream;destsuffix=git/concurrentqueue-upstream \ diff --git a/meta-ros2-dashing/recipes-bbappends/rosbag2/sqlite3-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/rosbag2/sqlite3-vendor_%.bbappend index 47c36c33be1..3f585063059 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosbag2/sqlite3-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosbag2/sqlite3-vendor_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl-python/rosidl-generator-py_0.7.11-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl-python/rosidl-generator-py_0.7.11-1.bbappend index 30d265149cc..3d1be95e624 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl-python/rosidl-generator-py_0.7.11-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl-python/rosidl-generator-py_0.7.11-1.bbappend @@ -6,7 +6,7 @@ ROS_EXPORT_DEPENDS += " \ # NB. RECIPE_SYSROOT_NATIVE doesn't exist in [morty]. export RECIPE_SYSROOT_NATIVE -do_install_append() { +do_install:append() { # - Add //numpy/core/include to the include file search path. XXX Why doesn't this need # to be done under Ubuntu bionic? # - HACK: Why can't I find a CMake variable containing the native sysroot that could be used instead of ${CMAKE_ROOT}/../..? diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend index 98377bc794a..50f709b05c6 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend index 9f264aea6fd..9b0d1f7ec94 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-adapter_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-adapter_0.7.10-1.bbappend index f135693fae6..c150fc40082 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-adapter_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-adapter_0.7.10-1.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" -ROS_BUILD_DEPENDS_remove = "ament-cmake" +ROS_BUILD_DEPENDS:remove = "ament-cmake" ROS_BUILDTOOL_DEPENDS += "ament-cmake-native" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-cmake_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-cmake_0.7.10-1.bbappend index 3a0efae682b..1f28568b193 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-cmake_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-cmake_0.7.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-c_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-c_0.7.10-1.bbappend index 3a0efae682b..1f28568b193 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-c_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-c_0.7.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-cpp_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-cpp_0.7.10-1.bbappend index 3a0efae682b..1f28568b193 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-cpp_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-generator-cpp_0.7.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-parser_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-parser_0.7.10-1.bbappend index ee9d678993f..e83264924f6 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-parser_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-parser_0.7.10-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-interface_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-interface_0.7.10-1.bbappend index 3a0efae682b..1f28568b193 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-interface_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-interface_0.7.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bbappend index 3a0efae682b..1f28568b193 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-c_0.7.10-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bbappend b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bbappend index ee9d678993f..e83264924f6 100644 --- a/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.7.10-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # Force incorrectly classified ROS_EXEC_DEPENDS to be build dependencies: -DEPENDS_append := " ${ROS_EXEC_DEPENDS}" +DEPENDS:append := " ${ROS_EXEC_DEPENDS}" ROS_EXEC_DEPENDS := "" diff --git a/meta-ros2-dashing/recipes-bbappends/sros2/sros2-cmake_%.bbappend b/meta-ros2-dashing/recipes-bbappends/sros2/sros2-cmake_%.bbappend index 47c36c33be1..3f585063059 100644 --- a/meta-ros2-dashing/recipes-bbappends/sros2/sros2-cmake_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/sros2/sros2-cmake_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/system-modes/system-modes-examples_%.bbappend b/meta-ros2-dashing/recipes-bbappends/system-modes/system-modes-examples_%.bbappend index 66014a66151..0897eaac344 100644 --- a/meta-ros2-dashing/recipes-bbappends/system-modes/system-modes-examples_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/system-modes/system-modes-examples_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}_prepend = "${datadir}/example_modes.yaml " +FILES:${PN}:prepend = "${datadir}/example_modes.yaml " diff --git a/meta-ros2-dashing/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend index e5f56139901..5cf2e6bc828 100644 --- a/meta-ros2-dashing/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "python-numpy" -ROS_EXEC_DEPENDS_append = " python3-numpy" +ROS_EXEC_DEPENDS:remove = "python-numpy" +ROS_EXEC_DEPENDS:append = " python3-numpy" diff --git a/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_%.bbappend index 47c36c33be1..3f585063059 100644 --- a/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.0-1.bbappend index b4339d1c158..508d91ed714 100644 --- a/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.0-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/cxong/tinydir/archive/1.2.4.tar.gz # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-tinydir-with-bitbake-fetcher.patch \ git://github.com/cxong/tinydir.git;protocol=https;name=tinydir;destsuffix=git/tinydir-upstream \ " diff --git a/meta-ros2-dashing/recipes-bbappends/tinyxml-vendor/tinyxml-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/tinyxml-vendor/tinyxml-vendor_%.bbappend index 47c36c33be1..3f585063059 100644 --- a/meta-ros2-dashing/recipes-bbappends/tinyxml-vendor/tinyxml-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/tinyxml-vendor/tinyxml-vendor_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-dashing/recipes-bbappends/turtlebot3/turtlebot3-bringup_2.1.1-2.bbappend b/meta-ros2-dashing/recipes-bbappends/turtlebot3/turtlebot3-bringup_2.1.1-2.bbappend index 3c315f708c1..93a070134fc 100644 --- a/meta-ros2-dashing/recipes-bbappends/turtlebot3/turtlebot3-bringup_2.1.1-2.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/turtlebot3/turtlebot3-bringup_2.1.1-2.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'x11'], 'rviz2', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'x11'], 'rviz2', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend b/meta-ros2-dashing/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend index c4d6fb7e8d3..e3e17e70d6f 100644 --- a/meta-ros2-dashing/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.2-1.bbappend @@ -2,13 +2,13 @@ # Instead of fetching tvm and its submodules during do_compile, use separate tvm recipe DEPENDS += "tvm" -RDEPENDS_${PN} += "tvm" +RDEPENDS:${PN} += "tvm" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-tvm-from-separate-recipe.patch" # even with empty ${PN} we want to use this to pull runtime dependency on tvm -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # openblas PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" diff --git a/meta-ros2-dashing/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bbappend index 9c0d5101177..d66240542b3 100644 --- a/meta-ros2-dashing/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.2.0-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # uncrustify appears in both ROS_BUILD_DEPENDS and ROS_EXPORT_DEPENDS, so it's easier to remove it from DEPENDS. -DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" -ROS_EXEC_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" diff --git a/meta-ros2-dashing/recipes-bbappends/urdfdom-headers/urdfdom-headers_%.bbappend b/meta-ros2-dashing/recipes-bbappends/urdfdom-headers/urdfdom-headers_%.bbappend index 1ae3b1d16d9..1c3d5191f82 100644 --- a/meta-ros2-dashing/recipes-bbappends/urdfdom-headers/urdfdom-headers_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/urdfdom-headers/urdfdom-headers_%.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2019 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # This component puts its cmake files under libdir instead of datadir. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " diff --git a/meta-ros2-dashing/recipes-bbappends/urdfdom/urdfdom_%.bbappend b/meta-ros2-dashing/recipes-bbappends/urdfdom/urdfdom_%.bbappend index 3e514c21804..f67e849c194 100644 --- a/meta-ros2-dashing/recipes-bbappends/urdfdom/urdfdom_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/urdfdom/urdfdom_%.bbappend @@ -3,6 +3,6 @@ inherit ros_insane_dev_so # The cmake subdirectory is under libdir/ROS_BPN instead of datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " diff --git a/meta-ros2-dashing/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-dashing/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/variants/ros-core_%.bbappend b/meta-ros2-dashing/recipes-bbappends/variants/ros-core_%.bbappend index 97373c51351..f2ec3ab2c7a 100644 --- a/meta-ros2-dashing/recipes-bbappends/variants/ros-core_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/variants/ros-core_%.bbappend @@ -6,14 +6,14 @@ ROS_EXEC_DEPENDS += " \ " # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "ament-cmake" -ROS_EXEC_DEPENDS_remove = "ament-cmake-auto" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gmock" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gtest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-pytest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-ros" -ROS_EXEC_DEPENDS_remove = "ament-index-cpp" -ROS_EXEC_DEPENDS_remove = "ament-index-python" -ROS_EXEC_DEPENDS_remove = "ament-lint-auto" -ROS_EXEC_DEPENDS_remove = "ament-lint-common" -ROS_EXEC_DEPENDS_remove = "rosidl-default-generators" +ROS_EXEC_DEPENDS:remove = "ament-cmake" +ROS_EXEC_DEPENDS:remove = "ament-cmake-auto" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gmock" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gtest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-pytest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-ros" +ROS_EXEC_DEPENDS:remove = "ament-index-cpp" +ROS_EXEC_DEPENDS:remove = "ament-index-python" +ROS_EXEC_DEPENDS:remove = "ament-lint-auto" +ROS_EXEC_DEPENDS:remove = "ament-lint-common" +ROS_EXEC_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-dashing/recipes-bbappends/velodyne/velodyne-driver_2.0.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/velodyne/velodyne-driver_2.0.0-1.bbappend index cfaf1b96804..ae5e736f566 100644 --- a/meta-ros2-dashing/recipes-bbappends/velodyne/velodyne-driver_2.0.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/velodyne/velodyne-driver_2.0.0-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: velodyne-driver-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: velodyne-driver-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS:velodyne-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-dashing/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend b/meta-ros2-dashing/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend index 66e76a873b4..615ebbf8b93 100644 --- a/meta-ros2-dashing/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-add-OpenCV4-support-addresses-ros-perception-vision_.patch \ file://0002-CMakeLists.txt-search-for-boost_python-Python3_VERSI.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/web-video-server/web-video-server_1.0.0-1.bbappend b/meta-ros2-dashing/recipes-bbappends/web-video-server/web-video-server_1.0.0-1.bbappend index 6f2d37c82fb..5592a2fa3ba 100644 --- a/meta-ros2-dashing/recipes-bbappends/web-video-server/web-video-server_1.0.0-1.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/web-video-server/web-video-server_1.0.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-fix-vp9-and-h264-support-for-opencv4-and-ffmpeg-4-10.patch \ file://0001-Fix-build-with-boost-1.73.0.patch \ " diff --git a/meta-ros2-dashing/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend b/meta-ros2-dashing/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend index 01e9175ff90..a54209a1c35 100644 --- a/meta-ros2-dashing/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend +++ b/meta-ros2-dashing/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend @@ -6,5 +6,5 @@ DESCRIPTION = "Wrapper around yaml-cpp, it provides a fixed CMake module." # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-platform-yaml-cpp.patch" diff --git a/meta-ros2-dashing/recipes-core/packagegroups/packagegroup-ros-world-dashing.bb b/meta-ros2-dashing/recipes-core/packagegroups/packagegroup-ros-world-dashing.bb index 40e7a914e05..eafa9b684cb 100644 --- a/meta-ros2-dashing/recipes-core/packagegroups/packagegroup-ros-world-dashing.bb +++ b/meta-ros2-dashing/recipes-core/packagegroups/packagegroup-ros-world-dashing.bb @@ -11,22 +11,22 @@ inherit ros_distro_dashing PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "cloudwatch-metrics-common" +RDEPENDS:${PN}:remove = "cloudwatch-metrics-common" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "lex-common" +RDEPENDS:${PN}:remove = "lex-common" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" # Depends on unavailable ROS_UNRESOLVED_DEP-libopenvdb, ROS_UNRESOLVED_DEP-libopenexr-dev, ROS_UNRESOLVED_DEP-libopenvdb-dev -RDEPENDS_${PN}_remove = "spatio-temporal-voxel-layer" +RDEPENDS:${PN}:remove = "spatio-temporal-voxel-layer" # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ connext-cmake-module \ rmw-connext-cpp \ @@ -35,7 +35,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ rosidl-typesupport-connext-cpp \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE = " \ opensplice-cmake-module \ rmw-opensplice-cpp \ @@ -43,14 +43,14 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE = " \ rosidl-typesupport-opensplice-cpp \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS = " \ gurumdds-cmake-module \ rmw-gurumdds-cpp \ rmw-gurumdds-shared-cpp \ " # Can't build these until we figure out how to build clang-format, clang-tidy without building all of clang. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-clang-format \ ament-clang-tidy \ @@ -59,26 +59,26 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ " # Depends on python3-docker which is available in meta-virtualization, but we don't want to add the # dependency on this layer to meta-ros yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'docker', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'docker', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER = " \ cross-compile \ launch-ros-sandbox \ " # Needs work to launch qemu to run tests on image on build machine. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH = " \ launch-testing-ament-cmake \ " # behaviortree-cpp-v3 and behaviortree-cpp are mutually exclusive because they install files in the same locations. Unlike # behaviortree-cpp, nothing depends on behaviortree-cpp-v3, so exclude it. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'behaviortree-cpp-v3', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BEHAVIORTREE_CPP_V3}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'behaviortree-cpp-v3', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BEHAVIORTREE_CPP_V3}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BEHAVIORTREE_CPP_V3 = " \ behaviortree-cpp-v3 \ " # There is recipe for glfw in meta-oe in dunfell: # http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-core/glfw/glfw_3.3.bb?id=a7464eaa69a7ee4734001aab2e232102e7135772 # but we don't have a backports layer from dunfell yet, lets skip it for now -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ librealsense2 \ realsense-ros2-camera \ @@ -86,17 +86,17 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ # recipes depending on python3-matplotlib # there is python2 version in meta-ros-common/recipes-devtools/python/python-matplotlib_2.1.1.bb # but no python3 version yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-matplotlib', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-matplotlib', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB = " \ desktop \ rqt-common-plugins \ rqt-plot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GST_PYTHON}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gst-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GST_PYTHON}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GST_PYTHON = " \ tts \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ joint-state-publisher-gui \ py-trees-js \ @@ -131,7 +131,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ rqt-top \ rqt-topic \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ nav2-rviz-plugins \ mapviz \ @@ -145,7 +145,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ slam-toolbox \ tile-map \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ desktop \ joint-state-publisher-gui \ @@ -196,14 +196,14 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ turtlesim \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ h264-encoder-core \ h264-video-encoder \ web-video-server \ " # OE won't let us build x264 unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ h264-encoder-core \ h264-video-encoder \ @@ -211,13 +211,13 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ swri-console \ turtlesim \ " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ dolly \ dolly-gazebo \ @@ -230,23 +230,23 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ turtlebot3-simulations \ " # Depends on libqt4-dev from https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ octovis \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ librealsense2 \ realsense-ros2-camera \ rviz-ogre-vendor \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api \ " @@ -255,9 +255,9 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2 \ lanelet2-examples \ @@ -267,7 +267,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2-validation \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bondcpp', 'bondcpp bond-core' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'bondcpp', 'bondcpp bond-core' , '', d)}" # do_configure failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" diff --git a/meta-ros2-dashing/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb b/meta-ros2-dashing/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb index 34e196315c3..e3c5951bffe 100644 --- a/meta-ros2-dashing/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb +++ b/meta-ros2-dashing/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "a29bf26b2e2d51f122f29d17346b69dbbd809182373feb968b55 inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.4 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.4" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/ros2trace_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/ros2trace_0.2.8-1.bb index a04c41cd409..fa9cb539342 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/ros2trace_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/ros2trace_0.2.8-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/ros2trace/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/ros2trace" diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-launch_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-launch_0.2.8-1.bb index 37f696c0cea..3db2f4d981d 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-launch_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-launch_0.2.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/tracetools_launch/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_launch" diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-read_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-read_0.2.8-1.bb index 4efd03725d5..f99fedf7884 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-read_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-read_0.2.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/tracetools_read/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_read" diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-test_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-test_0.2.8-1.bb index 587002a0bcc..8071700c3ce 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-test_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-test_0.2.8-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/tracetools_test/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_test" diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-trace_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-trace_0.2.8-1.bb index 00ad44979b3..f75f1476726 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-trace_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools-trace_0.2.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/tracetools_trace/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools_trace" diff --git a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools_0.2.8-1.bb b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools_0.2.8-1.bb index 0b5ed2b51db..f1010a0cc80 100644 --- a/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools_0.2.8-1.bb +++ b/meta-ros2-dashing/recipes-ros2/ros2-tracing/tracetools_0.2.8-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/dashing/tracetools/0.2.8-1.tar.gz ROS_BRANCH ?= "branch=release/dashing/tracetools" diff --git a/meta-ros2-eloquent/conf/ros-distro/include/eloquent/generated/superflore-ros-distro.inc b/meta-ros2-eloquent/conf/ros-distro/include/eloquent/generated/superflore-ros-distro.inc index f28be90a685..db6ea62f25c 100644 --- a/meta-ros2-eloquent/conf/ros-distro/include/eloquent/generated/superflore-ros-distro.inc +++ b/meta-ros2-eloquent/conf/ros-distro/include/eloquent/generated/superflore-ros-distro.inc @@ -1889,7 +1889,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ELOQUENT = " \ rosidl-typesupport-opensplice-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ELOQUENT}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ELOQUENT}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-catkin-pkg \ diff --git a/meta-ros2-eloquent/conf/ros-distro/include/eloquent/ros-distro.inc b/meta-ros2-eloquent/conf/ros-distro/include/eloquent/ros-distro.inc index 1fe0540729e..23f808bd8fd 100644 --- a/meta-ros2-eloquent/conf/ros-distro/include/eloquent/ros-distro.inc +++ b/meta-ros2-eloquent/conf/ros-distro/include/eloquent/ros-distro.inc @@ -100,7 +100,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ # and having it in a .bbappend sets it too late. # We want ament_cmake instead of plain cmake for ros-workspace: # https://raw.github.com/ros2-gbp/ros_workspace-release/release/eloquent/ros_workspace/1.0.1-1/package.xml -ROS_BUILD_TYPE_pn-ros-workspace = "ament_cmake" +ROS_BUILD_TYPE:pn-ros-workspace = "ament_cmake" # Submitted with https://github.com/ros/rosdistro/pull/29534 ROS_UNRESOLVED_DEP-qttools5-dev-tools = "qttools" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.8.0-1.bb index 6120c93a17d..00574fdf0e3 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.8.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/eloquent/ament_cmake_ros/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_ros" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/domain-coordinator_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/domain-coordinator_0.8.0-1.bb index 28f941622a5..1b5fbc87515 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/domain-coordinator_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake-ros/domain-coordinator_0.8.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/eloquent/domain_coordinator/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/domain_coordinator" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-auto_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-auto_0.8.3-1.bb index 817fa044d7a..314621a4e66 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-auto_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-auto_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_auto/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_auto" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-core_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-core_0.8.3-1.bb index afe0b52d6fd..4d14b7acb00 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-core_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-core_0.8.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_core/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_core" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.8.3-1.bb index d9ca2162f08..584ebdccf14 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_definitions/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_definitions" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.8.3-1.bb index 36826f1b6f9..2bcb0ba1881 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.8.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_dependencies/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_dependencies" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.8.3-1.bb index f0a4552b6e6..fa123e1cb11 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_include_directories/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_include_directories" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.8.3-1.bb index 8187db9da8f..33ad0c47f90 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.8.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_interfaces/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.8.3-1.bb index 2bfc5536694..6c6fcf8bb05 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_libraries/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_libraries" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.8.3-1.bb index 84109ccffc5..80a595bf024 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_link_flags/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_export_link_flags" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gmock_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gmock_0.8.3-1.bb index 32193961651..274c05b2e27 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gmock_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gmock_0.8.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gmock/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_gmock" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gtest_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gtest_0.8.3-1.bb index a3c6645c75b..e0c0ca75805 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gtest_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-gtest_0.8.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gtest/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_gtest" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-include-directories_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-include-directories_0.8.3-1.bb index 4edbbec4d55..6d5c56ebdac 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-include-directories_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-include-directories_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_include_directories/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_include_directories" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-libraries_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-libraries_0.8.3-1.bb index c3ef941d7ec..dc051d25b0f 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-libraries_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-libraries_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_libraries/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_libraries" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-nose_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-nose_0.8.3-1.bb index 193d973ce16..fa92b932068 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-nose_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-nose_0.8.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_nose/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_nose" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-pytest_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-pytest_0.8.3-1.bb index 73775681bfd..7ff177e976e 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-pytest_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-pytest_0.8.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_pytest/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_pytest" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-python_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-python_0.8.3-1.bb index 7650898f84e..454901fadf7 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-python_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-python_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_python/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_python" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.8.3-1.bb index b5b95e21b7d..3f10dc11476 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.8.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_target_dependencies/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_target_dependencies" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-test_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-test_0.8.3-1.bb index 1b18f0b39dc..a14e858c35b 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-test_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-test_0.8.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_test/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_test" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-version_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-version_0.8.3-1.bb index a673621b168..8ff51289511 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-version_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake-version_0.8.3-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_version/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_version" diff --git a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake_0.8.3-1.bb index c21f67a8ed9..4e3d66b78d6 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-cmake/ament-cmake_0.8.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb index 02d71fe918d..98bee4ae4cf 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-cpp_0.7.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/eloquent/ament_index_cpp/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_index_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb index 65f03593295..4331efd40b9 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-index/ament-index-python_0.7.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/eloquent/ament_index_python/0.7.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_index_python" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-format_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-format_0.8.2-1.bb index 43edadfaaef..94a91037da0 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-format_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-format_0.8.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_format/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_clang_format" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-tidy_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-tidy_0.8.2-1.bb index efb36ad9140..108e7602e3c 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-tidy_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-clang-tidy_0.8.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_tidy/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_clang_tidy" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-format_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-format_0.8.2-1.bb index 8e030ddf3da..2a2db35265a 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-format_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-format_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_format/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_clang_format" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.8.2-1.bb index 4a726f83f2d..d117b7090a7 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_tidy/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_clang_tidy" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-copyright_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-copyright_0.8.2-1.bb index 44edc9c906d..de72c106597 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-copyright_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-copyright_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_copyright/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_copyright" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cppcheck_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cppcheck_0.8.2-1.bb index 25993a2d58f..14cb82db95c 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cppcheck_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cppcheck_0.8.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cppcheck/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_cppcheck" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cpplint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cpplint_0.8.2-1.bb index 3e403af3978..0637a9fcb5f 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cpplint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-cpplint_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cpplint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_cpplint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-flake8_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-flake8_0.8.2-1.bb index abd080de9c2..e7139794543 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-flake8_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-flake8_0.8.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_flake8/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_flake8" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.8.2-1.bb index 3d37e258457..2e74cbd1925 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.8.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_lint_cmake/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_lint_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-mypy_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-mypy_0.8.2-1.bb index d49a63ae99d..4e7a8db265e 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-mypy_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-mypy_0.8.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_mypy/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_mypy" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pclint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pclint_0.8.2-1.bb index 5d892b0d20f..40e5f4c08eb 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pclint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pclint_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pclint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_pclint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep257_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep257_0.8.2-1.bb index d5a2a31c4ea..847313be52b 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep257_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep257_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep257/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_pep257" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep8_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep8_0.8.2-1.bb index d05721c88a5..20f24f80a3f 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep8_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pep8_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep8/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_pep8" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pyflakes_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pyflakes_0.8.2-1.bb index a066dc3b867..89df10ad94d 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pyflakes_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-pyflakes_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pyflakes/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_pyflakes" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-uncrustify_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-uncrustify_0.8.2-1.bb index e3e5fbcd6ad..6db07d8b23d 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-uncrustify_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-uncrustify_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_uncrustify/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_uncrustify" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-xmllint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-xmllint_0.8.2-1.bb index ed0a02d7ad4..9e45970aef1 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-xmllint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cmake-xmllint_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_xmllint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_xmllint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-copyright_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-copyright_0.8.2-1.bb index ade70d6d29b..bc5f7c8c106 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-copyright_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-copyright_0.8.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_copyright/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_copyright" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cppcheck_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cppcheck_0.8.2-1.bb index f0801105cdb..ac6350545fc 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cppcheck_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cppcheck_0.8.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cppcheck/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cppcheck" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cpplint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cpplint_0.8.2-1.bb index e4a01e7196f..be21ea89c15 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cpplint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-cpplint_0.8.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cpplint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cpplint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-flake8_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-flake8_0.8.2-1.bb index 439ca5aa90d..33ca1def063 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-flake8_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-flake8_0.8.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_flake8/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_flake8" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-auto_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-auto_0.8.2-1.bb index a6f4a19c622..c1eb889e16f 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-auto_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-auto_0.8.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_auto/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_lint_auto" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-cmake_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-cmake_0.8.2-1.bb index 769583e9e39..df5252db793 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-cmake_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-cmake_0.8.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_cmake/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_lint_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-common_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-common_0.8.2-1.bb index 291ab36f35e..f84f4654cf1 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-common_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint-common_0.8.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_common/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_lint_common" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint_0.8.2-1.bb index cd0a85aa587..379b7cd8b13 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-lint_0.8.2-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_lint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-mypy_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-mypy_0.8.2-1.bb index bf33f5ad568..43c7ac7b4d6 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-mypy_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-mypy_0.8.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_mypy/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_mypy" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pclint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pclint_0.8.2-1.bb index 09cfdbdacb9..79d1b628e5d 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pclint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pclint_0.8.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pclint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_pclint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep257_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep257_0.8.2-1.bb index 697ad43b977..6db4e843ede 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep257_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep257_0.8.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep257/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_pep257" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep8_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep8_0.8.2-1.bb index d61292ef199..c75746978e3 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep8_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pep8_0.8.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep8/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_pep8" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pyflakes_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pyflakes_0.8.2-1.bb index 89675b9246c..b5dac24cfcc 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pyflakes_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-pyflakes_0.8.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pyflakes/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_pyflakes" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-uncrustify_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-uncrustify_0.8.2-1.bb index f1fa8756b9a..238cf028049 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-uncrustify_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-uncrustify_0.8.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_uncrustify/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_uncrustify" diff --git a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-xmllint_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-xmllint_0.8.2-1.bb index 99748655e26..bdde4bdd1d3 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-lint/ament-xmllint_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-lint/ament-xmllint_0.8.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_xmllint/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_xmllint" diff --git a/meta-ros2-eloquent/generated-recipes/ament-package/ament-package_0.8.9-1.bb b/meta-ros2-eloquent/generated-recipes/ament-package/ament-package_0.8.9-1.bb index b5e781bd4ae..5290bba79e1 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-package/ament-package_0.8.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-package/ament-package_0.8.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_package-release/archive/release/eloquent/ament_package/0.8.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_package" diff --git a/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-6.bb b/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-6.bb index 1aa5142cf11..19c7c9c9f74 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-6.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-cmake-virtualenv_0.0.5-6.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/esol-community/ament_virtualenv-release/archive/release/eloquent/ament_cmake_virtualenv/0.0.5-6.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_cmake_virtualenv" diff --git a/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-6.bb b/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-6.bb index 314ba5013c5..74760eb5246 100644 --- a/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-6.bb +++ b/meta-ros2-eloquent/generated-recipes/ament-virtualenv/ament-virtualenv_0.0.5-6.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/esol-community/ament_virtualenv-release/archive/release/eloquent/ament_virtualenv/0.0.5-6.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ament_virtualenv" diff --git a/meta-ros2-eloquent/generated-recipes/angles/angles_1.12.2-1.bb b/meta-ros2-eloquent/generated-recipes/angles/angles_1.12.2-1.bb index 19f18c29071..2da17d0a122 100644 --- a/meta-ros2-eloquent/generated-recipes/angles/angles_1.12.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/angles/angles_1.12.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/angles-release/archive/release/eloquent/angles/1.12.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/angles" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb index bc7ec73ae46..329a94e3486 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/astuff_sensor_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/astuff_sensor_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb index 85d6115b1a1..9b306ef79c3 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/delphi_esr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/delphi_esr_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb index 69c6b665214..4b7018b227d 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/delphi_mrr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/delphi_mrr_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb index ce4adc21056..19ae4fdf138 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/delphi_srr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/delphi_srr_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb index 109772bba0c..dcdf28249de 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/derived_object_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/derived_object_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb index 52678f365d0..aa27d7741c5 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/ibeo_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ibeo_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb index 33445a58697..25958f32769 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/kartech_linear_actuator_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kartech_linear_actuator_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb index 527d7d52c32..f0b3111beff 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/mobileye_560_660_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mobileye_560_660_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb index fe7723bfb85..a80b0e145a9 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/neobotix_usboard_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/neobotix_usboard_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb index 1b54199f0d4..6efd9bf8132 100644 --- a/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/eloquent/pacmod_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pacmod_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb index d972f49e45e..03c031654f2 100644 --- a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/eloquent/automotive_autonomy_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/automotive_autonomy_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb index e8f0be0e20c..ac1acf5d8f6 100644 --- a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/eloquent/automotive_navigation_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/automotive_navigation_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb index e492f4def70..e9d48f24789 100644 --- a/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/eloquent/automotive_platform_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/automotive_platform_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bb b/meta-ros2-eloquent/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bb index d8504d39d60..b55bb145f72 100644 --- a/meta-ros2-eloquent/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/eloquent/behaviortree_cpp_v3/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/behaviortree_cpp_v3" diff --git a/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9001-1.bb b/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9001-1.bb index 3c09ed6e1c5..c7a4be91fa5 100644 --- a/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9001-1.bb +++ b/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9001-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/eloquent/cartographer_ros_msgs/1.0.9001-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cartographer_ros_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros_1.0.9001-1.bb b/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros_1.0.9001-1.bb index 8bde72c22f8..67574a64ff0 100644 --- a/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros_1.0.9001-1.bb +++ b/meta-ros2-eloquent/generated-recipes/cartographer-ros/cartographer-ros_1.0.9001-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/eloquent/cartographer_ros/1.0.9001-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cartographer_ros" diff --git a/meta-ros2-eloquent/generated-recipes/cartographer/cartographer_1.0.9001-1.bb b/meta-ros2-eloquent/generated-recipes/cartographer/cartographer_1.0.9001-1.bb index 8e0e8de61d7..4e667f73956 100644 --- a/meta-ros2-eloquent/generated-recipes/cartographer/cartographer_1.0.9001-1.bb +++ b/meta-ros2-eloquent/generated-recipes/cartographer/cartographer_1.0.9001-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer-release/archive/release/eloquent/cartographer/1.0.9001-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cartographer" diff --git a/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bb index b6d650c41fa..9ec0cb938b4 100644 --- a/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/eloquent/cascade_lifecycle_msgs/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cascade_lifecycle_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.5-1.bb index 65b377ed9c3..59d60e985b6 100644 --- a/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/eloquent/rclcpp_cascade_lifecycle/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclcpp_cascade_lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/class-loader/class-loader_1.4.1-1.bb b/meta-ros2-eloquent/generated-recipes/class-loader/class-loader_1.4.1-1.bb index ab349609dcb..71b5d07c963 100644 --- a/meta-ros2-eloquent/generated-recipes/class-loader/class-loader_1.4.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/class-loader/class-loader_1.4.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/class_loader-release/archive/release/eloquent/class_loader/1.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/class_loader" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/actionlib-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/actionlib-msgs_0.8.1-1.bb index cf104f3f8bc..2be0e35bf4d 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/actionlib-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/actionlib-msgs_0.8.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/actionlib_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/actionlib_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/common-interfaces_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/common-interfaces_0.8.1-1.bb index 32d91bb8dee..9784683caf0 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/common-interfaces_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/common-interfaces_0.8.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/common_interfaces/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/common_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/diagnostic-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/diagnostic-msgs_0.8.1-1.bb index bb0b521e3cd..8be799d2be8 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/diagnostic-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/diagnostic-msgs_0.8.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/diagnostic_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/diagnostic_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/geometry-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/geometry-msgs_0.8.1-1.bb index 1a36e8128ba..a97ac9b523b 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/geometry-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/geometry-msgs_0.8.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/geometry_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/geometry_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/nav-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/nav-msgs_0.8.1-1.bb index 1b7a93f6186..c4262788900 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/nav-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/nav-msgs_0.8.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/nav_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/sensor-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/sensor-msgs_0.8.1-1.bb index 2b54cae036e..a39e84d29d0 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/sensor-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/sensor-msgs_0.8.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/sensor_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sensor_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/shape-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/shape-msgs_0.8.1-1.bb index 3d91c644d24..90445cb89c8 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/shape-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/shape-msgs_0.8.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/shape_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/shape_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/std-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/std-msgs_0.8.1-1.bb index 1098ef3ef36..5fbd1756d0d 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/std-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/std-msgs_0.8.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/std_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/std_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/std-srvs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/std-srvs_0.8.1-1.bb index aac4b60c856..84922d66178 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/std-srvs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/std-srvs_0.8.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/std_srvs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/std_srvs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/stereo-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/stereo-msgs_0.8.1-1.bb index 05d1adcc5cf..1bfeffde451 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/stereo-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/stereo-msgs_0.8.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/stereo_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/stereo_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/trajectory-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/trajectory-msgs_0.8.1-1.bb index 5eb8bf66bde..9e35ddb3fad 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/trajectory-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/trajectory-msgs_0.8.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/trajectory_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/trajectory_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/common-interfaces/visualization-msgs_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/common-interfaces/visualization-msgs_0.8.1-1.bb index 8055717305d..c71bf8e1357 100644 --- a/meta-ros2-eloquent/generated-recipes/common-interfaces/visualization-msgs_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/common-interfaces/visualization-msgs_0.8.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/eloquent/visualization_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/visualization_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb index e7f49900766..5c24640af70 100644 --- a/meta-ros2-eloquent/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/console_bridge_vendor-release/archive/release/eloquent/console_bridge_vendor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/console_bridge_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb index 3114c65f575..1b71b047e7a 100644 --- a/meta-ros2-eloquent/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/control_box_rst-release/archive/release/eloquent/control_box_rst/0.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/control_box_rst" diff --git a/meta-ros2-eloquent/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb index bd5d8b91557..2841a2ca188 100644 --- a/meta-ros2-eloquent/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/control-msgs/control-msgs_2.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_msgs-release/archive/release/eloquent/control_msgs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/control_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.1-1.bb index 38a83aa04c8..8890e0c0697 100644 --- a/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter-msgs_0.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-ros2-release/archive/release/eloquent/costmap_converter_msgs/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/costmap_converter_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter_0.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter_0.1.1-1.bb index 34fa95be61e..9a93ebb3499 100644 --- a/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter_0.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/costmap-converter/costmap-converter_0.1.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/costmap_converter-ros2-release/archive/release/eloquent/costmap_converter/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/costmap_converter" diff --git a/meta-ros2-eloquent/generated-recipes/cyclonedds/cyclonedds_0.7.0-4.bb b/meta-ros2-eloquent/generated-recipes/cyclonedds/cyclonedds_0.7.0-4.bb index 6630f90796b..fd1566b4ec9 100644 --- a/meta-ros2-eloquent/generated-recipes/cyclonedds/cyclonedds_0.7.0-4.bb +++ b/meta-ros2-eloquent/generated-recipes/cyclonedds/cyclonedds_0.7.0-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cyclonedds-release/archive/release/eloquent/cyclonedds/0.7.0-4.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cyclonedds" diff --git a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-cpp_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-cpp_0.8.4-1.bb index 64c1ba0b667..5478902b4a4 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-cpp_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-cpp_0.8.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/action_tutorials_cpp/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/action_tutorials_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-interfaces_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-interfaces_0.8.4-1.bb index 19873930963..d9b5f3e238c 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-interfaces_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-interfaces_0.8.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/action_tutorials_interfaces/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/action_tutorials_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-py_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-py_0.8.4-1.bb index f26d8e47f11..52789bfdda2 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-py_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/action-tutorials-py_0.8.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/action_tutorials_py/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/action_tutorials_py" diff --git a/meta-ros2-eloquent/generated-recipes/demos/composition_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/composition_0.8.4-1.bb index cffe20c4991..bde6703cdaf 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/composition_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/composition_0.8.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/composition/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/composition" diff --git a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp-rosnative_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp-rosnative_0.8.4-1.bb index 8056cd7f118..67ca48fad60 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp-rosnative_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp-rosnative_0.8.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/demo_nodes_cpp_native/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/demo_nodes_cpp_native" diff --git a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp_0.8.4-1.bb index 56e5a71ddf4..d535ad61592 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-cpp_0.8.4-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/demo_nodes_cpp/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/demo_nodes_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-py_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-py_0.8.4-1.bb index 0ad1286195e..20ce80f1247 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-py_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/demo-nodes-py_0.8.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/demo_nodes_py/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/demo_nodes_py" diff --git a/meta-ros2-eloquent/generated-recipes/demos/dummy-map-server_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/dummy-map-server_0.8.4-1.bb index 6231a2f36af..3c6fef20a5e 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/dummy-map-server_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/dummy-map-server_0.8.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/dummy_map_server/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dummy_map_server" diff --git a/meta-ros2-eloquent/generated-recipes/demos/dummy-robot-bringup_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/dummy-robot-bringup_0.8.4-1.bb index e1ed248057a..0e5b681ab1f 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/dummy-robot-bringup_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/dummy-robot-bringup_0.8.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/dummy_robot_bringup/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dummy_robot_bringup" diff --git a/meta-ros2-eloquent/generated-recipes/demos/dummy-sensors_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/dummy-sensors_0.8.4-1.bb index 76e87bd9591..ccbbdaab5c4 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/dummy-sensors_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/dummy-sensors_0.8.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/dummy_sensors/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dummy_sensors" diff --git a/meta-ros2-eloquent/generated-recipes/demos/image-tools_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/image-tools_0.8.4-1.bb index 997dfac3fae..91f7383a3bd 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/image-tools_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/image-tools_0.8.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/image_tools/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/image_tools" diff --git a/meta-ros2-eloquent/generated-recipes/demos/intra-process-demo_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/intra-process-demo_0.8.4-1.bb index 8e16d2e98e7..6e1951b398f 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/intra-process-demo_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/intra-process-demo_0.8.4-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/intra_process_demo/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/intra_process_demo" diff --git a/meta-ros2-eloquent/generated-recipes/demos/lifecycle_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/lifecycle_0.8.4-1.bb index 302aead2490..3764b579534 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/lifecycle_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/lifecycle_0.8.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/lifecycle/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/demos/logging-demo_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/logging-demo_0.8.4-1.bb index d97171a66f7..d7374edfa8e 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/logging-demo_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/logging-demo_0.8.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/logging_demo/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/logging_demo" diff --git a/meta-ros2-eloquent/generated-recipes/demos/pendulum-control_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/pendulum-control_0.8.4-1.bb index 06bf22851c8..a8a5d56fe49 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/pendulum-control_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/pendulum-control_0.8.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/pendulum_control/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pendulum_control" diff --git a/meta-ros2-eloquent/generated-recipes/demos/pendulum-msgs_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/pendulum-msgs_0.8.4-1.bb index 0187ddc785a..22c7c41733c 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/pendulum-msgs_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/pendulum-msgs_0.8.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/pendulum_msgs/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pendulum_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-cpp_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-cpp_0.8.4-1.bb index 12e8f53369c..ca4d457c856 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-cpp_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-cpp_0.8.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/quality_of_service_demo_cpp/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/quality_of_service_demo_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-py_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-py_0.8.4-1.bb index 83171f70626..11021cb7558 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-py_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/quality-of-service-demo-py_0.8.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/quality_of_service_demo_py/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/quality_of_service_demo_py" diff --git a/meta-ros2-eloquent/generated-recipes/demos/topic-monitor_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/demos/topic-monitor_0.8.4-1.bb index 51ba435515a..610850f8152 100644 --- a/meta-ros2-eloquent/generated-recipes/demos/topic-monitor_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/demos/topic-monitor_0.8.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/eloquent/topic_monitor/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/topic_monitor" diff --git a/meta-ros2-eloquent/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb b/meta-ros2-eloquent/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb index 7ed11e8573d..f5b0f0710b4 100644 --- a/meta-ros2-eloquent/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.2.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/depthimage_to_laserscan-release/archive/release/eloquent/depthimage_to_laserscan/2.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/depthimage_to_laserscan" diff --git a/meta-ros2-eloquent/generated-recipes/diagnostics/diagnostic-updater_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/diagnostics/diagnostic-updater_2.0.1-1.bb index f4626a735d1..50b1862c8b8 100644 --- a/meta-ros2-eloquent/generated-recipes/diagnostics/diagnostic-updater_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/diagnostics/diagnostic-updater_2.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/eloquent/diagnostic_updater/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/diagnostic_updater" diff --git a/meta-ros2-eloquent/generated-recipes/diagnostics/self-test_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/diagnostics/self-test_2.0.1-1.bb index cab3b5d7a47..42c3f35d107 100644 --- a/meta-ros2-eloquent/generated-recipes/diagnostics/self-test_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/diagnostics/self-test_2.0.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/eloquent/self_test/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/self_test" diff --git a/meta-ros2-eloquent/generated-recipes/dolly/dolly-follow_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/dolly/dolly-follow_0.2.0-1.bb index a8d9bb171e2..cf5d6d00540 100644 --- a/meta-ros2-eloquent/generated-recipes/dolly/dolly-follow_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/dolly/dolly-follow_0.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/eloquent/dolly_follow/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dolly_follow" diff --git a/meta-ros2-eloquent/generated-recipes/dolly/dolly-gazebo_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/dolly/dolly-gazebo_0.2.0-1.bb index 89311181422..279d4781425 100644 --- a/meta-ros2-eloquent/generated-recipes/dolly/dolly-gazebo_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/dolly/dolly-gazebo_0.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/eloquent/dolly_gazebo/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dolly_gazebo" diff --git a/meta-ros2-eloquent/generated-recipes/dolly/dolly_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/dolly/dolly_0.2.0-1.bb index 50db115f591..0dd36d19b44 100644 --- a/meta-ros2-eloquent/generated-recipes/dolly/dolly_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/dolly/dolly_0.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/eloquent/dolly/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dolly" diff --git a/meta-ros2-eloquent/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb index 759c59b3ba4..0a28de0fa24 100644 --- a/meta-ros2-eloquent/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-ros-release/archive/release/noetic/dynamic-graph/4.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic-graph" diff --git a/meta-ros2-eloquent/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.30-1.bb b/meta-ros2-eloquent/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.30-1.bb index 898e8f39734..168dd447fa8 100644 --- a/meta-ros2-eloquent/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.30-1.bb +++ b/meta-ros2-eloquent/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.30-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/eloquent/dynamixel_sdk/3.7.30-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dynamixel_sdk" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-command-line_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-command-line_1.0.7-1.bb index 1fa432d0df8..24d8435f147 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-command-line_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-command-line_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_command_line/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_command_line" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-concepts_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-concepts_1.0.7-1.bb index 569bb82352f..0b9d22feea8 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-concepts_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-concepts_1.0.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_concepts/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_concepts" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-containers_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-containers_1.0.7-1.bb index f96831aa765..7a54a495e0b 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-containers_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-containers_1.0.7-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_containers/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_containers" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-converters_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-converters_1.0.7-1.bb index fbbdb7fc9e5..eb8552c1627 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-converters_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-converters_1.0.7-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_converters/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_converters" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core-apps_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core-apps_1.0.7-1.bb index a7888c3a5db..252450574fa 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core-apps_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core-apps_1.0.7-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_core_apps/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_core_apps" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core_1.0.7-1.bb index 970803b3922..be83b7de60f 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-core_1.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_core/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_core" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-devices_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-devices_1.0.7-1.bb index a50d3cadf9d..226705d3776 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-devices_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-devices_1.0.7-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_devices/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_devices" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-eigen_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-eigen_1.0.7-1.bb index 6eee4cda153..ff45c0c472c 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-eigen_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-eigen_1.0.7-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_eigen/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_eigen" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-exceptions_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-exceptions_1.0.7-1.bb index 9a79d6d8719..e05bef3732c 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-exceptions_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-exceptions_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_exceptions/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_exceptions" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-filesystem_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-filesystem_1.0.7-1.bb index 2e752d0d88a..5d731f27758 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-filesystem_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-filesystem_1.0.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_filesystem/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_filesystem" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-formatters_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-formatters_1.0.7-1.bb index 30fc379d803..085662cd8f4 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-formatters_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-formatters_1.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_formatters/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_formatters" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-geometry_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-geometry_1.0.7-1.bb index 77d3e83768c..862f1205497 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-geometry_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-geometry_1.0.7-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_geometry/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_geometry" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-ipc_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-ipc_1.0.7-1.bb index 51d9af0cd14..81e16ec2370 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-ipc_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-ipc_1.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_ipc/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_ipc" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-linear-algebra_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-linear-algebra_1.0.7-1.bb index 102ac4e98d4..c208d641fc3 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-linear-algebra_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-linear-algebra_1.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_linear_algebra/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_linear_algebra" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-manipulators_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-manipulators_1.0.7-1.bb index 42e5df99aa5..4bd9f5e7240 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-manipulators_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-manipulators_1.0.7-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_manipulators/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_manipulators" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-math_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-math_1.0.7-1.bb index 87c8a82ca87..6d4ed807ce7 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-math_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-math_1.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_math/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_math" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mobile-robot_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mobile-robot_1.0.7-1.bb index 95a63f55e11..1e255c92723 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mobile-robot_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mobile-robot_1.0.7-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_mobile_robot/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_mobile_robot" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mpl_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mpl_1.0.7-1.bb index fb51c28912b..e5aaf604c43 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mpl_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-mpl_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_mpl/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_mpl" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-sigslots_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-sigslots_1.0.7-1.bb index e35897e0f75..91eeeda8dae 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-sigslots_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-sigslots_1.0.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_sigslots/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_sigslots" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-statistics_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-statistics_1.0.7-1.bb index f6c45400074..2ce6591bc29 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-statistics_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-statistics_1.0.7-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_statistics/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_statistics" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-streams_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-streams_1.0.7-1.bb index 7219d8dba4f..9285c576e81 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-streams_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-streams_1.0.7-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_streams/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_streams" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-threads_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-threads_1.0.7-1.bb index 72c6ddba42f..352a4fca371 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-threads_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-threads_1.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_threads/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_threads" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-time_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-time_1.0.7-1.bb index 1ed6a8adabf..6c7b932976f 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-time_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-time_1.0.7-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_time/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_time" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-type-traits_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-type-traits_1.0.7-1.bb index 3fa58d83bf8..c6145b87ce1 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-type-traits_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-type-traits_1.0.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_type_traits/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_type_traits" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-utilities_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-utilities_1.0.7-1.bb index 09d4643e2ce..5de3f932dc2 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-utilities_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-core/ecl-utilities_1.0.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/eloquent/ecl_utilities/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_utilities" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-config_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-config_1.0.6-1.bb index 499119f6c44..3d57949e062 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-config_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-config_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_config/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_config" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-console_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-console_1.0.6-1.bb index 578b83c889c..14a6427134f 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-console_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-console_1.0.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_console/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_console" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-converters-lite_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-converters-lite_1.0.6-1.bb index c23254b8cf1..4a5a11810de 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-converters-lite_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-converters-lite_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_converters_lite/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_converters_lite" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-errors_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-errors_1.0.6-1.bb index 8c475c34cb7..ae318ba42ca 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-errors_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-errors_1.0.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_errors/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_errors" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-io_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-io_1.0.6-1.bb index 9ccc269da01..4295952a911 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-io_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-io_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_io/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_io" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-lite_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-lite_1.0.6-1.bb index c35bcb9a92e..318fd094636 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-lite_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-lite_1.0.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_lite/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_lite" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.6-1.bb index 02fe0e8cefc..105505c194d 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-sigslots-lite_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_sigslots_lite/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_sigslots_lite" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-time-lite_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-time-lite_1.0.6-1.bb index 0f8197d8a46..6691c0dae4e 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-time-lite_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-lite/ecl-time-lite_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/eloquent/ecl_time_lite/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_time_lite" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb index c22d5a96f3b..04264e14914 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-build_1.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/eloquent/ecl_build/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_build" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb index a688c700ad9..3783f4a4641 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/eloquent/ecl_license/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_license" diff --git a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb index 1a22a1432f9..3fba1ec81ac 100644 --- a/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ecl-tools/ecl-tools_1.0.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/eloquent/ecl_tools/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ecl_tools" diff --git a/meta-ros2-eloquent/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb index e9d305fecb7..c579cd8fb2a 100644 --- a/meta-ros2-eloquent/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen_stl_containers-release/archive/release/eloquent/eigen_stl_containers/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/eigen_stl_containers" diff --git a/meta-ros2-eloquent/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb index d0ac1b60db6..2268671949a 100644 --- a/meta-ros2-eloquent/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen3_cmake_module-release/archive/release/eloquent/eigen3_cmake_module/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/eigen3_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/eigenpy/eigenpy_2.5.0-2.bb b/meta-ros2-eloquent/generated-recipes/eigenpy/eigenpy_2.5.0-2.bb index cb414d69658..9e6a0ce230d 100644 --- a/meta-ros2-eloquent/generated-recipes/eigenpy/eigenpy_2.5.0-2.bb +++ b/meta-ros2-eloquent/generated-recipes/eigenpy/eigenpy_2.5.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/eigenpy_catkin-release/archive/release/eloquent/eigenpy/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/eigenpy" diff --git a/meta-ros2-eloquent/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb index 0785dbe6be5..e5a7528f351 100644 --- a/meta-ros2-eloquent/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/eiquadprog-ros-release/archive/release/eloquent/eiquadprog/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/eiquadprog" diff --git a/meta-ros2-eloquent/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb b/meta-ros2-eloquent/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb index eafa6242f7a..1f23ffd96e4 100644 --- a/meta-ros2-eloquent/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/example-interfaces/example-interfaces_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/example_interfaces-release/archive/release/eloquent/example_interfaces/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/example_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.8.3-1.bb index ca29bd3c67a..969cd8cb967 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.8.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_client/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_action_client" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.8.3-1.bb index c5d980f7035..4b1c012dbdd 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.8.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_server/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_action_server" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-client_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-client_0.8.3-1.bb index b743607dd1c..11bbe537ade 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-client_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-client_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_client/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_client" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-composition_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-composition_0.8.3-1.bb index 13b8e183b7e..7e83ea65cb2 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-composition_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-composition_0.8.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_composition/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_composition" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.8.3-1.bb index 32514ab21c9..95b5a3e7840 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_publisher/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_publisher" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-service_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-service_0.8.3-1.bb index a64a5bff295..b156c12d23e 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-service_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-service_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_service/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_service" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.8.3-1.bb index 7a85b104da4..bc867fb8c95 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_subscriber/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_subscriber" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-timer_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-timer_0.8.3-1.bb index 39fad5ee110..582e223fe91 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-timer_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-minimal-timer_0.8.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_timer/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_minimal_timer" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.8.3-1.bb index 7e1e58ba4d6..ae323f8d0e1 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.8.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_multithreaded_executor/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclcpp_multithreaded_executor" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-executors_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-executors_0.8.3-1.bb index ec2913f119e..34f0b37aa9f 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-executors_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-executors_0.8.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_executors/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_executors" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-client_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-client_0.8.3-1.bb index 068d5f66d51..b8a58852381 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-client_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-client_0.8.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_client/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_action_client" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-server_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-server_0.8.3-1.bb index 2d8d4d93d0a..ee858872292 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-server_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-action-server_0.8.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_server/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_action_server" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-client_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-client_0.8.3-1.bb index 80fca28295b..d6f182f43b1 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-client_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-client_0.8.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_client/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_client" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-publisher_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-publisher_0.8.3-1.bb index 53612551de3..1f6984670b7 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-publisher_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-publisher_0.8.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_publisher/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_publisher" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-service_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-service_0.8.3-1.bb index 175fdbbda93..b9576b49eca 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-service_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-service_0.8.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_service/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_service" diff --git a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.8.3-1.bb index a17b41d163a..9b53ce62b60 100644 --- a/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.8.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_subscriber/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_rclpy_minimal_subscriber" diff --git a/meta-ros2-eloquent/generated-recipes/fastcdr/fastcdr_1.0.11-1.bb b/meta-ros2-eloquent/generated-recipes/fastcdr/fastcdr_1.0.11-1.bb index 12b3c0301ef..c2b6b5c23ba 100644 --- a/meta-ros2-eloquent/generated-recipes/fastcdr/fastcdr_1.0.11-1.bb +++ b/meta-ros2-eloquent/generated-recipes/fastcdr/fastcdr_1.0.11-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastcdr-release/archive/release/eloquent/fastcdr/1.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fastcdr" diff --git a/meta-ros2-eloquent/generated-recipes/fastrtps/fastrtps_1.9.3-2.bb b/meta-ros2-eloquent/generated-recipes/fastrtps/fastrtps_1.9.3-2.bb index aff1a4631d1..03fa4808e9a 100644 --- a/meta-ros2-eloquent/generated-recipes/fastrtps/fastrtps_1.9.3-2.bb +++ b/meta-ros2-eloquent/generated-recipes/fastrtps/fastrtps_1.9.3-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastrtps-release/archive/release/eloquent/fastrtps/1.9.3-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fastrtps" diff --git a/meta-ros2-eloquent/generated-recipes/filters/filters_2.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/filters/filters_2.0.0-1.bb index 4e476b10a03..df5673359cc 100644 --- a/meta-ros2-eloquent/generated-recipes/filters/filters_2.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/filters/filters_2.0.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/filters-release/archive/release/eloquent/filters/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/filters" diff --git a/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter-examples_0.1.7-2.bb b/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter-examples_0.1.7-2.bb index b03cc3f6bee..aef0ac6e084 100644 --- a/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter-examples_0.1.7-2.bb +++ b/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter-examples_0.1.7-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/eloquent/fmi_adapter_examples/0.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fmi_adapter_examples" diff --git a/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter_0.1.7-2.bb b/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter_0.1.7-2.bb index 53c78b63be9..ffaab0aa2de 100644 --- a/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter_0.1.7-2.bb +++ b/meta-ros2-eloquent/generated-recipes/fmi-adapter/fmi-adapter_0.1.7-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/eloquent/fmi_adapter/0.1.7-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fmi_adapter" diff --git a/meta-ros2-eloquent/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bb index b9a7b886dae..af6394cdff0 100644 --- a/meta-ros2-eloquent/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmilibrary_vendor-release/archive/release/eloquent/fmilibrary_vendor/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fmilibrary_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb b/meta-ros2-eloquent/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb index fd28b0c9838..0fc73183862 100644 --- a/meta-ros2-eloquent/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_0.3.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/foonathan_memory_vendor-release/archive/release/eloquent/foonathan_memory_vendor/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/foonathan_memory_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.4.4-1.bb index f897f82547d..22608120005 100644 --- a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.4.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/eloquent/gazebo_msgs/3.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gazebo_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.4.4-1.bb index d1aaf655ef7..012add79bc6 100644 --- a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.4.4-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/eloquent/gazebo_plugins/3.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gazebo_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.4.4-1.bb index 20c793645f5..a73d1e4e816 100644 --- a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.4.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/eloquent/gazebo_ros_pkgs/3.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gazebo_ros_pkgs" diff --git a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.4.4-1.bb index 9b47fdbe6cc..e2d1181541c 100644 --- a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.4.4-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/eloquent/gazebo_ros/3.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gazebo_ros" diff --git a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.4.4-1.bb index 3aa9cf7dc3f..d222e2d5485 100644 --- a/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.4.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/eloquent/gazebo_dev/3.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gazebo_dev" diff --git a/meta-ros2-eloquent/generated-recipes/geographic-info/geodesy_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/geographic-info/geodesy_1.0.1-1.bb index c4b31b34b21..13add4d47c2 100644 --- a/meta-ros2-eloquent/generated-recipes/geographic-info/geodesy_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geographic-info/geodesy_1.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/eloquent/geodesy/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/geodesy" diff --git a/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb index 7322392ae80..3f461d77f27 100644 --- a/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/eloquent/geographic_info/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/geographic_info" diff --git a/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb index 306fbf31a2a..72b9191ca15 100644 --- a/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geographic-info/geographic-msgs_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/eloquent/geographic_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/geographic_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/examples-tf2-py_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/examples-tf2-py_0.12.6-1.bb index 4869c7aa4df..1509bca1a7f 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/examples-tf2-py_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/examples-tf2-py_0.12.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/examples_tf2_py/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/examples_tf2_py" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/geometry2_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/geometry2_0.12.6-1.bb index 160f71c4f07..b1e1aee6297 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/geometry2_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/geometry2_0.12.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/geometry2/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/geometry2" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-eigen_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-eigen_0.12.6-1.bb index e040729f14b..b8fcde16b5d 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-eigen_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-eigen_0.12.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_eigen/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_eigen" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-geometry-msgs_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-geometry-msgs_0.12.6-1.bb index 88650fb75eb..b54df603a62 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-geometry-msgs_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-geometry-msgs_0.12.6-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_geometry_msgs/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_geometry_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-kdl_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-kdl_0.12.6-1.bb index 9e8b33ea18a..ef087cf434b 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-kdl_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-kdl_0.12.6-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_kdl/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_kdl" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-msgs_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-msgs_0.12.6-1.bb index d5c5fe173a7..8ff9ae45ee9 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-msgs_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-msgs_0.12.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_msgs/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-py_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-py_0.12.6-1.bb index 4b10108d3b4..afa979452b6 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-py_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-py_0.12.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_py/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_py" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-ros_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-ros_0.12.6-1.bb index d53b442682c..080fdbd6718 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-ros_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-ros_0.12.6-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_ros/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_ros" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-sensor-msgs_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-sensor-msgs_0.12.6-1.bb index 040dd7d1a34..1e97cdfab90 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2-sensor-msgs_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2-sensor-msgs_0.12.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_sensor_msgs/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2_sensor_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/geometry2/tf2_0.12.6-1.bb b/meta-ros2-eloquent/generated-recipes/geometry2/tf2_0.12.6-1.bb index 55c069c11e8..feb92827d01 100644 --- a/meta-ros2-eloquent/generated-recipes/geometry2/tf2_0.12.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/geometry2/tf2_0.12.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2/0.12.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tf2" diff --git a/meta-ros2-eloquent/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb b/meta-ros2-eloquent/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb index 0c23a700568..36933e4a85a 100644 --- a/meta-ros2-eloquent/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb +++ b/meta-ros2-eloquent/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/eloquent/gmock_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gmock_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb b/meta-ros2-eloquent/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb index d07b4a2eb13..0bcade50ddc 100644 --- a/meta-ros2-eloquent/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb +++ b/meta-ros2-eloquent/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/eloquent/gtest_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gtest_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb index 42c32d96455..0aca29d8a47 100644 --- a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/eloquent/gps_msgs/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gps_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb index 17f36097ef1..8e29e83691a 100644 --- a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/eloquent/gps_tools/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gps_tools" diff --git a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb index 5aeafcb19ac..1839a96efa7 100644 --- a/meta-ros2-eloquent/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/eloquent/gps_umd/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gps_umd" diff --git a/meta-ros2-eloquent/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb index 8b5aa5f2f61..df3112cdc5c 100644 --- a/meta-ros2-eloquent/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/eloquent/gpsd_client/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/gpsd_client" diff --git a/meta-ros2-eloquent/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb index 5567aeed401..c6d21686eef 100644 --- a/meta-ros2-eloquent/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_msgs-release/archive/release/eloquent/grbl_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/grbl_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb b/meta-ros2-eloquent/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb index f38afa636c2..e0249485185 100644 --- a/meta-ros2-eloquent/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb +++ b/meta-ros2-eloquent/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_ros-release/archive/release/eloquent/grbl_ros/0.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/grbl_ros" diff --git a/meta-ros2-eloquent/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb index 84f316d9eb0..3f3729d8345 100644 --- a/meta-ros2-eloquent/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/hls_lfcd_lds_driver-release/archive/release/eloquent/hls_lfcd_lds_driver/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/hls_lfcd_lds_driver" diff --git a/meta-ros2-eloquent/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb b/meta-ros2-eloquent/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb index 7a291a78617..f70701f3c40 100644 --- a/meta-ros2-eloquent/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-release/archive/release/eloquent/ifm3d_core/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ifm3d_core" diff --git a/meta-ros2-eloquent/generated-recipes/image-common/camera-calibration-parsers_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-common/camera-calibration-parsers_2.2.1-1.bb index 4bb5719e2c6..1087ca681e1 100644 --- a/meta-ros2-eloquent/generated-recipes/image-common/camera-calibration-parsers_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-common/camera-calibration-parsers_2.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/eloquent/camera_calibration_parsers/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/camera_calibration_parsers" diff --git a/meta-ros2-eloquent/generated-recipes/image-common/camera-info-manager_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-common/camera-info-manager_2.2.1-1.bb index 4ef99fcbbc2..5b9d3b1c9af 100644 --- a/meta-ros2-eloquent/generated-recipes/image-common/camera-info-manager_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-common/camera-info-manager_2.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/eloquent/camera_info_manager/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/camera_info_manager" diff --git a/meta-ros2-eloquent/generated-recipes/image-common/image-common_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-common/image-common_2.2.1-1.bb index b31c2a5e522..3241f0271ea 100644 --- a/meta-ros2-eloquent/generated-recipes/image-common/image-common_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-common/image-common_2.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/eloquent/image_common/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/image_common" diff --git a/meta-ros2-eloquent/generated-recipes/image-common/image-transport_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-common/image-transport_2.2.1-1.bb index 093dbf0a028..cdf2f03a320 100644 --- a/meta-ros2-eloquent/generated-recipes/image-common/image-transport_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-common/image-transport_2.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/eloquent/image_transport/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/image_transport" diff --git a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bb index e20d2b63aa2..309b2137e9d 100644 --- a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/eloquent/compressed_depth_image_transport/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/compressed_depth_image_transport" diff --git a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-image-transport_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-image-transport_2.2.1-1.bb index 83fc65d548a..595c9788344 100644 --- a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-image-transport_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/compressed-image-transport_2.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/eloquent/compressed_image_transport/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/compressed_image_transport" diff --git a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/image-transport-plugins_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/image-transport-plugins_2.2.1-1.bb index 82fd0ffb903..80b96b625e1 100644 --- a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/image-transport-plugins_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/image-transport-plugins_2.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/eloquent/image_transport_plugins/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/image_transport_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/theora-image-transport_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/theora-image-transport_2.2.1-1.bb index b271967116e..13a43a80685 100644 --- a/meta-ros2-eloquent/generated-recipes/image-transport-plugins/theora-image-transport_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/image-transport-plugins/theora-image-transport_2.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/eloquent/theora_image_transport/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/theora_image_transport" diff --git a/meta-ros2-eloquent/generated-recipes/interactive-markers/interactive-markers_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/interactive-markers/interactive-markers_2.0.1-1.bb index 2cb2fd88740..e75fdb18ced 100644 --- a/meta-ros2-eloquent/generated-recipes/interactive-markers/interactive-markers_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/interactive-markers/interactive-markers_2.0.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/interactive_markers-release/archive/release/eloquent/interactive_markers/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/interactive_markers" diff --git a/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.1.0-1.bb index 480c9859b1b..a2b4f978381 100644 --- a/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.1.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/eloquent/joint_state_publisher_gui/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/joint_state_publisher_gui" diff --git a/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher_2.1.0-1.bb index fc09befbe00..0aa53be4dbb 100644 --- a/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/joint-state-publisher/joint-state-publisher_2.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/eloquent/joint_state_publisher/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/joint_state_publisher" diff --git a/meta-ros2-eloquent/generated-recipes/joystick-drivers/joy_2.3.2-3.bb b/meta-ros2-eloquent/generated-recipes/joystick-drivers/joy_2.3.2-3.bb index 2bc6f7d60a6..5e6a0597fdd 100644 --- a/meta-ros2-eloquent/generated-recipes/joystick-drivers/joy_2.3.2-3.bb +++ b/meta-ros2-eloquent/generated-recipes/joystick-drivers/joy_2.3.2-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/eloquent/joy/2.3.2-3.tar.gz ROS_BRANCH ?= "branch=release/eloquent/joy" diff --git a/meta-ros2-eloquent/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb index 64ca450a92f..0ea87acbce6 100644 --- a/meta-ros2-eloquent/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kdl-parser/kdl-parser_2.2.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/kdl_parser-release/archive/release/eloquent/kdl_parser/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kdl_parser" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-core_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-core_1.0.0-1.bb index af3800b9640..376d8303f0e 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-core_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-core_1.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_core-release/archive/release/eloquent/kobuki_core/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_core" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-dock-drive_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-dock-drive_1.0.0-1.bb index 0a35c636c77..015a8280955 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-dock-drive_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-dock-drive_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_core-release/archive/release/eloquent/kobuki_dock_drive/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_dock_drive" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-driver_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-driver_1.0.0-1.bb index 3562f56c70c..5d62def4e5d 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-driver_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-core/kobuki-driver_1.0.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_core-release/archive/release/eloquent/kobuki_driver/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_driver" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-3.bb b/meta-ros2-eloquent/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-3.bb index bc122571070..6ec4b61a7ff 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-3.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_firmware-release/archive/release/eloquent/kobuki_firmware/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_firmware" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb index 7feba5db963..37d2efb1a36 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_ftdi-release/archive/release/eloquent/kobuki_ftdi/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_ftdi" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bb index cb4a2169b17..7e8016c545a 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_ros_interfaces-release/archive/release/eloquent/kobuki_ros_interfaces/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_ros_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/kobuki-ros/kobuki-ros_1.0.0-2.bb b/meta-ros2-eloquent/generated-recipes/kobuki-ros/kobuki-ros_1.0.0-2.bb index 78e26b8ac91..66d2ff324af 100644 --- a/meta-ros2-eloquent/generated-recipes/kobuki-ros/kobuki-ros_1.0.0-2.bb +++ b/meta-ros2-eloquent/generated-recipes/kobuki-ros/kobuki-ros_1.0.0-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_ros-release/archive/release/eloquent/kobuki_ros/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/kobuki_ros" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb index cabb5a9c365..be4d0977e17 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_core/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_core" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb index f76a21a68c4..6ad47f37f12 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_examples/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_examples" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb index 63c6a976b43..e07ac31509d 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_io/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_io" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb index 115b4f37512..3dc978bac9d 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_maps/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_maps" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb index 522b2169628..38a5ef85011 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_projection/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_projection" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb index e85ae5637c1..fc11ac32c4a 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_python/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_python" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb index cda453af177..3502413d5dd 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_routing/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_routing" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb index afa93a420a7..216cc5315d6 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_traffic_rules/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_traffic_rules" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb index 8c856056e94..e859554517e 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2_validation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2_validation" diff --git a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb index 7d23c4d9cbf..2b775342bc2 100644 --- a/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/eloquent/lanelet2/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lanelet2" diff --git a/meta-ros2-eloquent/generated-recipes/laser-geometry/laser-geometry_2.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/laser-geometry/laser-geometry_2.1.1-1.bb index 25ecd1b49dc..45a441fde84 100644 --- a/meta-ros2-eloquent/generated-recipes/laser-geometry/laser-geometry_2.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/laser-geometry/laser-geometry_2.1.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_geometry-release/archive/release/eloquent/laser_geometry/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/laser_geometry" diff --git a/meta-ros2-eloquent/generated-recipes/laser-proc/laser-proc_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/laser-proc/laser-proc_1.0.1-1.bb index 9001068443b..ead6ff15f2c 100644 --- a/meta-ros2-eloquent/generated-recipes/laser-proc/laser-proc_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/laser-proc/laser-proc_1.0.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_proc-release/archive/release/eloquent/laser_proc/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/laser_proc" diff --git a/meta-ros2-eloquent/generated-recipes/launch-ros/launch-ros_0.9.6-1.bb b/meta-ros2-eloquent/generated-recipes/launch-ros/launch-ros_0.9.6-1.bb index 4ea0f64f7f7..77ebe792f92 100644 --- a/meta-ros2-eloquent/generated-recipes/launch-ros/launch-ros_0.9.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch-ros/launch-ros_0.9.6-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_ros/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_ros" diff --git a/meta-ros2-eloquent/generated-recipes/launch-ros/launch-testing-ros_0.9.6-1.bb b/meta-ros2-eloquent/generated-recipes/launch-ros/launch-testing-ros_0.9.6-1.bb index 607ea890dde..228b0de028b 100644 --- a/meta-ros2-eloquent/generated-recipes/launch-ros/launch-testing-ros_0.9.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch-ros/launch-testing-ros_0.9.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_testing_ros/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_testing_ros" diff --git a/meta-ros2-eloquent/generated-recipes/launch-ros/ros2launch_0.9.6-1.bb b/meta-ros2-eloquent/generated-recipes/launch-ros/ros2launch_0.9.6-1.bb index 0e1be4e7a87..f1b80a26b0d 100644 --- a/meta-ros2-eloquent/generated-recipes/launch-ros/ros2launch_0.9.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch-ros/ros2launch_0.9.6-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/ros2launch/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2launch" diff --git a/meta-ros2-eloquent/generated-recipes/launch/launch-testing-ament-cmake_0.9.7-1.bb b/meta-ros2-eloquent/generated-recipes/launch/launch-testing-ament-cmake_0.9.7-1.bb index f3b96338e9c..9ddb0a42b48 100644 --- a/meta-ros2-eloquent/generated-recipes/launch/launch-testing-ament-cmake_0.9.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch/launch-testing-ament-cmake_0.9.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing_ament_cmake/0.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_testing_ament_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/launch/launch-testing_0.9.7-1.bb b/meta-ros2-eloquent/generated-recipes/launch/launch-testing_0.9.7-1.bb index 6ad4a43dcfa..0c6fcd77797 100644 --- a/meta-ros2-eloquent/generated-recipes/launch/launch-testing_0.9.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch/launch-testing_0.9.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing/0.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_testing" diff --git a/meta-ros2-eloquent/generated-recipes/launch/launch-xml_0.9.7-1.bb b/meta-ros2-eloquent/generated-recipes/launch/launch-xml_0.9.7-1.bb index 69dd93a2039..7e131e91f6a 100644 --- a/meta-ros2-eloquent/generated-recipes/launch/launch-xml_0.9.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch/launch-xml_0.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_xml/0.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_xml" diff --git a/meta-ros2-eloquent/generated-recipes/launch/launch-yaml_0.9.7-1.bb b/meta-ros2-eloquent/generated-recipes/launch/launch-yaml_0.9.7-1.bb index efde150af98..0ff96b8700d 100644 --- a/meta-ros2-eloquent/generated-recipes/launch/launch-yaml_0.9.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch/launch-yaml_0.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_yaml/0.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch_yaml" diff --git a/meta-ros2-eloquent/generated-recipes/launch/launch_0.9.7-1.bb b/meta-ros2-eloquent/generated-recipes/launch/launch_0.9.7-1.bb index 765cdd98f02..e3bce019383 100644 --- a/meta-ros2-eloquent/generated-recipes/launch/launch_0.9.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/launch/launch_0.9.7-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch/0.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/launch" diff --git a/meta-ros2-eloquent/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index fb48e19f6f4..a7b3d20f4f5 100644 --- a/meta-ros2-eloquent/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/lgsvl_msgs-release/archive/release/eloquent/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lgsvl_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/libg2o/libg2o_2019.11.23-4.bb b/meta-ros2-eloquent/generated-recipes/libg2o/libg2o_2019.11.23-4.bb index 34c0f8044af..5bbffd791ea 100644 --- a/meta-ros2-eloquent/generated-recipes/libg2o/libg2o_2019.11.23-4.bb +++ b/meta-ros2-eloquent/generated-recipes/libg2o/libg2o_2019.11.23-4.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libg2o-release/archive/release/eloquent/libg2o/2019.11.23-4.tar.gz ROS_BRANCH ?= "branch=release/eloquent/libg2o" diff --git a/meta-ros2-eloquent/generated-recipes/librealsense2/librealsense2_2.38.1-4.bb b/meta-ros2-eloquent/generated-recipes/librealsense2/librealsense2_2.38.1-4.bb index b0280d64018..ad39bf9ce18 100644 --- a/meta-ros2-eloquent/generated-recipes/librealsense2/librealsense2_2.38.1-4.bb +++ b/meta-ros2-eloquent/generated-recipes/librealsense2/librealsense2_2.38.1-4.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/librealsense2-release/archive/release/eloquent/librealsense2/2.38.1-4.tar.gz ROS_BRANCH ?= "branch=release/eloquent/librealsense2" diff --git a/meta-ros2-eloquent/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb index 26c3664cfdf..724431b75a5 100644 --- a/meta-ros2-eloquent/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libyaml_vendor-release/archive/release/eloquent/libyaml_vendor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/libyaml_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb index 16d86f71ab9..71a0cc8702e 100644 --- a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/eloquent/mapviz_interfaces/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mapviz_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb index ad9374b211e..5e813c99e0a 100644 --- a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb @@ -112,7 +112,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/eloquent/mapviz_plugins/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mapviz_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz_2.1.0-1.bb index 40173d0b6f0..d7cc8b0b066 100644 --- a/meta-ros2-eloquent/generated-recipes/mapviz/mapviz_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mapviz/mapviz_2.1.0-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/eloquent/mapviz/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mapviz" diff --git a/meta-ros2-eloquent/generated-recipes/mapviz/multires-image_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/mapviz/multires-image_2.1.0-1.bb index 054ddb93d52..36d3eaa0e38 100644 --- a/meta-ros2-eloquent/generated-recipes/mapviz/multires-image_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mapviz/multires-image_2.1.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/eloquent/multires_image/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/multires_image" diff --git a/meta-ros2-eloquent/generated-recipes/mapviz/tile-map_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/mapviz/tile-map_2.1.0-1.bb index a1c84d1b5dc..646b67c1b7e 100644 --- a/meta-ros2-eloquent/generated-recipes/mapviz/tile-map_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mapviz/tile-map_2.1.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/eloquent/tile_map/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tile_map" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb index 61a358a4f44..642550b1289 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_console_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_console_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb index 25f3e52c6dc..71c0345b6aa 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_dbw_interface/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_dbw_interface" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb index ca1570be6f7..5c99aa603e8 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_geometry_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_geometry_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb index 87dd2a466d5..ece7e911da2 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_image_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_image_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb index 163ece46f84..73aca915a51 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_math_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_math_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb index 56971a992d3..36109faed56 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_opencv_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_opencv_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb index 8583a4dbe7f..a2e2268cb0e 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_prefix_tools/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_prefix_tools" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb index 10ad829805c..2f32790abf4 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_roscpp/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_roscpp" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb index 2e0873ee09f..724a52a1519 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_route_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_route_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb index a51c0d1ea47..52a006a97ce 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_serial_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_serial_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb index 99255392fe3..b9c7f8b4467 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_system_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_system_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb b/meta-ros2-eloquent/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb index a2a9c77acf3..3d933400b75 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/eloquent/swri_transform_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_transform_util" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb index 7e68e851127..0d0458d662e 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_can_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_can_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb index 9e9507d500d..b66565c7e20 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_common_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_common_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb index 06a9e6e7a8c..c39f0177dfe 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_dbw_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_dbw_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb index 711df52b3ac..65a6e00a503 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_nav_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_nav_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb index 8f9dafc0a5a..c96c436d8d9 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_perception_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_perception_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb index 7abaf48d2ce..ea00493e5cd 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_sensor_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_sensor_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb index cfbaaba20bc..2d0b9fd85be 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_status_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_status_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb index 095a90a3ae8..40a4b9bfe78 100644 --- a/meta-ros2-eloquent/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_messages-release/archive/release/eloquent/marti_visualization_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/marti_visualization_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/mavlink/mavlink_2020.11.11-1.bb b/meta-ros2-eloquent/generated-recipes/mavlink/mavlink_2020.11.11-1.bb index a9507e85dbc..a02d9874c11 100644 --- a/meta-ros2-eloquent/generated-recipes/mavlink/mavlink_2020.11.11-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mavlink/mavlink_2020.11.11-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/eloquent/mavlink/2020.11.11-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mavlink" diff --git a/meta-ros2-eloquent/generated-recipes/message-filters/message-filters_3.2.3-1.bb b/meta-ros2-eloquent/generated-recipes/message-filters/message-filters_3.2.3-1.bb index fe0a9551b70..748f593969d 100644 --- a/meta-ros2-eloquent/generated-recipes/message-filters/message-filters_3.2.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/message-filters/message-filters_3.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/eloquent/message_filters/3.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/message_filters" diff --git a/meta-ros2-eloquent/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb b/meta-ros2-eloquent/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb index 75226e67699..3a551c40bcf 100644 --- a/meta-ros2-eloquent/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KIT-MRT/mrt_cmake_modules-release/archive/release/eloquent/mrt_cmake_modules/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mrt_cmake_modules" diff --git a/meta-ros2-eloquent/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb index d525e10a9d6..dd4620f5371 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation-msgs/map-msgs_2.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/eloquent/map_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/map_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb index 3676542f006..13bf3cb6a54 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/eloquent/move_base_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/move_base_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/costmap-queue_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/costmap-queue_0.3.5-1.bb index 010fa394a16..f46187329f7 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/costmap-queue_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/costmap-queue_0.3.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/costmap_queue/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/costmap_queue" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-core_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-core_0.3.5-1.bb index 0629a5661ff..730cca52091 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-core_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-core_0.3.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/dwb_core/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dwb_core" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-critics_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-critics_0.3.5-1.bb index 4f2429002f2..585254ef3c5 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-critics_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-critics_0.3.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/dwb_critics/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dwb_critics" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-msgs_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-msgs_0.3.5-1.bb index 3a894f032b9..fbdb57060d4 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-msgs_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-msgs_0.3.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/dwb_msgs/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dwb_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-plugins_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-plugins_0.3.5-1.bb index 8d8f1d4dd97..8b18d0851ff 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/dwb-plugins_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/dwb-plugins_0.3.5-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/dwb_plugins/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dwb_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-msgs_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-msgs_0.3.5-1.bb index 6b78305651e..3d14e2dad45 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-msgs_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-msgs_0.3.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav_2d_msgs/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav_2d_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-utils_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-utils_0.3.5-1.bb index 7a9130f35d9..10193ba79af 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-utils_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav-2d-utils_0.3.5-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav_2d_utils/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav_2d_utils" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-amcl_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-amcl_0.3.5-1.bb index 1b4ada25497..99582101028 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-amcl_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-amcl_0.3.5-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_amcl/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_amcl" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-behavior-tree_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-behavior-tree_0.3.5-1.bb index 721e0aa7d5e..47bb5d8a48c 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-behavior-tree_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-behavior-tree_0.3.5-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_behavior_tree/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_behavior_tree" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bringup_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bringup_0.3.5-1.bb index a2bfe8f36b9..ceb91327568 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bringup_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bringup_0.3.5-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_bringup/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_bringup" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bt-navigator_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bt-navigator_0.3.5-1.bb index 536af47f0c0..60d3bea3832 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bt-navigator_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-bt-navigator_0.3.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_bt_navigator/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_bt_navigator" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-common_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-common_0.3.5-1.bb index 6ebc3ea285c..936812fd326 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-common_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-common_0.3.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_common/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_common" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-controller_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-controller_0.3.5-1.bb index 6a79d4be18e..7b2d49f9d2a 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-controller_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-controller_0.3.5-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_controller/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_controller" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-core_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-core_0.3.5-1.bb index 0123109f585..3b66734779e 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-core_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-core_0.3.5-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_core/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_core" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-costmap-2d_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-costmap-2d_0.3.5-1.bb index 80ecf1a9497..0a9a56ed473 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-costmap-2d_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-costmap-2d_0.3.5-1.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_costmap_2d/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_costmap_2d" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-dwb-controller_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-dwb-controller_0.3.5-1.bb index bfd555903d9..3be41c6b1cc 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-dwb-controller_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-dwb-controller_0.3.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_dwb_controller/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_dwb_controller" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-gazebo-spawner_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-gazebo-spawner_0.3.5-1.bb index 0b1a597270d..af458a67667 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-gazebo-spawner_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-gazebo-spawner_0.3.5-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_gazebo_spawner/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_gazebo_spawner" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-lifecycle-manager_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-lifecycle-manager_0.3.5-1.bb index 082081ca64d..a8b0be5408e 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-lifecycle-manager_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-lifecycle-manager_0.3.5-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_lifecycle_manager/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_lifecycle_manager" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-map-server_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-map-server_0.3.5-1.bb index 7226813c9f4..3eabaaf1dde 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-map-server_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-map-server_0.3.5-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_map_server/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_map_server" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-msgs_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-msgs_0.3.5-1.bb index 0e59e361c2b..29dd5dc960f 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-msgs_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-msgs_0.3.5-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_msgs/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-navfn-planner_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-navfn-planner_0.3.5-1.bb index 6cce5df278e..73ca22161b6 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-navfn-planner_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-navfn-planner_0.3.5-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_navfn_planner/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_navfn_planner" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-planner_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-planner_0.3.5-1.bb index 9d454bfdf6d..2e2de4d6333 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-planner_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-planner_0.3.5-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_planner/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_planner" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-recoveries_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-recoveries_0.3.5-1.bb index ba167c65378..d5f8ae89f8c 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-recoveries_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-recoveries_0.3.5-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_recoveries/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_recoveries" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-rviz-plugins_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-rviz-plugins_0.3.5-1.bb index aeb71310815..82a6e968b9f 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-rviz-plugins_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-rviz-plugins_0.3.5-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_rviz_plugins/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_rviz_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-system-tests_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-system-tests_0.3.5-1.bb index b4cd933d564..b33f4fa747a 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-system-tests_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-system-tests_0.3.5-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_system_tests/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_system_tests" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-util_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-util_0.3.5-1.bb index 3f1f32cab01..01dbc232b17 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-util_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-util_0.3.5-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_util/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_util" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-voxel-grid_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-voxel-grid_0.3.5-1.bb index d3eb1490fea..bfdb1cd7dc5 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-voxel-grid_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-voxel-grid_0.3.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_voxel_grid/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_voxel_grid" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-waypoint-follower_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-waypoint-follower_0.3.5-1.bb index a8e2a04f166..8dfc7b98996 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/nav2-waypoint-follower_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/nav2-waypoint-follower_0.3.5-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_waypoint_follower/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nav2_waypoint_follower" diff --git a/meta-ros2-eloquent/generated-recipes/navigation2/navigation2_0.3.5-1.bb b/meta-ros2-eloquent/generated-recipes/navigation2/navigation2_0.3.5-1.bb index a7699069585..f898650f451 100644 --- a/meta-ros2-eloquent/generated-recipes/navigation2/navigation2_0.3.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/navigation2/navigation2_0.3.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/navigation2/0.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/navigation2" diff --git a/meta-ros2-eloquent/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb index 699793a13fb..2c7fe9e1e23 100644 --- a/meta-ros2-eloquent/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nmea_msgs-release/archive/release/eloquent/nmea_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nmea_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.1.1-2.bb b/meta-ros2-eloquent/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.1.1-2.bb index 0d2844a8e72..06bde6cfc53 100644 --- a/meta-ros2-eloquent/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.1.1-2.bb +++ b/meta-ros2-eloquent/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.1.1-2.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/nonpersistent_voxel_layer-release/archive/release/eloquent/nonpersistent_voxel_layer/2.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/nonpersistent_voxel_layer" diff --git a/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb index 44414402c6f..6cc106044f1 100644 --- a/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/eloquent/novatel_gps_driver/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/novatel_gps_driver" diff --git a/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb index 84c6e6dcfc0..5bcc0f51e11 100644 --- a/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/eloquent/novatel_gps_msgs/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/novatel_gps_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/ntpd-driver/ntpd-driver_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/ntpd-driver/ntpd-driver_2.0.1-1.bb index 7c040c4f17c..65cd5b7453c 100644 --- a/meta-ros2-eloquent/generated-recipes/ntpd-driver/ntpd-driver_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ntpd-driver/ntpd-driver_2.0.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/eloquent/ntpd_driver/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ntpd_driver" diff --git a/meta-ros2-eloquent/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb b/meta-ros2-eloquent/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb index 28dfd701293..8c31e06d72d 100644 --- a/meta-ros2-eloquent/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/octomap/dynamic-edt-3d_1.9.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/eloquent/dynamic_edt_3d/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/dynamic_edt_3d" diff --git a/meta-ros2-eloquent/generated-recipes/octomap/octomap_1.9.3-1.bb b/meta-ros2-eloquent/generated-recipes/octomap/octomap_1.9.3-1.bb index 0f42eff357f..6451c618866 100644 --- a/meta-ros2-eloquent/generated-recipes/octomap/octomap_1.9.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/octomap/octomap_1.9.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/eloquent/octomap/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/octomap" diff --git a/meta-ros2-eloquent/generated-recipes/octomap/octovis_1.9.3-1.bb b/meta-ros2-eloquent/generated-recipes/octomap/octovis_1.9.3-1.bb index 54697af89f3..70932d913cc 100644 --- a/meta-ros2-eloquent/generated-recipes/octomap/octovis_1.9.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/octomap/octovis_1.9.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/eloquent/octovis/1.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/octovis" diff --git a/meta-ros2-eloquent/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.1-1.bb index 42916a23a61..585f5ad8b4b 100644 --- a/meta-ros2-eloquent/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release/archive/release/eloquent/orocos_kdl/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/orocos_kdl" diff --git a/meta-ros2-eloquent/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-2.bb b/meta-ros2-eloquent/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-2.bb index d8bfa432d61..eabb9a9183a 100644 --- a/meta-ros2-eloquent/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-2.bb +++ b/meta-ros2-eloquent/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.9-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_pycommon-release/archive/release/eloquent/osrf_pycommon/0.1.9-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/osrf_pycommon" diff --git a/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.2-1.bb index dec4c3ddbfc..152131ef351 100644 --- a/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.2.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/eloquent/osrf_testing_tools_cpp/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/osrf_testing_tools_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.2-1.bb index fcbf06670a8..ad527314b55 100644 --- a/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.2.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/eloquent/test_osrf_testing_tools_cpp/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/test_osrf_testing_tools_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb index aea044077e8..a008d2cd136 100644 --- a/meta-ros2-eloquent/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pcl_msgs-release/archive/release/eloquent/pcl_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pcl_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/perception-pcl/pcl-conversions_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/perception-pcl/pcl-conversions_2.1.0-1.bb index c898492f3a7..c86435930a2 100644 --- a/meta-ros2-eloquent/generated-recipes/perception-pcl/pcl-conversions_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/perception-pcl/pcl-conversions_2.1.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/eloquent/pcl_conversions/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pcl_conversions" diff --git a/meta-ros2-eloquent/generated-recipes/perception-pcl/perception-pcl_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/perception-pcl/perception-pcl_2.1.0-1.bb index 2d5e876f6b9..bb078961b33 100644 --- a/meta-ros2-eloquent/generated-recipes/perception-pcl/perception-pcl_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/perception-pcl/perception-pcl_2.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/eloquent/perception_pcl/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/perception_pcl" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb index da4ab6115b3..e96eadaee14 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/libphidget22/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/libphidget22" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb index b7b77c2320a..8db67ea4f4d 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_accelerometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_accelerometer" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb index 9cb560f4abe..d71cc8fd9c1 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_analog_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_analog_inputs" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb index 1c81755f186..76931ab5cdb 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_api/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_api" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb index 968d6989611..75ce0002216 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_digital_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_digital_inputs" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb index 0e94c7c4da1..ab23813456d 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_digital_outputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_digital_outputs" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb index 941600e706b..d633c19c676 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_drivers/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_drivers" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb index 3f060712c9e..4dac55bcc78 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_gyroscope/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_gyroscope" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb index e76213584e7..753f6ebf536 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_high_speed_encoder/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_high_speed_encoder" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb index 95ae7441bff..c296f774360 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_ik/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_ik" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb index abc7b890c51..55a612533a2 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_magnetometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_magnetometer" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb index 6c7139ad1a8..559a3e3080b 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_motors/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_motors" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb index 81cf20e4ba9..a4f3756863a 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb index eed1fccc437..de2d0c7b194 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_spatial/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_spatial" diff --git a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb index 3f072f95283..f5ba9622cc7 100644 --- a/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_temperature/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/phidgets_temperature" diff --git a/meta-ros2-eloquent/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb b/meta-ros2-eloquent/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb index fe4ca0f64b6..6cddd1afb6f 100644 --- a/meta-ros2-eloquent/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/eloquent/plotjuggler_msgs/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plotjuggler_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/pluginlib/pluginlib_2.4.2-1.bb b/meta-ros2-eloquent/generated-recipes/pluginlib/pluginlib_2.4.2-1.bb index 8c05b8d6c4b..b0a88a970e9 100644 --- a/meta-ros2-eloquent/generated-recipes/pluginlib/pluginlib_2.4.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/pluginlib/pluginlib_2.4.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pluginlib-release/archive/release/eloquent/pluginlib/2.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pluginlib" diff --git a/meta-ros2-eloquent/generated-recipes/poco-vendor/poco-vendor_1.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/poco-vendor/poco-vendor_1.2.0-1.bb index 358e22dc9fb..3343e0f1ea0 100644 --- a/meta-ros2-eloquent/generated-recipes/poco-vendor/poco-vendor_1.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/poco-vendor/poco-vendor_1.2.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/poco_vendor-release/archive/release/eloquent/poco_vendor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/poco_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb index fa022bd23bc..509ba04067e 100644 --- a/meta-ros2-eloquent/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pointcloud_to_laserscan-release/archive/release/eloquent/pointcloud_to_laserscan/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/pointcloud_to_laserscan" diff --git a/meta-ros2-eloquent/generated-recipes/popf/popf_0.0.11-1.bb b/meta-ros2-eloquent/generated-recipes/popf/popf_0.0.11-1.bb index 032ded11317..9c29505aff8 100644 --- a/meta-ros2-eloquent/generated-recipes/popf/popf_0.0.11-1.bb +++ b/meta-ros2-eloquent/generated-recipes/popf/popf_0.0.11-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/popf-release/archive/release/eloquent/popf/0.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/popf" diff --git a/meta-ros2-eloquent/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb index db8e6088304..57efa035357 100644 --- a/meta-ros2-eloquent/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/px4-msgs/px4-msgs_2.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PX4/px4_msgs2-release/archive/release/eloquent/px4_msgs/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/px4_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb b/meta-ros2-eloquent/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb index 645638f45a8..8dada986c6b 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_js-release/archive/release/eloquent/py_trees_js/0.6.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees_js" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-2.bb b/meta-ros2-eloquent/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-2.bb index ec5503357db..6257313d1f9 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-2.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/eloquent/py_trees_ros_interfaces/2.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees_ros_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.0.2-1.bb index e382df252fc..9750883bc1c 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.0.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_tutorials-release/archive/release/eloquent/py_trees_ros_tutorials/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees_ros_tutorials" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb b/meta-ros2-eloquent/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb index 5376d275417..c6487d15df7 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_viewer-release/archive/release/eloquent/py_trees_ros_viewer/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees_ros_viewer" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees-ros/py-trees-ros_2.0.11-1.bb b/meta-ros2-eloquent/generated-recipes/py-trees-ros/py-trees-ros_2.0.11-1.bb index 4da0b7a8861..504405a7bd0 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees-ros/py-trees-ros_2.0.11-1.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees-ros/py-trees-ros_2.0.11-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros-release/archive/release/eloquent/py_trees_ros/2.0.11-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees_ros" diff --git a/meta-ros2-eloquent/generated-recipes/py-trees/py-trees_2.0.15-1.bb b/meta-ros2-eloquent/generated-recipes/py-trees/py-trees_2.0.15-1.bb index 386f8390beb..1dd8b009d07 100644 --- a/meta-ros2-eloquent/generated-recipes/py-trees/py-trees_2.0.15-1.bb +++ b/meta-ros2-eloquent/generated-recipes/py-trees/py-trees_2.0.15-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees-release/archive/release/eloquent/py_trees/2.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/py_trees" diff --git a/meta-ros2-eloquent/generated-recipes/python-cmake-module/python-cmake-module_0.8.0-2.bb b/meta-ros2-eloquent/generated-recipes/python-cmake-module/python-cmake-module_0.8.0-2.bb index 1cff73600f3..5c85f909355 100644 --- a/meta-ros2-eloquent/generated-recipes/python-cmake-module/python-cmake-module_0.8.0-2.bb +++ b/meta-ros2-eloquent/generated-recipes/python-cmake-module/python-cmake-module_0.8.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_cmake_module-release/archive/release/eloquent/python_cmake_module/0.8.0-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/python_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb b/meta-ros2-eloquent/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb index 3dcfcf261db..a67f7698f00 100644 --- a/meta-ros2-eloquent/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_qt_binding-release/archive/release/eloquent/python_qt_binding/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/python_qt_binding" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb index cf7ccf70a0a..9edfc6a1019 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-dotgraph_1.0.9-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_dotgraph/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_dotgraph" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb index 2fadeeb5696..4a93c1913b9 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-app_1.0.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_gui_app/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_gui_app" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb index 4a24d2b140d..8092825b29d 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-core_1.0.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_gui_core/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_gui_core" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb index efd222f18f1..475eacf3123 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_gui_cpp/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_gui_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb index bfd502cec64..90737b9d1ba 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.9-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_gui_py_common/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_gui_py_common" diff --git a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb index 697d47f37fe..bea5ae01c05 100644 --- a/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb +++ b/meta-ros2-eloquent/generated-recipes/qt-gui-core/qt-gui_1.0.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_gui/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/qt_gui" diff --git a/meta-ros2-eloquent/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb b/meta-ros2-eloquent/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb index 4a9660e241f..17cacde8d83 100644 --- a/meta-ros2-eloquent/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs_ros2-release/archive/release/eloquent/rc_common_msgs/0.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rc_common_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb b/meta-ros2-eloquent/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb index 4faf8dd86ac..1c7688f2338 100644 --- a/meta-ros2-eloquent/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/eloquent/rc_dynamics_api/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rc_dynamics_api" diff --git a/meta-ros2-eloquent/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb b/meta-ros2-eloquent/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb index 10401175e40..d1077239a8b 100644 --- a/meta-ros2-eloquent/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rc-genicam-api/rc-genicam-api_2.4.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/eloquent/rc_genicam_api/2.4.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rc_genicam_api" diff --git a/meta-ros2-eloquent/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb index 6050e66c932..ef1181a7cb6 100644 --- a/meta-ros2-eloquent/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcdiscover/rcdiscover_1.0.4-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/eloquent/rcdiscover/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcdiscover" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/action-msgs_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/action-msgs_0.8.0-1.bb index 4fc99740f3f..7a2b63e5654 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/action-msgs_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/action-msgs_0.8.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/action_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/action_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/builtin-interfaces_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/builtin-interfaces_0.8.0-1.bb index d9d7ecc8edc..9c7ac439c64 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/builtin-interfaces_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/builtin-interfaces_0.8.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/builtin_interfaces/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/builtin_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/composition-interfaces_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/composition-interfaces_0.8.0-1.bb index 72590427bb1..2a411e5b50e 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/composition-interfaces_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/composition-interfaces_0.8.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/composition_interfaces/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/composition_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/lifecycle-msgs_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/lifecycle-msgs_0.8.0-1.bb index 6f8bc07bc40..912a6ef56a2 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/lifecycle-msgs_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/lifecycle-msgs_0.8.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/lifecycle_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lifecycle_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rcl-interfaces_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rcl-interfaces_0.8.0-1.bb index 506a1a88016..2185fec540e 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rcl-interfaces_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rcl-interfaces_0.8.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/rcl_interfaces/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_interfaces" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rosgraph-msgs_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rosgraph-msgs_0.8.0-1.bb index 57dca8d44a8..605bf36f780 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rosgraph-msgs_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/rosgraph-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/rosgraph_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosgraph_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/test-msgs_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/test-msgs_0.8.0-1.bb index 328aa4596ee..13bd2bcd470 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-interfaces/test-msgs_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-interfaces/test-msgs_0.8.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/eloquent/test_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/test_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.3.3-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.3.3-1.bb index 060443accc0..ceb6312fe81 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.3.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-log4cxx_0.3.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/eloquent/rcl_logging_log4cxx/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_logging_log4cxx" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-noop_0.3.3-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-noop_0.3.3-1.bb index 1c74d484f91..4db90bb7442 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-noop_0.3.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-noop_0.3.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/eloquent/rcl_logging_noop/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_logging_noop" diff --git a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-spdlog_0.3.3-1.bb b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-spdlog_0.3.3-1.bb index e225fd6226a..aea2573c5c9 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-spdlog_0.3.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl-logging/rcl-logging-spdlog_0.3.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/eloquent/rcl_logging_spdlog/0.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_logging_spdlog" diff --git a/meta-ros2-eloquent/generated-recipes/rcl/rcl-action_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rcl/rcl-action_0.8.5-1.bb index 9ecba47201a..7d548446166 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl/rcl-action_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl/rcl-action_0.8.5-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_action/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_action" diff --git a/meta-ros2-eloquent/generated-recipes/rcl/rcl-lifecycle_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rcl/rcl-lifecycle_0.8.5-1.bb index 728f83a5f64..811f6a313ef 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl/rcl-lifecycle_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl/rcl-lifecycle_0.8.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_lifecycle/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/rcl/rcl-yaml-param-parser_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rcl/rcl-yaml-param-parser_0.8.5-1.bb index 78a278c7a6e..f429035e400 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl/rcl-yaml-param-parser_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl/rcl-yaml-param-parser_0.8.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_yaml_param_parser/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl_yaml_param_parser" diff --git a/meta-ros2-eloquent/generated-recipes/rcl/rcl_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rcl/rcl_0.8.5-1.bb index 15203035bed..efa3713f932 100644 --- a/meta-ros2-eloquent/generated-recipes/rcl/rcl_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcl/rcl_0.8.5-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcl" diff --git a/meta-ros2-eloquent/generated-recipes/rclc/rclc-examples_0.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/rclc/rclc-examples_0.1.4-1.bb index 9d9129e9ca3..7521d1dbe3c 100644 --- a/meta-ros2-eloquent/generated-recipes/rclc/rclc-examples_0.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclc/rclc-examples_0.1.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_examples/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclc_examples" diff --git a/meta-ros2-eloquent/generated-recipes/rclc/rclc-lifecycle_0.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/rclc/rclc-lifecycle_0.1.4-1.bb index b7f647fb0af..dec9b8714f9 100644 --- a/meta-ros2-eloquent/generated-recipes/rclc/rclc-lifecycle_0.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclc/rclc-lifecycle_0.1.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_lifecycle/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclc_lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/rclc/rclc_0.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/rclc/rclc_0.1.4-1.bb index ddeae4f2713..56107a6e94b 100644 --- a/meta-ros2-eloquent/generated-recipes/rclc/rclc_0.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclc/rclc_0.1.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc/0.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclc" diff --git a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-action_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-action_0.8.5-1.bb index bb7c455e9a0..1ba3fb70bac 100644 --- a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-action_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-action_0.8.5-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_action/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclcpp_action" diff --git a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-components_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-components_0.8.5-1.bb index bcf1b5cbdc3..f946e748cfb 100644 --- a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-components_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-components_0.8.5-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_components/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclcpp_components" diff --git a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-lifecycle_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-lifecycle_0.8.5-1.bb index de2070f1d29..8f4f2a56a5e 100644 --- a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-lifecycle_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp-lifecycle_0.8.5-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_lifecycle/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclcpp_lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp_0.8.5-1.bb index d3ae08f0cd8..b0ff574be98 100644 --- a/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclcpp/rclcpp_0.8.5-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclcpp" diff --git a/meta-ros2-eloquent/generated-recipes/rclpy/rclpy_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rclpy/rclpy_0.8.5-1.bb index cd87c6a192c..1d1d1714a93 100644 --- a/meta-ros2-eloquent/generated-recipes/rclpy/rclpy_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rclpy/rclpy_0.8.5-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclpy-release/archive/release/eloquent/rclpy/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rclpy" diff --git a/meta-ros2-eloquent/generated-recipes/rcpputils/rcpputils_0.2.1-1.bb b/meta-ros2-eloquent/generated-recipes/rcpputils/rcpputils_0.2.1-1.bb index 66e99057ef2..83e8e726fd5 100644 --- a/meta-ros2-eloquent/generated-recipes/rcpputils/rcpputils_0.2.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcpputils/rcpputils_0.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcpputils-release/archive/release/eloquent/rcpputils/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcpputils" diff --git a/meta-ros2-eloquent/generated-recipes/rcutils/rcutils_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/rcutils/rcutils_0.8.5-1.bb index b3ffb3320eb..c793d0c911e 100644 --- a/meta-ros2-eloquent/generated-recipes/rcutils/rcutils_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rcutils/rcutils_0.8.5-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcutils-release/archive/release/eloquent/rcutils/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rcutils" diff --git a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense-camera-msgs_3.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense-camera-msgs_3.1.1-1.bb index 2d58b232074..7fc3cba834c 100644 --- a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense-camera-msgs_3.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense-camera-msgs_3.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/eloquent/realsense_camera_msgs/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/realsense_camera_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-camera_3.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-camera_3.1.1-1.bb index df783a476c0..27519eca987 100644 --- a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-camera_3.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-camera_3.1.1-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/eloquent/realsense2_camera/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/realsense2_camera" diff --git a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-node_3.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-node_3.1.1-1.bb index 47cfa2bad5e..1c4229756c8 100644 --- a/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-node_3.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/realsense2-camera/realsense2-node_3.1.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/eloquent/realsense2_node/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/realsense2_node" diff --git a/meta-ros2-eloquent/generated-recipes/realtime-support/rttest_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/realtime-support/rttest_0.8.2-1.bb index d00f081c63b..9e7aab32e8b 100644 --- a/meta-ros2-eloquent/generated-recipes/realtime-support/rttest_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/realtime-support/rttest_0.8.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/eloquent/rttest/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rttest" diff --git a/meta-ros2-eloquent/generated-recipes/realtime-support/tlsf-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/realtime-support/tlsf-cpp_0.8.2-1.bb index de1dd0de0d7..920c4df6dd5 100644 --- a/meta-ros2-eloquent/generated-recipes/realtime-support/tlsf-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/realtime-support/tlsf-cpp_0.8.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/eloquent/tlsf_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tlsf_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/realtime-tools/realtime-tools_2.0.0-2.bb b/meta-ros2-eloquent/generated-recipes/realtime-tools/realtime-tools_2.0.0-2.bb index 565322d7232..02f9e7014a1 100644 --- a/meta-ros2-eloquent/generated-recipes/realtime-tools/realtime-tools_2.0.0-2.bb +++ b/meta-ros2-eloquent/generated-recipes/realtime-tools/realtime-tools_2.0.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/eloquent/realtime_tools/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/realtime_tools" diff --git a/meta-ros2-eloquent/generated-recipes/resource-retriever/libcurl-vendor_2.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/resource-retriever/libcurl-vendor_2.2.2-1.bb index 8c30ef64157..737f0f5d326 100644 --- a/meta-ros2-eloquent/generated-recipes/resource-retriever/libcurl-vendor_2.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/resource-retriever/libcurl-vendor_2.2.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/eloquent/libcurl_vendor/2.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/libcurl_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/resource-retriever/resource-retriever_2.2.2-1.bb b/meta-ros2-eloquent/generated-recipes/resource-retriever/resource-retriever_2.2.2-1.bb index 2189d52dcca..9df2585b688 100644 --- a/meta-ros2-eloquent/generated-recipes/resource-retriever/resource-retriever_2.2.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/resource-retriever/resource-retriever_2.2.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/eloquent/resource_retriever/2.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/resource_retriever" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-cpp_0.8.2-1.bb index 3da55f2e82e..7c7bc0cb02b 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-cpp_0.8.2-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/eloquent/rmw_connext_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_connext_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.8.2-1.bb index 9a7c6d42445..53add6c0db4 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-connext/rmw-connext-shared-cpp_0.8.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/eloquent/rmw_connext_shared_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_connext_shared_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb index 4e0bace6153..a29b359c1a0 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/cyclonedds-cmake-module_0.7.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/eloquent/cyclonedds_cmake_module/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cyclonedds_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb index c78d06bcb93..bd60f4c0dff 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/eloquent/rmw_cyclonedds_cpp/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_cyclonedds_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.8.2-1.bb index c68d74a2a6f..cae8764ad54 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_0.8.2-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/eloquent/rmw_fastrtps_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_fastrtps_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.8.2-1.bb index 0878629c100..ac366aaa36a 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_0.8.2-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/eloquent/rmw_fastrtps_dynamic_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_fastrtps_dynamic_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.2-1.bb index 1f0e9cc69b5..bd9c98286c4 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/eloquent/rmw_fastrtps_shared_cpp/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_fastrtps_shared_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-implementation/rmw-implementation_0.8.2-2.bb b/meta-ros2-eloquent/generated-recipes/rmw-implementation/rmw-implementation_0.8.2-2.bb index 13351e75cb7..ae7b3ed779a 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-implementation/rmw-implementation_0.8.2-2.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-implementation/rmw-implementation_0.8.2-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/eloquent/rmw_implementation/0.8.2-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_implementation" diff --git a/meta-ros2-eloquent/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.8.1-1.bb index dbfec7035de..7fae48af9c6 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw-opensplice/rmw-opensplice-cpp_0.8.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_opensplice-release/archive/release/eloquent/rmw_opensplice_cpp/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_opensplice_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rmw/rmw-implementation-cmake_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rmw/rmw-implementation-cmake_0.8.1-1.bb index 1399dbef7b9..4e08775647a 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw/rmw-implementation-cmake_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw/rmw-implementation-cmake_0.8.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/eloquent/rmw_implementation_cmake/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw_implementation_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/rmw/rmw_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rmw/rmw_0.8.1-1.bb index 53c23977222..36eb1e6818f 100644 --- a/meta-ros2-eloquent/generated-recipes/rmw/rmw_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rmw/rmw_0.8.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/eloquent/rmw/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rmw" diff --git a/meta-ros2-eloquent/generated-recipes/robot-state-publisher/robot-state-publisher_2.3.1-1.bb b/meta-ros2-eloquent/generated-recipes/robot-state-publisher/robot-state-publisher_2.3.1-1.bb index a756ee50bc3..00209bdd003 100644 --- a/meta-ros2-eloquent/generated-recipes/robot-state-publisher/robot-state-publisher_2.3.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/robot-state-publisher/robot-state-publisher_2.3.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/robot_state_publisher-release/archive/release/eloquent/robot_state_publisher/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/robot_state_publisher" diff --git a/meta-ros2-eloquent/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb index db2ee2a0041..77704aefc2a 100644 --- a/meta-ros2-eloquent/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/eloquent/can_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/can_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/ros-environment/ros-environment_2.4.1-1.bb b/meta-ros2-eloquent/generated-recipes/ros-environment/ros-environment_2.4.1-1.bb index 2ce43e890b9..7f046cb9bbc 100644 --- a/meta-ros2-eloquent/generated-recipes/ros-environment/ros-environment_2.4.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros-environment/ros-environment_2.4.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_environment-release/archive/release/eloquent/ros_environment/2.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros_environment" diff --git a/meta-ros2-eloquent/generated-recipes/ros-testing/ros-testing_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros-testing/ros-testing_0.2.0-1.bb index 4fbb68968f0..43b3e961986 100644 --- a/meta-ros2-eloquent/generated-recipes/ros-testing/ros-testing_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros-testing/ros-testing_0.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/eloquent/ros_testing/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros_testing" diff --git a/meta-ros2-eloquent/generated-recipes/ros-testing/ros2test_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros-testing/ros2test_0.2.0-1.bb index 19c5a424969..b989cc3ea24 100644 --- a/meta-ros2-eloquent/generated-recipes/ros-testing/ros2test_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros-testing/ros2test_0.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/eloquent/ros2test/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2test" diff --git a/meta-ros2-eloquent/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb index ac07d83d871..85fa884d30e 100644 --- a/meta-ros2-eloquent/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_workspace-release/archive/release/eloquent/ros_workspace/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros_workspace" diff --git a/meta-ros2-eloquent/generated-recipes/ros1-bridge/ros1-bridge_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/ros1-bridge/ros1-bridge_0.8.3-1.bb index b8ac4d4536c..5ce9028f0fc 100644 --- a/meta-ros2-eloquent/generated-recipes/ros1-bridge/ros1-bridge_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros1-bridge/ros1-bridge_0.8.3-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros1_bridge-release/archive/release/eloquent/ros1_bridge/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros1_bridge" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.0-1.bb index 63981f35eb1..6531682390b 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/ros2-lgsvl-bridge-release/archive/release/eloquent/lgsvl_bridge/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/lgsvl_bridge" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ouster-msgs_0.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ouster-msgs_0.1.0-1.bb index 47e5fcddf80..bf34facccae 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ouster-msgs_0.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ouster-msgs_0.1.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/eloquent/ouster_msgs/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ouster_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ros2-ouster_0.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ros2-ouster_0.1.0-1.bb index 5225b30605e..9fa71f1b7a5 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ros2-ouster_0.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-ouster-driver/ros2-ouster_0.1.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/eloquent/ros2_ouster/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2_ouster" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-bringup_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-bringup_0.0.17-1.bb index 104e47b1d85..b825d9434cd 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-bringup_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-bringup_0.0.17-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_bringup/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_bringup" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-domain-expert_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-domain-expert_0.0.17-1.bb index 00442d2099d..31e34422ae3 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-domain-expert_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-domain-expert_0.0.17-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_domain_expert/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_domain_expert" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-executor_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-executor_0.0.17-1.bb index 3a1c5e5c3fc..6e4e4cb038f 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-executor_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-executor_0.0.17-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_executor/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_executor" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_0.0.17-1.bb index 5ec0a52e1e3..e107f0c55cf 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_0.0.17-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_lifecycle_manager/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_lifecycle_manager" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-msgs_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-msgs_0.0.17-1.bb index d76c0fbf606..0c01826c84a 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-msgs_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-msgs_0.0.17-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_msgs/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-pddl-parser_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-pddl-parser_0.0.17-1.bb index 71961b17e4c..d5d451f69ec 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-pddl-parser_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-pddl-parser_0.0.17-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_pddl_parser/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_pddl_parser" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-planner_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-planner_0.0.17-1.bb index e900723c6cf..0fcb6491cdc 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-planner_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-planner_0.0.17-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_planner/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_planner" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-problem-expert_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-problem-expert_0.0.17-1.bb index 90a1c602376..1ac8fca9260 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-problem-expert_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-problem-expert_0.0.17-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_problem_expert/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_problem_expert" diff --git a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-terminal_0.0.17-1.bb b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-terminal_0.0.17-1.bb index 9f89de83672..235e82db8cd 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-terminal_0.0.17-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2-planning-system/plansys2-terminal_0.0.17-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_terminal/0.0.17-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/plansys2_terminal" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2action_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2action_0.8.8-1.bb index 469a0678f5c..ce72a9ec409 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2action_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2action_0.8.8-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2action/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2action" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2cli_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2cli_0.8.8-1.bb index 860f4af5faf..239b4c17cc0 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2cli_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2cli_0.8.8-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2cli/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2cli" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2component_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2component_0.8.8-1.bb index 51de34a4073..c073011d74c 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2component_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2component_0.8.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2component/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2component" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2doctor_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2doctor_0.8.8-1.bb index 21d3d691c63..955307851fa 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2doctor_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2doctor_0.8.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2doctor/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2doctor" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2interface_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2interface_0.8.8-1.bb index 86c5065256f..54c3ef634dc 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2interface_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2interface_0.8.8-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2interface/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2interface" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.8.8-1.bb index f55f0d86cf1..10ef6c5436b 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.8.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2lifecycle_test_fixtures/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2lifecycle_test_fixtures" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle_0.8.8-1.bb index fdd1a3864f1..492cf378fc2 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2lifecycle_0.8.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2lifecycle/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2lifecycle" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2msg_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2msg_0.8.8-1.bb index 9ea8039c573..0ab400a6af3 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2msg_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2msg_0.8.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2msg/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2msg" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2multicast_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2multicast_0.8.8-1.bb index 132ebe5e9c6..7d3f94f115d 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2multicast_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2multicast_0.8.8-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2multicast/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2multicast" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2node_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2node_0.8.8-1.bb index fa6b4dbe92d..a7a1cbeff38 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2node_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2node_0.8.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2node/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2node" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2param_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2param_0.8.8-1.bb index 46c05714fd9..9510a5876d2 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2param_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2param_0.8.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2param/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2param" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2pkg_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2pkg_0.8.8-1.bb index eb93d53ab85..f72919b8235 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2pkg_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2pkg_0.8.8-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2pkg/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2pkg" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2run_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2run_0.8.8-1.bb index 2774fa9739f..184fdaa0023 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2run_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2run_0.8.8-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2run/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2run" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2service_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2service_0.8.8-1.bb index e69fb160512..58ac968c9d0 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2service_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2service_0.8.8-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2service/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2service" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2srv_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2srv_0.8.8-1.bb index f82c21a57ca..e0376e0fe1c 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2srv_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2srv_0.8.8-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2srv/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2srv" diff --git a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2topic_0.8.8-1.bb b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2topic_0.8.8-1.bb index 44a72f02df2..3361d9eb03b 100644 --- a/meta-ros2-eloquent/generated-recipes/ros2cli/ros2topic_0.8.8-1.bb +++ b/meta-ros2-eloquent/generated-recipes/ros2cli/ros2topic_0.8.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/eloquent/ros2topic/0.8.8-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2topic" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.7-4.bb b/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.7-4.bb index 53cc74d1cb2..24bbaa78067 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.7-4.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.7-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/eloquent/ros1_rosbag_storage_vendor/0.0.7-4.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros1_rosbag_storage_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.7-4.bb b/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.7-4.bb index 6a7ed63790d..e5fa5b4a060 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.7-4.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.7-4.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/eloquent/rosbag2_bag_v2_plugins/0.0.7-4.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_bag_v2_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/ros2bag_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/ros2bag_0.2.4-1.bb index 2e99e08d4c5..6b495039bff 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/ros2bag_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/ros2bag_0.2.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/ros2bag/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2bag" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.2.4-1.bb index 72781a03b4a..b2c2e34005b 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.2.4-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_converter_default_plugins/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_converter_default_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.2.4-1.bb index ba3e04cd1d4..ed45fa152ed 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.2.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_storage_default_plugins/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_storage_default_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage_0.2.4-1.bb index 787826ecd14..6552ceca280 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-storage_0.2.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_storage/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_storage" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-test-common_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-test-common_0.2.4-1.bb index 15340afabbf..c4b93d360cf 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-test-common_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-test-common_0.2.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_test_common/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_test_common" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-tests_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-tests_0.2.4-1.bb index 4987997b533..2057a386fe1 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-tests_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-tests_0.2.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_tests/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_tests" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-transport_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-transport_0.2.4-1.bb index 95dd608e063..5ee035e59e2 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-transport_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2-transport_0.2.4-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2_transport/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2_transport" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2_0.2.4-1.bb index ac772a0674b..15216e029eb 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/rosbag2_0.2.4-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/rosbag2/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosbag2" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/shared-queues-vendor_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/shared-queues-vendor_0.2.4-1.bb index a27f7b7d4c3..3176a4b4aab 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/shared-queues-vendor_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/shared-queues-vendor_0.2.4-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/shared_queues_vendor/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/shared_queues_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/rosbag2/sqlite3-vendor_0.2.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosbag2/sqlite3-vendor_0.2.4-1.bb index bcd21e38a1f..02831c93fc5 100644 --- a/meta-ros2-eloquent/generated-recipes/rosbag2/sqlite3-vendor_0.2.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosbag2/sqlite3-vendor_0.2.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/eloquent/sqlite3_vendor/0.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sqlite3_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb index ff3d101a550..2fcc02af66b 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_dds-release/archive/release/eloquent/rosidl_generator_dds_idl/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_generator_dds_idl" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-generators_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-generators_0.8.0-1.bb index a8a1750c807..acf260baa2a 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-generators_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-generators_0.8.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/eloquent/rosidl_default_generators/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_default_generators" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.8.0-1.bb index bc9d590e062..c31745dd4ab 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-defaults/rosidl-default-runtime_0.8.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/eloquent/rosidl_default_runtime/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_default_runtime" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-python/rosidl-generator-py_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-python/rosidl-generator-py_0.8.2-1.bb index de571ac6436..a1ff898263d 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-python/rosidl-generator-py_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-python/rosidl-generator-py_0.8.2-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/eloquent/rosidl_generator_py/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_generator_py" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.8.2-1.bb index ee2ac04cc83..6a49ab5cb42 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.8.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_runtime_py-release/archive/release/eloquent/rosidl_runtime_py/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_runtime_py" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.8.4-1.bb index 516d8edf25a..bd404b393a3 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_0.8.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/eloquent/connext_cmake_module/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/connext_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.8.4-1.bb index 748ec689456..a35c785a37c 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_0.8.4-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/eloquent/rosidl_typesupport_connext_c/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_connext_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.8.4-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.8.4-1.bb index fe529685a8e..4b4d9dbb1eb 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.8.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_0.8.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/eloquent/rosidl_typesupport_connext_cpp/0.8.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_connext_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.8.0-1.bb index 785fd4b78b8..0326fa90f1a 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_0.8.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/eloquent/fastrtps_cmake_module/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/fastrtps_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.8.0-1.bb index ad7fd6ab84d..dc427594daf 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_0.8.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/eloquent/rosidl_typesupport_fastrtps_c/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_fastrtps_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.8.0-1.bb index 8b9ee36909f..68784441e73 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_0.8.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/eloquent/rosidl_typesupport_fastrtps_cpp/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_fastrtps_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.8.1-1.bb index 26a5da7125c..a19a0e75baf 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/opensplice-cmake-module_0.8.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/eloquent/opensplice_cmake_module/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/opensplice_cmake_module" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.8.1-1.bb index ee64b85f89c..3217843ab8f 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-c_0.8.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/eloquent/rosidl_typesupport_opensplice_c/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_opensplice_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.8.1-1.bb index 5742946c03a..55bfb4fda5f 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport-opensplice/rosidl-typesupport-opensplice-cpp_0.8.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release/archive/release/eloquent/rosidl_typesupport_opensplice_cpp/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_opensplice_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.8.1-1.bb index 5266363e4ab..16a18075c04 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_0.8.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/eloquent/rosidl_typesupport_c/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.8.1-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.8.1-1.bb index 605b0ed0ff7..f06454867b9 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.8.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_0.8.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/eloquent/rosidl_typesupport_cpp/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-adapter_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-adapter_0.8.3-1.bb index 9c94380c308..626cf48f26c 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-adapter_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-adapter_0.8.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_adapter/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_adapter" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-cmake_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-cmake_0.8.3-1.bb index 4652f5b6e35..3c7539d4b0c 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-cmake_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-cmake_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_cmake/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-c_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-c_0.8.3-1.bb index 8bc0d902c6b..fc69b5ebf81 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-c_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-c_0.8.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_generator_c/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_generator_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-cpp_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-cpp_0.8.3-1.bb index b02b16e16bd..ea88f9c68ef 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-cpp_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-generator-cpp_0.8.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_generator_cpp/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_generator_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-parser_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-parser_0.8.3-1.bb index 402f003d6f7..388049f8218 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-parser_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-parser_0.8.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_parser/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_parser" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-interface_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-interface_0.8.3-1.bb index 558c76e4144..7c53fe0c059 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-interface_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-interface_0.8.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_typesupport_interface/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_interface" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.8.3-1.bb index cbd97ab1001..eb032ff0493 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-c_0.8.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_typesupport_introspection_c/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_introspection_c" diff --git a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bb b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bb index 4659bed3abc..a0db5655276 100644 --- a/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_typesupport_introspection_cpp/0.8.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rosidl_typesupport_introspection_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb index f495c6fe3c7..b3b5454f5c3 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_action-release/archive/release/eloquent/rqt_action/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_action" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb index feae9a6c01c..1ea4ad4a1c0 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_common_plugins-release/archive/release/eloquent/rqt_common_plugins/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_common_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb index 71e4f16094b..bdee8e3d120 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_console-release/archive/release/eloquent/rqt_console/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_console" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb index 32d461739fe..bba3b6d9b09 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-graph/rqt-graph_1.0.5-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_graph-release/archive/release/eloquent/rqt_graph/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_graph" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb index 342878faf48..28bf416297f 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-image-view/rqt-image-view_1.0.5-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_image_view-release/archive/release/eloquent/rqt_image_view/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_image_view" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb b/meta-ros2-eloquent/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb index 087634fb1bf..11614c9c3a7 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_moveit-release/archive/release/eloquent/rqt_moveit/1.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_moveit" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb index 23cdbe9844e..be0f6b19218 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_msg-release/archive/release/eloquent/rqt_msg/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_msg" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb index c1cec2797cf..a77cf1b436b 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_plot-release/archive/release/eloquent/rqt_plot/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_plot" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb index 9a51b0b0302..a7f39b9f848 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_publisher-release/archive/release/eloquent/rqt_publisher/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_publisher" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb index 14a3dc9d1af..79fafdf13e6 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_py_console-release/archive/release/eloquent/rqt_py_console/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_py_console" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.6-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.6-1.bb index a7172399b69..40e3fe09771 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.6-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/eloquent/rqt_reconfigure/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_reconfigure" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb index f9c278089f6..5e19e8f6cb6 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/eloquent/rqt_robot_monitor/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_robot_monitor" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb index 37efec0e5eb..e8a1c5d9d68 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_steering-release/archive/release/eloquent/rqt_robot_steering/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_robot_steering" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb index 6bad6e95bb7..67bf5c32536 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_service_caller-release/archive/release/eloquent/rqt_service_caller/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_service_caller" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb index 49fa698c8c8..6645cb4810e 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_shell-release/archive/release/eloquent/rqt_shell/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_shell" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb index e628583b5df..2bcf218cdab 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_srv-release/archive/release/eloquent/rqt_srv/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_srv" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.2-1.bb index c8362991075..0b675e4a50c 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_tf_tree-release/archive/release/eloquent/rqt_tf_tree/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_tf_tree" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb index 8de8e15cbcd..0989d2dabdc 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_top-release/archive/release/eloquent/rqt_top/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_top" diff --git a/meta-ros2-eloquent/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb index 574f08a29fc..5074b4ddc1e 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_topic-release/archive/release/eloquent/rqt_topic/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_topic" diff --git a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb index ebe0000a2fa..754b27f9716 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/eloquent/rqt_gui_cpp/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_gui_cpp" diff --git a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb index c0a037c466d..3379d905ba4 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/eloquent/rqt_gui_py/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_gui_py" diff --git a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui_1.0.5-1.bb index c7eaf5074a9..2c353ce0a45 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt/rqt-gui_1.0.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/eloquent/rqt_gui/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_gui" diff --git a/meta-ros2-eloquent/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb index 2fb8f3c6253..6929318e5a0 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/eloquent/rqt_py_common/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt_py_common" diff --git a/meta-ros2-eloquent/generated-recipes/rqt/rqt_1.0.5-1.bb b/meta-ros2-eloquent/generated-recipes/rqt/rqt_1.0.5-1.bb index 0ab8e0a6efb..f4c4f62332f 100644 --- a/meta-ros2-eloquent/generated-recipes/rqt/rqt_1.0.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rqt/rqt_1.0.5-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/eloquent/rqt/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rqt" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-assimp-vendor_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-assimp-vendor_7.0.7-1.bb index bdf5148e6ae..54fb5e4a433 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-assimp-vendor_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-assimp-vendor_7.0.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_assimp_vendor/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_assimp_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-common_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-common_7.0.7-1.bb index 8e3865c484f..744d5e464a6 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-common_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-common_7.0.7-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_common/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_common" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-default-plugins_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-default-plugins_7.0.7-1.bb index d5da16425a2..45ee136a3f0 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-default-plugins_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-default-plugins_7.0.7-1.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_default_plugins/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_default_plugins" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-ogre-vendor_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-ogre-vendor_7.0.7-1.bb index a9fd6e345cb..a0dcfc6c1e0 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-ogre-vendor_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-ogre-vendor_7.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_ogre_vendor/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_ogre_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering-tests_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering-tests_7.0.7-1.bb index 571f4913116..339efa3fa26 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering-tests_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering-tests_7.0.7-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_rendering_tests/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_rendering_tests" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering_7.0.7-1.bb index 07671baf229..aab8106a54e 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-rendering_7.0.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_rendering/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_rendering" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz-visual-testing-framework_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz-visual-testing-framework_7.0.7-1.bb index ead02c97d48..04a8b05f15e 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz-visual-testing-framework_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz-visual-testing-framework_7.0.7-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_visual_testing_framework/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz_visual_testing_framework" diff --git a/meta-ros2-eloquent/generated-recipes/rviz/rviz2_7.0.7-1.bb b/meta-ros2-eloquent/generated-recipes/rviz/rviz2_7.0.7-1.bb index 640e2c0b95d..0e61b9aa8b0 100644 --- a/meta-ros2-eloquent/generated-recipes/rviz/rviz2_7.0.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/rviz/rviz2_7.0.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz2/7.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/rviz2" diff --git a/meta-ros2-eloquent/generated-recipes/sick-scan2/sick-scan2_0.1.7-1.bb b/meta-ros2-eloquent/generated-recipes/sick-scan2/sick-scan2_0.1.7-1.bb index 9a96070905a..362555a6ccc 100644 --- a/meta-ros2-eloquent/generated-recipes/sick-scan2/sick-scan2_0.1.7-1.bb +++ b/meta-ros2-eloquent/generated-recipes/sick-scan2/sick-scan2_0.1.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_scan2-release/archive/release/eloquent/sick_scan2/0.1.7-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sick_scan2" diff --git a/meta-ros2-eloquent/generated-recipes/slam-toolbox/slam-toolbox_2.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/slam-toolbox/slam-toolbox_2.1.1-1.bb index 4aa9b2fb451..fbd852ca501 100644 --- a/meta-ros2-eloquent/generated-recipes/slam-toolbox/slam-toolbox_2.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/slam-toolbox/slam-toolbox_2.1.1-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/eloquent/slam_toolbox/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/slam_toolbox" diff --git a/meta-ros2-eloquent/generated-recipes/slide-show/slide-show_0.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/slide-show/slide-show_0.1.0-1.bb index 8076ba10745..94f3746597c 100644 --- a/meta-ros2-eloquent/generated-recipes/slide-show/slide-show_0.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/slide-show/slide-show_0.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/slide_show-release/archive/release/eloquent/slide_show/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/slide_show" diff --git a/meta-ros2-eloquent/generated-recipes/sophus/sophus_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/sophus/sophus_1.1.0-1.bb index e5ed522c987..a329d7653f8 100644 --- a/meta-ros2-eloquent/generated-recipes/sophus/sophus_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/sophus/sophus_1.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/sophus-release/archive/release/eloquent/sophus/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sophus" diff --git a/meta-ros2-eloquent/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.1.3-1.bb b/meta-ros2-eloquent/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.1.3-1.bb index 51341397daf..6c331dbdfa2 100644 --- a/meta-ros2-eloquent/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.1.3-1.bb +++ b/meta-ros2-eloquent/generated-recipes/spatio-temporal-voxel-layer/spatio-temporal-voxel-layer_2.1.3-1.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/spatio_temporal_voxel_layer-release/archive/release/eloquent/spatio_temporal_voxel_layer/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/spatio_temporal_voxel_layer" diff --git a/meta-ros2-eloquent/generated-recipes/spdlog-vendor/spdlog-vendor_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/spdlog-vendor/spdlog-vendor_1.0.1-1.bb index 4cf94292d21..72eeeb95b6a 100644 --- a/meta-ros2-eloquent/generated-recipes/spdlog-vendor/spdlog-vendor_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/spdlog-vendor/spdlog-vendor_1.0.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/spdlog_vendor-release/archive/release/eloquent/spdlog_vendor/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/spdlog_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/sros2/sros2-cmake_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/sros2/sros2-cmake_0.8.2-1.bb index edf5d3c5221..2a795d37bc9 100644 --- a/meta-ros2-eloquent/generated-recipes/sros2/sros2-cmake_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/sros2/sros2-cmake_0.8.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/eloquent/sros2_cmake/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sros2_cmake" diff --git a/meta-ros2-eloquent/generated-recipes/sros2/sros2_0.8.2-1.bb b/meta-ros2-eloquent/generated-recipes/sros2/sros2_0.8.2-1.bb index 93a9d32a75a..2d80446a0cc 100644 --- a/meta-ros2-eloquent/generated-recipes/sros2/sros2_0.8.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/sros2/sros2_0.8.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/eloquent/sros2/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/sros2" diff --git a/meta-ros2-eloquent/generated-recipes/swri-console/swri-console_2.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/swri-console/swri-console_2.0.0-1.bb index ab44207304a..2e5bd3b54e7 100644 --- a/meta-ros2-eloquent/generated-recipes/swri-console/swri-console_2.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/swri-console/swri-console_2.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/swri_console-release/archive/release/eloquent/swri_console/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/swri_console" diff --git a/meta-ros2-eloquent/generated-recipes/system-modes/system-modes-examples_0.4.1-1.bb b/meta-ros2-eloquent/generated-recipes/system-modes/system-modes-examples_0.4.1-1.bb index 344c599f6e8..68f92a677db 100644 --- a/meta-ros2-eloquent/generated-recipes/system-modes/system-modes-examples_0.4.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/system-modes/system-modes-examples_0.4.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/eloquent/system_modes_examples/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/system_modes_examples" diff --git a/meta-ros2-eloquent/generated-recipes/system-modes/system-modes_0.4.1-1.bb b/meta-ros2-eloquent/generated-recipes/system-modes/system-modes_0.4.1-1.bb index 013764577dd..a8f2fcbe27d 100644 --- a/meta-ros2-eloquent/generated-recipes/system-modes/system-modes_0.4.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/system-modes/system-modes_0.4.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/eloquent/system_modes/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/system_modes" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb index ed349ef4eee..5f7048c4cce 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-tools/joy-teleop_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/eloquent/joy_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/joy_teleop" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb index db0d6cac29d..cd994a2c9b9 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-tools/key-teleop_1.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/eloquent/key_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/key_teleop" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb index 0c3f89516a3..560bedc0255 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-tools/mouse-teleop_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/eloquent/mouse_teleop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/mouse_teleop" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb index 780b854aafd..3ea7a5eefe0 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools-msgs_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/eloquent/teleop_tools_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/teleop_tools_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb index a563f712bef..627c9944c8d 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-tools/teleop-tools_1.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/eloquent/teleop_tools/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/teleop_tools" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.3.0-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.3.0-1.bb index ea85064aeaf..7218b70d892 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.3.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.3.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_joy-release/archive/release/eloquent/teleop_twist_joy/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/teleop_twist_joy" diff --git a/meta-ros2-eloquent/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.1-1.bb b/meta-ros2-eloquent/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.1-1.bb index de320224fda..18e4e39c731 100644 --- a/meta-ros2-eloquent/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_keyboard-release/archive/release/eloquent/teleop_twist_keyboard/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/teleop_twist_keyboard" diff --git a/meta-ros2-eloquent/generated-recipes/test-interface-files/test-interface-files_0.8.0-1.bb b/meta-ros2-eloquent/generated-recipes/test-interface-files/test-interface-files_0.8.0-1.bb index a58f55686d8..604fdfef684 100644 --- a/meta-ros2-eloquent/generated-recipes/test-interface-files/test-interface-files_0.8.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/test-interface-files/test-interface-files_0.8.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/test_interface_files-release/archive/release/eloquent/test_interface_files/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/test_interface_files" diff --git a/meta-ros2-eloquent/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.1-1.bb index 75d46d7e7bf..d221a183be4 100644 --- a/meta-ros2-eloquent/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/tinydir-vendor/tinydir-vendor_1.1.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinydir_vendor-release/archive/release/eloquent/tinydir_vendor/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tinydir_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb b/meta-ros2-eloquent/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb index 7fd797ea209..48610e6558e 100644 --- a/meta-ros2-eloquent/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.7.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml_vendor-release/archive/release/eloquent/tinyxml_vendor/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tinyxml_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb b/meta-ros2-eloquent/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb index e66b7407cbe..bdcc7701f47 100644 --- a/meta-ros2-eloquent/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.6.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml2_vendor-release/archive/release/eloquent/tinyxml2_vendor/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tinyxml2_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/tlsf/tlsf_0.5.0-1.bb b/meta-ros2-eloquent/generated-recipes/tlsf/tlsf_0.5.0-1.bb index 1fc5bc5fd75..818366d53ae 100644 --- a/meta-ros2-eloquent/generated-recipes/tlsf/tlsf_0.5.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/tlsf/tlsf_0.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tlsf-release/archive/release/eloquent/tlsf/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tlsf" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb index 5243f0757e8..24b34a3c6ae 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_msgs-release/archive/release/eloquent/turtlebot3_msgs/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.0-1.bb index c5fe094dd55..1b0fc66fa0b 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_bringup/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_bringup" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.0-1.bb index ffa1ed4ee36..a8dc7e20bdc 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_cartographer/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_cartographer" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-description_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-description_2.1.0-1.bb index 9c2a03b5739..8388d6542be 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-description_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-description_2.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_description/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_description" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-example_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-example_2.1.0-1.bb index 45dfe0dff5e..896a06db02c 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-example_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-example_2.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_example/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_example" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.0-1.bb index f6ed18aa247..37295b2c2ba 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_navigation2/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_navigation2" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-node_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-node_2.1.0-1.bb index f9479428322..1dcf66a44e3 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-node_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-node_2.1.0-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_node/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_node" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.0-1.bb index a4137324baf..4f6591c4eb5 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3_teleop/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3_teleop" diff --git a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3_2.1.0-1.bb index c80d53b31d4..40cb998fabf 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlebot3/turtlebot3_2.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/eloquent/turtlebot3/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlebot3" diff --git a/meta-ros2-eloquent/generated-recipes/turtlesim/turtlesim_1.1.2-1.bb b/meta-ros2-eloquent/generated-recipes/turtlesim/turtlesim_1.1.2-1.bb index 9b5a275b917..6f43be844fa 100644 --- a/meta-ros2-eloquent/generated-recipes/turtlesim/turtlesim_1.1.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/turtlesim/turtlesim_1.1.2-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_tutorials-release/archive/release/eloquent/turtlesim/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/turtlesim" diff --git a/meta-ros2-eloquent/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb index 3d35d8b4860..c38145c6d2d 100644 --- a/meta-ros2-eloquent/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/udp-msgs/udp-msgs_0.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_msgs-release/archive/release/eloquent/udp_msgs/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/udp_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bb b/meta-ros2-eloquent/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bb index 1eba9ec0ebf..69629129981 100644 --- a/meta-ros2-eloquent/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/uncrustify_vendor-release/archive/release/eloquent/uncrustify_vendor/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/uncrustify_vendor" diff --git a/meta-ros2-eloquent/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb b/meta-ros2-eloquent/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb index abb399f48b4..35c76018864 100644 --- a/meta-ros2-eloquent/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/unique_identifier_msgs-release/archive/release/eloquent/unique_identifier_msgs/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/unique_identifier_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb index f2602817882..799f3405dcd 100644 --- a/meta-ros2-eloquent/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_py-release/archive/release/eloquent/urdfdom_py/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urdfdom_py" diff --git a/meta-ros2-eloquent/generated-recipes/urdf/urdf_2.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/urdf/urdf_2.2.0-1.bb index 6ffae22e721..42fc4c27494 100644 --- a/meta-ros2-eloquent/generated-recipes/urdf/urdf_2.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urdf/urdf_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/eloquent/urdf/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urdf" diff --git a/meta-ros2-eloquent/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb index e5460b71e1b..4ff6adc6a5f 100644 --- a/meta-ros2-eloquent/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.4-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_headers-release/archive/release/eloquent/urdfdom_headers/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urdfdom_headers" diff --git a/meta-ros2-eloquent/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb b/meta-ros2-eloquent/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb index ea2d8ae782d..5adcd7a707e 100644 --- a/meta-ros2-eloquent/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urdfdom/urdfdom_2.2.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom-release/archive/release/eloquent/urdfdom/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urdfdom" diff --git a/meta-ros2-eloquent/generated-recipes/urg-c/urg-c_1.0.4000-1.bb b/meta-ros2-eloquent/generated-recipes/urg-c/urg-c_1.0.4000-1.bb index 75eb04268c9..59366432f69 100644 --- a/meta-ros2-eloquent/generated-recipes/urg-c/urg-c_1.0.4000-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urg-c/urg-c_1.0.4000-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_c-release/archive/release/eloquent/urg_c/1.0.4000-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urg_c" diff --git a/meta-ros2-eloquent/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb index c578d4378e6..15676fffe2f 100644 --- a/meta-ros2-eloquent/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node_msgs-release/archive/release/eloquent/urg_node_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urg_node_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/urg-node/urg-node_1.0.1-1.bb b/meta-ros2-eloquent/generated-recipes/urg-node/urg-node_1.0.1-1.bb index f231874a205..fc1f92a4d2c 100644 --- a/meta-ros2-eloquent/generated-recipes/urg-node/urg-node_1.0.1-1.bb +++ b/meta-ros2-eloquent/generated-recipes/urg-node/urg-node_1.0.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node-release/archive/release/eloquent/urg_node/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/urg_node" diff --git a/meta-ros2-eloquent/generated-recipes/variants/desktop_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/variants/desktop_0.8.5-1.bb index 98a249afd88..28fc18ace65 100644 --- a/meta-ros2-eloquent/generated-recipes/variants/desktop_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/variants/desktop_0.8.5-1.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/eloquent/desktop/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/desktop" diff --git a/meta-ros2-eloquent/generated-recipes/variants/ros-base_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/variants/ros-base_0.8.5-1.bb index 1a3c677627b..0bdf16affe5 100644 --- a/meta-ros2-eloquent/generated-recipes/variants/ros-base_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/variants/ros-base_0.8.5-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/eloquent/ros_base/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros_base" diff --git a/meta-ros2-eloquent/generated-recipes/variants/ros-core_0.8.5-1.bb b/meta-ros2-eloquent/generated-recipes/variants/ros-core_0.8.5-1.bb index cddebda7427..5a868d5e186 100644 --- a/meta-ros2-eloquent/generated-recipes/variants/ros-core_0.8.5-1.bb +++ b/meta-ros2-eloquent/generated-recipes/variants/ros-core_0.8.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/eloquent/ros_core/0.8.5-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros_core" diff --git a/meta-ros2-eloquent/generated-recipes/velocity-smoother/velocity-smoother_0.14.0-1.bb b/meta-ros2-eloquent/generated-recipes/velocity-smoother/velocity-smoother_0.14.0-1.bb index 6849a1d2296..e1967f8c2d9 100644 --- a/meta-ros2-eloquent/generated-recipes/velocity-smoother/velocity-smoother_0.14.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velocity-smoother/velocity-smoother_0.14.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/velocity_smoother-release/archive/release/eloquent/velocity_smoother/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velocity_smoother" diff --git a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb index 4abfc9b6984..ac2145c6a3b 100644 --- a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/eloquent/velodyne_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velodyne_driver" diff --git a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb index b817ccf87a1..1d587dbd25e 100644 --- a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/eloquent/velodyne_laserscan/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velodyne_laserscan" diff --git a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb index 42d9ec2e2df..ba7ac109568 100644 --- a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/eloquent/velodyne_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velodyne_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb index d40ae3ba830..0175032eef9 100644 --- a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/eloquent/velodyne_pointcloud/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velodyne_pointcloud" diff --git a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne_2.1.0-1.bb b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne_2.1.0-1.bb index 8df7cf90668..c393589a26e 100644 --- a/meta-ros2-eloquent/generated-recipes/velodyne/velodyne_2.1.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/velodyne/velodyne_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/eloquent/velodyne/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/velodyne" diff --git a/meta-ros2-eloquent/generated-recipes/vision-msgs/vision-msgs_2.0.0-2.bb b/meta-ros2-eloquent/generated-recipes/vision-msgs/vision-msgs_2.0.0-2.bb index 54bf0973793..4c8a059ea92 100644 --- a/meta-ros2-eloquent/generated-recipes/vision-msgs/vision-msgs_2.0.0-2.bb +++ b/meta-ros2-eloquent/generated-recipes/vision-msgs/vision-msgs_2.0.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/eloquent/vision_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/eloquent/vision_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb index 3d2c52a614f..2be4e3c0e53 100644 --- a/meta-ros2-eloquent/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/vision-opencv/cv-bridge_2.1.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/eloquent/cv_bridge/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/cv_bridge" diff --git a/meta-ros2-eloquent/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb index 37ae980a4a0..32340ab43a8 100644 --- a/meta-ros2-eloquent/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/vision-opencv/image-geometry_2.1.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/eloquent/image_geometry/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/image_geometry" diff --git a/meta-ros2-eloquent/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb b/meta-ros2-eloquent/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb index 4a62da8b845..62742fe0f2e 100644 --- a/meta-ros2-eloquent/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/vision-opencv/vision-opencv_2.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/eloquent/vision_opencv/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/vision_opencv" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-abb_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-abb_1.0.2-1.bb index baaff2c0641..b0932c4449a 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-abb_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-abb_1.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_abb/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_abb" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-core_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-core_1.0.2-1.bb index 204106d7c60..82af2436eba 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-core_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-core_1.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_core/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_core" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-demos_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-demos_1.0.2-1.bb index 2e4140fc9d9..25e676f630a 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-demos_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-demos_1.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_demos/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_demos" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.2-1.bb index 6c25b67b27d..e5db1179310 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_epuck/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_epuck" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-examples_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-examples_1.0.2-1.bb index 73d436eeac9..276e4aff554 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-examples_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-examples_1.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_examples/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_examples" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-importer_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-importer_1.0.2-1.bb index 1c541cfae61..b01b3e0864f 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-importer_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-importer_1.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_importer/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_importer" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.2-1.bb index 89d480f1e30..741cea14d60 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_msgs" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.2-1.bb index b6113c912df..d064b9f070d 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_tiago/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_tiago" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.2-1.bb index 0ee18008cf1..5e82fc6c8a9 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_universal_robot/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_universal_robot" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.2-1.bb index b15da4508a4..c966c039b38 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2_ur_e_description/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2_ur_e_description" diff --git a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2_1.0.2-1.bb b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2_1.0.2-1.bb index ea6bb0e8cbe..5b6a4796485 100644 --- a/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2_1.0.2-1.bb +++ b/meta-ros2-eloquent/generated-recipes/webots-ros2/webots-ros2_1.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/eloquent/webots_ros2/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/webots_ros2" diff --git a/meta-ros2-eloquent/generated-recipes/xacro/xacro_2.0.4-1.bb b/meta-ros2-eloquent/generated-recipes/xacro/xacro_2.0.4-1.bb index 6209f7a8333..058a341dd22 100644 --- a/meta-ros2-eloquent/generated-recipes/xacro/xacro_2.0.4-1.bb +++ b/meta-ros2-eloquent/generated-recipes/xacro/xacro_2.0.4-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/xacro-release/archive/release/eloquent/xacro/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/xacro" diff --git a/meta-ros2-eloquent/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.0-1.bb b/meta-ros2-eloquent/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.0-1.bb index b4d4ea26c99..88f50869bf2 100644 --- a/meta-ros2-eloquent/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.0-1.bb +++ b/meta-ros2-eloquent/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/yaml_cpp_vendor-release/archive/release/eloquent/yaml_cpp_vendor/7.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/yaml_cpp_vendor" diff --git a/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend index a8bf010d44c..56892874bf1 100644 --- a/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/BehaviorTreeV3/cmake \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bbappend index 61e2db70d4f..5d133c78bf9 100644 --- a/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/behaviortree-cpp-v3/behaviortree-cpp-v3_3.5.3-1.bbappend @@ -6,4 +6,4 @@ ROS_BUILD_DEPENDS += " \ " # OpenEmbedded will automatically add the dependency on the elfutils package that contains libdw.so . -ROS_EXEC_DEPENDS_remove = "elfutils" +ROS_EXEC_DEPENDS:remove = "elfutils" diff --git a/meta-ros2-eloquent/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend index 8e6de34f5da..12d17e1735c 100644 --- a/meta-ros2-eloquent/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://0001-FindLuaGoogle.cmake-explicitly-link-with-dl.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-eloquent/recipes-bbappends/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/cascade-lifecycle/cascade-lifecycle-msgs_0.0.5-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/costmap-converter/costmap-converter_0.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/costmap-converter/costmap-converter_0.1.1-1.bbappend index 5a89b2ce47d..040fab9adaf 100644 --- a/meta-ros2-eloquent/recipes-bbappends/costmap-converter/costmap-converter_0.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/costmap-converter/costmap-converter_0.1.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Make-it-compatible-with-OpenCV-4.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-4.bbappend b/meta-ros2-eloquent/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-4.bbappend index 941323f51b1..90504285db6 100644 --- a/meta-ros2-eloquent/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-4.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-4.bbappend @@ -3,7 +3,7 @@ # IDLC depends on maven and we don't want meta-ros to depend on meta-java just for that EXTRA_OECMAKE += "-DBUILD_IDLC=OFF" -FILES_${PN}-dev += "${datadir}/CycloneDDS" +FILES:${PN}-dev += "${datadir}/CycloneDDS" inherit ros_insane_dev_so diff --git a/meta-ros2-eloquent/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend index e2301ac5823..d502ec8cc9e 100644 --- a/meta-ros2-eloquent/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend @@ -7,8 +7,8 @@ # /usr/lib/dynamic-graph-plugins/libtracer-real-time.so.4.2.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-graph: 4 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" -FILES_${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" +FILES:${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" +FILES:${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-graph path '/work/core2-64-oe-linux/dynamic-graph/4.2.2-1-r0/packages-split/dynamic-graph/usr/lib/libdynamic-graph.so' [dev-so] # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. diff --git a/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend index 5dfb1566b14..27a6e31b938 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend @@ -3,4 +3,4 @@ inherit ros_insane_dev_so # sophus PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" diff --git a/meta-ros2-eloquent/recipes-bbappends/ecl-tools/ecl-license_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/ecl-tools/ecl-license_%.bbappend index 78608d6b997..d376f2e0b62 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ecl-tools/ecl-license_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ecl-tools/ecl-license_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-eloquent/recipes-bbappends/filters/filters_2.0.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/filters/filters_2.0.0-1.bbappend index ca7d88444ab..fd71a1d88ee 100644 --- a/meta-ros2-eloquent/recipes-bbappends/filters/filters_2.0.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/filters/filters_2.0.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-filter_base.hpp-use-unsigned-long-instead-of-size_t-.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bbappend index 66349349d54..651ddbd7f00 100644 --- a/meta-ros2-eloquent/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_0.2.0-1.bbappend @@ -7,5 +7,5 @@ ROS_BUILD_DEPENDS += " \ # branches were recreated, the SRCREV exists, but isn't included in any branch ROS_BRANCH = "nobranch=1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-just-depend-on-system-fmilibrary-with.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend index 238189824bd..1bd6c6e17c5 100644 --- a/meta-ros2-eloquent/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/geographic-info/geodesy_1.0.1-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. # ROS2 is python3-only and python2 is blacklisted here -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_append = " python3-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:append = " python3-catkin-pkg" diff --git a/meta-ros2-eloquent/recipes-bbappends/googletest/gmock-vendor_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/googletest/gmock-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-eloquent/recipes-bbappends/googletest/gmock-vendor_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/googletest/gmock-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-eloquent/recipes-bbappends/googletest/gtest-vendor_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/googletest/gtest-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-eloquent/recipes-bbappends/googletest/gtest-vendor_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/googletest/gtest-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-eloquent/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend index 04724a51bcf..6c3f5f88ee9 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-enable-C-language-to-fix-try_compile-.patch \ file://0002-CMakeLists.txt-drop-s.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bbappend index ee97f117897..0865455e870 100644 --- a/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-depth-image-transport_2.2.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-codec.cpp-make-it-compatible-with-OpenCV-4.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.2.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.2.1-1.bbappend index e8f712e1971..574938d46ef 100644 --- a/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.2.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/image-transport-plugins/compressed-image-transport_2.2.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-compressed_publisher.cpp-make-it-compatible-with-Ope.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bbappend index c5bb86bdb1c..e1b7f6e3c00 100644 --- a/meta-ros2-eloquent/recipes-bbappends/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-update-libusb-libftdi-pkg-config-names-to.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/kobuki-ros-interfaces/kobuki-ros-interfaces_1.0.0-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend index 2c28775d3cb..640c73aee1e 100644 --- a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend @@ -18,7 +18,7 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-io_1.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-io_1.1.1-1.bbappend index d043c8863ad..7b6373b087a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-io_1.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-io_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend index d043c8863ad..7b6373b087a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend index d043c8863ad..7b6373b087a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-eloquent/recipes-bbappends/launch/launch-testing_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/launch/launch-testing_%.bbappend index 30164ddc695..5d9e1b63a40 100644 --- a/meta-ros2-eloquent/recipes-bbappends/launch/launch-testing_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/launch/launch-testing_%.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # This component puts *_proc files under libdir. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/lib/${ROS_BPN} \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/librealsense2/librealsense2_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/librealsense2/librealsense2_%.bbappend index 0f4ec372e30..f4c971564a2 100644 --- a/meta-ros2-eloquent/recipes-bbappends/librealsense2/librealsense2_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/librealsense2/librealsense2_%.bbappend @@ -4,7 +4,7 @@ # non -dev/-dbg/nativesdk- package contains symlink .so: librealsense2 path '/work/core2-64-oe-linux/librealsense2/2.38.1-4-r0/packages-split/librealsense2/usr/lib/librealsense2.so' [dev-so] inherit ros_insane_dev_so -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI_FW = "http://realsense-hw-public.s3.amazonaws.com/Releases" SRC_URI += " \ file://0001-common-fw-CMakeLists.txt-respect-_FW_URL-when-set.patch \ diff --git a/meta-ros2-eloquent/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend index 364d3a4b65a..3ff71e311fc 100644 --- a/meta-ros2-eloquent/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend @@ -2,7 +2,7 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libyaml-with-bitbake-fetcher.patch \ file://0001-CMakeLists.txt-use-platform-libyaml-when-available-i.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-opencv-util_3.3.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-opencv-util_3.3.2-1.bbappend index 8aba2797f08..ff5ffa2b5cb 100644 --- a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-opencv-util_3.3.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-opencv-util_3.3.2-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # Fails with boost-1.69.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-show.cpp-don-t-make-CvWindows-private.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend index 2cb31019fd3..c9ca3baac68 100644 --- a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "python-psutil" -ROS_EXEC_DEPENDS_append = " python3-psutil" +ROS_EXEC_DEPENDS:remove = "python-psutil" +ROS_EXEC_DEPENDS:append = " python3-psutil" -# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS:swri-prefix-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE, which uses busybox to provide # bash by default, but with newer OSE this should respect @@ -12,5 +12,5 @@ RDEPENDS_${PN} += "bash" # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-dashing layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend index 1438087307f..560eb7e5025 100644 --- a/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN} += "${prefix}/launch" +FILES:${PN} += "${prefix}/launch" diff --git a/meta-ros2-eloquent/recipes-bbappends/mavlink/mavlink_2020.11.11-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/mavlink/mavlink_2020.11.11-1.bbappend index 74ea0860967..d1dd308d217 100644 --- a/meta-ros2-eloquent/recipes-bbappends/mavlink/mavlink_2020.11.11-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/mavlink/mavlink_2020.11.11-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0002-mavgenerate.py-pymavlink-use-python3.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-critics_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-critics_0.3.5-1.bbappend index 998e076395a..65cb983d5c5 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-critics_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-critics_0.3.5-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN} += "${datadir}/default_critics.xml" +FILES:${PN} += "${datadir}/default_critics.xml" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-msgs_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-msgs_0.3.5-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-msgs_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-msgs_0.3.5-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-plugins_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-plugins_0.3.5-1.bbappend index e4c39f53a59..95f5dcafd17 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-plugins_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/dwb-plugins_0.3.5-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN} += "${datadir}/plugins.xml" +FILES:${PN} += "${datadir}/plugins.xml" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav-2d-msgs_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav-2d-msgs_0.3.5-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav-2d-msgs_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav-2d-msgs_0.3.5-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-msgs_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-msgs_0.3.5-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-msgs_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-msgs_0.3.5-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-navfn-planner_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-navfn-planner_0.3.5-1.bbappend index c5dc011bb70..3b083bbe191 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-navfn-planner_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-navfn-planner_0.3.5-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/global_planner_plugin.xml \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-recoveries_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-recoveries_0.3.5-1.bbappend index 9ab193c7c2b..ff53855e759 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-recoveries_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/nav2-recoveries_0.3.5-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN} += "${datadir}/recovery_plugin.xml" +FILES:${PN} += "${datadir}/recovery_plugin.xml" diff --git a/meta-ros2-eloquent/recipes-bbappends/navigation2/navigation2_0.3.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/navigation2/navigation2_0.3.5-1.bbappend index 1347e70910c..c9a1fdf23e4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/navigation2/navigation2_0.3.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/navigation2/navigation2_0.3.5-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # All rviz recipes aren't available without qtbase -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" diff --git a/meta-ros2-eloquent/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend index 166a4c46201..a32eeabfbe2 100644 --- a/meta-ros2-eloquent/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/test" +FILES:${PN} += "${prefix}/test" diff --git a/meta-ros2-eloquent/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend index 503a5ab2c4b..528be553706 100644 --- a/meta-ros2-eloquent/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/octomap/dynamic-edt-3d_1.9.3-1.bbappend @@ -4,14 +4,14 @@ # /usr/share/dynamicEDT3D/dynamicEDT3DConfig.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets-release.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # WARNING: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-eloquent/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend index 6c5ecb8084e..ade93b4f389 100644 --- a/meta-ros2-eloquent/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/octomap/octomap_1.9.3-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # WARNING: octomap-1.9.2-1-r0 do_package_qa: QA Issue: octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/log2graph contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/binvox2bt contains probably-redundant RPATH /usr/lib @@ -12,7 +12,7 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/convert_octree contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.2 contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomap.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend index fdde651b079..827d2dcbb1e 100644 --- a/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend @@ -7,5 +7,5 @@ LICENSE = "LGPL-3.0+" DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/poco-vendor/poco-vendor_1.2.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/poco-vendor/poco-vendor_1.2.0-1.bbappend index b8bd87eeee4..432962f0018 100644 --- a/meta-ros2-eloquent/recipes-bbappends/poco-vendor/poco-vendor_1.2.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/poco-vendor/poco-vendor_1.2.0-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" diff --git a/meta-ros2-eloquent/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend index f37305c4a33..264f9c5479c 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.4.4-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # Only aarch64 prebuilt binaries are missing GNU_HASH -INSANE_SKIP_${PN}_append_aarch64 = " ldflags" +INSANE_SKIP:${PN}:append:aarch64 = " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN}_append_aarch64 = " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-eloquent/recipes-bbappends/rcl/rcl-yaml-param-parser_0.8.5-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/rcl/rcl-yaml-param-parser_0.8.5-1.bbappend index 42db3a33625..55582d37516 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rcl/rcl-yaml-param-parser_0.8.5-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rcl/rcl-yaml-param-parser_0.8.5-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-yaml.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend index 04012c36cc2..ce4a16c9b0a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "rmw-connext-cpp" -ROS_BUILD_DEPENDS_remove = "rmw-opensplice-cpp" +ROS_BUILD_DEPENDS:remove = "rmw-connext-cpp" +ROS_BUILD_DEPENDS:remove = "rmw-opensplice-cpp" -ROS_EXPORT_DEPENDS_remove = "rmw-opensplice-cpp" -ROS_EXEC_DEPENDS_remove = "rmw-opensplice-cpp" +ROS_EXPORT_DEPENDS:remove = "rmw-opensplice-cpp" +ROS_EXEC_DEPENDS:remove = "rmw-opensplice-cpp" -ROS_BUILD_DEPENDS_append = "rosidl-adapter-native" -ROS_EXEC_DEPENDS_append = " rmw-fastrtps-cpp" +ROS_BUILD_DEPENDS:append = "rosidl-adapter-native" +ROS_EXEC_DEPENDS:append = " rmw-fastrtps-cpp" diff --git a/meta-ros2-eloquent/recipes-bbappends/ros-environment/ros-environment_2.4.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros-environment/ros-environment_2.4.1-1.bbappend index b7d37156443..b12021ca4d5 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros-environment/ros-environment_2.4.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros-environment/ros-environment_2.4.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " \ +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " \ file://add-os-override.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend index 40e3deeee5d..2d82f957cda 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend @@ -6,7 +6,7 @@ # # Create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login. Place it in a separate package # which will be added to images when IMAGE_FEATURES contains "ros-implicit-workspace" -do_install_append() { +do_install:append() { profile_dir=${sysconfdir}/profile.d/ros mkdir -p ${D}$profile_dir cd ${D}$profile_dir @@ -53,6 +53,6 @@ do_install_append() { PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend index c0365550cb2..ff96a40ae9a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake-core" -ROS_BUILD_DEPENDS_remove = "ament-package" +ROS_BUILD_DEPENDS:remove = "ament-cmake-core" +ROS_BUILD_DEPENDS:remove = "ament-package" ROS_BUILDTOOL_DEPENDS += " \ ament-cmake-core-native \ ament-package-native \ @@ -10,5 +10,5 @@ ROS_BUILDTOOL_DEPENDS += " \ # The package find files from CMAKE_INSTALL_PREFIX that is just absolute "/usr". # Need to pass the native sysroot folder path. export STAGING_DIR_NATIVE -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" diff --git a/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ouster-msgs_0.1.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ouster-msgs_0.1.0-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ouster-msgs_0.1.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ouster-msgs_0.1.0-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.1.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.1.0-1.bbappend index 83bdd85a417..9d69b4525a2 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.1.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros2-ouster-driver/ros2-ouster_0.1.0-1.bbappend @@ -5,10 +5,10 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" DEPENDS += "jsoncpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-jsoncpp.patch" # Fails with webOS OSE which by default uses -Werror=return-type diff --git a/meta-ros2-eloquent/recipes-bbappends/ros2-planning-system/plansys2-msgs_0.0.17-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros2-planning-system/plansys2-msgs_0.0.17-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros2-planning-system/plansys2-msgs_0.0.17-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros2-planning-system/plansys2-msgs_0.0.17-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/ros2cli/ros2cli_0.8.8-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/ros2cli/ros2cli_0.8.8-1.bbappend index ae322df0caa..31879cccda9 100644 --- a/meta-ros2-eloquent/recipes-bbappends/ros2cli/ros2cli_0.8.8-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/ros2cli/ros2cli_0.8.8-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. # Needed to run ros2 commands on the target. -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-codecs \ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \ diff --git a/meta-ros2-eloquent/recipes-bbappends/rosbag2/shared-queues-vendor_0.2.4-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/rosbag2/shared-queues-vendor_0.2.4-1.bbappend index 035a8a4f6d3..e3785304467 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rosbag2/shared-queues-vendor_0.2.4-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rosbag2/shared-queues-vendor_0.2.4-1.bbappend @@ -4,7 +4,7 @@ # https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip # https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip # with curl during do_compile use bitbake git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch \ git://github.com/cameron314/readerwriterqueue.git;protocol=https;name=singleproducerconsumer-upstream;destsuffix=git/singleproducerconsumer-upstream \ git://github.com/cameron314/concurrentqueue.git;protocol=https;name=concurrentqueue-upstream;destsuffix=git/concurrentqueue-upstream \ diff --git a/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend index 98377bc794a..50f709b05c6 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" diff --git a/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend index 9f264aea6fd..9b0d1f7ec94 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" diff --git a/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-adapter_0.8.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-adapter_0.8.3-1.bbappend index 8b9e2cf44e1..9212e982d48 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-adapter_0.8.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-adapter_0.8.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake" +ROS_BUILD_DEPENDS:remove = "ament-cmake" ROS_BUILDTOOL_DEPENDS += "ament-cmake-native" diff --git a/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bbappend index de7c3f0be61..2ed579dcb73 100644 --- a/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/rosidl/rosidl-typesupport-introspection-cpp_0.8.3-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_append = " \ +ROS_BUILD_DEPENDS:append = " \ rosidl-generator-c \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.0.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.0.1-1.bbappend index ac9d388fe68..f557db151bf 100644 --- a/meta-ros2-eloquent/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.0.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.0.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. # spdlog is header only library and PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "spdlog" +RDEPENDS:${PN}:remove = "spdlog" diff --git a/meta-ros2-eloquent/recipes-bbappends/system-modes/system-modes-examples_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/system-modes/system-modes-examples_%.bbappend index 66014a66151..0897eaac344 100644 --- a/meta-ros2-eloquent/recipes-bbappends/system-modes/system-modes-examples_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/system-modes/system-modes-examples_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN}_prepend = "${datadir}/example_modes.yaml " +FILES:${PN}:prepend = "${datadir}/example_modes.yaml " diff --git a/meta-ros2-eloquent/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend index e5f56139901..5cf2e6bc828 100644 --- a/meta-ros2-eloquent/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/teleop-tools/mouse-teleop_1.1.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_EXEC_DEPENDS_remove = "python-numpy" -ROS_EXEC_DEPENDS_append = " python3-numpy" +ROS_EXEC_DEPENDS:remove = "python-numpy" +ROS_EXEC_DEPENDS:append = " python3-numpy" diff --git a/meta-ros2-eloquent/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.1-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.1-1.bbappend index b4339d1c158..508d91ed714 100644 --- a/meta-ros2-eloquent/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.1-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/tinydir-vendor/tinydir-vendor_1.1.1-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/cxong/tinydir/archive/1.2.4.tar.gz # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-tinydir-with-bitbake-fetcher.patch \ git://github.com/cxong/tinydir.git;protocol=https;name=tinydir;destsuffix=git/tinydir-upstream \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bbappend index 9c0d5101177..d66240542b3 100644 --- a/meta-ros2-eloquent/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.3.0-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # uncrustify appears in both ROS_BUILD_DEPENDS and ROS_EXPORT_DEPENDS, so it's easier to remove it from DEPENDS. -DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" -ROS_EXEC_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" diff --git a/meta-ros2-eloquent/recipes-bbappends/urdfdom/urdfdom_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/urdfdom/urdfdom_%.bbappend index 3e514c21804..f67e849c194 100644 --- a/meta-ros2-eloquent/recipes-bbappends/urdfdom/urdfdom_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/urdfdom/urdfdom_%.bbappend @@ -3,6 +3,6 @@ inherit ros_insane_dev_so # The cmake subdirectory is under libdir/ROS_BPN instead of datadir/ROS_BPN. -FILES_${PN}-dev_prepend = " \ +FILES:${PN}-dev:prepend = " \ ${libdir}/${ROS_BPN}/cmake \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend index 044a0da2f0c..31e84adabe4 100644 --- a/meta-ros2-eloquent/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/urg-node-msgs/urg-node-msgs_1.0.0-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/variants/ros-core_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/variants/ros-core_%.bbappend index 97373c51351..f2ec3ab2c7a 100644 --- a/meta-ros2-eloquent/recipes-bbappends/variants/ros-core_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/variants/ros-core_%.bbappend @@ -6,14 +6,14 @@ ROS_EXEC_DEPENDS += " \ " # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "ament-cmake" -ROS_EXEC_DEPENDS_remove = "ament-cmake-auto" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gmock" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gtest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-pytest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-ros" -ROS_EXEC_DEPENDS_remove = "ament-index-cpp" -ROS_EXEC_DEPENDS_remove = "ament-index-python" -ROS_EXEC_DEPENDS_remove = "ament-lint-auto" -ROS_EXEC_DEPENDS_remove = "ament-lint-common" -ROS_EXEC_DEPENDS_remove = "rosidl-default-generators" +ROS_EXEC_DEPENDS:remove = "ament-cmake" +ROS_EXEC_DEPENDS:remove = "ament-cmake-auto" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gmock" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gtest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-pytest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-ros" +ROS_EXEC_DEPENDS:remove = "ament-index-cpp" +ROS_EXEC_DEPENDS:remove = "ament-index-python" +ROS_EXEC_DEPENDS:remove = "ament-lint-auto" +ROS_EXEC_DEPENDS:remove = "ament-lint-common" +ROS_EXEC_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-eloquent/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend index cfaf1b96804..ae5e736f566 100644 --- a/meta-ros2-eloquent/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: velodyne-driver-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: velodyne-driver-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS:velodyne-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-eloquent/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend b/meta-ros2-eloquent/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend index 66e76a873b4..615ebbf8b93 100644 --- a/meta-ros2-eloquent/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/vision-opencv/cv-bridge_2.1.4-1.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-add-OpenCV4-support-addresses-ros-perception-vision_.patch \ file://0002-CMakeLists.txt-search-for-boost_python-Python3_VERSI.patch \ " diff --git a/meta-ros2-eloquent/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend b/meta-ros2-eloquent/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend index 01e9175ff90..a54209a1c35 100644 --- a/meta-ros2-eloquent/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend +++ b/meta-ros2-eloquent/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend @@ -6,5 +6,5 @@ DESCRIPTION = "Wrapper around yaml-cpp, it provides a fixed CMake module." # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-platform-yaml-cpp.patch" diff --git a/meta-ros2-eloquent/recipes-core/packagegroups/packagegroup-ros-world-eloquent.bb b/meta-ros2-eloquent/recipes-core/packagegroups/packagegroup-ros-world-eloquent.bb index f8e59827998..d8e05bf7e12 100644 --- a/meta-ros2-eloquent/recipes-core/packagegroups/packagegroup-ros-world-eloquent.bb +++ b/meta-ros2-eloquent/recipes-core/packagegroups/packagegroup-ros-world-eloquent.bb @@ -11,16 +11,16 @@ inherit ros_distro_eloquent PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "test-osrf-testing-tools-cpp" +RDEPENDS:${PN}:remove = "test-osrf-testing-tools-cpp" # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ connext-cmake-module \ rmw-connext-cpp \ @@ -29,7 +29,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ rosidl-typesupport-connext-cpp \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE = " \ opensplice-cmake-module \ rmw-opensplice-cpp \ @@ -37,7 +37,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENSPLICE = " \ rosidl-typesupport-opensplice-cpp \ " # Can't build these until we figure out how to build clang-format, clang-tidy without building all of clang. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-clang-format \ ament-clang-tidy \ @@ -46,26 +46,26 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ " # Depends on python3-docker which is available in meta-virtualization, but we don't want to add the # dependency on this layer to meta-ros yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'docker', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'docker', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOCKER = " \ cross-compile \ " # Needs work to launch qemu to run tests on image on build machine. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH = " \ launch-testing-ament-cmake \ " # recipes depending on python3-matplotlib # there is python2 version in meta-ros-common/recipes-devtools/python/python-matplotlib_2.1.1.bb # but no python3 version yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-matplotlib', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-matplotlib', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYTHON3_MATPLOTLIB = " \ desktop \ rqt-common-plugins \ rqt-plot \ " # Depends on coin-or libcbc for which we don't have recipes yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coin-or', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COIN_OR}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coin-or', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COIN_OR}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COIN_OR = " \ plansys2-bringup \ plansys2-executor \ @@ -76,22 +76,22 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COIN_OR = " \ popf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ " # Not compatible with newer libftdi included in meta-oe: https://github.com/kobuki-base/kobuki_ftdi/issues/3 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'kobuki-ftdi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'kobuki-ftdi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI = " \ kobuki-ftdi \ " # recipes depending on openvdb and openexr for which we don't have recipes yet -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openvdb-openexr', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENVDB_OPENEXR}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'openvdb-openexr', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENVDB_OPENEXR}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENVDB_OPENEXR = " \ spatio-temporal-voxel-layer \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ joint-state-publisher-gui \ py-trees-js \ @@ -127,7 +127,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ rqt-top \ rqt-topic \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ nav2-rviz-plugins \ mapviz \ @@ -148,7 +148,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ webots-ros2-universal-robot \ webots-ros2 \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ desktop \ joint-state-publisher-gui \ @@ -208,13 +208,13 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ swri-console \ turtlesim \ " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ dolly \ dolly-gazebo \ @@ -225,22 +225,22 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ nav2-system-tests \ " # Depends on libqt4-dev from https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt4', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT4 = " \ octovis \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ libg2o \ rviz-ogre-vendor \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api \ " @@ -249,10 +249,10 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" # do_configure failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_TRAFFIC_RULES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_TRAFFIC_RULES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_TRAFFIC_RULES = " \ lanelet2-examples \ lanelet2-python \ @@ -261,7 +261,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_TRAFFIC_RULES = " lanelet2-validation \ lanelet2 \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-io', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_IO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-io', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_IO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LANELET2_IO = " \ lanelet2-io \ lanelet2-projection \ diff --git a/meta-ros2-eloquent/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb b/meta-ros2-eloquent/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb index aacb7319121..b625529c7d5 100644 --- a/meta-ros2-eloquent/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb +++ b/meta-ros2-eloquent/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "a29bf26b2e2d51f122f29d17346b69dbbd809182373feb968b55 inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.4 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.4" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/ros2trace_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/ros2trace_0.2.12-1.bb index 38167b2e557..85cc758c5e5 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/ros2trace_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/ros2trace_0.2.12-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/ros2trace/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/ros2trace" diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-launch_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-launch_0.2.12-1.bb index 6c788f73f1e..39527d7a3e9 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-launch_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-launch_0.2.12-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/tracetools_launch/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tracetools_launch" diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-read_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-read_0.2.12-1.bb index 469a5ecd6af..bfe809bd490 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-read_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-read_0.2.12-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/tracetools_read/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tracetools_read" diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-test_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-test_0.2.12-1.bb index 024c3e2c6d2..7ac321a37a7 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-test_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-test_0.2.12-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/tracetools_test/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tracetools_test" diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-trace_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-trace_0.2.12-1.bb index 1e3ba75b792..9760058aac0 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-trace_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools-trace_0.2.12-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/tracetools_trace/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tracetools_trace" diff --git a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools_0.2.12-1.bb b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools_0.2.12-1.bb index e7b68fe6782..6acc65110e6 100644 --- a/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools_0.2.12-1.bb +++ b/meta-ros2-eloquent/recipes-ros2/ros2-tracing/tracetools_0.2.12-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/eloquent/tracetools/0.2.12-1.tar.gz ROS_BRANCH ?= "branch=release/eloquent/tracetools" diff --git a/meta-ros2-foxy/conf/ros-distro/include/foxy/generated/superflore-ros-distro.inc b/meta-ros2-foxy/conf/ros-distro/include/foxy/generated/superflore-ros-distro.inc index 549bbf5e83f..cc7fb7ab844 100644 --- a/meta-ros2-foxy/conf/ros-distro/include/foxy/generated/superflore-ros-distro.inc +++ b/meta-ros2-foxy/conf/ros-distro/include/foxy/generated/superflore-ros-distro.inc @@ -2500,7 +2500,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_FOXY = " \ rosidl-typesupport-introspection-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_FOXY}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_FOXY}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-lxml \ diff --git a/meta-ros2-foxy/conf/ros-distro/include/foxy/ros-distro.inc b/meta-ros2-foxy/conf/ros-distro/include/foxy/ros-distro.inc index a5b3bb0206e..d63219be123 100644 --- a/meta-ros2-foxy/conf/ros-distro/include/foxy/ros-distro.inc +++ b/meta-ros2-foxy/conf/ros-distro/include/foxy/ros-distro.inc @@ -40,7 +40,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ " # this needs google-benchmark-vendor-native but we probably don't need native version -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_remove = "ament-cmake-google-benchmark-native" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:remove = "ament-cmake-google-benchmark-native" # alternative not yet supported implementation for fastrtps ROS_WORLD_SKIP_GROUPS += "connext" @@ -139,7 +139,7 @@ ROS_WORLD_SKIP_GROUPS += " \ # and having it in a .bbappend sets it too late. # We want ament_cmake instead of plain cmake for ros-workspace: # https://raw.github.com/ros2-gbp/ros_workspace-release/release/foxy/ros_workspace/1.0.1-1/package.xml -ROS_BUILD_TYPE_pn-ros-workspace = "ament_cmake" +ROS_BUILD_TYPE:pn-ros-workspace = "ament_cmake" # Used by generated-recipes/cyclonedds/cyclonedds_0.7.0-1.bb: ROS_UNRESOLVED_DEP-java-native = "" diff --git a/meta-ros2-foxy/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb index d315c798773..90f77a7b0e7 100644 --- a/meta-ros2-foxy/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/ackermann-msgs/ackermann-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/ackermann_msgs-release/archive/release/foxy/ackermann_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ackermann_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb index 3f7dcc33ec7..db877da5365 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/foxy/ament_cmake_ros/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_ros" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb index f1cb7218436..0eb8fb376d0 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/foxy/domain_coordinator/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/domain_coordinator" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-auto_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-auto_0.9.8-1.bb index 72bf65efa57..a1c6309fd08 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-auto_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-auto_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_auto/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_auto" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-core_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-core_0.9.8-1.bb index 540fa6b0657..99d73a92005 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-core_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-core_0.9.8-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_core/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_core" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.9.8-1.bb index 61b1e5f33fc..fd8fbbd1dc9 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-definitions_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_definitions/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_definitions" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.9.8-1.bb index 417074dc499..9e3b2bad292 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-dependencies_0.9.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_dependencies/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_dependencies" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.9.8-1.bb index 3d163f72e64..d1b7420fd91 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-include-directories_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_include_directories/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_include_directories" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.9.8-1.bb index 777b5bffe76..808fcfd559b 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-interfaces_0.9.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_interfaces/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.9.8-1.bb index eca03a2b362..619b986c467 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-libraries_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_libraries/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_libraries" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.9.8-1.bb index 2ea02739a64..6ef1f31ca79 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-link-flags_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_link_flags/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_link_flags" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-targets_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-targets_0.9.8-1.bb index 5a6ce937d1a..3420c6b9091 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-targets_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-export-targets_0.9.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_export_targets/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_export_targets" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gmock_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gmock_0.9.8-1.bb index 410ba2595fd..9229d24f87a 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gmock_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gmock_0.9.8-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_gmock/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_gmock" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-google-benchmark_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-google-benchmark_0.9.8-1.bb index a104dcc985f..c1f59fbdb07 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-google-benchmark_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-google-benchmark_0.9.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_google_benchmark/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_google_benchmark" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gtest_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gtest_0.9.8-1.bb index 7948ec2b771..4fb1ddd0975 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gtest_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-gtest_0.9.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_gtest/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_gtest" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-include-directories_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-include-directories_0.9.8-1.bb index 8e35ed85bab..c8b6406df58 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-include-directories_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-include-directories_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_include_directories/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_include_directories" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-libraries_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-libraries_0.9.8-1.bb index 4046c49ccb4..f15c889dbcc 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-libraries_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-libraries_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_libraries/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_libraries" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-nose_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-nose_0.9.8-1.bb index fe74abd71ef..1168b09e085 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-nose_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-nose_0.9.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_nose/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_nose" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-pytest_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-pytest_0.9.8-1.bb index 52652d938f7..3f46b4428c4 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-pytest_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-pytest_0.9.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_pytest/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_pytest" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-python_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-python_0.9.8-1.bb index 72eb6677b88..07686c57838 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-python_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-python_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_python/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_python" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.9.8-1.bb index fc6bb28cc08..f94a075df5d 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-target-dependencies_0.9.8-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_target_dependencies/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_target_dependencies" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-test_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-test_0.9.8-1.bb index 04b0a6febf8..71e2fb0cbfb 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-test_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-test_0.9.8-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_test/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_test" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-version_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-version_0.9.8-1.bb index 3542788d556..215c570a3c4 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-version_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake-version_0.9.8-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_version/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_version" diff --git a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake_0.9.8-1.bb b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake_0.9.8-1.bb index 86e1559a8d3..1e28de9f54e 100644 --- a/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake_0.9.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-cmake/ament-cmake_0.9.8-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake/0.9.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake" diff --git a/meta-ros2-foxy/generated-recipes/ament-index/ament-index-cpp_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/ament-index/ament-index-cpp_1.0.2-1.bb index 03555d5d3ad..ed388a32297 100644 --- a/meta-ros2-foxy/generated-recipes/ament-index/ament-index-cpp_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-index/ament-index-cpp_1.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/foxy/ament_index_cpp/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_index_cpp" diff --git a/meta-ros2-foxy/generated-recipes/ament-index/ament-index-python_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/ament-index/ament-index-python_1.0.2-1.bb index 3d25b232fef..243c87d3f34 100644 --- a/meta-ros2-foxy/generated-recipes/ament-index/ament-index-python_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-index/ament-index-python_1.0.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/foxy/ament_index_python/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_index_python" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-format_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-format_0.9.6-1.bb index 8a173e92536..c30ab1b454d 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-format_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-format_0.9.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_clang_format/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_clang_format" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-tidy_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-tidy_0.9.6-1.bb index d21f37e62f0..d45624330c3 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-tidy_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-clang-tidy_0.9.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_clang_tidy/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_clang_tidy" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-format_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-format_0.9.6-1.bb index 5bef0c4c5d9..86e8384aa07 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-format_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-format_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_clang_format/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_clang_format" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.9.6-1.bb index 1bd1dc6e188..d895fcd2876 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_clang_tidy/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_clang_tidy" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-copyright_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-copyright_0.9.6-1.bb index 6870dbf1c4c..06d8c05072f 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-copyright_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-copyright_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_copyright/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_copyright" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cppcheck_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cppcheck_0.9.6-1.bb index 2563e62fce8..358092aa35f 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cppcheck_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cppcheck_0.9.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_cppcheck/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_cppcheck" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cpplint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cpplint_0.9.6-1.bb index 2c5240fc18f..14f72a92f62 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cpplint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-cpplint_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_cpplint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_cpplint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-flake8_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-flake8_0.9.6-1.bb index ac431027feb..6a4e32386b4 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-flake8_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-flake8_0.9.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_flake8/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_flake8" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.9.6-1.bb index 7f6a45e1a90..af02a17638a 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.9.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_lint_cmake/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_lint_cmake" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-mypy_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-mypy_0.9.6-1.bb index 5a60073bebb..b7b58ddf79e 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-mypy_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-mypy_0.9.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_mypy/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_mypy" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pclint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pclint_0.9.6-1.bb index 5e45a175911..05e0343306a 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pclint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pclint_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_pclint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_pclint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pep257_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pep257_0.9.6-1.bb index fc8b1638ebd..e59b525116a 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pep257_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pep257_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_pep257/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_pep257" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.9.6-1.bb index 43d583cb3ef..95e742f7d86 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_pycodestyle/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_pycodestyle" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pyflakes_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pyflakes_0.9.6-1.bb index f9cc04e61cf..ca7d9f18b62 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pyflakes_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-pyflakes_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_pyflakes/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_pyflakes" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-uncrustify_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-uncrustify_0.9.6-1.bb index af9bf9bae9b..aa6507428ae 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-uncrustify_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-uncrustify_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_uncrustify/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_uncrustify" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-xmllint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-xmllint_0.9.6-1.bb index ee7469c5a0b..110f6ace3bf 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-xmllint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cmake-xmllint_0.9.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cmake_xmllint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cmake_xmllint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-copyright_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-copyright_0.9.6-1.bb index 6a00ef81990..7ab8ddb0ed7 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-copyright_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-copyright_0.9.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_copyright/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_copyright" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cppcheck_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cppcheck_0.9.6-1.bb index a8fb341c4cc..eae45736826 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cppcheck_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cppcheck_0.9.6-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cppcheck/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cppcheck" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cpplint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cpplint_0.9.6-1.bb index 9eec3f078a7..cf3052fa137 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-cpplint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-cpplint_0.9.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_cpplint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_cpplint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-flake8_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-flake8_0.9.6-1.bb index 2b985e08cfa..fa2df605933 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-flake8_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-flake8_0.9.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_flake8/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_flake8" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-auto_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-auto_0.9.6-1.bb index 77cdd64b6fb..1dc1b239409 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-auto_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-auto_0.9.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_lint_auto/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_lint_auto" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-cmake_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-cmake_0.9.6-1.bb index a17272f3e79..e9a7ed3594b 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-cmake_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-cmake_0.9.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_lint_cmake/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_lint_cmake" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-common_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-common_0.9.6-1.bb index 3128284da7f..4ed578fea5a 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-common_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint-common_0.9.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_lint_common/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_lint_common" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint_0.9.6-1.bb index 9e18ac8efc1..0096c34ee98 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-lint_0.9.6-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_lint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_lint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-mypy_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-mypy_0.9.6-1.bb index bbc432b37cd..cf02e10a708 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-mypy_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-mypy_0.9.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_mypy/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_mypy" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pclint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pclint_0.9.6-1.bb index d5412b25d2f..3dcd5c5df3f 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pclint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pclint_0.9.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_pclint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_pclint" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pep257_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pep257_0.9.6-1.bb index 16e25984fa0..2afa5a77ebd 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pep257_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pep257_0.9.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_pep257/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_pep257" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pycodestyle_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pycodestyle_0.9.6-1.bb index b7bca2bb594..15a46f1fc2e 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pycodestyle_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pycodestyle_0.9.6-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_pycodestyle/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_pycodestyle" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pyflakes_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pyflakes_0.9.6-1.bb index 88b41247c86..b17389b16fa 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-pyflakes_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-pyflakes_0.9.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_pyflakes/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_pyflakes" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-uncrustify_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-uncrustify_0.9.6-1.bb index 0e5f0aadf09..ede13ddc5d8 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-uncrustify_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-uncrustify_0.9.6-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_uncrustify/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_uncrustify" diff --git a/meta-ros2-foxy/generated-recipes/ament-lint/ament-xmllint_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ament-lint/ament-xmllint_0.9.6-1.bb index 459394d5199..b4871aea5be 100644 --- a/meta-ros2-foxy/generated-recipes/ament-lint/ament-xmllint_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-lint/ament-xmllint_0.9.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/foxy/ament_xmllint/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_xmllint" diff --git a/meta-ros2-foxy/generated-recipes/ament-nodl/ament-nodl_0.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ament-nodl/ament-nodl_0.1.0-1.bb index 87042e317e9..6996392abf9 100644 --- a/meta-ros2-foxy/generated-recipes/ament-nodl/ament-nodl_0.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-nodl/ament-nodl_0.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_nodl-release/archive/release/foxy/ament_nodl/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_nodl" diff --git a/meta-ros2-foxy/generated-recipes/ament-package/ament-package_0.9.5-1.bb b/meta-ros2-foxy/generated-recipes/ament-package/ament-package_0.9.5-1.bb index 2cf46554629..ffd6f05f79e 100644 --- a/meta-ros2-foxy/generated-recipes/ament-package/ament-package_0.9.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/ament-package/ament-package_0.9.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_package-release/archive/release/foxy/ament_package/0.9.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ament_package" diff --git a/meta-ros2-foxy/generated-recipes/angles/angles_1.12.3-1.bb b/meta-ros2-foxy/generated-recipes/angles/angles_1.12.3-1.bb index 93f5f5efee2..199694e576c 100644 --- a/meta-ros2-foxy/generated-recipes/angles/angles_1.12.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/angles/angles_1.12.3-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/angles-release/archive/release/foxy/angles/1.12.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/angles" diff --git a/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-bridge_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-bridge_1.0.0-1.bb index 94c57b910b1..8f7c9d3a87a 100644 --- a/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-bridge_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-bridge_1.0.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/ansys-vrxperience-ros2-release/archive/release/foxy/vrxperience_bridge/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/vrxperience_bridge" diff --git a/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bb index 918848ae043..41856d5bc45 100644 --- a/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/ansys-vrxperience-ros2-release/archive/release/foxy/vrxperience_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/vrxperience_msgs" diff --git a/meta-ros2-foxy/generated-recipes/apriltag/apriltag_3.1.2-2.bb b/meta-ros2-foxy/generated-recipes/apriltag/apriltag_3.1.2-2.bb index 76daaca211e..c725065820f 100644 --- a/meta-ros2-foxy/generated-recipes/apriltag/apriltag_3.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/apriltag/apriltag_3.1.2-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/AprilRobotics/apriltag-release/archive/release/foxy/apriltag/3.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/apriltag" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb index 3370d9d5b33..2fd72a6f22a 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/astuff-sensor-msgs_3.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/astuff_sensor_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/astuff_sensor_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb index 3f8e092d01e..2f42e8c43bc 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-esr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/delphi_esr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/delphi_esr_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb index 0646c52a7f2..aee010c101a 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-mrr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/delphi_mrr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/delphi_mrr_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb index c5ba9b3a4c3..79907c66e85 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/delphi-srr-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/delphi_srr_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/delphi_srr_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb index b4caef81754..8af27d25418 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/derived-object-msgs_3.1.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/derived_object_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/derived_object_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb index 9ae1e56ce26..a7135d28421 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/ibeo-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/ibeo_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ibeo_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb index 858d5e28653..3ea141cdf7c 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/kartech-linear-actuator-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/kartech_linear_actuator_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/kartech_linear_actuator_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb index 48175279a11..d0f73265a9d 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/mobileye-560-660-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/mobileye_560_660_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mobileye_560_660_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb index 924028b4383..503b91a1454 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/neobotix-usboard-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/neobotix_usboard_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/neobotix_usboard_msgs" diff --git a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb index 871813d57d7..b41ba663016 100644 --- a/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/astuff-sensor-msgs/pacmod-msgs_3.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/astuff_sensor_msgs-release/archive/release/foxy/pacmod_msgs/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pacmod_msgs" diff --git a/meta-ros2-foxy/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb index fc027624023..c8b2ab7bf2e 100644 --- a/meta-ros2-foxy/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/async_web_server_cpp-release/archive/release/foxy/async_web_server_cpp/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/async_web_server_cpp" diff --git a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb index 81ffff2a89e..b560e6bb342 100644 --- a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-autonomy-msgs_3.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/foxy/automotive_autonomy_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/automotive_autonomy_msgs" diff --git a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb index 5861bb41bc4..61dbc05db23 100644 --- a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-navigation-msgs_3.0.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/foxy/automotive_navigation_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/automotive_navigation_msgs" diff --git a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb index 614fc58c31b..0b0a9930461 100644 --- a/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/automotive-autonomy-msgs/automotive-platform-msgs_3.0.3-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/astuff/automotive_autonomy_msgs-release/archive/release/foxy/automotive_platform_msgs/3.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/automotive_platform_msgs" diff --git a/meta-ros2-foxy/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb b/meta-ros2-foxy/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb index b202193d81f..f6d3ee9fbfc 100644 --- a/meta-ros2-foxy/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/BehaviorTree/behaviortree_cpp-release/archive/release/foxy/behaviortree_cpp_v3/3.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/behaviortree_cpp_v3" diff --git a/meta-ros2-foxy/generated-recipes/bno055/bno055_0.1.1-3.bb b/meta-ros2-foxy/generated-recipes/bno055/bno055_0.1.1-3.bb index 86493065783..89ace4c86ee 100644 --- a/meta-ros2-foxy/generated-recipes/bno055/bno055_0.1.1-3.bb +++ b/meta-ros2-foxy/generated-recipes/bno055/bno055_0.1.1-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/bno055-release/archive/release/foxy/bno055/0.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/foxy/bno055" diff --git a/meta-ros2-foxy/generated-recipes/bond-core/bond-core_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/bond-core/bond-core_2.1.0-1.bb index a114560c834..0cf35d7cb83 100644 --- a/meta-ros2-foxy/generated-recipes/bond-core/bond-core_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/bond-core/bond-core_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/foxy/bond_core/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/bond_core" diff --git a/meta-ros2-foxy/generated-recipes/bond-core/bond_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/bond-core/bond_2.1.0-1.bb index 736315c746b..6db7fee0dae 100644 --- a/meta-ros2-foxy/generated-recipes/bond-core/bond_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/bond-core/bond_2.1.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/foxy/bond/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/bond" diff --git a/meta-ros2-foxy/generated-recipes/bond-core/bondcpp_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/bond-core/bondcpp_2.1.0-1.bb index 09a2a681d25..b39c078e635 100644 --- a/meta-ros2-foxy/generated-recipes/bond-core/bondcpp_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/bond-core/bondcpp_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/foxy/bondcpp/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/bondcpp" diff --git a/meta-ros2-foxy/generated-recipes/bond-core/smclib_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/bond-core/smclib_2.1.0-1.bb index e6cdcf50f09..6ea6d394fb8 100644 --- a/meta-ros2-foxy/generated-recipes/bond-core/smclib_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/bond-core/smclib_2.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/foxy/smclib/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/smclib" diff --git a/meta-ros2-foxy/generated-recipes/bond-core/test-bond_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/bond-core/test-bond_2.1.0-1.bb index c7bb40c67f7..4e05eed71a2 100644 --- a/meta-ros2-foxy/generated-recipes/bond-core/test-bond_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/bond-core/test-bond_2.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/foxy/test_bond/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_bond" diff --git a/meta-ros2-foxy/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb b/meta-ros2-foxy/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb index 9903b39cfaf..1e7ada04167 100644 --- a/meta-ros2-foxy/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/carla-msgs/carla-msgs_1.3.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/carla-simulator/ros-carla-msgs-release/archive/release/foxy/carla_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/carla_msgs" diff --git a/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb b/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb index 2576000ebcd..1b313ff9a4b 100644 --- a/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb +++ b/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/foxy/cartographer_ros_msgs/1.0.9003-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/cartographer_ros_msgs" diff --git a/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb b/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb index 2cbe53fc492..0b868bc215a 100644 --- a/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb +++ b/meta-ros2-foxy/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/foxy/cartographer_ros/1.0.9003-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/cartographer_ros" diff --git a/meta-ros2-foxy/generated-recipes/cartographer/cartographer_1.0.9001-1.bb b/meta-ros2-foxy/generated-recipes/cartographer/cartographer_1.0.9001-1.bb index 3ff789ba849..336be671ff2 100644 --- a/meta-ros2-foxy/generated-recipes/cartographer/cartographer_1.0.9001-1.bb +++ b/meta-ros2-foxy/generated-recipes/cartographer/cartographer_1.0.9001-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer-release/archive/release/foxy/cartographer/1.0.9001-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/cartographer" diff --git a/meta-ros2-foxy/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.7-4.bb b/meta-ros2-foxy/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.7-4.bb index 1a78b081c1c..adbedb774b1 100644 --- a/meta-ros2-foxy/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.7-4.bb +++ b/meta-ros2-foxy/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_0.0.7-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/foxy/cascade_lifecycle_msgs/0.0.7-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/cascade_lifecycle_msgs" diff --git a/meta-ros2-foxy/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.7-4.bb b/meta-ros2-foxy/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.7-4.bb index 18bb6a0b929..4b2b3625e45 100644 --- a/meta-ros2-foxy/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.7-4.bb +++ b/meta-ros2-foxy/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_0.0.7-4.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/foxy/rclcpp_cascade_lifecycle/0.0.7-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclcpp_cascade_lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/class-loader/class-loader_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/class-loader/class-loader_2.0.2-1.bb index 8df5d053b5a..0c23fc2432c 100644 --- a/meta-ros2-foxy/generated-recipes/class-loader/class-loader_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/class-loader/class-loader_2.0.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/class_loader-release/archive/release/foxy/class_loader/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/class_loader" diff --git a/meta-ros2-foxy/generated-recipes/color-names/color-names_0.0.1-1.bb b/meta-ros2-foxy/generated-recipes/color-names/color-names_0.0.1-1.bb index e3bdd55cda7..1f0670b35d5 100644 --- a/meta-ros2-foxy/generated-recipes/color-names/color-names_0.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/color-names/color-names_0.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/color_names-release/archive/release/foxy/color_names/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/color_names" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/actionlib-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/actionlib-msgs_2.0.4-1.bb index 078c88bcf6c..bd96a7f7810 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/actionlib-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/actionlib-msgs_2.0.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/actionlib_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/actionlib_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/common-interfaces_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/common-interfaces_2.0.4-1.bb index 5d3e3f48ca2..462877d13c5 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/common-interfaces_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/common-interfaces_2.0.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/common_interfaces/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/common_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/diagnostic-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/diagnostic-msgs_2.0.4-1.bb index 04e72f5a9c8..94640e94988 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/diagnostic-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/diagnostic-msgs_2.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/diagnostic_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/diagnostic_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/geometry-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/geometry-msgs_2.0.4-1.bb index 97c5a9024ad..57409448a75 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/geometry-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/geometry-msgs_2.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/geometry_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geometry_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/nav-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/nav-msgs_2.0.4-1.bb index d3d7ab22f18..c939c1a8a74 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/nav-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/nav-msgs_2.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/nav_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs-py_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs-py_2.0.4-1.bb index 2e164aef82b..83e7000828f 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs-py_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs-py_2.0.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/sensor_msgs_py/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sensor_msgs_py" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs_2.0.4-1.bb index d0fafc8a349..47be86f1f09 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/sensor-msgs_2.0.4-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/sensor_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sensor_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/shape-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/shape-msgs_2.0.4-1.bb index c1ce2f99b94..4658536970b 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/shape-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/shape-msgs_2.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/shape_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/shape_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/std-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/std-msgs_2.0.4-1.bb index d009ee1cb86..4e57a6b7a1d 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/std-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/std-msgs_2.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/std_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/std_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/std-srvs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/std-srvs_2.0.4-1.bb index 340e2460070..e66125d7ab0 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/std-srvs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/std-srvs_2.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/std_srvs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/std_srvs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/stereo-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/stereo-msgs_2.0.4-1.bb index d744f4bdfb6..4e38cf402f3 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/stereo-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/stereo-msgs_2.0.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/stereo_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/stereo_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/trajectory-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/trajectory-msgs_2.0.4-1.bb index c22a6f3326d..2c3bb0dd8a1 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/trajectory-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/trajectory-msgs_2.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/trajectory_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/trajectory_msgs" diff --git a/meta-ros2-foxy/generated-recipes/common-interfaces/visualization-msgs_2.0.4-1.bb b/meta-ros2-foxy/generated-recipes/common-interfaces/visualization-msgs_2.0.4-1.bb index 87a86e3e707..6c8eb41a0ce 100644 --- a/meta-ros2-foxy/generated-recipes/common-interfaces/visualization-msgs_2.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/common-interfaces/visualization-msgs_2.0.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/visualization_msgs/2.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/visualization_msgs" diff --git a/meta-ros2-foxy/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.4-1.bb b/meta-ros2-foxy/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.4-1.bb index bae216ad950..ce28d1ea599 100644 --- a/meta-ros2-foxy/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.2.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/console_bridge_vendor-release/archive/release/foxy/console_bridge_vendor/1.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/console_bridge_vendor" diff --git a/meta-ros2-foxy/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bb b/meta-ros2-foxy/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bb index 94510ad3f29..5fef4ed2f6c 100644 --- a/meta-ros2-foxy/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-safety/contracts_lite_vendor-release/archive/release/foxy/contracts_lite_vendor/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/contracts_lite_vendor" diff --git a/meta-ros2-foxy/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb b/meta-ros2-foxy/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb index 33458c6fd64..778efd705ca 100644 --- a/meta-ros2-foxy/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/control-box-rst/control-box-rst_0.0.7-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rst-tu-dortmund/control_box_rst-release/archive/release/foxy/control_box_rst/0.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/control_box_rst" diff --git a/meta-ros2-foxy/generated-recipes/control-msgs/control-msgs_2.5.1-1.bb b/meta-ros2-foxy/generated-recipes/control-msgs/control-msgs_2.5.1-1.bb index c67a5035b58..ecf3fdfdf2a 100644 --- a/meta-ros2-foxy/generated-recipes/control-msgs/control-msgs_2.5.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/control-msgs/control-msgs_2.5.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_msgs-release/archive/release/foxy/control_msgs/2.5.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/control_msgs" diff --git a/meta-ros2-foxy/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb index 4f1715663db..cfbdd632198 100644 --- a/meta-ros2-foxy/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_toolbox-release/archive/release/foxy/control_toolbox/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/control_toolbox" diff --git a/meta-ros2-foxy/generated-recipes/cyclonedds/cyclonedds_0.7.0-1.bb b/meta-ros2-foxy/generated-recipes/cyclonedds/cyclonedds_0.7.0-1.bb index d46d714ebad..87cb7eb6bf2 100644 --- a/meta-ros2-foxy/generated-recipes/cyclonedds/cyclonedds_0.7.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/cyclonedds/cyclonedds_0.7.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cyclonedds-release/archive/release/foxy/cyclonedds/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/cyclonedds" diff --git a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-cpp_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-cpp_0.9.3-1.bb index 2e86c7c76be..1be17d195d6 100644 --- a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-cpp_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-cpp_0.9.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/action_tutorials_cpp/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/action_tutorials_cpp" diff --git a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-interfaces_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-interfaces_0.9.3-1.bb index 05874df5f90..3e5557c6c0a 100644 --- a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-interfaces_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-interfaces_0.9.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/action_tutorials_interfaces/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/action_tutorials_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-py_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-py_0.9.3-1.bb index dc135b2adf4..307b9f62751 100644 --- a/meta-ros2-foxy/generated-recipes/demos/action-tutorials-py_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/action-tutorials-py_0.9.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/action_tutorials_py/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/action_tutorials_py" diff --git a/meta-ros2-foxy/generated-recipes/demos/composition_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/composition_0.9.3-1.bb index 40033cdd903..63e8136c7f0 100644 --- a/meta-ros2-foxy/generated-recipes/demos/composition_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/composition_0.9.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/composition/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/composition" diff --git a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp-rosnative_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp-rosnative_0.9.3-1.bb index cfa96eec0b4..28a19bb6f5d 100644 --- a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp-rosnative_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp-rosnative_0.9.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/demo_nodes_cpp_native/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/demo_nodes_cpp_native" diff --git a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp_0.9.3-1.bb index fa259e07429..30622f17c39 100644 --- a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-cpp_0.9.3-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/demo_nodes_cpp/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/demo_nodes_cpp" diff --git a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-py_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-py_0.9.3-1.bb index 78d7553f97d..ba707ff59c9 100644 --- a/meta-ros2-foxy/generated-recipes/demos/demo-nodes-py_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/demo-nodes-py_0.9.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/demo_nodes_py/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/demo_nodes_py" diff --git a/meta-ros2-foxy/generated-recipes/demos/dummy-map-server_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/dummy-map-server_0.9.3-1.bb index f4175a7f05d..c7f72364c1f 100644 --- a/meta-ros2-foxy/generated-recipes/demos/dummy-map-server_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/dummy-map-server_0.9.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/dummy_map_server/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dummy_map_server" diff --git a/meta-ros2-foxy/generated-recipes/demos/dummy-robot-bringup_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/dummy-robot-bringup_0.9.3-1.bb index a013d7d6c28..5031390078f 100644 --- a/meta-ros2-foxy/generated-recipes/demos/dummy-robot-bringup_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/dummy-robot-bringup_0.9.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/dummy_robot_bringup/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dummy_robot_bringup" diff --git a/meta-ros2-foxy/generated-recipes/demos/dummy-sensors_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/dummy-sensors_0.9.3-1.bb index 907379258a9..45f4bb39006 100644 --- a/meta-ros2-foxy/generated-recipes/demos/dummy-sensors_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/dummy-sensors_0.9.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/dummy_sensors/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dummy_sensors" diff --git a/meta-ros2-foxy/generated-recipes/demos/image-tools_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/image-tools_0.9.3-1.bb index 204ebbcf508..a773ae1793d 100644 --- a/meta-ros2-foxy/generated-recipes/demos/image-tools_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/image-tools_0.9.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/image_tools/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_tools" diff --git a/meta-ros2-foxy/generated-recipes/demos/intra-process-demo_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/intra-process-demo_0.9.3-1.bb index 3b90c71318a..a44565e26d5 100644 --- a/meta-ros2-foxy/generated-recipes/demos/intra-process-demo_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/intra-process-demo_0.9.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/intra_process_demo/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/intra_process_demo" diff --git a/meta-ros2-foxy/generated-recipes/demos/lifecycle_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/lifecycle_0.9.3-1.bb index 6cc41d323b4..a49c97871ad 100644 --- a/meta-ros2-foxy/generated-recipes/demos/lifecycle_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/lifecycle_0.9.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/lifecycle/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/demos/logging-demo_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/logging-demo_0.9.3-1.bb index 054872bbb5d..6fff62f28a8 100644 --- a/meta-ros2-foxy/generated-recipes/demos/logging-demo_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/logging-demo_0.9.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/logging_demo/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/logging_demo" diff --git a/meta-ros2-foxy/generated-recipes/demos/pendulum-control_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/pendulum-control_0.9.3-1.bb index 7e10ee1d43e..6991151b492 100644 --- a/meta-ros2-foxy/generated-recipes/demos/pendulum-control_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/pendulum-control_0.9.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/pendulum_control/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pendulum_control" diff --git a/meta-ros2-foxy/generated-recipes/demos/pendulum-msgs_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/pendulum-msgs_0.9.3-1.bb index c5c1de2b877..d22067e4f93 100644 --- a/meta-ros2-foxy/generated-recipes/demos/pendulum-msgs_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/pendulum-msgs_0.9.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/pendulum_msgs/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pendulum_msgs" diff --git a/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-cpp_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-cpp_0.9.3-1.bb index 550fd401a7e..fa0a2527a38 100644 --- a/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-cpp_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-cpp_0.9.3-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/quality_of_service_demo_cpp/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/quality_of_service_demo_cpp" diff --git a/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-py_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-py_0.9.3-1.bb index fa6cc32c155..24f86d45d10 100644 --- a/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-py_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/quality-of-service-demo-py_0.9.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/quality_of_service_demo_py/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/quality_of_service_demo_py" diff --git a/meta-ros2-foxy/generated-recipes/demos/topic-monitor_0.9.3-1.bb b/meta-ros2-foxy/generated-recipes/demos/topic-monitor_0.9.3-1.bb index 03e06413c3b..320305d6945 100644 --- a/meta-ros2-foxy/generated-recipes/demos/topic-monitor_0.9.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/demos/topic-monitor_0.9.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/foxy/topic_monitor/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/topic_monitor" diff --git a/meta-ros2-foxy/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb b/meta-ros2-foxy/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb index 4b5e5e39c3d..323d3139a8c 100644 --- a/meta-ros2-foxy/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/depthimage_to_laserscan-release/archive/release/foxy/depthimage_to_laserscan/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/depthimage_to_laserscan" diff --git a/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-aggregator_2.0.7-1.bb b/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-aggregator_2.0.7-1.bb index d6d35a11fd3..b510d769e47 100644 --- a/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-aggregator_2.0.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-aggregator_2.0.7-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/foxy/diagnostic_aggregator/2.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/diagnostic_aggregator" diff --git a/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-updater_2.0.7-1.bb b/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-updater_2.0.7-1.bb index a791938a8c9..07fcd35b4fe 100644 --- a/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-updater_2.0.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/diagnostics/diagnostic-updater_2.0.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/foxy/diagnostic_updater/2.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/diagnostic_updater" diff --git a/meta-ros2-foxy/generated-recipes/diagnostics/self-test_2.0.7-1.bb b/meta-ros2-foxy/generated-recipes/diagnostics/self-test_2.0.7-1.bb index 0e358427e24..d490ebe5086 100644 --- a/meta-ros2-foxy/generated-recipes/diagnostics/self-test_2.0.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/diagnostics/self-test_2.0.7-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/foxy/self_test/2.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/self_test" diff --git a/meta-ros2-foxy/generated-recipes/dolly/dolly-follow_0.3.0-1.bb b/meta-ros2-foxy/generated-recipes/dolly/dolly-follow_0.3.0-1.bb index 3d9a8bc84e4..a09e6866901 100644 --- a/meta-ros2-foxy/generated-recipes/dolly/dolly-follow_0.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/dolly/dolly-follow_0.3.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/foxy/dolly_follow/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dolly_follow" diff --git a/meta-ros2-foxy/generated-recipes/dolly/dolly-gazebo_0.3.0-1.bb b/meta-ros2-foxy/generated-recipes/dolly/dolly-gazebo_0.3.0-1.bb index c474efff7d4..b83848b6204 100644 --- a/meta-ros2-foxy/generated-recipes/dolly/dolly-gazebo_0.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/dolly/dolly-gazebo_0.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/foxy/dolly_gazebo/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dolly_gazebo" diff --git a/meta-ros2-foxy/generated-recipes/dolly/dolly-ignition_0.3.0-1.bb b/meta-ros2-foxy/generated-recipes/dolly/dolly-ignition_0.3.0-1.bb index fd6b67c8d75..0928a9a2c13 100644 --- a/meta-ros2-foxy/generated-recipes/dolly/dolly-ignition_0.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/dolly/dolly-ignition_0.3.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/foxy/dolly_ignition/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dolly_ignition" diff --git a/meta-ros2-foxy/generated-recipes/dolly/dolly_0.3.0-1.bb b/meta-ros2-foxy/generated-recipes/dolly/dolly_0.3.0-1.bb index ea8dd3427c8..62434c9baf8 100644 --- a/meta-ros2-foxy/generated-recipes/dolly/dolly_0.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/dolly/dolly_0.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/chapulina/dolly-release/archive/release/foxy/dolly/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dolly" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/common2_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/common2_0.1.1-4.bb index c6c8d2b6024..8b1652050b6 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/common2_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/common2_0.1.1-4.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/common2/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/common2" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-control2_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-control2_0.1.1-4.bb index 3a781375c0b..44138214650 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-control2_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-control2_0.1.1-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/dsr_control2/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dsr_control2" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-description2_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-description2_0.1.1-4.bb index 8f6609c336c..2df8051a0ce 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-description2_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-description2_0.1.1-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/dsr_description2/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dsr_description2" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-example2-py_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-example2-py_0.1.1-4.bb index 5ef793f7e26..84e4d54aa17 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-example2-py_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-example2-py_0.1.1-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/dsr_example2_py/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dsr_example2_py" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-launcher2_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-launcher2_0.1.1-4.bb index b05fcde297b..f03776d2d3f 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-launcher2_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-launcher2_0.1.1-4.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/dsr_launcher2/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dsr_launcher2" diff --git a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-msgs2_0.1.1-4.bb b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-msgs2_0.1.1-4.bb index 8d16988070c..9a34be6c1c1 100644 --- a/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-msgs2_0.1.1-4.bb +++ b/meta-ros2-foxy/generated-recipes/doosan-robot2/dsr-msgs2_0.1.1-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/doosan-robotics/doosan-robot2-release/archive/release/foxy/dsr_msgs2/0.1.1-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dsr_msgs2" diff --git a/meta-ros2-foxy/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb b/meta-ros2-foxy/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb index c1c4ebde5a5..6eb4bf1a380 100644 --- a/meta-ros2-foxy/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/dynamic-graph/dynamic-graph_4.2.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/dynamic-graph-ros-release/archive/release/noetic/dynamic-graph/4.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/noetic/dynamic-graph" diff --git a/meta-ros2-foxy/generated-recipes/dynamixel-hardware-interface/dynamixel-hardware-interface_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/dynamixel-hardware-interface/dynamixel-hardware-interface_0.0.3-1.bb index 2f1547aa6e1..c93dc11a9c6 100644 --- a/meta-ros2-foxy/generated-recipes/dynamixel-hardware-interface/dynamixel-hardware-interface_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/dynamixel-hardware-interface/dynamixel-hardware-interface_0.0.3-1.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/dynamixel_hardware_interface-release/archive/release/foxy/dynamixel_hardware_interface/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dynamixel_hardware_interface" diff --git a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-4.bb b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-4.bb index 56ce74949e0..321aada2956 100644 --- a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-4.bb +++ b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-4.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/foxy/dynamixel_sdk_custom_interfaces/3.7.40-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dynamixel_sdk_custom_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-4.bb b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-4.bb index 259a67ea924..759481fb149 100644 --- a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-4.bb +++ b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-4.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/foxy/dynamixel_sdk_examples/3.7.40-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dynamixel_sdk_examples" diff --git a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-4.bb b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-4.bb index 60d8905417a..caee6997914 100644 --- a/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-4.bb +++ b/meta-ros2-foxy/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-4.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/foxy/dynamixel_sdk/3.7.40-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/dynamixel_sdk" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-command-line_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-command-line_1.2.0-1.bb index 4a3a95c0a15..57b34666445 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-command-line_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-command-line_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_command_line/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_command_line" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-concepts_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-concepts_1.2.0-1.bb index 9e83c93a935..c1ec8bf6ba1 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-concepts_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-concepts_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_concepts/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_concepts" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-containers_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-containers_1.2.0-1.bb index 792ae236da0..2f993d51fce 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-containers_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-containers_1.2.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_containers/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_containers" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-converters_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-converters_1.2.0-1.bb index 3ec2718068e..06b1711d3d4 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-converters_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-converters_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_converters/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_converters" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core-apps_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core-apps_1.2.0-1.bb index c0200f52675..05c44aaadeb 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core-apps_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core-apps_1.2.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_core_apps/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_core_apps" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core_1.2.0-1.bb index c9bd7e00eec..b7db59cb2bd 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-core_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_core/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_core" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-devices_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-devices_1.2.0-1.bb index 20206e92814..eef46ab93b9 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-devices_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-devices_1.2.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_devices/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_devices" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-eigen_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-eigen_1.2.0-1.bb index 876126077be..9659eb8a068 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-eigen_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-eigen_1.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_eigen/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_eigen" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-exceptions_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-exceptions_1.2.0-1.bb index ba651bbe040..d300aba0ef8 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-exceptions_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-exceptions_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_exceptions/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_exceptions" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-filesystem_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-filesystem_1.2.0-1.bb index 3a9eb3d4f81..8e945be3a23 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-filesystem_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-filesystem_1.2.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_filesystem/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_filesystem" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-formatters_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-formatters_1.2.0-1.bb index 959d48c0187..30790266dfa 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-formatters_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-formatters_1.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_formatters/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_formatters" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-geometry_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-geometry_1.2.0-1.bb index 8de86a8ea59..70e75cab034 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-geometry_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-geometry_1.2.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_geometry/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_geometry" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-ipc_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-ipc_1.2.0-1.bb index 677c4df6892..9aba7cf9e01 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-ipc_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-ipc_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_ipc/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_ipc" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-linear-algebra_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-linear-algebra_1.2.0-1.bb index c52d8eb99ed..62f844803dd 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-linear-algebra_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-linear-algebra_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_linear_algebra/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_linear_algebra" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-manipulators_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-manipulators_1.2.0-1.bb index c1cc0f79d5d..55518f87cd5 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-manipulators_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-manipulators_1.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_manipulators/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_manipulators" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-math_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-math_1.2.0-1.bb index daef30f6693..3fd6e0fd587 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-math_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-math_1.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_math/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_math" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mobile-robot_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mobile-robot_1.2.0-1.bb index 3a12c1d280b..29ee1a4551d 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mobile-robot_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mobile-robot_1.2.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_mobile_robot/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_mobile_robot" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mpl_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mpl_1.2.0-1.bb index f64f8cf98cf..7bfaab589ae 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mpl_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-mpl_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_mpl/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_mpl" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-sigslots_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-sigslots_1.2.0-1.bb index 216e1a5996b..a3e920c01c3 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-sigslots_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-sigslots_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_sigslots/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_sigslots" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-statistics_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-statistics_1.2.0-1.bb index 2edaa33604a..67753df9bad 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-statistics_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-statistics_1.2.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_statistics/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_statistics" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-streams_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-streams_1.2.0-1.bb index 840ebe613b6..83a39e21f68 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-streams_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-streams_1.2.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_streams/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_streams" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-threads_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-threads_1.2.0-1.bb index f6eb711d885..7b4aa2904df 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-threads_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-threads_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_threads/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_threads" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-time_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-time_1.2.0-1.bb index 74aa3334787..f8bdec3b2be 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-time_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-time_1.2.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_time/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_time" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-type-traits_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-type-traits_1.2.0-1.bb index 9f435f2f847..b0055fd9bc6 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-type-traits_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-type-traits_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_type_traits/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_type_traits" diff --git a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-utilities_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-utilities_1.2.0-1.bb index 382e33e9e29..d977709f040 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-core/ecl-utilities_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-core/ecl-utilities_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_core-release/archive/release/foxy/ecl_utilities/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_utilities" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-config_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-config_1.1.0-1.bb index a14a65899d2..467d45b8995 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-config_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-config_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_config/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_config" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-console_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-console_1.1.0-1.bb index 765e4669343..5d20553d497 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-console_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-console_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_console/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_console" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-converters-lite_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-converters-lite_1.1.0-1.bb index 7141b45cf9e..11ac6554844 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-converters-lite_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-converters-lite_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_converters_lite/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_converters_lite" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-errors_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-errors_1.1.0-1.bb index 0d65fadc67d..ebce0793e61 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-errors_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-errors_1.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_errors/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_errors" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-io_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-io_1.1.0-1.bb index 8dc3327ba32..f883aa0dcbd 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-io_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-io_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_io/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_io" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-lite_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-lite_1.1.0-1.bb index 483abc1b649..472307a1e75 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-lite_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-lite_1.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_lite/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_lite" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-sigslots-lite_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-sigslots-lite_1.1.0-1.bb index 3c266780e62..87e53afdc19 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-sigslots-lite_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-sigslots-lite_1.1.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_sigslots_lite/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_sigslots_lite" diff --git a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-time-lite_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-time-lite_1.1.0-1.bb index 7d0fcd83bc7..4ce941b50ed 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-time-lite_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-lite/ecl-time-lite_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_lite-release/archive/release/foxy/ecl_time_lite/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_time_lite" diff --git a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-build_1.0.2-2.bb b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-build_1.0.2-2.bb index 27465cf4c3e..3ab242d4c2a 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-build_1.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-build_1.0.2-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/foxy/ecl_build/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_build" diff --git a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-license_1.0.2-2.bb b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-license_1.0.2-2.bb index 35148b9d54a..8ec1c932633 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-license_1.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-license_1.0.2-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/foxy/ecl_license/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_license" diff --git a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-tools_1.0.2-2.bb b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-tools_1.0.2-2.bb index 477f974e51b..8432ad5513e 100644 --- a/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-tools_1.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/ecl-tools/ecl-tools_1.0.2-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/ecl_tools-release/archive/release/foxy/ecl_tools/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/ecl_tools" diff --git a/meta-ros2-foxy/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb index a5cf38050a1..6bb6f6eb6c1 100644 --- a/meta-ros2-foxy/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen_stl_containers-release/archive/release/foxy/eigen_stl_containers/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/eigen_stl_containers" diff --git a/meta-ros2-foxy/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb b/meta-ros2-foxy/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb index 73efc84bc40..22fe17c49ab 100644 --- a/meta-ros2-foxy/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen3_cmake_module-release/archive/release/foxy/eigen3_cmake_module/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/eigen3_cmake_module" diff --git a/meta-ros2-foxy/generated-recipes/eigenpy/eigenpy_2.5.0-1.bb b/meta-ros2-foxy/generated-recipes/eigenpy/eigenpy_2.5.0-1.bb index 8d1aa42646a..a78868c876b 100644 --- a/meta-ros2-foxy/generated-recipes/eigenpy/eigenpy_2.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/eigenpy/eigenpy_2.5.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ipab-slmc/eigenpy_catkin-release/archive/release/foxy/eigenpy/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/eigenpy" diff --git a/meta-ros2-foxy/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb b/meta-ros2-foxy/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb index 2d4f3fa7ef8..df070e0a235 100644 --- a/meta-ros2-foxy/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/eiquadprog/eiquadprog_1.2.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stack-of-tasks/eiquadprog-ros-release/archive/release/foxy/eiquadprog/1.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/eiquadprog" diff --git a/meta-ros2-foxy/generated-recipes/embree-vendor/embree-vendor_0.0.6-1.bb b/meta-ros2-foxy/generated-recipes/embree-vendor/embree-vendor_0.0.6-1.bb index c45b7314217..4af19f61cfe 100644 --- a/meta-ros2-foxy/generated-recipes/embree-vendor/embree-vendor_0.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/embree-vendor/embree-vendor_0.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/embree_vendor-release/archive/release/foxy/embree_vendor/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/embree_vendor" diff --git a/meta-ros2-foxy/generated-recipes/example-interfaces/example-interfaces_0.9.1-1.bb b/meta-ros2-foxy/generated-recipes/example-interfaces/example-interfaces_0.9.1-1.bb index a9b5326202c..bf76902113d 100644 --- a/meta-ros2-foxy/generated-recipes/example-interfaces/example-interfaces_0.9.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/example-interfaces/example-interfaces_0.9.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/example_interfaces-release/archive/release/foxy/example_interfaces/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/example_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.9.4-1.bb index 786b56d7e87..66bd17f4b79 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.9.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_action_client/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_action_client" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.9.4-1.bb index 901db5e358e..6ca4fbb4e43 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.9.4-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_action_server/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_action_server" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-client_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-client_0.9.4-1.bb index e86dbb953cd..a9916389a5b 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-client_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-client_0.9.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_client/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_client" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-composition_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-composition_0.9.4-1.bb index 4ab70978070..f03b0d8dcc7 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-composition_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-composition_0.9.4-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_composition/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_composition" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.9.4-1.bb index c92b2fa2f1b..9404c67c284 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.9.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_publisher/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_publisher" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-service_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-service_0.9.4-1.bb index 06d12d83fe8..76e900ff0e8 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-service_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-service_0.9.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_service/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_service" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.9.4-1.bb index a28a195795d..153dedd10cc 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.9.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_subscriber/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_subscriber" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-timer_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-timer_0.9.4-1.bb index 6958bef9737..0b2537f582b 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-timer_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-minimal-timer_0.9.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_minimal_timer/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_minimal_timer" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.9.4-1.bb index 3ff1b73782d..99cb906a5eb 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.9.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclcpp_multithreaded_executor/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclcpp_multithreaded_executor" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-executors_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-executors_0.9.4-1.bb index a35ce2d1292..5fff5161f90 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-executors_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-executors_0.9.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_executors/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_executors" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-client_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-client_0.9.4-1.bb index 9e91be6783d..cd0e5b980fb 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-client_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-client_0.9.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_action_client/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_action_client" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-server_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-server_0.9.4-1.bb index 1ecffdaf407..e81c05fb27e 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-server_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-action-server_0.9.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_action_server/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_action_server" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-client_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-client_0.9.4-1.bb index 6784b888c59..e755b0d56d7 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-client_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-client_0.9.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_client/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_client" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-publisher_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-publisher_0.9.4-1.bb index 9c37efec333..25732c803d0 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-publisher_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-publisher_0.9.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_publisher/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_publisher" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-service_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-service_0.9.4-1.bb index c288fc12fa6..65e96ad81bd 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-service_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-service_0.9.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_service/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_service" diff --git a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.9.4-1.bb index 4608017ec47..a4d72434fce 100644 --- a/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.9.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/foxy/examples_rclpy_minimal_subscriber/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_rclpy_minimal_subscriber" diff --git a/meta-ros2-foxy/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb b/meta-ros2-foxy/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb index 1b192af5bdb..039df6f0300 100644 --- a/meta-ros2-foxy/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb +++ b/meta-ros2-foxy/generated-recipes/fastcdr/fastcdr_1.0.13-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastcdr-release/archive/release/foxy/fastcdr/1.0.13-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/fastcdr" diff --git a/meta-ros2-foxy/generated-recipes/fastrtps/fastrtps_2.0.2-2.bb b/meta-ros2-foxy/generated-recipes/fastrtps/fastrtps_2.0.2-2.bb index 4f41b12e711..a7b65876bfe 100644 --- a/meta-ros2-foxy/generated-recipes/fastrtps/fastrtps_2.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/fastrtps/fastrtps_2.0.2-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastrtps-release/archive/release/foxy/fastrtps/2.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/fastrtps" diff --git a/meta-ros2-foxy/generated-recipes/filters/filters_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/filters/filters_2.0.0-1.bb index e29d32e2851..9dfa18087e1 100644 --- a/meta-ros2-foxy/generated-recipes/filters/filters_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/filters/filters_2.0.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/filters-release/archive/release/foxy/filters/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/filters" diff --git a/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb index 66d75fec9c4..929540fb25e 100644 --- a/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/foxy/fmi_adapter_examples/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/fmi_adapter_examples" diff --git a/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb index acf6a1f9305..2bfd9ed7b80 100644 --- a/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/foxy/fmi_adapter/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/fmi_adapter" diff --git a/meta-ros2-foxy/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb index c8ba7984528..009235b78ef 100644 --- a/meta-ros2-foxy/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmilibrary_vendor-release/archive/release/foxy/fmilibrary_vendor/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/fmilibrary_vendor" diff --git a/meta-ros2-foxy/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-1.bb index a7d7098fcd9..59f61abdf27 100644 --- a/meta-ros2-foxy/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/foonathan_memory_vendor-release/archive/release/foxy/foonathan_memory_vendor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/foonathan_memory_vendor" diff --git a/meta-ros2-foxy/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_2.0.1-1.bb index c2a5569b4d3..6c9fc8dc61d 100644 --- a/meta-ros2-foxy/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/four-wheel-steering-msgs/four-wheel-steering-msgs_2.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/four_wheel_steering_msgs-release/archive/release/foxy/four_wheel_steering_msgs/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/four_wheel_steering_msgs" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.3-1.bb index 5432d70ac5f..f7e0a3ceee9 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/foxy/gazebo_msgs/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_msgs" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.3-1.bb index 87e0e4e3c8b..c9d89cffb8a 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.3-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/foxy/gazebo_plugins/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_plugins" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.3-1.bb index daa175fdd19..1370d6b3fe1 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/foxy/gazebo_ros_pkgs/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_ros_pkgs" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.3-1.bb index f709b104ca9..f091884bc40 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.3-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/foxy/gazebo_ros/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_ros" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.3-1.bb index 7f5e03e1990..23276738655 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/foxy/gazebo_dev/3.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_dev" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control-demos_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control-demos_0.0.3-1.bb index 54a82b66c0b..11ed4762cae 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control-demos_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control-demos_0.0.3-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros2_control-release/archive/release/foxy/gazebo_ros2_control_demos/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_ros2_control_demos" diff --git a/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control_0.0.3-1.bb index 52b6fc609a3..c4a00ffac26 100644 --- a/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/gazebo-ros2-control/gazebo-ros2-control_0.0.3-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros2_control-release/archive/release/foxy/gazebo_ros2_control/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gazebo_ros2_control" diff --git a/meta-ros2-foxy/generated-recipes/geographic-info/geodesy_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/geographic-info/geodesy_1.0.4-1.bb index 5fd97a2362a..40503b22ba3 100644 --- a/meta-ros2-foxy/generated-recipes/geographic-info/geodesy_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/geographic-info/geodesy_1.0.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/foxy/geodesy/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geodesy" diff --git a/meta-ros2-foxy/generated-recipes/geographic-info/geographic-info_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/geographic-info/geographic-info_1.0.4-1.bb index 3841fe6c9ca..a7f5fcd0355 100644 --- a/meta-ros2-foxy/generated-recipes/geographic-info/geographic-info_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/geographic-info/geographic-info_1.0.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/foxy/geographic_info/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geographic_info" diff --git a/meta-ros2-foxy/generated-recipes/geographic-info/geographic-msgs_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/geographic-info/geographic-msgs_1.0.4-1.bb index 633df791fc4..ff61bfc153c 100644 --- a/meta-ros2-foxy/generated-recipes/geographic-info/geographic-msgs_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/geographic-info/geographic-msgs_1.0.4-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-geographic-info/geographic_info-release/archive/release/foxy/geographic_msgs/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geographic_msgs" diff --git a/meta-ros2-foxy/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb index 0f4d2442db1..99f6d807228 100644 --- a/meta-ros2-foxy/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/geometric_shapes-release/archive/release/foxy/geometric_shapes/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geometric_shapes" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/examples-tf2-py_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/examples-tf2-py_0.13.10-1.bb index adbefbe3c7d..29fc44b8094 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/examples-tf2-py_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/examples-tf2-py_0.13.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/examples_tf2_py/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/examples_tf2_py" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/geometry2_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/geometry2_0.13.10-1.bb index 2e75c7d746d..1cb03ef1b93 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/geometry2_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/geometry2_0.13.10-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/geometry2/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/geometry2" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-bullet_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-bullet_0.13.10-1.bb index f11dcdcff54..02be7bac0be 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-bullet_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-bullet_0.13.10-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_bullet/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_bullet" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen-kdl_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen-kdl_0.13.10-1.bb index f4e221cd13e..63613ae4266 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen-kdl_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen-kdl_0.13.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_eigen_kdl/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_eigen_kdl" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen_0.13.10-1.bb index c6c355e14d6..a6de318b6c9 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-eigen_0.13.10-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_eigen/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_eigen" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-geometry-msgs_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-geometry-msgs_0.13.10-1.bb index 1b3796c7682..58a54f98547 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-geometry-msgs_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-geometry-msgs_0.13.10-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_geometry_msgs/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_geometry_msgs" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-kdl_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-kdl_0.13.10-1.bb index 225af138ac2..9ec25301cdc 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-kdl_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-kdl_0.13.10-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_kdl/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_kdl" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-msgs_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-msgs_0.13.10-1.bb index 7907c965a98..c42323ed05b 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-msgs_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-msgs_0.13.10-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_msgs/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_msgs" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-py_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-py_0.13.10-1.bb index 09db5f4d183..50957198b28 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-py_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-py_0.13.10-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_py/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_py" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-ros_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-ros_0.13.10-1.bb index a8d9f0f3e43..85eb7c39c7b 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-ros_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-ros_0.13.10-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_ros/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_ros" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-sensor-msgs_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-sensor-msgs_0.13.10-1.bb index 09096c32b0c..897ba8dcdd3 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-sensor-msgs_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-sensor-msgs_0.13.10-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_sensor_msgs/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_sensor_msgs" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2-tools_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2-tools_0.13.10-1.bb index 54e0911f3d7..c53cb9dcaaa 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2-tools_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2-tools_0.13.10-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2_tools/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2_tools" diff --git a/meta-ros2-foxy/generated-recipes/geometry2/tf2_0.13.10-1.bb b/meta-ros2-foxy/generated-recipes/geometry2/tf2_0.13.10-1.bb index 497879b7d1a..7502e173c96 100644 --- a/meta-ros2-foxy/generated-recipes/geometry2/tf2_0.13.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/geometry2/tf2_0.13.10-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/foxy/tf2/0.13.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf2" diff --git a/meta-ros2-foxy/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.3-1.bb index dc81e8fe186..d745a90c3f4 100644 --- a/meta-ros2-foxy/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/google_benchmark_vendor-release/archive/release/foxy/google_benchmark_vendor/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/google_benchmark_vendor" diff --git a/meta-ros2-foxy/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb b/meta-ros2-foxy/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb index a698c3587d8..2b18c00bf0f 100644 --- a/meta-ros2-foxy/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb +++ b/meta-ros2-foxy/generated-recipes/googletest/gmock-vendor_1.8.9000-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/foxy/gmock_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gmock_vendor" diff --git a/meta-ros2-foxy/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb b/meta-ros2-foxy/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb index 0dddb9a5e99..630b105ff83 100644 --- a/meta-ros2-foxy/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb +++ b/meta-ros2-foxy/generated-recipes/googletest/gtest-vendor_1.8.9000-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/foxy/gtest_vendor/1.8.9000-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gtest_vendor" diff --git a/meta-ros2-foxy/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb index 3011329b631..f542bf7e836 100644 --- a/meta-ros2-foxy/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/foxy/gps_msgs/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gps_msgs" diff --git a/meta-ros2-foxy/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb index 7cce46595bd..9de21868c6c 100644 --- a/meta-ros2-foxy/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/foxy/gps_tools/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gps_tools" diff --git a/meta-ros2-foxy/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb index 263b88763e2..5bdeae61343 100644 --- a/meta-ros2-foxy/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/foxy/gps_umd/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gps_umd" diff --git a/meta-ros2-foxy/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb index 0c7de825dcb..7bd2661bd1b 100644 --- a/meta-ros2-foxy/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/gps_umd-release/archive/release/foxy/gpsd_client/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gpsd_client" diff --git a/meta-ros2-foxy/generated-recipes/grasping-msgs/grasping-msgs_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/grasping-msgs/grasping-msgs_0.4.0-1.bb index 34a01c7136d..bc2049a9888 100644 --- a/meta-ros2-foxy/generated-recipes/grasping-msgs/grasping-msgs_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/grasping-msgs/grasping-msgs_0.4.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mikeferguson/grasping_msgs-ros2-gbp/archive/release/foxy/grasping_msgs/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/grasping_msgs" diff --git a/meta-ros2-foxy/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-2.bb b/meta-ros2-foxy/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-2.bb index c57e27c62d2..7bc692ed0ae 100644 --- a/meta-ros2-foxy/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_msgs-release/archive/release/foxy/grbl_msgs/0.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/grbl_msgs" diff --git a/meta-ros2-foxy/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb b/meta-ros2-foxy/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb index 61d58507d61..1af96756223 100644 --- a/meta-ros2-foxy/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb +++ b/meta-ros2-foxy/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_ros-release/archive/release/foxy/grbl_ros/0.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/grbl_ros" diff --git a/meta-ros2-foxy/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb index 56c3484448b..257b6000770 100644 --- a/meta-ros2-foxy/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/hls_lfcd_lds_driver-release/archive/release/foxy/hls_lfcd_lds_driver/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/hls_lfcd_lds_driver" diff --git a/meta-ros2-foxy/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-4.bb b/meta-ros2-foxy/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-4.bb index 44b140712e3..ecf9ba3f8bd 100644 --- a/meta-ros2-foxy/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-4.bb +++ b/meta-ros2-foxy/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-4.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ifm/ifm3d-release/archive/release/foxy/ifm3d_core/0.18.0-4.tar.gz ROS_BRANCH ?= "branch=release/foxy/ifm3d_core" diff --git a/meta-ros2-foxy/generated-recipes/image-common/camera-calibration-parsers_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-common/camera-calibration-parsers_2.3.0-1.bb index 94f4eb275fd..22b5d8b9f37 100644 --- a/meta-ros2-foxy/generated-recipes/image-common/camera-calibration-parsers_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-common/camera-calibration-parsers_2.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/foxy/camera_calibration_parsers/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/camera_calibration_parsers" diff --git a/meta-ros2-foxy/generated-recipes/image-common/camera-info-manager_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-common/camera-info-manager_2.3.0-1.bb index 3b8b655517a..e89092c5203 100644 --- a/meta-ros2-foxy/generated-recipes/image-common/camera-info-manager_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-common/camera-info-manager_2.3.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/foxy/camera_info_manager/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/camera_info_manager" diff --git a/meta-ros2-foxy/generated-recipes/image-common/image-common_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-common/image-common_2.3.0-1.bb index 217e9fb7581..1d0cc88656a 100644 --- a/meta-ros2-foxy/generated-recipes/image-common/image-common_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-common/image-common_2.3.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/foxy/image_common/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_common" diff --git a/meta-ros2-foxy/generated-recipes/image-common/image-transport_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-common/image-transport_2.3.0-1.bb index 0e63a36b9d0..0bf55a5446c 100644 --- a/meta-ros2-foxy/generated-recipes/image-common/image-transport_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-common/image-transport_2.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/foxy/image_transport/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_transport" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/camera-calibration_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/camera-calibration_2.2.1-1.bb index c29da2b171e..e3654f8748c 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/camera-calibration_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/camera-calibration_2.2.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/camera_calibration/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/camera_calibration" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/depth-image-proc_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/depth-image-proc_2.2.1-1.bb index 4c86b3cc3b1..44b16a4096c 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/depth-image-proc_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/depth-image-proc_2.2.1-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/depth_image_proc/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/depth_image_proc" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/image-pipeline_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/image-pipeline_2.2.1-1.bb index edef66cad71..f16765c5dab 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/image-pipeline_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/image-pipeline_2.2.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/image_pipeline/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_pipeline" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/image-proc_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/image-proc_2.2.1-1.bb index a3585659ab9..b7f1bb456ac 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/image-proc_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/image-proc_2.2.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/image_proc/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_proc" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/image-publisher_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/image-publisher_2.2.1-1.bb index 40097c5ebf0..cfa216fbb24 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/image-publisher_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/image-publisher_2.2.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/image_publisher/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_publisher" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/image-rotate_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/image-rotate_2.2.1-1.bb index 07fe1efcd20..60fb80cf644 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/image-rotate_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/image-rotate_2.2.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/image_rotate/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_rotate" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/image-view_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/image-view_2.2.1-1.bb index 0ffe2775388..9562c0658f0 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/image-view_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/image-view_2.2.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/image_view/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_view" diff --git a/meta-ros2-foxy/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-1.bb index 7743b5ffd8a..e38a53066a8 100644 --- a/meta-ros2-foxy/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/stereo_image_proc/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/stereo_image_proc" diff --git a/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-1.bb index a955f1008f8..1a5ea494e5f 100644 --- a/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/foxy/compressed_depth_image_transport/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/compressed_depth_image_transport" diff --git a/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-1.bb index 042ea052f83..6a58b31f944 100644 --- a/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/foxy/compressed_image_transport/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/compressed_image_transport" diff --git a/meta-ros2-foxy/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-1.bb index 74189eb25cd..0a6c13df72c 100644 --- a/meta-ros2-foxy/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/foxy/image_transport_plugins/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_transport_plugins" diff --git a/meta-ros2-foxy/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-1.bb b/meta-ros2-foxy/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-1.bb index f224427d9fc..7531748a381 100644 --- a/meta-ros2-foxy/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/foxy/theora_image_transport/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/theora_image_transport" diff --git a/meta-ros2-foxy/generated-recipes/interactive-markers/interactive-markers_2.1.3-1.bb b/meta-ros2-foxy/generated-recipes/interactive-markers/interactive-markers_2.1.3-1.bb index e7f215ced70..676d43589fd 100644 --- a/meta-ros2-foxy/generated-recipes/interactive-markers/interactive-markers_2.1.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/interactive-markers/interactive-markers_2.1.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/interactive_markers-release/archive/release/foxy/interactive_markers/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/interactive_markers" diff --git a/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-1.bb b/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-1.bb index f017862026b..25c8f6ee7b7 100644 --- a/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/foxy/joint_state_publisher_gui/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joint_state_publisher_gui" diff --git a/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-1.bb b/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-1.bb index 2c2a25f35d1..56f0bc9f1d7 100644 --- a/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/foxy/joint_state_publisher/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joint_state_publisher" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/joy-linux_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/joy-linux_3.0.0-2.bb index d8f66b0efbb..03011be9c5d 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/joy-linux_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/joy-linux_3.0.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/joy_linux/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/joy_linux" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/joy_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/joy_3.0.0-2.bb index ba14fea0f9e..2b64e370f40 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/joy_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/joy_3.0.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/joy/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/joy" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-2.bb index 43559a01f72..75688bc8d6a 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/sdl2_vendor/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/sdl2_vendor" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/spacenav_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/spacenav_3.0.0-2.bb index 9c192367589..8fe065ebd45 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/spacenav_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/spacenav_3.0.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/spacenav/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/spacenav" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-2.bb index 04f469a215c..52d279aa3af 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/wiimote_msgs/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/wiimote_msgs" diff --git a/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote_3.0.0-2.bb b/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote_3.0.0-2.bb index b5ae36746ab..b33cd360258 100644 --- a/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote_3.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/joystick-drivers/wiimote_3.0.0-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/foxy/wiimote/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/wiimote" diff --git a/meta-ros2-foxy/generated-recipes/kdl-parser/kdl-parser_2.4.1-2.bb b/meta-ros2-foxy/generated-recipes/kdl-parser/kdl-parser_2.4.1-2.bb index 91c232a0e20..b1770c6703c 100644 --- a/meta-ros2-foxy/generated-recipes/kdl-parser/kdl-parser_2.4.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/kdl-parser/kdl-parser_2.4.1-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/kdl_parser-release/archive/release/foxy/kdl_parser/2.4.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/kdl_parser" diff --git a/meta-ros2-foxy/generated-recipes/kobuki-core/kobuki-core_1.3.1-1.bb b/meta-ros2-foxy/generated-recipes/kobuki-core/kobuki-core_1.3.1-1.bb index d6100331f8a..3728402aaa4 100644 --- a/meta-ros2-foxy/generated-recipes/kobuki-core/kobuki-core_1.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/kobuki-core/kobuki-core_1.3.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_core-release/archive/release/foxy/kobuki_core/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/kobuki_core" diff --git a/meta-ros2-foxy/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-1.bb index 89bc09b51a1..c66a02bd58d 100644 --- a/meta-ros2-foxy/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/kobuki-firmware/kobuki-firmware_1.2.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_firmware-release/archive/release/foxy/kobuki_firmware/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/kobuki_firmware" diff --git a/meta-ros2-foxy/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb index ef407e3ec32..dcda565b705 100644 --- a/meta-ros2-foxy/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/kobuki-ftdi/kobuki-ftdi_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/kobuki_ftdi-release/archive/release/foxy/kobuki_ftdi/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/kobuki_ftdi" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb index 21517acf7de..1adf6870e45 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-core_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_core/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_core" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb index 91a1735fd80..36804d353a8 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-examples_1.1.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_examples/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_examples" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb index 6fea5d4080f..b275b401441 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-io_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_io/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_io" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb index 8c6cd88fb67..4aceffd7e21 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-maps_1.1.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_maps/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_maps" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb index ed9ab24350e..ebd919a752b 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-projection_1.1.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_projection/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_projection" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb index b440f64f4e0..0bf76b6bcbd 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-python_1.1.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_python/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_python" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb index 022a8d2374f..bdc6397e816 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-routing_1.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_routing/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_routing" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb index 964a6ba0fed..c7d083aac81 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-traffic-rules_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_traffic_rules/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_traffic_rules" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb index 575908723bb..b64c4861c3d 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2-validation_1.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2_validation/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2_validation" diff --git a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb index 857e8145402..4f5ecc7bf75 100644 --- a/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/lanelet2/lanelet2_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fzi-forschungszentrum-informatik/lanelet2-release/archive/release/foxy/lanelet2/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lanelet2" diff --git a/meta-ros2-foxy/generated-recipes/laser-geometry/laser-geometry_2.2.0-3.bb b/meta-ros2-foxy/generated-recipes/laser-geometry/laser-geometry_2.2.0-3.bb index 89ac490abec..097fa007dda 100644 --- a/meta-ros2-foxy/generated-recipes/laser-geometry/laser-geometry_2.2.0-3.bb +++ b/meta-ros2-foxy/generated-recipes/laser-geometry/laser-geometry_2.2.0-3.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_geometry-release/archive/release/foxy/laser_geometry/2.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/foxy/laser_geometry" diff --git a/meta-ros2-foxy/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb index 9118109e76f..1b5e598a00d 100644 --- a/meta-ros2-foxy/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/laser-proc/laser-proc_1.0.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_proc-release/archive/release/foxy/laser_proc/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/laser_proc" diff --git a/meta-ros2-foxy/generated-recipes/launch-pal/launch-pal_0.0.2-3.bb b/meta-ros2-foxy/generated-recipes/launch-pal/launch-pal_0.0.2-3.bb index d1ac8b9f527..46680eb6bb2 100644 --- a/meta-ros2-foxy/generated-recipes/launch-pal/launch-pal_0.0.2-3.bb +++ b/meta-ros2-foxy/generated-recipes/launch-pal/launch-pal_0.0.2-3.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/launch_pal-release/archive/release/foxy/launch_pal/0.0.2-3.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_pal" diff --git a/meta-ros2-foxy/generated-recipes/launch-ros/launch-ros_0.11.2-1.bb b/meta-ros2-foxy/generated-recipes/launch-ros/launch-ros_0.11.2-1.bb index 9017b4ca230..f87a00cdf06 100644 --- a/meta-ros2-foxy/generated-recipes/launch-ros/launch-ros_0.11.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch-ros/launch-ros_0.11.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/foxy/launch_ros/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_ros" diff --git a/meta-ros2-foxy/generated-recipes/launch-ros/launch-testing-ros_0.11.2-1.bb b/meta-ros2-foxy/generated-recipes/launch-ros/launch-testing-ros_0.11.2-1.bb index 14cebce3971..e09f5b8f41d 100644 --- a/meta-ros2-foxy/generated-recipes/launch-ros/launch-testing-ros_0.11.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch-ros/launch-testing-ros_0.11.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/foxy/launch_testing_ros/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_testing_ros" diff --git a/meta-ros2-foxy/generated-recipes/launch-ros/ros2launch_0.11.2-1.bb b/meta-ros2-foxy/generated-recipes/launch-ros/ros2launch_0.11.2-1.bb index 6cb00fcd341..594186ac945 100644 --- a/meta-ros2-foxy/generated-recipes/launch-ros/ros2launch_0.11.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch-ros/ros2launch_0.11.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/foxy/ros2launch/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2launch" diff --git a/meta-ros2-foxy/generated-recipes/launch/launch-testing-ament-cmake_0.10.5-1.bb b/meta-ros2-foxy/generated-recipes/launch/launch-testing-ament-cmake_0.10.5-1.bb index 94e455e2835..f54f0088b40 100644 --- a/meta-ros2-foxy/generated-recipes/launch/launch-testing-ament-cmake_0.10.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch/launch-testing-ament-cmake_0.10.5-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_testing_ament_cmake/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_testing_ament_cmake" diff --git a/meta-ros2-foxy/generated-recipes/launch/launch-testing_0.10.5-1.bb b/meta-ros2-foxy/generated-recipes/launch/launch-testing_0.10.5-1.bb index a6e3aa0ba62..0b6dd8947f4 100644 --- a/meta-ros2-foxy/generated-recipes/launch/launch-testing_0.10.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch/launch-testing_0.10.5-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_testing/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_testing" diff --git a/meta-ros2-foxy/generated-recipes/launch/launch-xml_0.10.5-1.bb b/meta-ros2-foxy/generated-recipes/launch/launch-xml_0.10.5-1.bb index 10d2b144298..5cb4dccba33 100644 --- a/meta-ros2-foxy/generated-recipes/launch/launch-xml_0.10.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch/launch-xml_0.10.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_xml/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_xml" diff --git a/meta-ros2-foxy/generated-recipes/launch/launch-yaml_0.10.5-1.bb b/meta-ros2-foxy/generated-recipes/launch/launch-yaml_0.10.5-1.bb index 454d7a83f80..9dad8497582 100644 --- a/meta-ros2-foxy/generated-recipes/launch/launch-yaml_0.10.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch/launch-yaml_0.10.5-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_yaml/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_yaml" diff --git a/meta-ros2-foxy/generated-recipes/launch/launch_0.10.5-1.bb b/meta-ros2-foxy/generated-recipes/launch/launch_0.10.5-1.bb index 4789cfac9e6..367c514171d 100644 --- a/meta-ros2-foxy/generated-recipes/launch/launch_0.10.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/launch/launch_0.10.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch/0.10.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch" diff --git a/meta-ros2-foxy/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros2-foxy/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index b904f5cfa1f..73414357bc9 100644 --- a/meta-ros2-foxy/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/lgsvl_msgs-release/archive/release/foxy/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lgsvl_msgs" diff --git a/meta-ros2-foxy/generated-recipes/libg2o/libg2o_2020.5.29-1.bb b/meta-ros2-foxy/generated-recipes/libg2o/libg2o_2020.5.29-1.bb index fc84637fce7..76b59ae9c71 100644 --- a/meta-ros2-foxy/generated-recipes/libg2o/libg2o_2020.5.29-1.bb +++ b/meta-ros2-foxy/generated-recipes/libg2o/libg2o_2020.5.29-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libg2o-release/archive/release/foxy/libg2o/2020.5.29-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libg2o" diff --git a/meta-ros2-foxy/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb b/meta-ros2-foxy/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb index 415345bca12..a4433f8e9c5 100644 --- a/meta-ros2-foxy/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/librealsense2/librealsense2_2.45.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/librealsense2-release/archive/release/foxy/librealsense2/2.45.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/librealsense2" diff --git a/meta-ros2-foxy/generated-recipes/libstatistics-collector/libstatistics-collector_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/libstatistics-collector/libstatistics-collector_1.0.1-1.bb index b257589df01..ed500716e5a 100644 --- a/meta-ros2-foxy/generated-recipes/libstatistics-collector/libstatistics-collector_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/libstatistics-collector/libstatistics-collector_1.0.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-tooling/libstatistics_collector-release/archive/release/foxy/libstatistics_collector/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libstatistics_collector" diff --git a/meta-ros2-foxy/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.4-1.bb index e90d8505829..929b371cb91 100644 --- a/meta-ros2-foxy/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/libyaml-vendor/libyaml-vendor_1.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libyaml_vendor-release/archive/release/foxy/libyaml_vendor/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libyaml_vendor" diff --git a/meta-ros2-foxy/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.0.1-1.bb index 6c9def3e3d7..bedb60d7ddb 100644 --- a/meta-ros2-foxy/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.0.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/locator_ros_bridge-release/archive/release/foxy/bosch_locator_bridge/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/bosch_locator_bridge" diff --git a/meta-ros2-foxy/generated-recipes/map-transformer/map-transformer_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/map-transformer/map-transformer_1.0.3-1.bb index b75f9749a74..137d5b93e37 100644 --- a/meta-ros2-foxy/generated-recipes/map-transformer/map-transformer_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/map-transformer/map-transformer_1.0.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/map_transformer-release/archive/release/foxy/map_transformer/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/map_transformer" diff --git a/meta-ros2-foxy/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb index 48972d6a9c2..2f7ed8fa5e9 100644 --- a/meta-ros2-foxy/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/mapviz/mapviz-interfaces_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/foxy/mapviz_interfaces/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mapviz_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb index 3de4b93ce27..838f7925c59 100644 --- a/meta-ros2-foxy/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/mapviz/mapviz-plugins_2.1.0-1.bb @@ -112,7 +112,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/foxy/mapviz_plugins/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mapviz_plugins" diff --git a/meta-ros2-foxy/generated-recipes/mapviz/mapviz_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/mapviz/mapviz_2.1.0-1.bb index ba037bf3138..1bb0012ee2b 100644 --- a/meta-ros2-foxy/generated-recipes/mapviz/mapviz_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/mapviz/mapviz_2.1.0-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/foxy/mapviz/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mapviz" diff --git a/meta-ros2-foxy/generated-recipes/mapviz/multires-image_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/mapviz/multires-image_2.1.0-1.bb index 500e50e2824..4f3eb58eefb 100644 --- a/meta-ros2-foxy/generated-recipes/mapviz/multires-image_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/mapviz/multires-image_2.1.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/foxy/multires_image/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/multires_image" diff --git a/meta-ros2-foxy/generated-recipes/mapviz/tile-map_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/mapviz/tile-map_2.1.0-1.bb index a7806f85d55..30032054fe7 100644 --- a/meta-ros2-foxy/generated-recipes/mapviz/tile-map_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/mapviz/tile-map_2.1.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/mapviz-release/archive/release/foxy/tile_map/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tile_map" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb index 104e6d9d343..22781b8dc6f 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-console-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_console_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_console_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb index 0bf54eccc99..9b92e73fdb0 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-dbw-interface_3.3.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_dbw_interface/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_dbw_interface" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb index f3e0b8ec3ad..6c3c9963d9a 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-geometry-util_3.3.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_geometry_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_geometry_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb index e54fc1fc830..4ec85d3b6f3 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-image-util_3.3.2-1.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_image_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_image_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb index 8de3aba35e5..cc30a65a732 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-math-util_3.3.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_math_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_math_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb index 32250e8d740..3ed4f27ab12 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-opencv-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_opencv_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_opencv_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb index deb83d29534..9e5d8842b17 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-prefix-tools_3.3.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_prefix_tools/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_prefix_tools" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb index 85b1b6fd321..f023ed968fa 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-roscpp_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_roscpp/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_roscpp" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb index f763d600edd..e8007c4d0b0 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-route-util_3.3.2-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_route_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_route_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb index 7907958c13a..84b55345268 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-serial-util_3.3.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_serial_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_serial_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb index 85145b57e24..4c6f102c8c0 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-system-util_3.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_system_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_system_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb index b7d2e30c910..d782ed9308f 100644 --- a/meta-ros2-foxy/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-common/swri-transform-util_3.3.2-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_transform_util/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/swri_transform_util" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb index 7017c4f9cb4..adc44c56733 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-can-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_can_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_can_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb index a8927698534..67e64cbf3f2 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-common-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_common_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_common_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb index 59c16698896..d4d84f8138b 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-dbw-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_dbw_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_dbw_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb index 485b1f1a7e3..feec64ab160 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-nav-msgs_1.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_nav_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_nav_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb index 317f545b3dd..6cded3f9410 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-perception-msgs_1.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_perception_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_perception_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb index e13146eb3b0..d3928ae0725 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-sensor-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_sensor_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_sensor_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb index 78c85b28b25..40438d319a1 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-status-msgs_1.2.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_status_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_status_msgs" diff --git a/meta-ros2-foxy/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb b/meta-ros2-foxy/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb index 2efed9040bb..1fc8656ba2e 100644 --- a/meta-ros2-foxy/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/marti-messages/marti-visualization-msgs_1.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/foxy/marti_visualization_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/marti_visualization_msgs" diff --git a/meta-ros2-foxy/generated-recipes/mavlink/mavlink_2021.6.6-1.bb b/meta-ros2-foxy/generated-recipes/mavlink/mavlink_2021.6.6-1.bb index e0ca13f02e9..5d66b88ea28 100644 --- a/meta-ros2-foxy/generated-recipes/mavlink/mavlink_2021.6.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/mavlink/mavlink_2021.6.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/foxy/mavlink/2021.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mavlink" diff --git a/meta-ros2-foxy/generated-recipes/mavros/libmavconn_2.0.3-1.bb b/meta-ros2-foxy/generated-recipes/mavros/libmavconn_2.0.3-1.bb index ddac9fb775e..d14cc38772e 100644 --- a/meta-ros2-foxy/generated-recipes/mavros/libmavconn_2.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/mavros/libmavconn_2.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/foxy/libmavconn/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libmavconn" diff --git a/meta-ros2-foxy/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb b/meta-ros2-foxy/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb index fa566b34600..a723f67d091 100644 --- a/meta-ros2-foxy/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/foxy/mavros_msgs/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mavros_msgs" diff --git a/meta-ros2-foxy/generated-recipes/mavros/mavros_2.0.3-1.bb b/meta-ros2-foxy/generated-recipes/mavros/mavros_2.0.3-1.bb index fb2140d3b67..c2c5dd199d6 100644 --- a/meta-ros2-foxy/generated-recipes/mavros/mavros_2.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/mavros/mavros_2.0.3-1.bb @@ -122,7 +122,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/foxy/mavros/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mavros" diff --git a/meta-ros2-foxy/generated-recipes/message-filters/message-filters_3.2.5-1.bb b/meta-ros2-foxy/generated-recipes/message-filters/message-filters_3.2.5-1.bb index 13c3104eb5e..66b49072ba4 100644 --- a/meta-ros2-foxy/generated-recipes/message-filters/message-filters_3.2.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/message-filters/message-filters_3.2.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/foxy/message_filters/3.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/message_filters" diff --git a/meta-ros2-foxy/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb b/meta-ros2-foxy/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb index 3778dd46171..d16e7c79b3c 100644 --- a/meta-ros2-foxy/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/mimick_vendor-release/archive/release/foxy/mimick_vendor/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mimick_vendor" diff --git a/meta-ros2-foxy/generated-recipes/mocap-msgs/mocap-msgs_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/mocap-msgs/mocap-msgs_0.0.3-1.bb index c5088588ca0..4676b8f75ba 100644 --- a/meta-ros2-foxy/generated-recipes/mocap-msgs/mocap-msgs_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/mocap-msgs/mocap-msgs_0.0.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/MOCAP4ROS2-Project/mocap_msgs-release/archive/release/foxy/mocap_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mocap_msgs" diff --git a/meta-ros2-foxy/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb index 22309763f51..77d192ac8a5 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_msgs-release/archive/release/foxy/moveit_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_msgs" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb index 90219c4437c..240a144b9fe 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources_fanuc_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources_fanuc_description" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb index 09451c46445..47f3b46fb1f 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources_fanuc_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources_fanuc_moveit_config" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb index 3ce84f7b2df..0ddb116c236 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources_panda_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources_panda_description" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb index cb97f809e04..57bbcaaf12a 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources_panda_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources_panda_moveit_config" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb index 9ce6f10a8b4..74010681c9b 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources_pr2_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources_pr2_description" diff --git a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb index f268db69f6e..b035e54cf7b 100644 --- a/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/foxy/moveit_resources/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_resources" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-common_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-common_2.1.4-1.bb index 0471d62cdd1..901cc670107 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-common_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-common_2.1.4-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_common/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_common" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-core_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-core_2.1.4-1.bb index d92c1dbf11c..fe21de1be00 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-core_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-core_2.1.4-1.bb @@ -138,7 +138,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_core/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_core" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-kinematics_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-kinematics_2.1.4-1.bb index 19431d8a097..ac2da67fb12 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-kinematics_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-kinematics_2.1.4-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_kinematics/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_kinematics" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-planners-ompl_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-planners-ompl_2.1.4-1.bb index c75317d3320..aea46861142 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-planners-ompl_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-planners-ompl_2.1.4-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_planners_ompl/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_planners_ompl" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-planners_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-planners_2.1.4-1.bb index f93e1eaa4a6..777684f5b38 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-planners_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-planners_2.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_planners/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_planners" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-plugins_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-plugins_2.1.4-1.bb index ccfa2c23d5b..3dd5687cc4a 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-plugins_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-plugins_2.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_plugins/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_plugins" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-benchmarks_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-benchmarks_2.1.4-1.bb index b85e3c7d852..de8d353e664 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-benchmarks_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-benchmarks_2.1.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_benchmarks/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_benchmarks" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-move-group_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-move-group_2.1.4-1.bb index 4e76f320021..70488e905a3 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-move-group_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-move-group_2.1.4-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_move_group/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_move_group" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.1.4-1.bb index 79d2b91aa1d..c4dd6604609 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.1.4-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_occupancy_map_monitor/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_occupancy_map_monitor" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-perception_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-perception_2.1.4-1.bb index eb421eeda20..f372dccc212 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-perception_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-perception_2.1.4-1.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_perception/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_perception" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning-interface_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning-interface_2.1.4-1.bb index cc5ce83f555..d608c0fa6a9 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning-interface_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning-interface_2.1.4-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_planning_interface/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_planning_interface" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning_2.1.4-1.bb index 4104c7201e2..d92bcd343c3 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-planning_2.1.4-1.bb @@ -94,7 +94,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_planning/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_planning" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-robot-interaction_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-robot-interaction_2.1.4-1.bb index c69b7f6ddf4..4c0ac9ac3a9 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-robot-interaction_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-robot-interaction_2.1.4-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_robot_interaction/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_robot_interaction" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-visualization_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-visualization_2.1.4-1.bb index ee95b62bd9f..056d39548c6 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-visualization_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-visualization_2.1.4-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_visualization/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_visualization" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-warehouse_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-warehouse_2.1.4-1.bb index 6c5dc4dbd81..19bdf1705a1 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-warehouse_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros-warehouse_2.1.4-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros_warehouse/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros_warehouse" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros_2.1.4-1.bb index 0345b70854c..f8ffc4d3270 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-ros_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-ros_2.1.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_ros/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_ros" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-runtime_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-runtime_2.1.4-1.bb index c785bd33639..e182e775401 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-runtime_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-runtime_2.1.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_runtime/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_runtime" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-servo_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-servo_2.1.4-1.bb index bc39d980209..40b6f26fc13 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-servo_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-servo_2.1.4-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_servo/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_servo" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit-simple-controller-manager_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit-simple-controller-manager_2.1.4-1.bb index 468503c37be..0f4e559548b 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit-simple-controller-manager_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit-simple-controller-manager_2.1.4-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_simple_controller_manager/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit_simple_controller_manager" diff --git a/meta-ros2-foxy/generated-recipes/moveit/moveit_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/moveit_2.1.4-1.bb index 38a986b5559..8c60e9d0f05 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/moveit_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/moveit_2.1.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/moveit/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/moveit" diff --git a/meta-ros2-foxy/generated-recipes/moveit/run-move-group_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/run-move-group_2.1.4-1.bb index 7b052d09bef..e2feb6d8bc2 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/run-move-group_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/run-move-group_2.1.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/run_move_group/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/run_move_group" diff --git a/meta-ros2-foxy/generated-recipes/moveit/run-moveit-cpp_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/run-moveit-cpp_2.1.4-1.bb index 73bfa99b7a5..1658fb2626c 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/run-moveit-cpp_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/run-moveit-cpp_2.1.4-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/run_moveit_cpp/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/run_moveit_cpp" diff --git a/meta-ros2-foxy/generated-recipes/moveit/run-ompl-constrained-planning_2.1.4-1.bb b/meta-ros2-foxy/generated-recipes/moveit/run-ompl-constrained-planning_2.1.4-1.bb index 0bf5c16b839..27dd9ebb557 100644 --- a/meta-ros2-foxy/generated-recipes/moveit/run-ompl-constrained-planning_2.1.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/moveit/run-ompl-constrained-planning_2.1.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/foxy/run_ompl_constrained_planning/2.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/run_ompl_constrained_planning" diff --git a/meta-ros2-foxy/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb b/meta-ros2-foxy/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb index 69b11a84cde..7419fa9a228 100644 --- a/meta-ros2-foxy/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/mrpt2/mrpt2_2.1.3-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros2-pkg-release/mrpt2-release/archive/release/foxy/mrpt2/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mrpt2" diff --git a/meta-ros2-foxy/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb b/meta-ros2-foxy/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb index 82a15fc0578..2496ba60285 100644 --- a/meta-ros2-foxy/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/mrt-cmake-modules/mrt-cmake-modules_1.0.8-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KIT-MRT/mrt_cmake_modules-release/archive/release/foxy/mrt_cmake_modules/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mrt_cmake_modules" diff --git a/meta-ros2-foxy/generated-recipes/navigation-msgs/map-msgs_2.0.2-2.bb b/meta-ros2-foxy/generated-recipes/navigation-msgs/map-msgs_2.0.2-2.bb index dd33081070b..2e7ebfe7b2f 100644 --- a/meta-ros2-foxy/generated-recipes/navigation-msgs/map-msgs_2.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/navigation-msgs/map-msgs_2.0.2-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/foxy/map_msgs/2.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/map_msgs" diff --git a/meta-ros2-foxy/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-2.bb b/meta-ros2-foxy/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-2.bb index 27d3fcd7545..8c87a90290d 100644 --- a/meta-ros2-foxy/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/navigation-msgs/move-base-msgs_2.0.2-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/foxy/move_base_msgs/2.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/move_base_msgs" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/costmap-queue_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/costmap-queue_0.4.7-1.bb index 3f336c4df43..b2e304bcec5 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/costmap-queue_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/costmap-queue_0.4.7-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/costmap_queue/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/costmap_queue" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/dwb-core_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/dwb-core_0.4.7-1.bb index 058882ae7cf..0e352f9be3a 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/dwb-core_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/dwb-core_0.4.7-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/dwb_core/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dwb_core" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/dwb-critics_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/dwb-critics_0.4.7-1.bb index 11b6f9d21cc..da478a80632 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/dwb-critics_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/dwb-critics_0.4.7-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/dwb_critics/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dwb_critics" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/dwb-msgs_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/dwb-msgs_0.4.7-1.bb index d17a351f85a..03ca08cb0b6 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/dwb-msgs_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/dwb-msgs_0.4.7-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/dwb_msgs/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dwb_msgs" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/dwb-plugins_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/dwb-plugins_0.4.7-1.bb index 30220f97737..7dd643a8681 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/dwb-plugins_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/dwb-plugins_0.4.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/dwb_plugins/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dwb_plugins" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-msgs_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-msgs_0.4.7-1.bb index b9867556b35..82a9420ea1e 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-msgs_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-msgs_0.4.7-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav_2d_msgs/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav_2d_msgs" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-utils_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-utils_0.4.7-1.bb index 0766d369a2e..817412f4d6f 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-utils_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav-2d-utils_0.4.7-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav_2d_utils/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav_2d_utils" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-amcl_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-amcl_0.4.7-1.bb index 7589c0f9b0e..d1db6c067bb 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-amcl_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-amcl_0.4.7-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_amcl/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_amcl" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-behavior-tree_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-behavior-tree_0.4.7-1.bb index dab4fd027a1..f888ded43ed 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-behavior-tree_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-behavior-tree_0.4.7-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_behavior_tree/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_behavior_tree" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-bringup_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-bringup_0.4.7-1.bb index 3099729937b..1c56ca76cd7 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-bringup_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-bringup_0.4.7-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_bringup/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_bringup" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-bt-navigator_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-bt-navigator_0.4.7-1.bb index 72544990436..6f3dee6752a 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-bt-navigator_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-bt-navigator_0.4.7-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_bt_navigator/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_bt_navigator" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-common_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-common_0.4.7-1.bb index c5c34086b10..8ed7de3dedf 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-common_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-common_0.4.7-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_common/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_common" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-controller_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-controller_0.4.7-1.bb index f613798435d..3f2f53a6334 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-controller_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-controller_0.4.7-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_controller/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_controller" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-core_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-core_0.4.7-1.bb index 9125c197841..7856bd8d6a7 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-core_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-core_0.4.7-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_core/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_core" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-costmap-2d_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-costmap-2d_0.4.7-1.bb index 3a2940da148..d1347372e70 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-costmap-2d_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-costmap-2d_0.4.7-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_costmap_2d/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_costmap_2d" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-dwb-controller_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-dwb-controller_0.4.7-1.bb index c60d0fdd776..ec409a6d473 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-dwb-controller_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-dwb-controller_0.4.7-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_dwb_controller/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_dwb_controller" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-gazebo-spawner_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-gazebo-spawner_0.4.7-1.bb index 8d55a3f2b0c..801be3b4cee 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-gazebo-spawner_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-gazebo-spawner_0.4.7-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_gazebo_spawner/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_gazebo_spawner" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-lifecycle-manager_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-lifecycle-manager_0.4.7-1.bb index dba3cfe071b..b59ff035d40 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-lifecycle-manager_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-lifecycle-manager_0.4.7-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_lifecycle_manager/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_lifecycle_manager" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-map-server_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-map-server_0.4.7-1.bb index 513c55f1a27..4224bbec323 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-map-server_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-map-server_0.4.7-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_map_server/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_map_server" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-msgs_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-msgs_0.4.7-1.bb index 591b9f48e30..0c04fb66ea4 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-msgs_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-msgs_0.4.7-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_msgs/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_msgs" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-navfn-planner_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-navfn-planner_0.4.7-1.bb index f68881a71cc..12f90a7228d 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-navfn-planner_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-navfn-planner_0.4.7-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_navfn_planner/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_navfn_planner" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-planner_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-planner_0.4.7-1.bb index 438e67b7199..756737f1b4d 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-planner_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-planner_0.4.7-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_planner/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_planner" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-recoveries_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-recoveries_0.4.7-1.bb index b3683a624e1..200ebea0916 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-recoveries_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-recoveries_0.4.7-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_recoveries/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_recoveries" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_0.4.7-1.bb index 18c0b258382..e7196c3703e 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_0.4.7-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_regulated_pure_pursuit_controller/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_regulated_pure_pursuit_controller" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-rviz-plugins_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-rviz-plugins_0.4.7-1.bb index 6b6839297a2..434965c65f7 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-rviz-plugins_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-rviz-plugins_0.4.7-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_rviz_plugins/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_rviz_plugins" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-system-tests_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-system-tests_0.4.7-1.bb index c637b3dc5da..c2f6340e444 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-system-tests_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-system-tests_0.4.7-1.bb @@ -85,7 +85,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_system_tests/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_system_tests" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-util_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-util_0.4.7-1.bb index 5f5ab8723a7..42c2762cdf1 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-util_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-util_0.4.7-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_util/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_util" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-voxel-grid_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-voxel-grid_0.4.7-1.bb index 6ba2ce51a2b..871d2cc795b 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-voxel-grid_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-voxel-grid_0.4.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_voxel_grid/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_voxel_grid" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/nav2-waypoint-follower_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/nav2-waypoint-follower_0.4.7-1.bb index 1392ad899ea..4a3d73affa4 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/nav2-waypoint-follower_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/nav2-waypoint-follower_0.4.7-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/nav2_waypoint_follower/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nav2_waypoint_follower" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/navigation2_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/navigation2_0.4.7-1.bb index 4f587e4bab4..5e010562b79 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/navigation2_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/navigation2_0.4.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/navigation2/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/navigation2" diff --git a/meta-ros2-foxy/generated-recipes/navigation2/smac-planner_0.4.7-1.bb b/meta-ros2-foxy/generated-recipes/navigation2/smac-planner_0.4.7-1.bb index 4be7caebd4b..4c8cdbae6ab 100644 --- a/meta-ros2-foxy/generated-recipes/navigation2/smac-planner_0.4.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/navigation2/smac-planner_0.4.7-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/foxy/smac_planner/0.4.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/smac_planner" diff --git a/meta-ros2-foxy/generated-recipes/nerian-stereo-ros2/nerian-stereo_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/nerian-stereo-ros2/nerian-stereo_1.0.2-1.bb index f41aa2fea2e..144a697b9f2 100644 --- a/meta-ros2-foxy/generated-recipes/nerian-stereo-ros2/nerian-stereo_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/nerian-stereo-ros2/nerian-stereo_1.0.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/nerian-vision/nerian_stereo_ros2-release/archive/release/foxy/nerian_stereo/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nerian_stereo" diff --git a/meta-ros2-foxy/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb index ab2bb583138..575dc00f9cf 100644 --- a/meta-ros2-foxy/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nmea_msgs-release/archive/release/foxy/nmea_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nmea_msgs" diff --git a/meta-ros2-foxy/generated-recipes/nodl/nodl-python_0.3.1-1.bb b/meta-ros2-foxy/generated-recipes/nodl/nodl-python_0.3.1-1.bb index e94d7c3ff41..efae602a672 100644 --- a/meta-ros2-foxy/generated-recipes/nodl/nodl-python_0.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/nodl/nodl-python_0.3.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/foxy/nodl_python/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nodl_python" diff --git a/meta-ros2-foxy/generated-recipes/nodl/ros2nodl_0.3.1-1.bb b/meta-ros2-foxy/generated-recipes/nodl/ros2nodl_0.3.1-1.bb index 646095e938b..10258960001 100644 --- a/meta-ros2-foxy/generated-recipes/nodl/ros2nodl_0.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/nodl/ros2nodl_0.3.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/foxy/ros2nodl/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2nodl" diff --git a/meta-ros2-foxy/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.2.1-1.bb index 3f3fa940688..ff337d50a60 100644 --- a/meta-ros2-foxy/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/nonpersistent-voxel-layer/nonpersistent-voxel-layer_2.2.1-1.bb @@ -89,7 +89,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/nonpersistent_voxel_layer-release/archive/release/foxy/nonpersistent_voxel_layer/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/nonpersistent_voxel_layer" diff --git a/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb b/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb index 2149a0f68fc..2e88dc52352 100644 --- a/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/foxy/novatel_gps_driver/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/novatel_gps_driver" diff --git a/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb b/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb index ff36fcde02c..4a5e3b9ca69 100644 --- a/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/novatel-gps-driver/novatel-gps-msgs_4.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/swri-robotics-gbp/novatel_gps_driver-release/archive/release/foxy/novatel_gps_msgs/4.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/novatel_gps_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb index 4b83f765f70..620e591693e 100644 --- a/meta-ros2-foxy/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/foxy/ntpd_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ntpd_driver" diff --git a/meta-ros2-foxy/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb index 9165328bac3..675e831f23c 100644 --- a/meta-ros2-foxy/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/object_recognition_msgs-release/archive/release/foxy/object_recognition_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/object_recognition_msgs" diff --git a/meta-ros2-foxy/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb index c37839ffc3b..3004c538a91 100644 --- a/meta-ros2-foxy/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_msgs-release/archive/release/foxy/octomap_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/octomap_msgs" diff --git a/meta-ros2-foxy/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb b/meta-ros2-foxy/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb index e13f11980e9..600625b8890 100644 --- a/meta-ros2-foxy/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/foxy/dynamic_edt_3d/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/dynamic_edt_3d" diff --git a/meta-ros2-foxy/generated-recipes/octomap/octomap_1.9.7-1.bb b/meta-ros2-foxy/generated-recipes/octomap/octomap_1.9.7-1.bb index 6247968fc77..cf4deecbdea 100644 --- a/meta-ros2-foxy/generated-recipes/octomap/octomap_1.9.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/octomap/octomap_1.9.7-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/foxy/octomap/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/octomap" diff --git a/meta-ros2-foxy/generated-recipes/octomap/octovis_1.9.7-1.bb b/meta-ros2-foxy/generated-recipes/octomap/octovis_1.9.7-1.bb index 5e39d7897c9..e83810e21f7 100644 --- a/meta-ros2-foxy/generated-recipes/octomap/octovis_1.9.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/octomap/octovis_1.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/foxy/octovis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/octovis" diff --git a/meta-ros2-foxy/generated-recipes/ompl/ompl_1.5.0-1.bb b/meta-ros2-foxy/generated-recipes/ompl/ompl_1.5.0-1.bb index a3378eb08f6..f15b64cd076 100644 --- a/meta-ros2-foxy/generated-recipes/ompl/ompl_1.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ompl/ompl_1.5.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/foxy/ompl/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ompl" diff --git a/meta-ros2-foxy/generated-recipes/openvslam/openvslam_0.2.2-1.bb b/meta-ros2-foxy/generated-recipes/openvslam/openvslam_0.2.2-1.bb index 2e89f8894fa..57962a1ea1d 100644 --- a/meta-ros2-foxy/generated-recipes/openvslam/openvslam_0.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/openvslam/openvslam_0.2.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OpenVSLAM-Community/openvslam-release/archive/release/foxy/openvslam/0.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/openvslam" diff --git a/meta-ros2-foxy/generated-recipes/openzen-driver/openzen-driver_1.2.0-2.bb b/meta-ros2-foxy/generated-recipes/openzen-driver/openzen-driver_1.2.0-2.bb index 3fdf9d595fc..b6eecf8dd62 100644 --- a/meta-ros2-foxy/generated-recipes/openzen-driver/openzen-driver_1.2.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/openzen-driver/openzen-driver_1.2.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lp-research/openzen_sensor_ros2-release/archive/release/foxy/openzen_driver/1.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/openzen_driver" diff --git a/meta-ros2-foxy/generated-recipes/oroca-rqt-command/oroca-rqt-command_0.6.0-3.bb b/meta-ros2-foxy/generated-recipes/oroca-rqt-command/oroca-rqt-command_0.6.0-3.bb index 2714eadec04..19f489ca3fc 100644 --- a/meta-ros2-foxy/generated-recipes/oroca-rqt-command/oroca-rqt-command_0.6.0-3.bb +++ b/meta-ros2-foxy/generated-recipes/oroca-rqt-command/oroca-rqt-command_0.6.0-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oroca-release/oroca_rqt_command-release/archive/release/foxy/oroca_rqt_command/0.6.0-3.tar.gz ROS_BRANCH ?= "branch=release/foxy/oroca_rqt_command" diff --git a/meta-ros2-foxy/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.2-1.bb b/meta-ros2-foxy/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.2-1.bb index ed36cc97bd7..6c146b96d6f 100644 --- a/meta-ros2-foxy/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release/archive/release/foxy/orocos_kdl/3.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/orocos_kdl" diff --git a/meta-ros2-foxy/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-2.bb b/meta-ros2-foxy/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-2.bb index 065f54c060a..79cd5558bf5 100644 --- a/meta-ros2-foxy/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-2.bb +++ b/meta-ros2-foxy/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tier4/osqp_vendor-release/archive/release/foxy/osqp_vendor/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/osqp_vendor" diff --git a/meta-ros2-foxy/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.10-1.bb b/meta-ros2-foxy/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.10-1.bb index b1ec55e20ac..9e41385c87c 100644 --- a/meta-ros2-foxy/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/osrf-pycommon/osrf-pycommon_0.1.10-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_pycommon-release/archive/release/foxy/osrf_pycommon/0.1.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/osrf_pycommon" diff --git a/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.3.2-1.bb b/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.3.2-1.bb index df00d9b7a2e..b1761ad109e 100644 --- a/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.3.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/foxy/osrf_testing_tools_cpp/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/osrf_testing_tools_cpp" diff --git a/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.3.2-1.bb b/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.3.2-1.bb index 149026ca427..20a26c5d3e5 100644 --- a/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/osrf-testing-tools-cpp/test-osrf-testing-tools-cpp_1.3.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/foxy/test_osrf_testing_tools_cpp/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_osrf_testing_tools_cpp" diff --git a/meta-ros2-foxy/generated-recipes/pal-gazebo-worlds/pal-gazebo-worlds_3.0.2-1.bb b/meta-ros2-foxy/generated-recipes/pal-gazebo-worlds/pal-gazebo-worlds_3.0.2-1.bb index cc4b86f36d5..d6ead7fb98a 100644 --- a/meta-ros2-foxy/generated-recipes/pal-gazebo-worlds/pal-gazebo-worlds_3.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/pal-gazebo-worlds/pal-gazebo-worlds_3.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/pal_gazebo_worlds-ros2-release/archive/release/foxy/pal_gazebo_worlds/3.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pal_gazebo_worlds" diff --git a/meta-ros2-foxy/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-2.bb b/meta-ros2-foxy/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-2.bb index e43cacebbd5..3b7b4e00f0a 100644 --- a/meta-ros2-foxy/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pcl_msgs-release/archive/release/foxy/pcl_msgs/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/pcl_msgs" diff --git a/meta-ros2-foxy/generated-recipes/perception-pcl/pcl-conversions_2.2.0-1.bb b/meta-ros2-foxy/generated-recipes/perception-pcl/pcl-conversions_2.2.0-1.bb index a75951a7616..21bfd848fbc 100644 --- a/meta-ros2-foxy/generated-recipes/perception-pcl/pcl-conversions_2.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/perception-pcl/pcl-conversions_2.2.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/foxy/pcl_conversions/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pcl_conversions" diff --git a/meta-ros2-foxy/generated-recipes/perception-pcl/perception-pcl_2.2.0-1.bb b/meta-ros2-foxy/generated-recipes/perception-pcl/perception-pcl_2.2.0-1.bb index 66265cb46cd..93f9d305910 100644 --- a/meta-ros2-foxy/generated-recipes/perception-pcl/perception-pcl_2.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/perception-pcl/perception-pcl_2.2.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/foxy/perception_pcl/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/perception_pcl" diff --git a/meta-ros2-foxy/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.6-1.bb b/meta-ros2-foxy/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.6-1.bb index 984c3e6b292..55800323002 100644 --- a/meta-ros2-foxy/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/performance_test_fixture-release/archive/release/foxy/performance_test_fixture/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/performance_test_fixture" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb index 015cb705b70..7c13f1aa177 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/libphidget22_2.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/libphidget22/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libphidget22" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb index 8d5ce03a0e7..fa9f36c1759 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_accelerometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_accelerometer" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb index af065027c6d..2fc4bec0e30 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_analog_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_analog_inputs" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb index f003400c419..664e996ba99 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-api_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_api/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_api" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb index 8efde74a08e..eea4bb1bf70 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_digital_inputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_digital_inputs" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb index 8727bd21ade..ba59be31e25 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_digital_outputs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_digital_outputs" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb index 734b1c87c57..f897854f52a 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-drivers_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_drivers/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_drivers" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb index dca77c721ee..f597e348cb8 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_gyroscope/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_gyroscope" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb index 5697961c670..f742ca06401 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_high_speed_encoder/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_high_speed_encoder" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb index 92af2353670..38c15a14479 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-ik_2.0.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_ik/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_ik" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb index 75e1e9c9005..e61403e8919 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_magnetometer/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_magnetometer" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb index af5939a3f71..d652a581967 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-motors_2.0.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_motors/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_motors" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb index 9f831b01c50..01080ca2b98 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_msgs/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_msgs" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb index 68e5bfe5b2a..985996e0b94 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-spatial_2.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_spatial/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_spatial" diff --git a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb index 6d01aab74db..1173db0f2e2 100644 --- a/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/phidgets-drivers/phidgets-temperature_2.0.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_temperature/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/phidgets_temperature" diff --git a/meta-ros2-foxy/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb b/meta-ros2-foxy/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb index d0558481a0b..9b3bcfb853d 100644 --- a/meta-ros2-foxy/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/foxy/plotjuggler_msgs/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plotjuggler_msgs" diff --git a/meta-ros2-foxy/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb b/meta-ros2-foxy/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb index 49529921158..b1b056e533b 100644 --- a/meta-ros2-foxy/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PlotJuggler/plotjuggler-ros-plugins-release/archive/release/foxy/plotjuggler_ros/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plotjuggler_ros" diff --git a/meta-ros2-foxy/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb b/meta-ros2-foxy/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb index ae0070cbd2a..e343160db4a 100644 --- a/meta-ros2-foxy/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler-release/archive/release/foxy/plotjuggler/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plotjuggler" diff --git a/meta-ros2-foxy/generated-recipes/pluginlib/pluginlib_2.5.3-1.bb b/meta-ros2-foxy/generated-recipes/pluginlib/pluginlib_2.5.3-1.bb index b6cdc3075ac..d12ed7195b5 100644 --- a/meta-ros2-foxy/generated-recipes/pluginlib/pluginlib_2.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/pluginlib/pluginlib_2.5.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pluginlib-release/archive/release/foxy/pluginlib/2.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pluginlib" diff --git a/meta-ros2-foxy/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb index b1d82125939..2b8ac770da3 100644 --- a/meta-ros2-foxy/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/pointcloud-to-laserscan/pointcloud-to-laserscan_2.0.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pointcloud_to_laserscan-release/archive/release/foxy/pointcloud_to_laserscan/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pointcloud_to_laserscan" diff --git a/meta-ros2-foxy/generated-recipes/popf/popf_0.0.12-1.bb b/meta-ros2-foxy/generated-recipes/popf/popf_0.0.12-1.bb index c3428ec36b9..1530f5189cc 100644 --- a/meta-ros2-foxy/generated-recipes/popf/popf_0.0.12-1.bb +++ b/meta-ros2-foxy/generated-recipes/popf/popf_0.0.12-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/popf-release/archive/release/foxy/popf/0.0.12-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/popf" diff --git a/meta-ros2-foxy/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb b/meta-ros2-foxy/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb index c25c31a7d34..c2e1b648f32 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees-js/py-trees-js_0.6.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_js-release/archive/release/foxy/py_trees_js/0.6.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees_js" diff --git a/meta-ros2-foxy/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-1.bb b/meta-ros2-foxy/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-1.bb index 56b1ef71262..f04fcdf16cb 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees-ros-interfaces/py-trees-ros-interfaces_2.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/foxy/py_trees_ros_interfaces/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees_ros_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.1.0-1.bb index df9282ab319..37853f15359 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_2.1.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_tutorials-release/archive/release/foxy/py_trees_ros_tutorials/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees_ros_tutorials" diff --git a/meta-ros2-foxy/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb b/meta-ros2-foxy/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb index b05c8ef7457..1777c6128ef 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.2.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros_viewer-release/archive/release/foxy/py_trees_ros_viewer/0.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees_ros_viewer" diff --git a/meta-ros2-foxy/generated-recipes/py-trees-ros/py-trees-ros_2.1.1-3.bb b/meta-ros2-foxy/generated-recipes/py-trees-ros/py-trees-ros_2.1.1-3.bb index 5c019149c36..07cf5ef2606 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees-ros/py-trees-ros_2.1.1-3.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees-ros/py-trees-ros_2.1.1-3.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees_ros-release/archive/release/foxy/py_trees_ros/2.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees_ros" diff --git a/meta-ros2-foxy/generated-recipes/py-trees/py-trees_2.1.6-1.bb b/meta-ros2-foxy/generated-recipes/py-trees/py-trees_2.1.6-1.bb index ecbee78ccdd..ba7522aac7d 100644 --- a/meta-ros2-foxy/generated-recipes/py-trees/py-trees_2.1.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/py-trees/py-trees_2.1.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/stonier/py_trees-release/archive/release/foxy/py_trees/2.1.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/py_trees" diff --git a/meta-ros2-foxy/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb b/meta-ros2-foxy/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb index f80ed45dd11..ff115d0d243 100644 --- a/meta-ros2-foxy/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pybind11_vendor-release/archive/release/foxy/pybind11_vendor/2.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/pybind11_vendor" diff --git a/meta-ros2-foxy/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb b/meta-ros2-foxy/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb index a8ba0535b85..b67385fb8b0 100644 --- a/meta-ros2-foxy/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_cmake_module-release/archive/release/foxy/python_cmake_module/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/python_cmake_module" diff --git a/meta-ros2-foxy/generated-recipes/python-qt-binding/python-qt-binding_1.0.5-1.bb b/meta-ros2-foxy/generated-recipes/python-qt-binding/python-qt-binding_1.0.5-1.bb index 907b385de51..55870750b8e 100644 --- a/meta-ros2-foxy/generated-recipes/python-qt-binding/python-qt-binding_1.0.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/python-qt-binding/python-qt-binding_1.0.5-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_qt_binding-release/archive/release/foxy/python_qt_binding/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/python_qt_binding" diff --git a/meta-ros2-foxy/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-2.bb b/meta-ros2-foxy/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-2.bb index 7ebd970838b..b9158835d48 100644 --- a/meta-ros2-foxy/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-2.bb +++ b/meta-ros2-foxy/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Autoware-AI/qpoases_vendor-release/archive/release/foxy/qpoases_vendor/3.2.3-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qpoases_vendor" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-dotgraph_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-dotgraph_1.1.2-2.bb index 5e1b041b58e..8302f40481b 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-dotgraph_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-dotgraph_1.1.2-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_dotgraph/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_dotgraph" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-app_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-app_1.1.2-2.bb index b720fd16874..d704a8a0bdd 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-app_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-app_1.1.2-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui_app/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_gui_app" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-core_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-core_1.1.2-2.bb index 56c9f0dea18..d16ee5b7419 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-core_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-core_1.1.2-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui_core/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_gui_core" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-cpp_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-cpp_1.1.2-2.bb index 776944c4f2d..1051a7c6d72 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-cpp_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-cpp_1.1.2-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui_cpp/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_gui_cpp" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-py-common_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-py-common_1.1.2-2.bb index f7cd7c4ac34..fec4c9f76aa 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-py-common_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui-py-common_1.1.2-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui_py_common/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_gui_py_common" diff --git a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui_1.1.2-2.bb b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui_1.1.2-2.bb index b09c65b5426..9e56007b9f9 100644 --- a/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui_1.1.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/qt-gui-core/qt-gui_1.1.2-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui/1.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/qt_gui" diff --git a/meta-ros2-foxy/generated-recipes/quaternion-operation/quaternion-operation_0.0.5-1.bb b/meta-ros2-foxy/generated-recipes/quaternion-operation/quaternion-operation_0.0.5-1.bb index 822d888a59a..7d2643d1506 100644 --- a/meta-ros2-foxy/generated-recipes/quaternion-operation/quaternion-operation_0.0.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/quaternion-operation/quaternion-operation_0.0.5-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OUXT-Polaris/quaternion_operation-release/archive/release/foxy/quaternion_operation/0.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/quaternion_operation" diff --git a/meta-ros2-foxy/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb index 393f5826f16..d1ee667aabf 100644 --- a/meta-ros2-foxy/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/random_numbers-release/archive/release/foxy/random_numbers/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/random_numbers" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/can-dbc-parser_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/can-dbc-parser_1.1.0-1.bb index 0cd32d0953e..68261b6c994 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/can-dbc-parser_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/can-dbc-parser_1.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/can_dbc_parser/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/can_dbc_parser" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.1.0-1.bb index 8c7b5363eda..7a0bf150e4f 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-can_1.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/raptor_dbw_can/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raptor_dbw_can" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.1.0-1.bb index 4e55eb76096..e05abc2cbf9 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-joystick_1.1.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/raptor_dbw_joystick/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raptor_dbw_joystick" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.1.0-1.bb index 7327553ebcc..78472c747bb 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-dbw-msgs_1.1.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/raptor_dbw_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raptor_dbw_msgs" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.1.0-1.bb index f481a2c71fc..9b097797597 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu-msgs_1.1.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/raptor_pdu_msgs/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raptor_pdu_msgs" diff --git a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.1.0-1.bb index f3022cd90ee..50b76561ae4 100644 --- a/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/raptor-dbw-ros2/raptor-pdu_1.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/raptor_pdu/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raptor_pdu" diff --git a/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse-msgs_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse-msgs_1.0.2-1.bb index cb28dbb0f0d..a3c1ac2f334 100644 --- a/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse-msgs_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse-msgs_1.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net/raspimouse2-release/archive/release/foxy/raspimouse_msgs/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raspimouse_msgs" diff --git a/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse_1.0.2-1.bb index f6393ad3f47..350e37f7a15 100644 --- a/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/raspimouse2/raspimouse_1.0.2-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net/raspimouse2-release/archive/release/foxy/raspimouse/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/raspimouse" diff --git a/meta-ros2-foxy/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb b/meta-ros2-foxy/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb index 035dcbd3ff2..d6f17a056da 100644 --- a/meta-ros2-foxy/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs_ros2-release/archive/release/foxy/rc_common_msgs/0.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_common_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb b/meta-ros2-foxy/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb index d6c6c299170..be5592b6fa0 100644 --- a/meta-ros2-foxy/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/foxy/rc_dynamics_api/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_dynamics_api" diff --git a/meta-ros2-foxy/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb b/meta-ros2-foxy/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb index 3d5e601b3ac..fcdebb04d04 100644 --- a/meta-ros2-foxy/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/foxy/rc_genicam_api/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_genicam_api" diff --git a/meta-ros2-foxy/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bb b/meta-ros2-foxy/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bb index fe5fb42fc35..a90c7f12561 100644 --- a/meta-ros2-foxy/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_driver_ros2-release/archive/release/foxy/rc_genicam_driver/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_genicam_driver" diff --git a/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb index b88a6ac9a89..bf1805a39f3 100644 --- a/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/foxy/rc_reason_clients/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_reason_clients" diff --git a/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb index 12d5d481fa7..96ef6432376 100644 --- a/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/foxy/rc_reason_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rc_reason_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb b/meta-ros2-foxy/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb index fc598db3a1a..8332a8c4605 100644 --- a/meta-ros2-foxy/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/foxy/rcdiscover/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcdiscover" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/action-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/action-msgs_1.0.0-1.bb index d63c0b90460..3bdd94a3e31 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/action-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/action-msgs_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/action_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/action_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.0-1.bb index 493af59678b..3ca435fdc32 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/builtin_interfaces/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/builtin_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/composition-interfaces_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/composition-interfaces_1.0.0-1.bb index 325980fcc31..5192b1d292e 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/composition-interfaces_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/composition-interfaces_1.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/composition_interfaces/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/composition_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.0-1.bb index 85d0ce52420..befb2e72bb5 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/lifecycle_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lifecycle_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.0-1.bb index e749fffe0a5..d2b5c45819c 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/rcl_interfaces/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.0-1.bb index d76fa670d2d..aca4e9bbbfe 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/rosgraph_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosgraph_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/statistics-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/statistics-msgs_1.0.0-1.bb index 87ff28e85cb..02255fdf2bc 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/statistics-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/statistics-msgs_1.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/statistics_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/statistics_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcl-interfaces/test-msgs_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-interfaces/test-msgs_1.0.0-1.bb index 74967175ea6..32fe98f1c6c 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-interfaces/test-msgs_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-interfaces/test-msgs_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/foxy/test_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_msgs" diff --git a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-log4cxx_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-log4cxx_1.1.0-1.bb index d83f48bda0a..23db508779f 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-log4cxx_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-log4cxx_1.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/foxy/rcl_logging_log4cxx/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_logging_log4cxx" diff --git a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-noop_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-noop_1.1.0-1.bb index 588d929fc4b..5325f24be43 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-noop_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-noop_1.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/foxy/rcl_logging_noop/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_logging_noop" diff --git a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-spdlog_1.1.0-1.bb b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-spdlog_1.1.0-1.bb index 0b848405595..089b04566eb 100644 --- a/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-spdlog_1.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl-logging/rcl-logging-spdlog_1.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/foxy/rcl_logging_spdlog/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_logging_spdlog" diff --git a/meta-ros2-foxy/generated-recipes/rcl/rcl-action_1.1.11-1.bb b/meta-ros2-foxy/generated-recipes/rcl/rcl-action_1.1.11-1.bb index 48d11309e7a..fd2f833f57e 100644 --- a/meta-ros2-foxy/generated-recipes/rcl/rcl-action_1.1.11-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl/rcl-action_1.1.11-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/foxy/rcl_action/1.1.11-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_action" diff --git a/meta-ros2-foxy/generated-recipes/rcl/rcl-lifecycle_1.1.11-1.bb b/meta-ros2-foxy/generated-recipes/rcl/rcl-lifecycle_1.1.11-1.bb index 24ee3508f2a..1420d036644 100644 --- a/meta-ros2-foxy/generated-recipes/rcl/rcl-lifecycle_1.1.11-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl/rcl-lifecycle_1.1.11-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/foxy/rcl_lifecycle/1.1.11-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/rcl/rcl-yaml-param-parser_1.1.11-1.bb b/meta-ros2-foxy/generated-recipes/rcl/rcl-yaml-param-parser_1.1.11-1.bb index f5e5d613d3a..27058244076 100644 --- a/meta-ros2-foxy/generated-recipes/rcl/rcl-yaml-param-parser_1.1.11-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl/rcl-yaml-param-parser_1.1.11-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/foxy/rcl_yaml_param_parser/1.1.11-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl_yaml_param_parser" diff --git a/meta-ros2-foxy/generated-recipes/rcl/rcl_1.1.11-1.bb b/meta-ros2-foxy/generated-recipes/rcl/rcl_1.1.11-1.bb index 86b4cd0f5b2..bac877aa838 100644 --- a/meta-ros2-foxy/generated-recipes/rcl/rcl_1.1.11-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcl/rcl_1.1.11-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/foxy/rcl/1.1.11-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcl" diff --git a/meta-ros2-foxy/generated-recipes/rclc/rclc-examples_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rclc/rclc-examples_1.0.0-1.bb index b34b97a220c..20013eafb66 100644 --- a/meta-ros2-foxy/generated-recipes/rclc/rclc-examples_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclc/rclc-examples_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/foxy/rclc_examples/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclc_examples" diff --git a/meta-ros2-foxy/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb index ec325e6af22..f3085d3bbca 100644 --- a/meta-ros2-foxy/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclc/rclc-lifecycle_1.0.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/foxy/rclc_lifecycle/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclc_lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/rclc/rclc_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rclc/rclc_1.0.0-1.bb index 8a700cfeaa1..9641f9e6c9a 100644 --- a/meta-ros2-foxy/generated-recipes/rclc/rclc_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclc/rclc_1.0.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/foxy/rclc/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclc" diff --git a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-action_2.3.1-1.bb b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-action_2.3.1-1.bb index 8f8ba14a634..c7d94478ec7 100644 --- a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-action_2.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-action_2.3.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_action/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclcpp_action" diff --git a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-components_2.3.1-1.bb b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-components_2.3.1-1.bb index 193356b4d96..5efb244135a 100644 --- a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-components_2.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-components_2.3.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_components/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclcpp_components" diff --git a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-lifecycle_2.3.1-1.bb b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-lifecycle_2.3.1-1.bb index 6f7ad0a0ae8..ebcd70888f2 100644 --- a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-lifecycle_2.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp-lifecycle_2.3.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_lifecycle/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclcpp_lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp_2.3.1-1.bb b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp_2.3.1-1.bb index dfd44f38232..88be4885e80 100644 --- a/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp_2.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclcpp/rclcpp_2.3.1-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclcpp" diff --git a/meta-ros2-foxy/generated-recipes/rclpy/rclpy_1.0.5-1.bb b/meta-ros2-foxy/generated-recipes/rclpy/rclpy_1.0.5-1.bb index 8fd745931a6..14d0a5fb563 100644 --- a/meta-ros2-foxy/generated-recipes/rclpy/rclpy_1.0.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/rclpy/rclpy_1.0.5-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclpy-release/archive/release/foxy/rclpy/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rclpy" diff --git a/meta-ros2-foxy/generated-recipes/rcpputils/rcpputils_1.3.1-1.bb b/meta-ros2-foxy/generated-recipes/rcpputils/rcpputils_1.3.1-1.bb index 0f555c6efea..f1f9a4484e4 100644 --- a/meta-ros2-foxy/generated-recipes/rcpputils/rcpputils_1.3.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcpputils/rcpputils_1.3.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcpputils-release/archive/release/foxy/rcpputils/1.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcpputils" diff --git a/meta-ros2-foxy/generated-recipes/rcutils/rcutils_1.1.3-1.bb b/meta-ros2-foxy/generated-recipes/rcutils/rcutils_1.1.3-1.bb index ca398d0ecca..42a264f2336 100644 --- a/meta-ros2-foxy/generated-recipes/rcutils/rcutils_1.1.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rcutils/rcutils_1.1.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcutils-release/archive/release/foxy/rcutils/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rcutils" diff --git a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bb b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bb index dff8161234a..e2bf0a60d06 100644 --- a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/foxy/realsense2_camera_msgs/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense2_camera_msgs" diff --git a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera_3.2.1-1.bb b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera_3.2.1-1.bb index 5a9e44fa17f..987e0e97607 100644 --- a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera_3.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-camera_3.2.1-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/foxy/realsense2_camera/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense2_camera" diff --git a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-description_3.2.1-1.bb b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-description_3.2.1-1.bb index f03bec16685..95fb13af4ca 100644 --- a/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-description_3.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/realsense2-camera/realsense2-description_3.2.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/foxy/realsense2_description/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense2_description" diff --git a/meta-ros2-foxy/generated-recipes/realtime-support/rttest_0.9.0-1.bb b/meta-ros2-foxy/generated-recipes/realtime-support/rttest_0.9.0-1.bb index 50e8565c896..9539359f92b 100644 --- a/meta-ros2-foxy/generated-recipes/realtime-support/rttest_0.9.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/realtime-support/rttest_0.9.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/foxy/rttest/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rttest" diff --git a/meta-ros2-foxy/generated-recipes/realtime-support/tlsf-cpp_0.9.0-1.bb b/meta-ros2-foxy/generated-recipes/realtime-support/tlsf-cpp_0.9.0-1.bb index 266a88f86af..5a4b6da3539 100644 --- a/meta-ros2-foxy/generated-recipes/realtime-support/tlsf-cpp_0.9.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/realtime-support/tlsf-cpp_0.9.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/foxy/tlsf_cpp/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tlsf_cpp" diff --git a/meta-ros2-foxy/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb index caf75b65d84..3cd6516e27a 100644 --- a/meta-ros2-foxy/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/foxy/realtime_tools/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/realtime_tools" diff --git a/meta-ros2-foxy/generated-recipes/resource-retriever/libcurl-vendor_2.3.4-1.bb b/meta-ros2-foxy/generated-recipes/resource-retriever/libcurl-vendor_2.3.4-1.bb index 0ab1d381ba7..0659902bbd9 100644 --- a/meta-ros2-foxy/generated-recipes/resource-retriever/libcurl-vendor_2.3.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/resource-retriever/libcurl-vendor_2.3.4-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/foxy/libcurl_vendor/2.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/libcurl_vendor" diff --git a/meta-ros2-foxy/generated-recipes/resource-retriever/resource-retriever_2.3.4-1.bb b/meta-ros2-foxy/generated-recipes/resource-retriever/resource-retriever_2.3.4-1.bb index f7a9aed30cd..a6fd82c1d12 100644 --- a/meta-ros2-foxy/generated-recipes/resource-retriever/resource-retriever_2.3.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/resource-retriever/resource-retriever_2.3.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/foxy/resource_retriever/2.3.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/resource_retriever" diff --git a/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-cpp_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-cpp_1.0.3-1.bb index 472eb8ced13..c30c3f58c41 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-cpp_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-cpp_1.0.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/foxy/rmw_connext_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_connext_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-shared-cpp_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-shared-cpp_1.0.3-1.bb index 90749a8f163..f7f625d6cd3 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-shared-cpp_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-connext/rmw-connext-shared-cpp_1.0.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connext-release/archive/release/foxy/rmw_connext_shared_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_connext_shared_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.6-1.bb b/meta-ros2-foxy/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.6-1.bb index 128b9489b06..c921d566833 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.7.6-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/foxy/rmw_cyclonedds_cpp/0.7.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_cyclonedds_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-dds-common/rmw-dds-common_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rmw-dds-common/rmw-dds-common_1.0.3-1.bb index 8f76a8a69e8..eaef1fa6eaa 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-dds-common/rmw-dds-common_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-dds-common/rmw-dds-common_1.0.3-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_dds_common-release/archive/release/foxy/rmw_dds_common/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_dds_common" diff --git a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_1.2.5-1.bb b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_1.2.5-1.bb index e68c8abb1b4..121e7f39dc9 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_1.2.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_1.2.5-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_cpp/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_fastrtps_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_1.2.5-1.bb b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_1.2.5-1.bb index bc7c6387530..fc16cdd7940 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_1.2.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_1.2.5-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_dynamic_cpp/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_fastrtps_dynamic_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_1.2.5-1.bb b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_1.2.5-1.bb index c5c32c0f6a9..c6b7190128f 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_1.2.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_1.2.5-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_fastrtps_shared_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_1.0.6-1.bb index f9c8aac938a..2b8dc8cf5ce 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_1.0.6-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/foxy/rmw_gurumdds_cpp/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_gurumdds_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_1.0.6-1.bb index 984e9d400a8..2d44a46fb53 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/foxy/rmw_gurumdds_shared_cpp/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_gurumdds_shared_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rmw-implementation/rmw-implementation_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rmw-implementation/rmw-implementation_1.0.2-1.bb index 5e367e75e27..ebd5c7f0978 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-implementation/rmw-implementation_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-implementation/rmw-implementation_1.0.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/foxy/rmw_implementation/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_implementation" diff --git a/meta-ros2-foxy/generated-recipes/rmw-implementation/test-rmw-implementation_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rmw-implementation/test-rmw-implementation_1.0.2-1.bb index 9aa1b0e14c3..5fc385d2672 100644 --- a/meta-ros2-foxy/generated-recipes/rmw-implementation/test-rmw-implementation_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw-implementation/test-rmw-implementation_1.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/foxy/test_rmw_implementation/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_rmw_implementation" diff --git a/meta-ros2-foxy/generated-recipes/rmw/rmw-implementation-cmake_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rmw/rmw-implementation-cmake_1.0.3-1.bb index 403802d1fa8..fa5b52591e8 100644 --- a/meta-ros2-foxy/generated-recipes/rmw/rmw-implementation-cmake_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw/rmw-implementation-cmake_1.0.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/foxy/rmw_implementation_cmake/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw_implementation_cmake" diff --git a/meta-ros2-foxy/generated-recipes/rmw/rmw_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rmw/rmw_1.0.3-1.bb index 1e9c3f0a29f..547b8d09c58 100644 --- a/meta-ros2-foxy/generated-recipes/rmw/rmw_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rmw/rmw_1.0.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/foxy/rmw/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rmw" diff --git a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-interface_0.8.1-1.bb b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-interface_0.8.1-1.bb index 2b71ec1f973..62f9c369ea9 100644 --- a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-interface_0.8.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-interface_0.8.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-ros2-release/archive/release/foxy/robot_controllers_interface/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/robot_controllers_interface" diff --git a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-msgs_0.8.1-1.bb b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-msgs_0.8.1-1.bb index 525f458f41a..941f6b9550d 100644 --- a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-msgs_0.8.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers-msgs_0.8.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-ros2-release/archive/release/foxy/robot_controllers_msgs/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/robot_controllers_msgs" diff --git a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers_0.8.1-1.bb b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers_0.8.1-1.bb index 0f9e36f5b09..620dcad25ca 100644 --- a/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers_0.8.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/robot-controllers/robot-controllers_0.8.1-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fetchrobotics-gbp/robot_controllers-ros2-release/archive/release/foxy/robot_controllers/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/robot_controllers" diff --git a/meta-ros2-foxy/generated-recipes/robot-localization/robot-localization_3.1.1-1.bb b/meta-ros2-foxy/generated-recipes/robot-localization/robot-localization_3.1.1-1.bb index fd6a199917d..c05789c6f95 100644 --- a/meta-ros2-foxy/generated-recipes/robot-localization/robot-localization_3.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/robot-localization/robot-localization_3.1.1-1.bb @@ -100,7 +100,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cra-ros-pkg/robot_localization-release/archive/release/foxy/robot_localization/3.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/robot_localization" diff --git a/meta-ros2-foxy/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.2-1.bb b/meta-ros2-foxy/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.2-1.bb index 9f40760e872..af37c8ddda7 100644 --- a/meta-ros2-foxy/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.2-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/robot_state_publisher-release/archive/release/foxy/robot_state_publisher/2.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/robot_state_publisher" diff --git a/meta-ros2-foxy/generated-recipes/ros-amr-interop/massrobotics-amr-sender_1.0.0-2.bb b/meta-ros2-foxy/generated-recipes/ros-amr-interop/massrobotics-amr-sender_1.0.0-2.bb index 2314475934f..55c3b79c7ed 100644 --- a/meta-ros2-foxy/generated-recipes/ros-amr-interop/massrobotics-amr-sender_1.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros-amr-interop/massrobotics-amr-sender_1.0.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/inorbit-ai/ros_amr_interop-release/archive/release/foxy/massrobotics_amr_sender/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/massrobotics_amr_sender" diff --git a/meta-ros2-foxy/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb index bb9263aaea7..dad73e8b12a 100644 --- a/meta-ros2-foxy/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-canopen/can-msgs_2.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/foxy/can_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/can_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ros-environment/ros-environment_2.5.0-1.bb b/meta-ros2-foxy/generated-recipes/ros-environment/ros-environment_2.5.0-1.bb index dde24e841a4..d21e206be57 100644 --- a/meta-ros2-foxy/generated-recipes/ros-environment/ros-environment_2.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-environment/ros-environment_2.5.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_environment-release/archive/release/foxy/ros_environment/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_environment" diff --git a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-bridge_0.221.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-bridge_0.221.1-1.bb index 930fd73cc63..547f580cffe 100644 --- a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-bridge_0.221.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-bridge_0.221.1-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/foxy/ros_ign_bridge/0.221.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_ign_bridge" diff --git a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.221.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.221.1-1.bb index 3ca7fdb945f..f6b60a9be29 100644 --- a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.221.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.221.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/foxy/ros_ign_gazebo_demos/0.221.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_ign_gazebo_demos" diff --git a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo_0.221.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo_0.221.1-1.bb index da9e82d7ec1..f30dc4adce4 100644 --- a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo_0.221.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-gazebo_0.221.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/foxy/ros_ign_gazebo/0.221.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_ign_gazebo" diff --git a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-image_0.221.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-image_0.221.1-1.bb index 9eea7e49a00..88d3a06ec86 100644 --- a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-image_0.221.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign-image_0.221.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/foxy/ros_ign_image/0.221.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_ign_image" diff --git a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign_0.221.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign_0.221.1-1.bb index ed8ee45074b..226f8abf35c 100644 --- a/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign_0.221.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-ign/ros-ign_0.221.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/foxy/ros_ign/0.221.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_ign" diff --git a/meta-ros2-foxy/generated-recipes/ros-testing/ros-testing_0.2.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-testing/ros-testing_0.2.1-1.bb index 6c03b8358af..13728b3e924 100644 --- a/meta-ros2-foxy/generated-recipes/ros-testing/ros-testing_0.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-testing/ros-testing_0.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/foxy/ros_testing/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_testing" diff --git a/meta-ros2-foxy/generated-recipes/ros-testing/ros2test_0.2.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-testing/ros2test_0.2.1-1.bb index 1dc4d45bdfa..bcd6926bc12 100644 --- a/meta-ros2-foxy/generated-recipes/ros-testing/ros2test_0.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-testing/ros2test_0.2.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/foxy/ros2test/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2test" diff --git a/meta-ros2-foxy/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb index 7abe789548c..97e1df282ac 100644 --- a/meta-ros2-foxy/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros-workspace/ros-workspace_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_workspace-release/archive/release/foxy/ros_workspace/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_workspace" diff --git a/meta-ros2-foxy/generated-recipes/ros1-bridge/ros1-bridge_0.9.6-1.bb b/meta-ros2-foxy/generated-recipes/ros1-bridge/ros1-bridge_0.9.6-1.bb index 80d179558fb..44a46c9f7cc 100644 --- a/meta-ros2-foxy/generated-recipes/ros1-bridge/ros1-bridge_0.9.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros1-bridge/ros1-bridge_0.9.6-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros1_bridge-release/archive/release/foxy/ros1_bridge/0.9.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros1_bridge" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb index 6033e98ba81..a932918c6e0 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/controller_interface" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb index e7902ca91db..0835bd5ddfb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_manager_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/controller_manager_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb index 38276c6ac38..93df7f6ea6d 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_manager/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/controller_manager" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb index 7d2eaa4cc11..8db035b7878 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/hardware_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/hardware_interface" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb index 9ac4c1d750f..d28e28d8360 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/ros2_control_test_assets/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2_control_test_assets" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb index 061c6cd8b88..d4675b2a4eb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/ros2_control/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2_control" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb index 46d9ec66f29..fb5137672c9 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/ros2controlcli/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2controlcli" diff --git a/meta-ros2-foxy/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb index 36703fa528d..2ea57a719a1 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/transmission_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/transmission_interface" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/diff-drive-controller_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/diff-drive-controller_0.4.0-1.bb index 779daca0d0d..35f1a0998b7 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/diff-drive-controller_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/diff-drive-controller_0.4.0-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/diff_drive_controller/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/diff_drive_controller" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/effort-controllers_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/effort-controllers_0.4.0-1.bb index 0dba50c6faf..9258a9be48c 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/effort-controllers_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/effort-controllers_0.4.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/effort_controllers/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/effort_controllers" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.0-1.bb index 2447fff9566..9618098c357 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/force_torque_sensor_broadcaster/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/force_torque_sensor_broadcaster" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/forward-command-controller_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/forward-command-controller_0.4.0-1.bb index 0e0a8357a34..f92e5086d86 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/forward-command-controller_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/forward-command-controller_0.4.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/forward_command_controller/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/forward_command_controller" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/gripper-controllers_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/gripper-controllers_0.4.0-1.bb index c00a94279fa..617c432d923 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/gripper-controllers_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/gripper-controllers_0.4.0-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/gripper_controllers/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gripper_controllers" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.0-1.bb index a71d5935872..3c7c802ab75 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/imu_sensor_broadcaster/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/imu_sensor_broadcaster" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.0-1.bb index c409d9240c0..0062e41051e 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/joint_state_broadcaster/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joint_state_broadcaster" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-controller_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-controller_0.4.0-1.bb index 02e158eb494..a354973c52b 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-controller_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-state-controller_0.4.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/joint_state_controller/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joint_state_controller" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.0-1.bb index 530fa3d2bac..85aedc50027 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/joint_trajectory_controller/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joint_trajectory_controller" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/position-controllers_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/position-controllers_0.4.0-1.bb index 351efd5b25e..0c5ae2ee1f0 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/position-controllers_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/position-controllers_0.4.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/position_controllers/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/position_controllers" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/ros2-controllers_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/ros2-controllers_0.4.0-1.bb index 937c09a5540..c9266ea4dbb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/ros2-controllers_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/ros2-controllers_0.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/ros2_controllers/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2_controllers" diff --git a/meta-ros2-foxy/generated-recipes/ros2-controllers/velocity-controllers_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-controllers/velocity-controllers_0.4.0-1.bb index 1a70d93b709..4c4659763c7 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-controllers/velocity-controllers_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-controllers/velocity-controllers_0.4.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/foxy/velocity_controllers/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velocity_controllers" diff --git a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-examples_2.0.8-2.bb b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-examples_2.0.8-2.bb index 1a338373305..03545ac86eb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-examples_2.0.8-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-examples_2.0.8-2.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/foxy/realsense_examples/2.0.8-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense_examples" diff --git a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-msgs_2.0.8-2.bb b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-msgs_2.0.8-2.bb index 02178410ff8..db637c21aa7 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-msgs_2.0.8-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-msgs_2.0.8-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/foxy/realsense_msgs/2.0.8-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-node_2.0.8-2.bb b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-node_2.0.8-2.bb index 1e3626a8da1..d5d936004b3 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-node_2.0.8-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-node_2.0.8-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/foxy/realsense_node/2.0.8-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense_node" diff --git a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-ros_2.0.8-2.bb b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-ros_2.0.8-2.bb index 28cc00a0e69..49001b3b0dc 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-ros_2.0.8-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-intel-realsense/realsense-ros_2.0.8-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_intel_realsense-release/archive/release/foxy/realsense_ros/2.0.8-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/realsense_ros" diff --git a/meta-ros2-foxy/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.1-1.bb index 468934708c6..e9beb85af6d 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-lgsvl-bridge/lgsvl-bridge_0.2.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/lgsvl/ros2-lgsvl-bridge-release/archive/release/foxy/lgsvl_bridge/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/lgsvl_bridge" diff --git a/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.2.0-1.bb index 62f0ae87490..664ba4e9e2f 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.2.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/foxy/ouster_msgs/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ouster_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bb index e49647d1a41..28fbf318583 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/ros2_ouster_drivers-release/archive/release/foxy/ros2_ouster/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2_ouster" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bringup_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bringup_1.0.9-1.bb index fda406ea726..3e040673c03 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bringup_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bringup_1.0.9-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_bringup/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_bringup" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bt-actions_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bt-actions_1.0.9-1.bb index 6ce2d3d710f..153828cb7b6 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bt-actions_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-bt-actions_1.0.9-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_bt_actions/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_bt_actions" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-core_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-core_1.0.9-1.bb index 99f34162d00..de1012fdd1e 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-core_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-core_1.0.9-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_core/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_core" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-domain-expert_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-domain-expert_1.0.9-1.bb index e23205ec113..1e93472e57d 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-domain-expert_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-domain-expert_1.0.9-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_domain_expert/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_domain_expert" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-executor_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-executor_1.0.9-1.bb index f2cf0fabf7d..759ceaa2800 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-executor_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-executor_1.0.9-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_executor/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_executor" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_1.0.9-1.bb index d4fa59e1b50..e2e6d70329d 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_1.0.9-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_lifecycle_manager/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_lifecycle_manager" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-msgs_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-msgs_1.0.9-1.bb index 93d755462be..ef18fb4a7fb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-msgs_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-msgs_1.0.9-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_msgs/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bb index 9a125b10a3d..22ace889f6a 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_pddl_parser/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_pddl_parser" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-planner_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-planner_1.0.9-1.bb index 9134faa08ff..a1a56cf568c 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-planner_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-planner_1.0.9-1.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_planner/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_planner" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_1.0.9-1.bb index 879b6a5b201..0b9e92b8757 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_1.0.9-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_popf_plan_solver/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_popf_plan_solver" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-problem-expert_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-problem-expert_1.0.9-1.bb index a4b733f5df2..c11ed3ea675 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-problem-expert_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-problem-expert_1.0.9-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_problem_expert/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_problem_expert" diff --git a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-terminal_1.0.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-terminal_1.0.9-1.bb index b7d98e01749..bf098498afa 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-terminal_1.0.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-planning-system/plansys2-terminal_1.0.9-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_terminal/1.0.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/plansys2_terminal" diff --git a/meta-ros2-foxy/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb index 7eba0c89ad6..1e0c103fec5 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/ros2_socketcan-release/archive/release/foxy/ros2_socketcan/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2_socketcan" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/ros2trace_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/ros2trace_1.0.5-2.bb index 106a08a155c..30aaa6d2e43 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/ros2trace_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/ros2trace_1.0.5-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/ros2trace/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2trace" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-launch_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-launch_1.0.5-2.bb index 5b91f81f2b4..41fb27133eb 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-launch_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-launch_1.0.5-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/tracetools_launch/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_launch" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-read_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-read_1.0.5-2.bb index bbccc5cccd3..2f56cd9afda 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-read_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-read_1.0.5-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/tracetools_read/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_read" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-test_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-test_1.0.5-2.bb index d2f84a351cc..2c50b05a42b 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-test_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-test_1.0.5-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/tracetools_test/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_test" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-trace_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-trace_1.0.5-2.bb index 9f6860c1360..a935814571f 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-trace_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools-trace_1.0.5-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/tracetools_trace/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_trace" diff --git a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools_1.0.5-2.bb b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools_1.0.5-2.bb index df93c04f0d8..1af15e79449 100644 --- a/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools_1.0.5-2.bb +++ b/meta-ros2-foxy/generated-recipes/ros2-tracing/tracetools_1.0.5-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/foxy/tracetools/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-1.bb index e54517032fa..f52b8a3cf54 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli_common_extensions-release/archive/release/foxy/ros2cli_common_extensions/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2cli_common_extensions" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2action_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2action_0.9.9-1.bb index 7f37eeebc04..ee2c19a6b06 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2action_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2action_0.9.9-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2action/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2action" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2cli_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2cli_0.9.9-1.bb index 0d245317120..76c2f7e3cc3 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2cli_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2cli_0.9.9-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2cli/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2cli" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2component_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2component_0.9.9-1.bb index e7468387f58..e1b9ee58e8a 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2component_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2component_0.9.9-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2component/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2component" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2doctor_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2doctor_0.9.9-1.bb index 55637efdf95..d6507e66a7a 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2doctor_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2doctor_0.9.9-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2doctor/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2doctor" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2interface_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2interface_0.9.9-1.bb index ee7c88b9a11..b25d976ddb3 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2interface_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2interface_0.9.9-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2interface/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2interface" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.9.9-1.bb index 95a9b987eb9..5367da904ed 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.9.9-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2lifecycle_test_fixtures/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2lifecycle_test_fixtures" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle_0.9.9-1.bb index 53ad7916f3a..ef7757c1e16 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2lifecycle_0.9.9-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2lifecycle/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2lifecycle" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2multicast_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2multicast_0.9.9-1.bb index 7070060b096..ce462294991 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2multicast_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2multicast_0.9.9-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2multicast/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2multicast" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2node_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2node_0.9.9-1.bb index f5c133bdfe9..ecd5cd6d073 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2node_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2node_0.9.9-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2node/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2node" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2param_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2param_0.9.9-1.bb index 3ec1d76ea0e..395cf1f7496 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2param_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2param_0.9.9-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2param/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2param" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2pkg_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2pkg_0.9.9-1.bb index e0ae2c3ef26..d96f0433a57 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2pkg_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2pkg_0.9.9-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2pkg/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2pkg" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2run_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2run_0.9.9-1.bb index 565bd4e286a..7f5ffb9c4b8 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2run_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2run_0.9.9-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2run/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2run" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2service_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2service_0.9.9-1.bb index 69a2e915e1d..5e6c51ea6bf 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2service_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2service_0.9.9-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2service/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2service" diff --git a/meta-ros2-foxy/generated-recipes/ros2cli/ros2topic_0.9.9-1.bb b/meta-ros2-foxy/generated-recipes/ros2cli/ros2topic_0.9.9-1.bb index cc928ed8f0c..20c79aa34fd 100644 --- a/meta-ros2-foxy/generated-recipes/ros2cli/ros2topic_0.9.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/ros2cli/ros2topic_0.9.9-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/foxy/ros2topic/0.9.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2topic" diff --git a/meta-ros2-foxy/generated-recipes/rosauth/rosauth_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rosauth/rosauth_2.0.2-1.bb index 027e229780f..d117a11c8ec 100644 --- a/meta-ros2-foxy/generated-recipes/rosauth/rosauth_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosauth/rosauth_2.0.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosauth-release/archive/release/foxy/rosauth/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosauth" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.10-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.10-1.bb index 475b10b0044..f7e1ec0e303 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.0.10-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/foxy/ros1_rosbag_storage_vendor/0.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros1_rosbag_storage_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.10-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.10-1.bb index 59a253a695a..37991020c60 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.0.10-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/foxy/rosbag2_bag_v2_plugins/0.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_bag_v2_plugins" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/ros2bag_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/ros2bag_0.3.7-1.bb index 5a7a4d34bb1..40793c71fbe 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/ros2bag_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/ros2bag_0.3.7-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/ros2bag/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2bag" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-compression_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-compression_0.3.7-1.bb index bbb44944fbb..eddf0edf560 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-compression_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-compression_0.3.7-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_compression/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_compression" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.3.7-1.bb index 8882d71ae2d..d3dbad975b6 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-converter-default-plugins_0.3.7-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_converter_default_plugins/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_converter_default_plugins" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-cpp_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-cpp_0.3.7-1.bb index fe4010018dc..595d2913343 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-cpp_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-cpp_0.3.7-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_cpp/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.3.7-1.bb index 20447edf7ea..7ee2132d9dc 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.3.7-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_storage_default_plugins/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_storage_default_plugins" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage_0.3.7-1.bb index d15feefc7dd..107fb4fb1e8 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-storage_0.3.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_storage/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_storage" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-test-common_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-test-common_0.3.7-1.bb index 45ca6f7fdef..d21127672b3 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-test-common_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-test-common_0.3.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_test_common/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_test_common" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-tests_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-tests_0.3.7-1.bb index 3733b1aa871..fbce1a8ffdf 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-tests_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-tests_0.3.7-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_tests/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_tests" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-transport_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-transport_0.3.7-1.bb index a3470036471..dc75f43ee7a 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-transport_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2-transport_0.3.7-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2_transport/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2_transport" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2_0.3.7-1.bb index 60487617044..f2bd3514699 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/rosbag2_0.3.7-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/rosbag2/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosbag2" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/shared-queues-vendor_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/shared-queues-vendor_0.3.7-1.bb index 79d58fe613a..a7312d2dad2 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/shared-queues-vendor_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/shared-queues-vendor_0.3.7-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/shared_queues_vendor/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/shared_queues_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/sqlite3-vendor_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/sqlite3-vendor_0.3.7-1.bb index 27179da3b26..2c8596921d3 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/sqlite3-vendor_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/sqlite3-vendor_0.3.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/sqlite3_vendor/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sqlite3_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rosbag2/zstd-vendor_0.3.7-1.bb b/meta-ros2-foxy/generated-recipes/rosbag2/zstd-vendor_0.3.7-1.bb index 37816980f35..d90e39703f0 100644 --- a/meta-ros2-foxy/generated-recipes/rosbag2/zstd-vendor_0.3.7-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosbag2/zstd-vendor_0.3.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/foxy/zstd_vendor/0.3.7-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/zstd_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb index a3ed390e8c6..30fdf3ffd43 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.7.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_dds-release/archive/release/foxy/rosidl_generator_dds_idl/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_generator_dds_idl" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-generators_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-generators_1.0.1-1.bb index 534ce50bb79..7197ddc5f0e 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-generators_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-generators_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/foxy/rosidl_default_generators/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_default_generators" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.0.1-1.bb index dfc54759d95..de948d66fa0 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/foxy/rosidl_default_runtime/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_default_runtime" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-python/rosidl-generator-py_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-python/rosidl-generator-py_0.9.4-1.bb index 56cb320b1c9..7331d3e7e64 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-python/rosidl-generator-py_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-python/rosidl-generator-py_0.9.4-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/foxy/rosidl_generator_py/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_generator_py" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb index b1ea1fa9eb8..7e87465b209 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_runtime_py-release/archive/release/foxy/rosidl_runtime_py/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_runtime_py" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_1.0.3-1.bb index 8bc2f896fd2..3d7d9821fca 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/connext-cmake-module_1.0.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/foxy/connext_cmake_module/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/connext_cmake_module" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_1.0.3-1.bb index be1acb19491..2a6bb8a13b6 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-c_1.0.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/foxy/rosidl_typesupport_connext_c/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_connext_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_1.0.3-1.bb index 8747bc5523f..85467750bc7 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-connext/rosidl-typesupport-connext-cpp_1.0.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_connext-release/archive/release/foxy/rosidl_typesupport_connext_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_connext_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.0.3-1.bb index 56e831ea2e6..3592246d185 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/foxy/fastrtps_cmake_module/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/fastrtps_cmake_module" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.0.3-1.bb index 3cf2e220d71..37cfc8ce238 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.0.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/foxy/rosidl_typesupport_fastrtps_c/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_fastrtps_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.0.3-1.bb index 7ff74ca5176..7de21d5a42a 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.0.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/foxy/rosidl_typesupport_fastrtps_cpp/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_fastrtps_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_1.0.3-1.bb index 1ad601742b0..c71f15e89bd 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_1.0.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_gurumdds-release/archive/release/foxy/gurumdds_cmake_module/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/gurumdds_cmake_module" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.0.2-1.bb index d32461c0ddc..07afa09f735 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.0.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/foxy/rosidl_typesupport_c/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.0.2-1.bb index 5c6cce00248..73e4dec476e 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/foxy/rosidl_typesupport_cpp/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-adapter_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-adapter_1.2.1-1.bb index 418aed48ca0..33b8ef43684 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-adapter_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-adapter_1.2.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_adapter/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_adapter" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-cmake_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-cmake_1.2.1-1.bb index 0bdb5f075cb..4c11d651087 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-cmake_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-cmake_1.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_cmake/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_cmake" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-c_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-c_1.2.1-1.bb index 20f8f933106..e133c0f2c8c 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-c_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-c_1.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_c/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_generator_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-cpp_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-cpp_1.2.1-1.bb index e425a1a2f10..bdc62175a7b 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-cpp_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-generator-cpp_1.2.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_cpp/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_generator_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-parser_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-parser_1.2.1-1.bb index ca1dc456a2e..f013d1e188e 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-parser_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-parser_1.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_parser/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_parser" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-c_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-c_1.2.1-1.bb index 082b8d88df1..9f4042e8f2a 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-c_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-c_1.2.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_runtime_c/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_runtime_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-cpp_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-cpp_1.2.1-1.bb index 369630cfc4d..3d44cddc663 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-cpp_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-runtime-cpp_1.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_runtime_cpp/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_runtime_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-interface_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-interface_1.2.1-1.bb index 7718d2dd304..09a5d4f3fb8 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-interface_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-interface_1.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_typesupport_interface/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_interface" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-c_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-c_1.2.1-1.bb index 7a7a1f627b2..04e189e502d 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-c_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-c_1.2.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_typesupport_introspection_c/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_introspection_c" diff --git a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_1.2.1-1.bb index 1e1eaaf86e1..d06298740a1 100644 --- a/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_1.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_typesupport_introspection_cpp/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosidl_typesupport_introspection_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rosxbee/rosxbeepy_0.0.1-2.bb b/meta-ros2-foxy/generated-recipes/rosxbee/rosxbeepy_0.0.1-2.bb index 12588e39b64..f944e6a1e64 100644 --- a/meta-ros2-foxy/generated-recipes/rosxbee/rosxbeepy_0.0.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/rosxbee/rosxbeepy_0.0.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Sudharsan10/ROSXBee-release/archive/release/foxy/rosxbeepy/0.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rosxbeepy" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-bringup_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-bringup_0.1.1-2.bb index 893f81932b7..ab297308475 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-bringup_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-bringup_0.1.1-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_bringup/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_bringup" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-description_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-description_0.1.1-2.bb index 74556c0954c..d04dec7d54b 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-description_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-description_0.1.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_description/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_description" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-driver_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-driver_0.1.1-2.bb index 708e66afb4e..4a242f839ce 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-driver_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-driver_0.1.1-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_driver/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_driver" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-msgs_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-msgs_0.1.1-2.bb index 448623a492d..0b540b77971 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-msgs_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-msgs_0.1.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_msgs/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_msgs" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-navigation_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-navigation_0.1.1-2.bb index 38e0b1cc5c0..cd980b89c3d 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-navigation_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-navigation_0.1.1-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_navigation/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_navigation" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-simulation_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-simulation_0.1.1-2.bb index f3489c4a7bc..980e2f39cca 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-simulation_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-simulation_0.1.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_simulation/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_simulation" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-teleop_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-teleop_0.1.1-2.bb index 3a8bdcd73f2..2bf379a8d16 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-teleop_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/rover-teleop_0.1.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/rover_teleop/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/rover_teleop" diff --git a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/roverrobotics-ros2_0.1.1-2.bb b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/roverrobotics-ros2_0.1.1-2.bb index 48c80795ba4..84290bede10 100644 --- a/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/roverrobotics-ros2_0.1.1-2.bb +++ b/meta-ros2-foxy/generated-recipes/roverrobotics-ros2/roverrobotics-ros2_0.1.1-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/RoverRobotics-release/roverrobotics_ros2-release/archive/release/foxy/roverrobotics_ros2/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/roverrobotics_ros2" diff --git a/meta-ros2-foxy/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb index bb1dcfbf4eb..73c1001b4d8 100644 --- a/meta-ros2-foxy/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/rplidar_ros-release/archive/release/foxy/rplidar_ros/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rplidar_ros" diff --git a/meta-ros2-foxy/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb b/meta-ros2-foxy/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb index 1bb39970fe4..8bff32d1493 100644 --- a/meta-ros2-foxy/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rpyutils-release/archive/release/foxy/rpyutils/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rpyutils" diff --git a/meta-ros2-foxy/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb index 75468c6cc30..07a440aebe9 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_action-release/archive/release/foxy/rqt_action/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_action" diff --git a/meta-ros2-foxy/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb index 41325ef4faf..59c2ec09cce 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_common_plugins-release/archive/release/foxy/rqt_common_plugins/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_common_plugins" diff --git a/meta-ros2-foxy/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb index 1d41464bf8d..07d11b80a84 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-console/rqt-console_1.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_console-release/archive/release/foxy/rqt_console/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_console" diff --git a/meta-ros2-foxy/generated-recipes/rqt-graph/rqt-graph_1.1.2-1.bb b/meta-ros2-foxy/generated-recipes/rqt-graph/rqt-graph_1.1.2-1.bb index cdde001b255..702f172b887 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-graph/rqt-graph_1.1.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-graph/rqt-graph_1.1.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_graph-release/archive/release/foxy/rqt_graph/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_graph" diff --git a/meta-ros2-foxy/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb index 9659316d97f..5b4a4caa2b8 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_image_view-release/archive/release/foxy/rqt_image_view/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_image_view" diff --git a/meta-ros2-foxy/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb index 9c82707c517..fd612579781 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_moveit-release/archive/release/foxy/rqt_moveit/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_moveit" diff --git a/meta-ros2-foxy/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb index 3d874e30bb5..64951fa1a72 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_msg-release/archive/release/foxy/rqt_msg/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_msg" diff --git a/meta-ros2-foxy/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb b/meta-ros2-foxy/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb index d5ec269961c..878a187b738 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_plot-release/archive/release/foxy/rqt_plot/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_plot" diff --git a/meta-ros2-foxy/generated-recipes/rqt-publisher/rqt-publisher_1.1.2-1.bb b/meta-ros2-foxy/generated-recipes/rqt-publisher/rqt-publisher_1.1.2-1.bb index b5f08bd61a6..946a0b94162 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-publisher/rqt-publisher_1.1.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-publisher/rqt-publisher_1.1.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_publisher-release/archive/release/foxy/rqt_publisher/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_publisher" diff --git a/meta-ros2-foxy/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb index d5b9f267636..4b9689bfeaa 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_py_console-release/archive/release/foxy/rqt_py_console/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_py_console" diff --git a/meta-ros2-foxy/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb b/meta-ros2-foxy/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb index d6c344679f6..44306fb1aec 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/foxy/rqt_reconfigure/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_reconfigure" diff --git a/meta-ros2-foxy/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb index c17670ce37a..1a797197afd 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_dashboard-release/archive/release/foxy/rqt_robot_dashboard/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_robot_dashboard" diff --git a/meta-ros2-foxy/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb index 6c5d6958705..b2dbb956228 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/foxy/rqt_robot_monitor/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_robot_monitor" diff --git a/meta-ros2-foxy/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb index 365a54aebcd..65ff8221add 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_steering-release/archive/release/foxy/rqt_robot_steering/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_robot_steering" diff --git a/meta-ros2-foxy/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb b/meta-ros2-foxy/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb index 758b3297304..8af97395dde 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_service_caller-release/archive/release/foxy/rqt_service_caller/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_service_caller" diff --git a/meta-ros2-foxy/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb index d541a5c9912..14aece96e60 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_shell-release/archive/release/foxy/rqt_shell/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_shell" diff --git a/meta-ros2-foxy/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb index 7dd2e9131c4..abe7d9143ff 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_srv-release/archive/release/foxy/rqt_srv/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_srv" diff --git a/meta-ros2-foxy/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb index 82153b8df72..d609ac1940b 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_top-release/archive/release/foxy/rqt_top/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_top" diff --git a/meta-ros2-foxy/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb index 8ed352a87f4..d8d29eb4a5d 100644 --- a/meta-ros2-foxy/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_topic-release/archive/release/foxy/rqt_topic/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_topic" diff --git a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb index 0ac919919bf..b1ee30aee6a 100644 --- a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui_cpp/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_gui_cpp" diff --git a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb index 93cf5e3ce05..7e6098fa328 100644 --- a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui_py/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_gui_py" diff --git a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui_1.1.1-1.bb index ce57c34799e..52778ecbe41 100644 --- a/meta-ros2-foxy/generated-recipes/rqt/rqt-gui_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt/rqt-gui_1.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_gui" diff --git a/meta-ros2-foxy/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb index 0dbb6399853..cf6285f50b4 100644 --- a/meta-ros2-foxy/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_py_common/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt_py_common" diff --git a/meta-ros2-foxy/generated-recipes/rqt/rqt_1.1.1-1.bb b/meta-ros2-foxy/generated-recipes/rqt/rqt_1.1.1-1.bb index 43d1f1dde72..35fc93d8a5a 100644 --- a/meta-ros2-foxy/generated-recipes/rqt/rqt_1.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rqt/rqt_1.1.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rqt" diff --git a/meta-ros2-foxy/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.1-1.bb index 3e48073c113..ce2ba570438 100644 --- a/meta-ros2-foxy/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/rt-usb-9axisimu-driver/rt-usb-9axisimu-driver_2.0.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/rt-net-gbp/rt_usb_9axisimu_driver-release/archive/release/foxy/rt_usb_9axisimu_driver/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rt_usb_9axisimu_driver" diff --git a/meta-ros2-foxy/generated-recipes/rviz-visual-tools/rviz-visual-tools_4.0.0-1.bb b/meta-ros2-foxy/generated-recipes/rviz-visual-tools/rviz-visual-tools_4.0.0-1.bb index f21e57c6c00..4f9ce33a82d 100644 --- a/meta-ros2-foxy/generated-recipes/rviz-visual-tools/rviz-visual-tools_4.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz-visual-tools/rviz-visual-tools_4.0.0-1.bb @@ -99,7 +99,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PickNikRobotics/rviz_visual_tools-release/archive/release/foxy/rviz_visual_tools/4.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_visual_tools" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-assimp-vendor_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-assimp-vendor_8.2.2-1.bb index 4be72ab3a3a..5defbd3ed95 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-assimp-vendor_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-assimp-vendor_8.2.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_assimp_vendor/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_assimp_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-common_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-common_8.2.2-1.bb index 0a5667cfc90..7b55d1d8afa 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-common_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-common_8.2.2-1.bb @@ -96,7 +96,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_common/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_common" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-default-plugins_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-default-plugins_8.2.2-1.bb index 36f3bc7196a..0ee88eaa06b 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-default-plugins_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-default-plugins_8.2.2-1.bb @@ -102,7 +102,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_default_plugins/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_default_plugins" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-ogre-vendor_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-ogre-vendor_8.2.2-1.bb index 63bc4475767..880916751a0 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-ogre-vendor_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-ogre-vendor_8.2.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_ogre_vendor/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_ogre_vendor" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering-tests_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering-tests_8.2.2-1.bb index 60969315750..55c4ed41c64 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering-tests_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering-tests_8.2.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_rendering_tests/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_rendering_tests" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering_8.2.2-1.bb index 9da16377440..99c25b90c51 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-rendering_8.2.2-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_rendering/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_rendering" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz-visual-testing-framework_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz-visual-testing-framework_8.2.2-1.bb index 5d50a5008bf..43d6d778d88 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz-visual-testing-framework_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz-visual-testing-framework_8.2.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_visual_testing_framework/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz_visual_testing_framework" diff --git a/meta-ros2-foxy/generated-recipes/rviz/rviz2_8.2.2-1.bb b/meta-ros2-foxy/generated-recipes/rviz/rviz2_8.2.2-1.bb index 4d1bebec817..ceee78eb7c9 100644 --- a/meta-ros2-foxy/generated-recipes/rviz/rviz2_8.2.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/rviz/rviz2_8.2.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz2/8.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/rviz2" diff --git a/meta-ros2-foxy/generated-recipes/sbg-driver/sbg-driver_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/sbg-driver/sbg-driver_1.0.1-1.bb index 34b58dcc61c..3587ac69959 100644 --- a/meta-ros2-foxy/generated-recipes/sbg-driver/sbg-driver_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/sbg-driver/sbg-driver_1.0.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SBG-Systems/sbg_ros2-release/archive/release/foxy/sbg_driver/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sbg_driver" diff --git a/meta-ros2-foxy/generated-recipes/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bb b/meta-ros2-foxy/generated-recipes/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bb index f6e2908d241..4984019e32a 100644 --- a/meta-ros2-foxy/generated-recipes/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_safetyscanners_base-release/archive/release/foxy/sick_safetyscanners_base/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/sick_safetyscanners_base" diff --git a/meta-ros2-foxy/generated-recipes/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bb index b0714a0488d..3d5399f5b3a 100644 --- a/meta-ros2-foxy/generated-recipes/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_safetyscanners2_interfaces-release/archive/release/foxy/sick_safetyscanners2_interfaces/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sick_safetyscanners2_interfaces" diff --git a/meta-ros2-foxy/generated-recipes/sick-safetyscanners2/sick-safetyscanners2_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/sick-safetyscanners2/sick-safetyscanners2_1.0.2-1.bb index b5e601637ed..b775620784e 100644 --- a/meta-ros2-foxy/generated-recipes/sick-safetyscanners2/sick-safetyscanners2_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/sick-safetyscanners2/sick-safetyscanners2_1.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_safetyscanners2-release/archive/release/foxy/sick_safetyscanners2/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sick_safetyscanners2" diff --git a/meta-ros2-foxy/generated-recipes/sick-scan2/sick-scan2_0.1.9-1.bb b/meta-ros2-foxy/generated-recipes/sick-scan2/sick-scan2_0.1.9-1.bb index b4cfdaecb53..e13cd9d3783 100644 --- a/meta-ros2-foxy/generated-recipes/sick-scan2/sick-scan2_0.1.9-1.bb +++ b/meta-ros2-foxy/generated-recipes/sick-scan2/sick-scan2_0.1.9-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SICKAG/sick_scan2-release/archive/release/foxy/sick_scan2/0.1.9-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sick_scan2" diff --git a/meta-ros2-foxy/generated-recipes/simple-launch/simple-launch_1.0.3-2.bb b/meta-ros2-foxy/generated-recipes/simple-launch/simple-launch_1.0.3-2.bb index f3526d7beb6..336d2c70dd4 100644 --- a/meta-ros2-foxy/generated-recipes/simple-launch/simple-launch_1.0.3-2.bb +++ b/meta-ros2-foxy/generated-recipes/simple-launch/simple-launch_1.0.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oKermorgant/simple_launch-release/archive/release/foxy/simple_launch/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/simple_launch" diff --git a/meta-ros2-foxy/generated-recipes/slam-toolbox/slam-toolbox_2.4.0-1.bb b/meta-ros2-foxy/generated-recipes/slam-toolbox/slam-toolbox_2.4.0-1.bb index 2b25429a249..0926db63ba8 100644 --- a/meta-ros2-foxy/generated-recipes/slam-toolbox/slam-toolbox_2.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/slam-toolbox/slam-toolbox_2.4.0-1.bb @@ -108,7 +108,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/foxy/slam_toolbox/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/slam_toolbox" diff --git a/meta-ros2-foxy/generated-recipes/slider-publisher/slider-publisher_1.0.2-2.bb b/meta-ros2-foxy/generated-recipes/slider-publisher/slider-publisher_1.0.2-2.bb index f7de3ed1e90..3a8f96bbf5a 100644 --- a/meta-ros2-foxy/generated-recipes/slider-publisher/slider-publisher_1.0.2-2.bb +++ b/meta-ros2-foxy/generated-recipes/slider-publisher/slider-publisher_1.0.2-2.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/oKermorgant/slider_publisher-release/archive/release/foxy/slider_publisher/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/slider_publisher" diff --git a/meta-ros2-foxy/generated-recipes/sophus/sophus_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/sophus/sophus_1.2.1-1.bb index b69ccb1bc33..43aeb25fda0 100644 --- a/meta-ros2-foxy/generated-recipes/sophus/sophus_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/sophus/sophus_1.2.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/yujinrobot-release/sophus-release/archive/release/foxy/sophus/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sophus" diff --git a/meta-ros2-foxy/generated-recipes/spdlog-vendor/spdlog-vendor_1.1.3-1.bb b/meta-ros2-foxy/generated-recipes/spdlog-vendor/spdlog-vendor_1.1.3-1.bb index d40153e599b..6bac862a399 100644 --- a/meta-ros2-foxy/generated-recipes/spdlog-vendor/spdlog-vendor_1.1.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/spdlog-vendor/spdlog-vendor_1.1.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/spdlog_vendor-release/archive/release/foxy/spdlog_vendor/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/spdlog_vendor" diff --git a/meta-ros2-foxy/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb index 19505029c33..8870b7a32b5 100644 --- a/meta-ros2-foxy/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/srdfdom-release/archive/release/foxy/srdfdom/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/srdfdom" diff --git a/meta-ros2-foxy/generated-recipes/sros2/sros2-cmake_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/sros2/sros2-cmake_0.9.4-1.bb index a8b0c0a2dc8..66933dc628d 100644 --- a/meta-ros2-foxy/generated-recipes/sros2/sros2-cmake_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/sros2/sros2-cmake_0.9.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/foxy/sros2_cmake/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sros2_cmake" diff --git a/meta-ros2-foxy/generated-recipes/sros2/sros2_0.9.4-1.bb b/meta-ros2-foxy/generated-recipes/sros2/sros2_0.9.4-1.bb index 84e5e4aa611..81a905df42e 100644 --- a/meta-ros2-foxy/generated-recipes/sros2/sros2_0.9.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/sros2/sros2_0.9.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/foxy/sros2/0.9.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/sros2" diff --git a/meta-ros2-foxy/generated-recipes/system-metrics-collector/system-metrics-collector_0.1.1-1.bb b/meta-ros2-foxy/generated-recipes/system-metrics-collector/system-metrics-collector_0.1.1-1.bb index f08200305e2..f1b60a7df98 100644 --- a/meta-ros2-foxy/generated-recipes/system-metrics-collector/system-metrics-collector_0.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-metrics-collector/system-metrics-collector_0.1.1-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-tooling/system_metrics_collector-release/archive/release/foxy/system_metrics_collector/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/system_metrics_collector" diff --git a/meta-ros2-foxy/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb b/meta-ros2-foxy/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb index 90e22fc7744..58091dd5940 100644 --- a/meta-ros2-foxy/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/foxy/launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/launch_system_modes" diff --git a/meta-ros2-foxy/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb b/meta-ros2-foxy/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb index d150c4a92f7..afa27f83f92 100644 --- a/meta-ros2-foxy/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/foxy/system_modes_examples/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/system_modes_examples" diff --git a/meta-ros2-foxy/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb b/meta-ros2-foxy/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb index 71270482717..6fe619fd412 100644 --- a/meta-ros2-foxy/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/foxy/system_modes_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/system_modes_msgs" diff --git a/meta-ros2-foxy/generated-recipes/system-modes/system-modes_0.8.0-1.bb b/meta-ros2-foxy/generated-recipes/system-modes/system-modes_0.8.0-1.bb index 2a454c92318..2534e0104b6 100644 --- a/meta-ros2-foxy/generated-recipes/system-modes/system-modes_0.8.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-modes/system-modes_0.8.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/foxy/system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/system_modes" diff --git a/meta-ros2-foxy/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb b/meta-ros2-foxy/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb index f4c262fd83d..9f919198d1a 100644 --- a/meta-ros2-foxy/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/microROS/system_modes-release/archive/release/foxy/test_launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_launch_system_modes" diff --git a/meta-ros2-foxy/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.0.1-1.bb b/meta-ros2-foxy/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.0.1-1.bb index 79dc77de95c..6d1fc42c035 100644 --- a/meta-ros2-foxy/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tango_icons_vendor-release/archive/release/foxy/tango_icons_vendor/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tango_icons_vendor" diff --git a/meta-ros2-foxy/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb index 84034953c53..6cd6cbf1b35 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/foxy/joy_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/joy_teleop" diff --git a/meta-ros2-foxy/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb index a9411fdd277..4dcd1824f80 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/foxy/key_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/key_teleop" diff --git a/meta-ros2-foxy/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb index 649a6ea6d23..e30cce65f3b 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/foxy/mouse_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/mouse_teleop" diff --git a/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb index 467d906be43..6ab7240da69 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/foxy/teleop_tools_msgs/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/teleop_tools_msgs" diff --git a/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb b/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb index 5975a37c5fa..4e6f9fc643e 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/foxy/teleop_tools/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/teleop_tools" diff --git a/meta-ros2-foxy/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb b/meta-ros2-foxy/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb index c639344aeaf..dc9360cf904 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_joy-release/archive/release/foxy/teleop_twist_joy/2.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/teleop_twist_joy" diff --git a/meta-ros2-foxy/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb b/meta-ros2-foxy/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb index 6895678d8be..9c3d5396819 100644 --- a/meta-ros2-foxy/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_keyboard-release/archive/release/foxy/teleop_twist_keyboard/2.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/teleop_twist_keyboard" diff --git a/meta-ros2-foxy/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb b/meta-ros2-foxy/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb index 8b438f65f00..1f87be8ade4 100644 --- a/meta-ros2-foxy/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/test_interface_files-release/archive/release/foxy/test_interface_files/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/test_interface_files" diff --git a/meta-ros2-foxy/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb b/meta-ros2-foxy/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb index 527f76e5292..538aa792098 100644 --- a/meta-ros2-foxy/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/tf_transformations_release/archive/release/foxy/tf_transformations/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tf_transformations" diff --git a/meta-ros2-foxy/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb b/meta-ros2-foxy/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb index c3109ae9d08..f646c206955 100644 --- a/meta-ros2-foxy/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml_vendor-release/archive/release/foxy/tinyxml_vendor/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tinyxml_vendor" diff --git a/meta-ros2-foxy/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb b/meta-ros2-foxy/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb index 081a3cf565c..ecfe316c963 100644 --- a/meta-ros2-foxy/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb +++ b/meta-ros2-foxy/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml2_vendor-release/archive/release/foxy/tinyxml2_vendor/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tinyxml2_vendor" diff --git a/meta-ros2-foxy/generated-recipes/tlsf/tlsf_0.5.0-1.bb b/meta-ros2-foxy/generated-recipes/tlsf/tlsf_0.5.0-1.bb index 948cd450b49..0fbd77686c2 100644 --- a/meta-ros2-foxy/generated-recipes/tlsf/tlsf_0.5.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/tlsf/tlsf_0.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tlsf-release/archive/release/foxy/tlsf/0.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tlsf" diff --git a/meta-ros2-foxy/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb b/meta-ros2-foxy/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb index af2dd5b43a2..c2d0c468b67 100644 --- a/meta-ros2-foxy/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/foxy/serial_driver/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/serial_driver" diff --git a/meta-ros2-foxy/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb b/meta-ros2-foxy/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb index 64ff8d3c098..6e2d949f6c3 100644 --- a/meta-ros2-foxy/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/foxy/udp_driver/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/udp_driver" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb index 22bf51d9cdd..4e53cf28a8f 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_msgs-release/archive/release/foxy/turtlebot3_msgs/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_msgs" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.3-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.3-1.bb index 4191e19fd8b..df2611a0da0 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.3-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/foxy/turtlebot3_fake_node/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_fake_node" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.3-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.3-1.bb index b2a4ccd4691..82b7c0433c9 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/foxy/turtlebot3_gazebo/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_gazebo" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.3-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.3-1.bb index 6559d748dc6..95cee52ec92 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/foxy/turtlebot3_simulations/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_simulations" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-1.bb index 73a98ca6993..e4038d2effb 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-bringup_2.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_bringup/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_bringup" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-1.bb index 69a75545540..1a4432d987e 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-cartographer_2.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_cartographer/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_cartographer" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-1.bb index 265bfe63d98..bcc9506b24e 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-description_2.1.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_description/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_description" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-1.bb index ee842e4d3af..b0fe22b2c74 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-example_2.1.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_example/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_example" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-1.bb index d7afd4751ba..90dccb3c741 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-navigation2_2.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_navigation2/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_navigation2" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-1.bb index be13490c991..79e7a5cad14 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-node_2.1.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_node/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_node" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-1.bb index 9b7f1330fc1..773a64341b3 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3-teleop_2.1.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3_teleop/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3_teleop" diff --git a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3_2.1.1-1.bb b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3_2.1.1-1.bb index 252d7cf378d..238f80dd670 100644 --- a/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3_2.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlebot3/turtlebot3_2.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3-release/archive/release/foxy/turtlebot3/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlebot3" diff --git a/meta-ros2-foxy/generated-recipes/turtlesim/turtlesim_1.2.5-1.bb b/meta-ros2-foxy/generated-recipes/turtlesim/turtlesim_1.2.5-1.bb index d180844a96f..dadd6676edf 100644 --- a/meta-ros2-foxy/generated-recipes/turtlesim/turtlesim_1.2.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/turtlesim/turtlesim_1.2.5-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_tutorials-release/archive/release/foxy/turtlesim/1.2.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/turtlesim" diff --git a/meta-ros2-foxy/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb b/meta-ros2-foxy/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb index c76b8d1ba27..390847f1727 100644 --- a/meta-ros2-foxy/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/tvm_vendor-release/archive/release/foxy/tvm_vendor/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/tvm_vendor" diff --git a/meta-ros2-foxy/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb b/meta-ros2-foxy/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb index b4c5d22f729..02c45d30f6c 100644 --- a/meta-ros2-foxy/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux-release/archive/release/foxy/twist_mux/4.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/twist_mux" diff --git a/meta-ros2-foxy/generated-recipes/twist-stamper/twist-stamper_0.0.2-1.bb b/meta-ros2-foxy/generated-recipes/twist-stamper/twist-stamper_0.0.2-1.bb index bb159eb83d3..0c15d5fd89e 100644 --- a/meta-ros2-foxy/generated-recipes/twist-stamper/twist-stamper_0.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/twist-stamper/twist-stamper_0.0.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/joshnewans/twist_stamper-release/archive/release/foxy/twist_stamper/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/twist_stamper" diff --git a/meta-ros2-foxy/generated-recipes/ublox/ublox-gps_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ublox/ublox-gps_2.0.0-1.bb index 329f3814691..a9ebc23e336 100644 --- a/meta-ros2-foxy/generated-recipes/ublox/ublox-gps_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ublox/ublox-gps_2.0.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/foxy/ublox_gps/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ublox_gps" diff --git a/meta-ros2-foxy/generated-recipes/ublox/ublox-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ublox/ublox-msgs_2.0.0-1.bb index 69a203a26be..538c3a51d5c 100644 --- a/meta-ros2-foxy/generated-recipes/ublox/ublox-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ublox/ublox-msgs_2.0.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/foxy/ublox_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ublox_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ublox/ublox-serialization_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ublox/ublox-serialization_2.0.0-1.bb index 0f6b45d371b..dabca42ccd6 100644 --- a/meta-ros2-foxy/generated-recipes/ublox/ublox-serialization_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ublox/ublox-serialization_2.0.0-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/foxy/ublox_serialization/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ublox_serialization" diff --git a/meta-ros2-foxy/generated-recipes/ublox/ublox_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ublox/ublox_2.0.0-1.bb index 65112bd57b9..ce4369b6793 100644 --- a/meta-ros2-foxy/generated-recipes/ublox/ublox_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ublox/ublox_2.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/foxy/ublox/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ublox" diff --git a/meta-ros2-foxy/generated-recipes/udp-msgs/udp-msgs_0.0.3-1.bb b/meta-ros2-foxy/generated-recipes/udp-msgs/udp-msgs_0.0.3-1.bb index 18ceb66592e..7b68b277a89 100644 --- a/meta-ros2-foxy/generated-recipes/udp-msgs/udp-msgs_0.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/udp-msgs/udp-msgs_0.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_msgs-release/archive/release/foxy/udp_msgs/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/udp_msgs" diff --git a/meta-ros2-foxy/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bb b/meta-ros2-foxy/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bb index ae8bf982f90..2d5a0abe0ca 100644 --- a/meta-ros2-foxy/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/uncrustify_vendor-release/archive/release/foxy/uncrustify_vendor/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/uncrustify_vendor" diff --git a/meta-ros2-foxy/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.3-1.bb b/meta-ros2-foxy/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.3-1.bb index 977b10cd25b..0d00542774e 100644 --- a/meta-ros2-foxy/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.1.3-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/unique_identifier_msgs-release/archive/release/foxy/unique_identifier_msgs/2.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/unique_identifier_msgs" diff --git a/meta-ros2-foxy/generated-recipes/ur-client-library/ur-client-library_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/ur-client-library/ur-client-library_1.0.0-1.bb index 9460e0e20b0..64b2fc9ba37 100644 --- a/meta-ros2-foxy/generated-recipes/ur-client-library/ur-client-library_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/ur-client-library/ur-client-library_1.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/UniversalRobots/Universal_Robots_Client_Library-release/archive/release/foxy/ur_client_library/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ur_client_library" diff --git a/meta-ros2-foxy/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb b/meta-ros2-foxy/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb index 877b604723d..6b4ef126997 100644 --- a/meta-ros2-foxy/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/urdf-parser-py/urdfdom-py_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_py-release/archive/release/foxy/urdfdom_py/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urdfdom_py" diff --git a/meta-ros2-foxy/generated-recipes/urdf-test/urdf-test_2.0.0-2.bb b/meta-ros2-foxy/generated-recipes/urdf-test/urdf-test_2.0.0-2.bb index faf69121221..f6a830da27d 100644 --- a/meta-ros2-foxy/generated-recipes/urdf-test/urdf-test_2.0.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/urdf-test/urdf-test_2.0.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/urdf_test-ros2-gbp/archive/release/foxy/urdf_test/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/urdf_test" diff --git a/meta-ros2-foxy/generated-recipes/urdf/urdf_2.4.0-2.bb b/meta-ros2-foxy/generated-recipes/urdf/urdf_2.4.0-2.bb index f66287515e1..6900e43b230 100644 --- a/meta-ros2-foxy/generated-recipes/urdf/urdf_2.4.0-2.bb +++ b/meta-ros2-foxy/generated-recipes/urdf/urdf_2.4.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/foxy/urdf/2.4.0-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/urdf" diff --git a/meta-ros2-foxy/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-1.bb b/meta-ros2-foxy/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-1.bb index 32d33e3d951..f0cf423baa9 100644 --- a/meta-ros2-foxy/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-1.bb +++ b/meta-ros2-foxy/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-1.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_headers-release/archive/release/foxy/urdfdom_headers/1.0.5-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urdfdom_headers" diff --git a/meta-ros2-foxy/generated-recipes/urdfdom/urdfdom_2.3.3-1.bb b/meta-ros2-foxy/generated-recipes/urdfdom/urdfdom_2.3.3-1.bb index 54b1ea51199..10e75c8f931 100644 --- a/meta-ros2-foxy/generated-recipes/urdfdom/urdfdom_2.3.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/urdfdom/urdfdom_2.3.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom-release/archive/release/foxy/urdfdom/2.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urdfdom" diff --git a/meta-ros2-foxy/generated-recipes/urg-c/urg-c_1.0.4001-1.bb b/meta-ros2-foxy/generated-recipes/urg-c/urg-c_1.0.4001-1.bb index 8f4e6b73b1a..d6a37a661db 100644 --- a/meta-ros2-foxy/generated-recipes/urg-c/urg-c_1.0.4001-1.bb +++ b/meta-ros2-foxy/generated-recipes/urg-c/urg-c_1.0.4001-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_c-release/archive/release/foxy/urg_c/1.0.4001-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urg_c" diff --git a/meta-ros2-foxy/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-1.bb b/meta-ros2-foxy/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-1.bb index 8dc3e6b101d..031d4b2b532 100644 --- a/meta-ros2-foxy/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node_msgs-release/archive/release/foxy/urg_node_msgs/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urg_node_msgs" diff --git a/meta-ros2-foxy/generated-recipes/urg-node/urg-node_1.0.3-1.bb b/meta-ros2-foxy/generated-recipes/urg-node/urg-node_1.0.3-1.bb index 0bf73198a4a..171ab72fb30 100644 --- a/meta-ros2-foxy/generated-recipes/urg-node/urg-node_1.0.3-1.bb +++ b/meta-ros2-foxy/generated-recipes/urg-node/urg-node_1.0.3-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node-release/archive/release/foxy/urg_node/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/urg_node" diff --git a/meta-ros2-foxy/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb b/meta-ros2-foxy/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb index df0397fa4c6..08eb0852eee 100644 --- a/meta-ros2-foxy/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_v4l2_camera-release/archive/release/foxy/v4l2_camera/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/v4l2_camera" diff --git a/meta-ros2-foxy/generated-recipes/variants/desktop_0.9.2-1.bb b/meta-ros2-foxy/generated-recipes/variants/desktop_0.9.2-1.bb index c5641fd906a..2ed5a0644eb 100644 --- a/meta-ros2-foxy/generated-recipes/variants/desktop_0.9.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/variants/desktop_0.9.2-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/foxy/desktop/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/desktop" diff --git a/meta-ros2-foxy/generated-recipes/variants/ros-base_0.9.2-1.bb b/meta-ros2-foxy/generated-recipes/variants/ros-base_0.9.2-1.bb index 2264aa8a90e..dda96d59431 100644 --- a/meta-ros2-foxy/generated-recipes/variants/ros-base_0.9.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/variants/ros-base_0.9.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/foxy/ros_base/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_base" diff --git a/meta-ros2-foxy/generated-recipes/variants/ros-core_0.9.2-1.bb b/meta-ros2-foxy/generated-recipes/variants/ros-core_0.9.2-1.bb index 234fe3f41ed..7a49f22e689 100644 --- a/meta-ros2-foxy/generated-recipes/variants/ros-core_0.9.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/variants/ros-core_0.9.2-1.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/foxy/ros_core/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros_core" diff --git a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb index 15bf97130ce..638d25fbe84 100644 --- a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-driver_2.1.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/foxy/velodyne_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velodyne_driver" diff --git a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb index f4141e6067e..e82285cce3f 100644 --- a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-laserscan_2.1.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/foxy/velodyne_laserscan/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velodyne_laserscan" diff --git a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb index e8b112176c9..307a3a9256a 100644 --- a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-msgs_2.1.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/foxy/velodyne_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velodyne_msgs" diff --git a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb index 33b73e746ae..59bd1b8dd73 100644 --- a/meta-ros2-foxy/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/velodyne/velodyne-pointcloud_2.1.0-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/foxy/velodyne_pointcloud/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velodyne_pointcloud" diff --git a/meta-ros2-foxy/generated-recipes/velodyne/velodyne_2.1.0-1.bb b/meta-ros2-foxy/generated-recipes/velodyne/velodyne_2.1.0-1.bb index a8bbeff2c1f..07ee74269f6 100644 --- a/meta-ros2-foxy/generated-recipes/velodyne/velodyne_2.1.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/velodyne/velodyne_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/velodyne-release/archive/release/foxy/velodyne/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/velodyne" diff --git a/meta-ros2-foxy/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb b/meta-ros2-foxy/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb index bbfb7496024..9e05c79fe75 100644 --- a/meta-ros2-foxy/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb +++ b/meta-ros2-foxy/generated-recipes/vision-msgs/vision-msgs_2.0.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/foxy/vision_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/vision_msgs" diff --git a/meta-ros2-foxy/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb index a8d79155c61..47a093cf267 100644 --- a/meta-ros2-foxy/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/foxy/cv_bridge/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/cv_bridge" diff --git a/meta-ros2-foxy/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb index 8442b741fd9..00c0122d5aa 100644 --- a/meta-ros2-foxy/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/foxy/image_geometry/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/image_geometry" diff --git a/meta-ros2-foxy/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb b/meta-ros2-foxy/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb index fd73253b44a..a054fb92894 100644 --- a/meta-ros2-foxy/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/foxy/vision_opencv/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/vision_opencv" diff --git a/meta-ros2-foxy/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb b/meta-ros2-foxy/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb index ad6c2d7db04..aebf05cd194 100644 --- a/meta-ros2-foxy/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros_mongo-release/archive/release/foxy/warehouse_ros_mongo/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/warehouse_ros_mongo" diff --git a/meta-ros2-foxy/generated-recipes/warehouse-ros/warehouse-ros_2.0.1-1.bb b/meta-ros2-foxy/generated-recipes/warehouse-ros/warehouse-ros_2.0.1-1.bb index c14726cf335..779cb9cafb4 100644 --- a/meta-ros2-foxy/generated-recipes/warehouse-ros/warehouse-ros_2.0.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/warehouse-ros/warehouse-ros_2.0.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros-release/archive/release/foxy/warehouse_ros/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/warehouse_ros" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb index 485e46dc191..b942477d081 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_abb/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_abb" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb index ee6dff7ac8b..8979e8a93ca 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_core/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_core" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb index b6432daeb2c..e312325fc64 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_demos/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_demos" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb index d36fdba9e93..7ee67e600aa 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_epuck/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_epuck" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb index c7e9d0ae98e..6bd3da6f86c 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_examples/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_examples" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb index 720183258ec..3a713206603 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_importer/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_importer" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb index 86749894b37..e9ab5d67afc 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_msgs" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb index 8290b458286..315b46ecdfd 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_tesla/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_tesla" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb index 40232f3b85b..821bd0bef6c 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_tiago/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_tiago" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb index 6d200ee3dee..49e5c1256fd 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_turtlebot/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_turtlebot" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb index 774a9a63351..18c08e17de4 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_tutorials/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_tutorials" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb index 290ba0eb1d8..745225bf250 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_universal_robot/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_universal_robot" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb index b984a54b354..a0e87294e99 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2_ur_e_description/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2_ur_e_description" diff --git a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb index 1e4a34a5783..f0bda469ec5 100644 --- a/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/foxy/webots_ros2/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/webots_ros2" diff --git a/meta-ros2-foxy/generated-recipes/xacro-live/xacro-live_0.1.1-1.bb b/meta-ros2-foxy/generated-recipes/xacro-live/xacro-live_0.1.1-1.bb index a3696ea271e..cddd084877c 100644 --- a/meta-ros2-foxy/generated-recipes/xacro-live/xacro-live_0.1.1-1.bb +++ b/meta-ros2-foxy/generated-recipes/xacro-live/xacro-live_0.1.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/orise-robotics/xacro_live-release/archive/release/foxy/xacro_live/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/xacro_live" diff --git a/meta-ros2-foxy/generated-recipes/xacro/xacro_2.0.6-1.bb b/meta-ros2-foxy/generated-recipes/xacro/xacro_2.0.6-1.bb index 36010547d93..a7561a784b6 100644 --- a/meta-ros2-foxy/generated-recipes/xacro/xacro_2.0.6-1.bb +++ b/meta-ros2-foxy/generated-recipes/xacro/xacro_2.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/xacro-release/archive/release/foxy/xacro/2.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/xacro" diff --git a/meta-ros2-foxy/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.2-1.bb b/meta-ros2-foxy/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.2-1.bb index 9352cbc00b0..d4ed637fd29 100644 --- a/meta-ros2-foxy/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.2-1.bb +++ b/meta-ros2-foxy/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.0.2-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/yaml_cpp_vendor-release/archive/release/foxy/yaml_cpp_vendor/7.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/foxy/yaml_cpp_vendor" diff --git a/meta-ros2-foxy/recipes-bbappends/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ansys-vrxperience/vrxperience-msgs_1.0.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend b/meta-ros2-foxy/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend index 9d5f5a70573..03825de149f 100644 --- a/meta-ros2-foxy/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILD_DEPENDS += " \ cppzmq \ " -FILES_${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" +FILES:${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" diff --git a/meta-ros2-foxy/recipes-bbappends/carla-msgs/carla-msgs_1.3.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/carla-msgs/carla-msgs_1.3.0-1.bbappend index 663ec790705..e755b8235ec 100644 --- a/meta-ros2-foxy/recipes-bbappends/carla-msgs/carla-msgs_1.3.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/carla-msgs/carla-msgs_1.3.0-1.bbappend @@ -6,7 +6,7 @@ ROS_BUILD_DEPENDS += " \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ " diff --git a/meta-ros2-foxy/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend b/meta-ros2-foxy/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend index 8e6de34f5da..12d17e1735c 100644 --- a/meta-ros2-foxy/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/cartographer/cartographer_1.0.9001-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://0001-FindLuaGoogle.cmake-explicitly-link-with-dl.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-foxy/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bbappend index e6a91645781..ef000dc3e0f 100644 --- a/meta-ros2-foxy/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/contracts-lite-vendor/contracts-lite-vendor_0.5.0-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ros-safety/contracts_lite.git from tag 0.5.0 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-only-the-header-files-not-who.patch \ file://0002-CMakeLists.txt-fetch-contracts_lite-with-bitbake-fet.patch \ git://github.com/ros-safety/contracts_lite.git;protocol=https;name=contracts-lite;destsuffix=git/contracts-lite-upstream \ diff --git a/meta-ros2-foxy/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-1.bbappend index 941323f51b1..90504285db6 100644 --- a/meta-ros2-foxy/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/cyclonedds/cyclonedds_0.7.0-1.bbappend @@ -3,7 +3,7 @@ # IDLC depends on maven and we don't want meta-ros to depend on meta-java just for that EXTRA_OECMAKE += "-DBUILD_IDLC=OFF" -FILES_${PN}-dev += "${datadir}/CycloneDDS" +FILES:${PN}-dev += "${datadir}/CycloneDDS" inherit ros_insane_dev_so diff --git a/meta-ros2-foxy/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend index e2301ac5823..d502ec8cc9e 100644 --- a/meta-ros2-foxy/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/dynamic-graph/dynamic-graph_4.2.2-1.bbappend @@ -7,8 +7,8 @@ # /usr/lib/dynamic-graph-plugins/libtracer-real-time.so.4.2.2 # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # dynamic-graph: 4 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" -FILES_${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" +FILES:${PN} += "${libdir}/dynamic-graph-plugins/lib*${SOLIBS}" +FILES:${PN}-dev += "${libdir}/dynamic-graph-plugins/lib*${SOLIBSDEV}" # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-graph path '/work/core2-64-oe-linux/dynamic-graph/4.2.2-1-r0/packages-split/dynamic-graph/usr/lib/libdynamic-graph.so' [dev-so] # ERROR: dynamic-graph-4.2.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. diff --git a/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend b/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend index 28b1dca9ff9..9a153810c57 100644 --- a/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-eigen_%.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend b/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend index 6c833a13b79..e0816cb6cde 100644 --- a/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ecl-core/ecl-linear-algebra_%.bbappend @@ -3,4 +3,4 @@ inherit ros_insane_dev_so # sophus PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" diff --git a/meta-ros2-foxy/recipes-bbappends/ecl-tools/ecl-license_1.0.2-2.bbappend b/meta-ros2-foxy/recipes-bbappends/ecl-tools/ecl-license_1.0.2-2.bbappend index 28b1dca9ff9..9a153810c57 100644 --- a/meta-ros2-foxy/recipes-bbappends/ecl-tools/ecl-license_1.0.2-2.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ecl-tools/ecl-license_1.0.2-2.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILES_${PN}-doc_prepend = "${datadir}/licenses " +FILES:${PN}-doc:prepend = "${datadir}/licenses " diff --git a/meta-ros2-foxy/recipes-bbappends/fastrtps/fastrtps_%.bbappend b/meta-ros2-foxy/recipes-bbappends/fastrtps/fastrtps_%.bbappend index 335be581e32..429ef22dc7b 100644 --- a/meta-ros2-foxy/recipes-bbappends/fastrtps/fastrtps_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/fastrtps/fastrtps_%.bbappend @@ -2,7 +2,7 @@ inherit ros_insane_dev_so -FILES_${PN} += "${prefix}/tools" +FILES:${PN} += "${prefix}/tools" # rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/share/fastrtps/cmake/fast-discovery-server-targets.cmake:70 # expects the binary to exist: @@ -10,6 +10,6 @@ FILES_${PN} += "${prefix}/tools" # "TOPDIR/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/bin/fast-discovery-server-1.0.0" # OE doesn't stage ${bindir} for target recipes, but in this case the fastdds::fast-discovery-server isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-foxy/recipes-bbappends/filters/filters_2.0.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/filters/filters_2.0.0-1.bbappend index ca7d88444ab..fd71a1d88ee 100644 --- a/meta-ros2-foxy/recipes-bbappends/filters/filters_2.0.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/filters/filters_2.0.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-filter_base.hpp-use-unsigned-long-instead-of-size_t-.patch \ " diff --git a/meta-ros2-foxy/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend index 994063f60b6..d8e2bcbd639 100644 --- a/meta-ros2-foxy/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend @@ -7,5 +7,5 @@ ROS_BUILD_DEPENDS += " \ # branches were recreated, the SRCREV exists, but is included only in release/rolling/fmilibrary_vendor branch now ROS_BRANCH = "nobranch=1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-just-depend-on-system-fmilibrary-with.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/geographic-info/geodesy_1.0.4-1.bbappend b/meta-ros2-foxy/recipes-bbappends/geographic-info/geodesy_1.0.4-1.bbappend index 09de87cd754..dae6474344d 100644 --- a/meta-ros2-foxy/recipes-bbappends/geographic-info/geodesy_1.0.4-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/geographic-info/geodesy_1.0.4-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # ROS2 is python3-only and python2 is blacklisted here -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_append = " python3-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:append = " python3-catkin-pkg" diff --git a/meta-ros2-foxy/recipes-bbappends/googletest/gmock-vendor_%.bbappend b/meta-ros2-foxy/recipes-bbappends/googletest/gmock-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-foxy/recipes-bbappends/googletest/gmock-vendor_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/googletest/gmock-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-foxy/recipes-bbappends/googletest/gtest-vendor_%.bbappend b/meta-ros2-foxy/recipes-bbappends/googletest/gtest-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-foxy/recipes-bbappends/googletest/gtest-vendor_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/googletest/gtest-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-foxy/recipes-bbappends/grasping-msgs/grasping-msgs_0.4.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/grasping-msgs/grasping-msgs_0.4.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/grasping-msgs/grasping-msgs_0.4.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/grasping-msgs/grasping-msgs_0.4.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-4.bbappend b/meta-ros2-foxy/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-4.bbappend index 8418d5454db..1d609949916 100644 --- a/meta-ros2-foxy/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-4.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-4.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-enable-C-language-to-fix-try_compile-.patch \ file://0002-CMakeLists.txt-drop-s.patch \ " diff --git a/meta-ros2-foxy/recipes-bbappends/joystick-drivers/joy_3.0.0-2.bbappend b/meta-ros2-foxy/recipes-bbappends/joystick-drivers/joy_3.0.0-2.bbappend index 181fc4eb90f..87849dc7408 100644 --- a/meta-ros2-foxy/recipes-bbappends/joystick-drivers/joy_3.0.0-2.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/joystick-drivers/joy_3.0.0-2.bbappend @@ -4,5 +4,5 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-adapter \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-sdl2.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend index a5d593e42e8..4dc95f68ff1 100644 --- a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-core_1.1.1-1.bbappend @@ -18,7 +18,7 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend index c8a49fbdac7..ff17a5b116d 100644 --- a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-maps_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend index c8a49fbdac7..ff17a5b116d 100644 --- a/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/lanelet2/lanelet2-traffic-rules_1.1.1-1.bbappend @@ -18,6 +18,6 @@ # | 'tizen', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', # | 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', # | 'elementary', 'debian', 'cygwin', 'centos', 'manjaro', 'arch', 'alpine'] -do_configure_prepend() { +do_configure:prepend() { export ROS_OS_OVERRIDE="openembedded" } diff --git a/meta-ros2-foxy/recipes-bbappends/launch/launch-testing_0.10.5-1.bbappend b/meta-ros2-foxy/recipes-bbappends/launch/launch-testing_0.10.5-1.bbappend index 30164ddc695..5d9e1b63a40 100644 --- a/meta-ros2-foxy/recipes-bbappends/launch/launch-testing_0.10.5-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/launch/launch-testing_0.10.5-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # This component puts *_proc files under libdir. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/lib/${ROS_BPN} \ " diff --git a/meta-ros2-foxy/recipes-bbappends/librealsense/librealsense2_%.bbappend b/meta-ros2-foxy/recipes-bbappends/librealsense/librealsense2_%.bbappend index 8ddffaab844..7e0ef79083f 100644 --- a/meta-ros2-foxy/recipes-bbappends/librealsense/librealsense2_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/librealsense/librealsense2_%.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020 LG Electronics, Inc. # virtual/kernel is only for build time dependencies -ROS_EXEC_DEPENDS_remove = "virtual/kernel" +ROS_EXEC_DEPENDS:remove = "virtual/kernel" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI_FW = "http://realsense-hw-public.s3.amazonaws.com/Releases" SRC_URI += " \ ${SRC_URI_FW}/RS4xx/FW/D4XX_FW_Image-5.12.3.0.bin;name=D4XX_FW \ diff --git a/meta-ros2-foxy/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend b/meta-ros2-foxy/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend index d68710003e6..16fbcf164c6 100644 --- a/meta-ros2-foxy/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend @@ -2,7 +2,7 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libyaml-with-bitbake-fetcher.patch \ file://0002-CMakeLists.txt-use-platform-libyaml-when-available-i.patch \ " diff --git a/meta-ros2-foxy/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend index 0928815c2f3..1d9d506ac23 100644 --- a/meta-ros2-foxy/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/marti-common/swri-prefix-tools_3.3.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS:swri-prefix-tools? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE, which uses busybox to provide # bash by default, but with newer OSE this should respect @@ -9,5 +9,5 @@ RDEPENDS_${PN} += "bash" # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-dashing layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend index 043cb2cbf3e..c794c2dab67 100644 --- a/meta-ros2-foxy/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/marti-common/swri-roscpp_3.3.2-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/launch" +FILES:${PN} += "${prefix}/launch" diff --git a/meta-ros2-foxy/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend b/meta-ros2-foxy/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend index eb8133910fa..4395aca48ac 100644 --- a/meta-ros2-foxy/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS_mavros? [file-rdeps] -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS_mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS:mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS:mavros? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ python3-core \ @@ -13,5 +13,5 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend b/meta-ros2-foxy/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend index f1eb32b5276..d350b6e2143 100644 --- a/meta-ros2-foxy/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ros2/Mimick.git revision f171450b5ebaa3d2538c762a059dfc6ab7a01039 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-only-specified-mimick-files-n.patch \ file://0002-CMakeLists.txt-fetch-mimick-with-bitbake-fetcher.patch \ git://github.com/ros2/Mimick.git;protocol=https;name=mimick;branch=ros2;destsuffix=git/mimick-upstream \ diff --git a/meta-ros2-foxy/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/moveit/moveit-kinematics_2.1.4-1.bbappend b/meta-ros2-foxy/recipes-bbappends/moveit/moveit-kinematics_2.1.4-1.bbappend index 086d033f976..2d84c1de4dc 100644 --- a/meta-ros2-foxy/recipes-bbappends/moveit/moveit-kinematics_2.1.4-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/moveit/moveit-kinematics_2.1.4-1.bbappend @@ -12,12 +12,12 @@ DEPENDS += "moveit-ros-planning" # [dev-so] inherit ros_insane_dev_so -# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS_moveit-kinematics? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS:moveit-kinematics? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/navigation2/nav2-util_0.4.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/navigation2/nav2-util_0.4.7-1.bbappend index 07a3589ed42..6549a0c3fbf 100644 --- a/meta-ros2-foxy/recipes-bbappends/navigation2/nav2-util_0.4.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/navigation2/nav2-util_0.4.7-1.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020 LG Electronics, Inc. # Doesn't seem to be really mandatory -DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" +DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" # nav2-util/0.4.1-1-r0/git/include/nav2_util/service_client.hpp:73:43: error: 'using FutureReturnCode = enum class rclcpp::FutureReturnCode' is deprecated: use rclcpp::FutureReturnCode instead [-Werror=deprecated-declarations] # 73 | rclcpp::executor::FutureReturnCode::SUCCESS) diff --git a/meta-ros2-foxy/recipes-bbappends/navigation2/navigation2_0.4.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/navigation2/navigation2_0.4.7-1.bbappend index 1347e70910c..c9a1fdf23e4 100644 --- a/meta-ros2-foxy/recipes-bbappends/navigation2/navigation2_0.4.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/navigation2/navigation2_0.4.7-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. # All rviz recipes aren't available without qtbase -ROS_EXEC_DEPENDS_remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" +ROS_EXEC_DEPENDS:remove = "${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5', 'ogre'], 'nav2-rviz-plugins', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/navigation2/smac-planner_0.4.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/navigation2/smac-planner_0.4.7-1.bbappend index 1bc157de295..773831e01a7 100644 --- a/meta-ros2-foxy/recipes-bbappends/navigation2/smac-planner_0.4.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/navigation2/smac-planner_0.4.7-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2021 Intel Corp. -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-foxy/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend index 166a4c46201..a32eeabfbe2 100644 --- a/meta-ros2-foxy/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/novatel-gps-driver/novatel-gps-driver_4.1.0-1.bbappend @@ -1,3 +1,3 @@ # Copyright (c) 2019 LG Electronics, Inc. -FILES_${PN} += "${prefix}/test" +FILES:${PN} += "${prefix}/test" diff --git a/meta-ros2-foxy/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend index 7dd52d661cd..211a3d9bf40 100644 --- a/meta-ros2-foxy/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend @@ -9,7 +9,7 @@ # dynamic-edt-3d: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " @@ -17,14 +17,14 @@ FILES_${PN}_prepend = " \ # /usr/share/dynamicEDT3D/dynamicEDT3DConfig.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets-release.cmake # /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.5-2-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/core2-64-oe-linux/dynamic-edt-3d/1.9.5-2-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # WARNING: dynamic-edt-3d-1.9.5-2-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/core2-64-oe-linux/dynamic-edt-3d/1.9.5-2-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.5 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-foxy/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend index acc29f6fc3b..d18411a0107 100644 --- a/meta-ros2-foxy/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend @@ -9,11 +9,11 @@ # octomap: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # WARNING: octomap-1.9.2-1-r0 do_package_qa: QA Issue: octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/log2graph contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/binvox2bt contains probably-redundant RPATH /usr/lib @@ -25,7 +25,7 @@ DEPENDS_append_class-target = " chrpath-replacement-native" # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/convert_octree contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.2 contains probably-redundant RPATH /usr/lib # octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomap.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-foxy/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros2-foxy/recipes-bbappends/ompl/ompl_%.bbappend index 69a6cc103e7..9448c7f8fbe 100644 --- a/meta-ros2-foxy/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ompl/ompl_%.bbappend @@ -2,9 +2,9 @@ inherit ros_insane_dev_so -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # WARNING: ompl-1.5.0-1-r0 do_package_qa: QA Issue: ompl: /work/core2-64-oe-linux/ompl/1.5.0-1-r0/packages-split/ompl/usr/lib/libompl.so.1.5.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-foxy/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-2.bbappend b/meta-ros2-foxy/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-2.bbappend index 2bdb36898ba..e103ff6d51c 100644 --- a/meta-ros2-foxy/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-2.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-2.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/oxfordcontrol/osqp.git from tag v0.6.2 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-user-relative-destination-path.patch \ file://0002-CMakeLists.txt-fetch-osqp-with-bitbake-fetcher.patch \ git://github.com/oxfordcontrol/osqp.git;protocol=https;name=osqp;destsuffix=git/osqp-upstream \ diff --git a/meta-ros2-foxy/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.6-1.bbappend b/meta-ros2-foxy/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.6-1.bbappend index 6479f279937..356f860d9a7 100644 --- a/meta-ros2-foxy/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.6-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.6-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. # This doesn't seem to be needed and would require google-benchmark and google-benchmark-vendor to have native BBCLASSEXTEND as well -ROS_BUILDTOOL_EXPORT_DEPENDS_remove = " \ +ROS_BUILDTOOL_EXPORT_DEPENDS:remove = " \ ament-cmake-google-benchmark-native \ " diff --git a/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend index a0eacb05cba..938dce0857f 100644 --- a/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/libphidget22_2.0.2-1.bbappend @@ -7,5 +7,5 @@ LICENSE = "LGPL-3.0+" DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/phidgets-drivers/phidgets-api_2.0.2-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend b/meta-ros2-foxy/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend index e3cddcefcdf..e03d5d4bded 100644 --- a/meta-ros2-foxy/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. DEPENDS += "python3-pybind11" -RDEPENDS_${PN} += "python3-pybind11" -ALLOW_EMPTY_${PN} = "1" +RDEPENDS:${PN} += "python3-pybind11" +ALLOW_EMPTY:${PN} = "1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-rolling-pybind11-vendor-don-t-build-pybind11-use-pla.patch" # nothing to install here diff --git a/meta-ros2-foxy/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-2.bbappend b/meta-ros2-foxy/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-2.bbappend index 838eabd9919..34446152db7 100644 --- a/meta-ros2-foxy/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-2.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-2.bbappend @@ -5,7 +5,7 @@ # during do_compile fetch it with bitbake's git fetcher from github, because # https://projects.coin-or.org/qpOASES only shows: # This project has moved t https://github.com/coin-or/qpOASES -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-qpOASES-with-bitbake-fetcher.patch \ git://github.com/coin-or/qpOASES;protocol=https;branch=stable/3.2;name=qpOASES-upstream;destsuffix=git/qpOASES-upstream \ " diff --git a/meta-ros2-foxy/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend index 31685c3f3bf..1f6f157b8b3 100644 --- a/meta-ros2-foxy/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # in version 2.4.1-1 only aarch64 prebuilt binaries ware missing GNU_HASH, but in 2.5.0-1 it's missing for all 4 supported architectures (32_ARMhf, 32_i86, 64_ARM, 64_x64) -INSANE_SKIP_${PN} += " ldflags" +INSANE_SKIP:${PN} += " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN} += " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-foxy/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bbappend index 167e9cc2b75..3774158526a 100644 --- a/meta-ros2-foxy/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.2-1.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: diff --git a/meta-ros2-foxy/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend index 873d5ab33ee..b2e5ead9528 100644 --- a/meta-ros2-foxy/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend @@ -3,6 +3,6 @@ # ERROR: rcdiscover-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rcdiscover path '/work/core2-64-oe-linux/rcdiscover/1.0.4-1-r0/packages-split/rcdiscover/usr/lib/librcdiscover.so' [dev-so] inherit ros_insane_dev_so -do_install_append() { +do_install:append() { mv ${D}${datadir}/package.xml ${D}${datadir}/${ROS_BPN}/ } diff --git a/meta-ros2-foxy/recipes-bbappends/rcl/rcl-yaml-param-parser_1.1.11-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rcl/rcl-yaml-param-parser_1.1.11-1.bbappend index 42db3a33625..55582d37516 100644 --- a/meta-ros2-foxy/recipes-bbappends/rcl/rcl-yaml-param-parser_1.1.11-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rcl/rcl-yaml-param-parser_1.1.11-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-yaml.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend b/meta-ros2-foxy/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend index 066490534f6..2286b139f25 100644 --- a/meta-ros2-foxy/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_append = "rosidl-adapter-native" -ROS_EXEC_DEPENDS_append = "rmw-fastrtps-cpp" +ROS_BUILD_DEPENDS:append = "rosidl-adapter-native" +ROS_EXEC_DEPENDS:append = "rmw-fastrtps-cpp" diff --git a/meta-ros2-foxy/recipes-bbappends/robot-controllers/robot-controllers-msgs_0.8.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/robot-controllers/robot-controllers-msgs_0.8.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/robot-controllers/robot-controllers-msgs_0.8.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/robot-controllers/robot-controllers-msgs_0.8.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend b/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend index 40e3deeee5d..2d82f957cda 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend @@ -6,7 +6,7 @@ # # Create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login. Place it in a separate package # which will be added to images when IMAGE_FEATURES contains "ros-implicit-workspace" -do_install_append() { +do_install:append() { profile_dir=${sysconfdir}/profile.d/ros mkdir -p ${D}$profile_dir cd ${D}$profile_dir @@ -53,6 +53,6 @@ do_install_append() { PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend index c0365550cb2..ff96a40ae9a 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros-workspace/ros-workspace_1.0.1-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake-core" -ROS_BUILD_DEPENDS_remove = "ament-package" +ROS_BUILD_DEPENDS:remove = "ament-cmake-core" +ROS_BUILD_DEPENDS:remove = "ament-package" ROS_BUILDTOOL_DEPENDS += " \ ament-cmake-core-native \ ament-package-native \ @@ -10,5 +10,5 @@ ROS_BUILDTOOL_DEPENDS += " \ # The package find files from CMAKE_INSTALL_PREFIX that is just absolute "/usr". # Need to pass the native sysroot folder path. export STAGING_DIR_NATIVE -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bbappend index c3c3a14d6d4..7c7c9cab98c 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros2-ouster-drivers/ros2-ouster_0.2.0-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. DEPENDS += "jsoncpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-jsoncpp.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-msgs_1.0.9-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-msgs_1.0.9-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-msgs_1.0.9-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-msgs_1.0.9-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_1.0.9-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/ros2cli/ros2cli_0.9.9-1.bbappend b/meta-ros2-foxy/recipes-bbappends/ros2cli/ros2cli_0.9.9-1.bbappend index 9901bdf07da..85442070d0c 100644 --- a/meta-ros2-foxy/recipes-bbappends/ros2cli/ros2cli_0.9.9-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/ros2cli/ros2cli_0.9.9-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # Needed to run ros2 commands on the target. -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-codecs \ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \ diff --git a/meta-ros2-foxy/recipes-bbappends/rosauth/rosauth_2.0.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rosauth/rosauth_2.0.2-1.bbappend index b686b627055..7e62172d275 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosauth/rosauth_2.0.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosauth/rosauth_2.0.2-1.bbappend @@ -4,7 +4,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-cpp-native \ rosidl-typesupport-fastrtps-c-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-typesupport-fastrtps-cpp \ rosidl-typesupport-fastrtps-c \ " diff --git a/meta-ros2-foxy/recipes-bbappends/rosbag2/rosbag2-compression_0.3.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rosbag2/rosbag2-compression_0.3.7-1.bbappend index de1477e0254..acdd99f138f 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosbag2/rosbag2-compression_0.3.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosbag2/rosbag2-compression_0.3.7-1.bbappend @@ -1,10 +1,10 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-drop-dependency-on-zstd_vendor.patch \ file://0002-CMakeLists.txt-link-against-zstd.patch \ " # PN package in zstd-vendor is empty and not created, remove runtime dependency on it -ROS_EXEC_DEPENDS_remove = "zstd-vendor" +ROS_EXEC_DEPENDS:remove = "zstd-vendor" diff --git a/meta-ros2-foxy/recipes-bbappends/rosbag2/shared-queues-vendor_0.3.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rosbag2/shared-queues-vendor_0.3.7-1.bbappend index 035a8a4f6d3..e3785304467 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosbag2/shared-queues-vendor_0.3.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosbag2/shared-queues-vendor_0.3.7-1.bbappend @@ -4,7 +4,7 @@ # https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip # https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip # with curl during do_compile use bitbake git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch \ git://github.com/cameron314/readerwriterqueue.git;protocol=https;name=singleproducerconsumer-upstream;destsuffix=git/singleproducerconsumer-upstream \ git://github.com/cameron314/concurrentqueue.git;protocol=https;name=concurrentqueue-upstream;destsuffix=git/concurrentqueue-upstream \ diff --git a/meta-ros2-foxy/recipes-bbappends/rosbag2/zstd-vendor_0.3.7-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rosbag2/zstd-vendor_0.3.7-1.bbappend index 8da7e06dc9b..778d03ff638 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosbag2/zstd-vendor_0.3.7-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosbag2/zstd-vendor_0.3.7-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-prevent-building-zstd-with-ExternalPr.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend b/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend index 98377bc794a..50f709b05c6 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend b/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend index f66ff7d655c..7ebf97efbe1 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" DEPENDS += "rosidl-cmake" diff --git a/meta-ros2-foxy/recipes-bbappends/rosidl/rosidl-adapter_1.2.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rosidl/rosidl-adapter_1.2.1-1.bbappend index 8b9e2cf44e1..9212e982d48 100644 --- a/meta-ros2-foxy/recipes-bbappends/rosidl/rosidl-adapter_1.2.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rosidl/rosidl-adapter_1.2.1-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake" +ROS_BUILD_DEPENDS:remove = "ament-cmake" ROS_BUILDTOOL_DEPENDS += "ament-cmake-native" diff --git a/meta-ros2-foxy/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend index f0485fcd32b..573c29300bd 100644 --- a/meta-ros2-foxy/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend @@ -4,5 +4,5 @@ # rplidar-ros/2.0.0-1-r0/git/sdk/src/rplidar_driver.cpp:2222:26: error: control reaches end of non-void function [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/rqt-graph/rqt-graph_1.1.2-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rqt-graph/rqt-graph_1.1.2-1.bbappend index 0176e207a30..31954126ebf 100644 --- a/meta-ros2-foxy/recipes-bbappends/rqt-graph/rqt-graph_1.1.2-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rqt-graph/rqt-graph_1.1.2-1.bbappend @@ -6,4 +6,4 @@ # /usr/share/lib/rqt_graph/rqt_graph # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # rqt-graph: 3 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/lib/${ROS_BPN}" +FILES:${PN} += "${datadir}/lib/${ROS_BPN}" diff --git a/meta-ros2-foxy/recipes-bbappends/rqt-moveit/rqt-moveit_1.0.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rqt-moveit/rqt-moveit_1.0.1-1.bbappend index 4e3687f2d54..9b598452521 100644 --- a/meta-ros2-foxy/recipes-bbappends/rqt-moveit/rqt-moveit_1.0.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rqt-moveit/rqt-moveit_1.0.1-1.bbappend @@ -6,4 +6,4 @@ # /usr/share/lib/rqt_moveit/rqt_moveit # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # rqt-moveit: 3 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/lib/${ROS_BPN}" +FILES:${PN} += "${datadir}/lib/${ROS_BPN}" diff --git a/meta-ros2-foxy/recipes-bbappends/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bbappend index d8d99bf7755..939a0c47fc1 100644 --- a/meta-ros2-foxy/recipes-bbappends/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rqt-robot-steering/rqt-robot-steering_1.0.0-1.bbappend @@ -6,4 +6,4 @@ # /usr/share/lib/rqt_robot_steering/rqt_robot_steering # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # rqt-robot-steering: 3 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/lib/${ROS_BPN}" +FILES:${PN} += "${datadir}/lib/${ROS_BPN}" diff --git a/meta-ros2-foxy/recipes-bbappends/rqt/rqt-gui_1.1.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/rqt/rqt-gui_1.1.1-1.bbappend index c6a4de8a5d3..e57099977ab 100644 --- a/meta-ros2-foxy/recipes-bbappends/rqt/rqt-gui_1.1.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rqt/rqt-gui_1.1.1-1.bbappend @@ -6,4 +6,4 @@ # /usr/share/lib/rqt_gui/rqt_gui # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # rqt-gui: 3 installed and not shipped files. [installed-vs-shipped] -FILES_${PN} += "${datadir}/lib/${ROS_BPN}" +FILES:${PN} += "${datadir}/lib/${ROS_BPN}" diff --git a/meta-ros2-foxy/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend b/meta-ros2-foxy/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend index 5ad4654ce65..47918044980 100644 --- a/meta-ros2-foxy/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend @@ -4,9 +4,9 @@ # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "ogre" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-remove-all-ExternalProject_Add-calls-and-.patch" # libxaw is empty, the library is installed in libxaw6 and libxaw7 packages # and ogre should get runtime dependency automatically through shlibs -RDEPENDS_${PN}_remove = "libxaw" +RDEPENDS:${PN}:remove = "libxaw" diff --git a/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bbappend b/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bbappend index d66734676ac..b6e7a244b7d 100644 --- a/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners-base/sick-safetyscanners-base_1.0.0-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-boost-1.73.0.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/sick-safetyscanners2-interfaces/sick-safetyscanners2-interfaces_1.0.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-foxy/recipes-bbappends/slam-toolbox/slam-toolbox_%.bbappend b/meta-ros2-foxy/recipes-bbappends/slam-toolbox/slam-toolbox_%.bbappend index 9941b63b18a..617f10e633d 100644 --- a/meta-ros2-foxy/recipes-bbappends/slam-toolbox/slam-toolbox_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/slam-toolbox/slam-toolbox_%.bbappend @@ -1,12 +1,12 @@ # Copyright (c) 2020 Intel Corp. -ROS_BUILD_DEPENDS_append = " rosidl-typesupport-fastrtps-cpp rosidl-typesupport-fastrtps-c" -ROS_BUILDTOOL_DEPENDS_append = " rosidl-default-generators-native rosidl-typesupport-fastrtps-cpp-native rosidl-typesupport-fastrtps-c-native" -ROS_EXPORT_DEPENDS_append = " ceres-solver" -ROS_EXEC_DEPENDS_append = " rosidl-typesupport-fastrtps-cpp rosidl-typesupport-fastrtps-c" -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_BUILD_DEPENDS:append = " rosidl-typesupport-fastrtps-cpp rosidl-typesupport-fastrtps-c" +ROS_BUILDTOOL_DEPENDS:append = " rosidl-default-generators-native rosidl-typesupport-fastrtps-cpp-native rosidl-typesupport-fastrtps-c-native" +ROS_EXPORT_DEPENDS:append = " ceres-solver" +ROS_EXEC_DEPENDS:append = " rosidl-typesupport-fastrtps-cpp rosidl-typesupport-fastrtps-c" +ROS_EXEC_DEPENDS:remove = "ceres-solver" -FILES_${PN}-dev += "${datadir}/karto_sdk ${datadir}/solver_plugins.xml" +FILES:${PN}-dev += "${datadir}/karto_sdk ${datadir}/solver_plugins.xml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-fix-build-issue.patch" diff --git a/meta-ros2-foxy/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.1.3-1.bbappend b/meta-ros2-foxy/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.1.3-1.bbappend index 5844e268337..29f45d486b0 100644 --- a/meta-ros2-foxy/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.1.3-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.1.3-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # spdlog is header only library and PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "spdlog" +RDEPENDS:${PN}:remove = "spdlog" # ERROR: spdlog-vendor-1.1.1-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: spdlog-vendor path '/work/aarch64-oe-linux/spdlog-vendor/1.1.1-1-r0/packages-split/spdlog-vendor/usr/lib/libspdlog.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros2-foxy/recipes-bbappends/system-metrics-collector/system-metrics-collector_0.1.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/system-metrics-collector/system-metrics-collector_0.1.1-1.bbappend index ecc783aa64b..e35f73f8597 100644 --- a/meta-ros2-foxy/recipes-bbappends/system-metrics-collector/system-metrics-collector_0.1.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/system-metrics-collector/system-metrics-collector_0.1.1-1.bbappend @@ -5,7 +5,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-default-generators-native \ " -ROS_BUILD_DEPENDS_remove = "rosidl-default-generators" +ROS_BUILD_DEPENDS:remove = "rosidl-default-generators" # FAILED: rosidl_typesupport_fastrtps_cpp/system_metrics_collector/msg/detail/dds_fastrtps/dummy_message__type_support.cpp rosidl_typesupport_fastrtps_cpp/system_metrics_collector/msg/detail/dummy_message__rosidl_typesupport_fastrtps_cpp.hpp # cd /jenkins/mjansa/build/ros/webos-foxy-dunfell/tmp-glibc/work/qemux86-webos-linux/system-metrics-collector/0.1.1-1-r0/build && /jenkins/mjansa/build/ros/webos-foxy-dunfell/tmp-glibc/work/qemux86-webos-linux/system-metrics-collector/0.1.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build/ros/webos-foxy-dunfell/tmp-glibc/work/qemux86-webos-linux/system-metrics-collector/0.1.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp --generator-arguments-file /jenkins/mjansa/build/ros/webos-foxy-dunfell/tmp-glibc/work/qemux86-webos-linux/system-metrics-collector/0.1.1-1-r0/build/rosidl_typesupport_fastrtps_cpp__arguments.json diff --git a/meta-ros2-foxy/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend b/meta-ros2-foxy/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend index 242ea0be2cb..bbc37149f86 100644 --- a/meta-ros2-foxy/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend @@ -2,16 +2,16 @@ # Instead of fetching tvm and its submodules during do_compile, use separate tvm recipe DEPENDS += "tvm" -RDEPENDS_${PN} += "tvm" +RDEPENDS:${PN} += "tvm" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-tvm-from-separate-recipe.patch" # even with empty ${PN} we want to use this to pull runtime dependency on tvm -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # openblas PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" # spirv-headers PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "spirv-headers" +ROS_EXEC_DEPENDS:remove = "spirv-headers" diff --git a/meta-ros2-foxy/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bbappend index 25e24a0e235..f195b4e458f 100644 --- a/meta-ros2-foxy/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.4.0-1.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2020 LG Electronics, Inc. # uncrustify appears in both ROS_BUILD_DEPENDS and ROS_EXPORT_DEPENDS, so it's easier to remove it from DEPENDS. -DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" -ROS_EXEC_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" # Instead of fetching # https://github.com/uncrustify/uncrustify/archive/45b836cff040594994d364ad6fd3f04adc890a26.tar.gz # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-uncrustify-with-bitbake-fetcher.patch \ git://github.com/uncrustify/uncrustify.git;protocol=https;name=uncrustify;destsuffix=git/uncrustify-upstream \ https://raw.githubusercontent.com/ros2-gbp/uncrustify_vendor-release/release/foxy/uncrustify_vendor/1.4.0-1/install-patch.diff;name=patch;patchdir=uncrustify-upstream \ diff --git a/meta-ros2-foxy/recipes-bbappends/variants/ros-core_%.bbappend b/meta-ros2-foxy/recipes-bbappends/variants/ros-core_%.bbappend index 17fd7f86dcd..5a63e789586 100644 --- a/meta-ros2-foxy/recipes-bbappends/variants/ros-core_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/variants/ros-core_%.bbappend @@ -8,15 +8,15 @@ ROS_EXEC_DEPENDS += " \ " # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "ament-cmake" -ROS_EXEC_DEPENDS_remove = "ament-cmake-auto" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gmock" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gtest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-pytest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-ros" -ROS_EXEC_DEPENDS_remove = "ament-index-cpp" -ROS_EXEC_DEPENDS_remove = "ament-index-python" -ROS_EXEC_DEPENDS_remove = "ament-lint-auto" -ROS_EXEC_DEPENDS_remove = "ament-lint-common" -ROS_EXEC_DEPENDS_remove = "launch-testing-ament-cmake" -ROS_EXEC_DEPENDS_remove = "rosidl-default-generators" +ROS_EXEC_DEPENDS:remove = "ament-cmake" +ROS_EXEC_DEPENDS:remove = "ament-cmake-auto" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gmock" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gtest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-pytest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-ros" +ROS_EXEC_DEPENDS:remove = "ament-index-cpp" +ROS_EXEC_DEPENDS:remove = "ament-index-python" +ROS_EXEC_DEPENDS:remove = "ament-lint-auto" +ROS_EXEC_DEPENDS:remove = "ament-lint-common" +ROS_EXEC_DEPENDS:remove = "launch-testing-ament-cmake" +ROS_EXEC_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-foxy/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend b/meta-ros2-foxy/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend index 2d017cb7d36..d97645cf396 100644 --- a/meta-ros2-foxy/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/velodyne/velodyne-driver_2.1.0-1.bbappend @@ -1,11 +1,11 @@ # Copyright (c) 2020 LG Electronics, Inc. -# ERROR: velodyne-driver-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: velodyne-driver-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS:velodyne-driver? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-foxy/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend b/meta-ros2-foxy/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend index 0ceeddc4098..f3a192155cd 100644 --- a/meta-ros2-foxy/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ diff --git a/meta-ros2-foxy/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend b/meta-ros2-foxy/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend index 01e9175ff90..a54209a1c35 100644 --- a/meta-ros2-foxy/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend +++ b/meta-ros2-foxy/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend @@ -6,5 +6,5 @@ DESCRIPTION = "Wrapper around yaml-cpp, it provides a fixed CMake module." # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-platform-yaml-cpp.patch" diff --git a/meta-ros2-foxy/recipes-core/packagegroups/packagegroup-ros-world-foxy.bb b/meta-ros2-foxy/recipes-core/packagegroups/packagegroup-ros-world-foxy.bb index d9c26af7c6f..6527124dd0a 100644 --- a/meta-ros2-foxy/recipes-core/packagegroups/packagegroup-ros-world-foxy.bb +++ b/meta-ros2-foxy/recipes-core/packagegroups/packagegroup-ros-world-foxy.bb @@ -11,32 +11,32 @@ inherit ros_distro_foxy PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "sophus" +RDEPENDS:${PN}:remove = "sophus" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "test-osrf-testing-tools-cpp" +RDEPENDS:${PN}:remove = "test-osrf-testing-tools-cpp" # It's empty package now, just providing dependency on platform zstd recipe -RDEPENDS_${PN}_remove = "zstd-vendor" +RDEPENDS:${PN}:remove = "zstd-vendor" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rostime', 'nerian-stereo', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'message-generation', 'nerian-stereo', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'rostime', 'nerian-stereo', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'message-generation', 'nerian-stereo', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID = " \ wiimote \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV = " \ spacenav \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ connext-cmake-module \ rmw-connext-cpp \ @@ -45,14 +45,14 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ rosidl-typesupport-connext-cpp \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS = " \ gurumdds-cmake-module \ rmw-gurumdds-cpp \ rmw-gurumdds-shared-cpp \ " # Can't build these until we figure out how to build clang-format, clang-tidy without building all of clang. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-clang-format \ ament-clang-tidy \ @@ -60,7 +60,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-cmake-clang-tidy \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ moveit-planners-ompl \ moveit-planners \ @@ -68,15 +68,15 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ moveit-runtime \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'java', 'vrxperience-bridge', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'java', 'vrxperience-bridge', '', d)}" # Needs work to launch qemu to run tests on image on build machine. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH = " \ launch-testing-ament-cmake \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ plansys2-bringup \ @@ -90,26 +90,26 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ popf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB = " \ run-ompl-constrained-planning \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER = " \ run-ompl-constrained-planning \ warehouse-ros-mongo \ " # Not compatible with newer libftdi included in meta-oe: https://github.com/kobuki-base/kobuki_ftdi/issues/3 -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'kobuki-ftdi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'kobuki-ftdi', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_KOBUKI_FTDI = " \ kobuki-ftdi \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ color-names \ desktop \ @@ -160,7 +160,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ xacro-live \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ color-names \ desktop \ @@ -246,20 +246,20 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ mrpt2 \ " # OE won't let us build x264 unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ mrpt2 \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ plotjuggler \ plotjuggler-ros \ @@ -267,7 +267,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ common2 \ dolly \ @@ -285,7 +285,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ turtlebot3-simulations \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ desktop \ dsr-description2 \ @@ -338,10 +338,10 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ " # do_configure failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'lanelet2-traffic-rules', 'lanelet2-traffic-rules lanelet2-routing' , '', d)}" # do_compile failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ qt-gui-core \ qt-gui-cpp \ @@ -354,16 +354,16 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ rqt-image-view \ rqt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mrpt2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MRPT2}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mrpt2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MRPT2}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MRPT2 = " \ mrpt2 \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api \ rc-genicam-driver \ @@ -373,9 +373,9 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ color-names \ desktop \ @@ -417,7 +417,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ xacro-live \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ embree-vendor \ librealsense2 \ @@ -427,12 +427,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ realsense2-camera \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1 = " \ rosbag2-bag-v2-plugins \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES = " \ webots-ros2 \ webots-ros2-abb \ @@ -446,12 +446,12 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES = " \ webots-ros2-tutorials \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER = " \ octovis \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ dolly \ dolly-ignition \ @@ -462,7 +462,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ ros-ign-image \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pugixml', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2 \ lanelet2-examples \ @@ -472,7 +472,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PUGIXML = " \ lanelet2-validation \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'doosan-robot2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOOSAN_ROBOT2}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'doosan-robot2', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOOSAN_ROBOT2}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_DOOSAN_ROBOT2 = " \ dsr-control2 \ dsr-example2-py \ diff --git a/meta-ros2-foxy/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb b/meta-ros2-foxy/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb index aacb7319121..b625529c7d5 100644 --- a/meta-ros2-foxy/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb +++ b/meta-ros2-foxy/recipes-devtools/libphidget22/libphidget22-upstream_1.4.20190605.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "a29bf26b2e2d51f122f29d17346b69dbbd809182373feb968b55 inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.4 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.4" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/ros2trace_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/ros2trace_1.0.5-2.bb index f0921017342..63e519cd534 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/ros2trace_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/ros2trace_1.0.5-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/ros2trace/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/ros2trace" diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-launch_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-launch_1.0.5-2.bb index 471d721488b..39296028e68 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-launch_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-launch_1.0.5-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/tracetools_launch/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_launch" diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-read_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-read_1.0.5-2.bb index 6ce9a5a2159..89e03b0e4b7 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-read_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-read_1.0.5-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/tracetools_read/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_read" diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-test_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-test_1.0.5-2.bb index f36383aa8da..a0ded497c0a 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-test_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-test_1.0.5-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/tracetools_test/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_test" diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-trace_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-trace_1.0.5-2.bb index a86f01c0a24..b4d6f682b1c 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-trace_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools-trace_1.0.5-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/tracetools_trace/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools_trace" diff --git a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools_1.0.5-2.bb b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools_1.0.5-2.bb index 4785b1216b8..efeeead64d8 100644 --- a/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools_1.0.5-2.bb +++ b/meta-ros2-foxy/recipes-ros2/ros2-tracing/tracetools_1.0.5-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/foxy/tracetools/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/foxy/tracetools" diff --git a/meta-ros2-galactic/conf/ros-distro/include/galactic/generated/superflore-ros-distro.inc b/meta-ros2-galactic/conf/ros-distro/include/galactic/generated/superflore-ros-distro.inc index b24abc334e0..046f3af6266 100644 --- a/meta-ros2-galactic/conf/ros-distro/include/galactic/generated/superflore-ros-distro.inc +++ b/meta-ros2-galactic/conf/ros-distro/include/galactic/generated/superflore-ros-distro.inc @@ -2010,7 +2010,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_GALACTIC = " \ rosidl-typesupport-introspection-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_GALACTIC}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_GALACTIC}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-lxml \ diff --git a/meta-ros2-galactic/conf/ros-distro/include/galactic/ros-distro.inc b/meta-ros2-galactic/conf/ros-distro/include/galactic/ros-distro.inc index 84dacee212f..56a4f726bf7 100644 --- a/meta-ros2-galactic/conf/ros-distro/include/galactic/ros-distro.inc +++ b/meta-ros2-galactic/conf/ros-distro/include/galactic/ros-distro.inc @@ -46,7 +46,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ " # this needs google-benchmark-vendor-native but we probably don't need native version -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_remove = "ament-cmake-google-benchmark-native" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:remove = "ament-cmake-google-benchmark-native" # alternative not yet supported implementation for fastrtps ROS_WORLD_SKIP_GROUPS += "connext" @@ -126,7 +126,7 @@ ROS_WORLD_SKIP_GROUPS += " \ # and having it in a .bbappend sets it too late. # We want ament_cmake instead of plain cmake for ros-workspace: # https://raw.github.com/ros2-gbp/ros_workspace-release/release/galactic/ros_workspace/1.0.1-2/package.xml -ROS_BUILD_TYPE_pn-ros-workspace = "ament_cmake" +ROS_BUILD_TYPE:pn-ros-workspace = "ament_cmake" # Used by generated-recipes/cyclonedds/cyclonedds_0.6.0-3.bb ROS_UNRESOLVED_DEP-java-native = "" diff --git a/meta-ros2-galactic/generated-recipes/acado-vendor/acado-vendor_1.0.0-3.bb b/meta-ros2-galactic/generated-recipes/acado-vendor/acado-vendor_1.0.0-3.bb index 6b1ed7d2bbd..488103a00ef 100644 --- a/meta-ros2-galactic/generated-recipes/acado-vendor/acado-vendor_1.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/acado-vendor/acado-vendor_1.0.0-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/acado_vendor-release/archive/release/galactic/acado_vendor/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/acado_vendor" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb index da2c5eb59aa..a985106046c 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_catch2-release/archive/release/galactic/ament_cmake_catch2/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_catch2" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb index b713885f144..6c7fdc6fb1e 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/galactic/ament_cmake_ros/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_ros" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb index f93766f28bf..69926749870 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/galactic/domain_coordinator/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/domain_coordinator" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb index c9868c7d9d2..1c4953ce509 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_auto/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_auto" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb index 10431c57778..5da6f7f2100 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_core/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_core" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb index 3bc5e620a25..e5b350df80b 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_definitions/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_definitions" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb index c0fe765d80c..26e8112485a 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_dependencies/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_dependencies" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb index c47a69290c4..76f12165bf7 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_include_directories/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_include_directories" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb index 5fc5364a2c5..9f794cd4638 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_interfaces/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb index 38252e67bc9..a87848bde30 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_libraries/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_libraries" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb index 249a48f0571..ccd30c7034a 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_link_flags/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_link_flags" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb index 0290f47e27a..a6ee5e0e968 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_export_targets/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_export_targets" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb index f14aaecca15..139e68be67c 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_gmock/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_gmock" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb index 3c6f51140e0..c58859d6e0d 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_google_benchmark/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_google_benchmark" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb index 162ba1c4af9..64f7c2f601f 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_gtest/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_gtest" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb index d40a3be572d..4ff42427e10 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_include_directories/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_include_directories" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb index 9056bb11952..dfc8229ed60 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_libraries/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_libraries" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb index 4d4aaf648f5..0614fe94a6a 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_nose/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_nose" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb index 98754db6421..2b8acfb219f 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_pytest/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_pytest" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb index dc25fb5f9c1..20913c51d9a 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_python/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_python" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb index f4006cfb2b1..7b419a701f2 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_target_dependencies/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_target_dependencies" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb index 1140b6e0df1..29770ffcd34 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_test/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_test" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb index 925fe391711..27671700fb1 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake_version/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_version" diff --git a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb index 831c9c71c06..0c2d5a13803 100644 --- a/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/galactic/ament_cmake/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake" diff --git a/meta-ros2-galactic/generated-recipes/ament-index/ament-index-cpp_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/ament-index/ament-index-cpp_1.2.0-1.bb index fcf91818ba1..904c762b353 100644 --- a/meta-ros2-galactic/generated-recipes/ament-index/ament-index-cpp_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-index/ament-index-cpp_1.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/galactic/ament_index_cpp/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_index_cpp" diff --git a/meta-ros2-galactic/generated-recipes/ament-index/ament-index-python_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/ament-index/ament-index-python_1.2.0-1.bb index adc6832a737..c51c5107c98 100644 --- a/meta-ros2-galactic/generated-recipes/ament-index/ament-index-python_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-index/ament-index-python_1.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/galactic/ament_index_python/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_index_python" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-format_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-format_0.10.6-1.bb index 0000de40e74..4b8db24d9a1 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-format_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-format_0.10.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_clang_format/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_clang_format" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-tidy_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-tidy_0.10.6-1.bb index f70430a6413..cd7fd1df1e6 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-tidy_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-clang-tidy_0.10.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_clang_tidy/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_clang_tidy" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-format_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-format_0.10.6-1.bb index 0a28bbda597..59c80623ff5 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-format_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-format_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_clang_format/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_clang_format" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.10.6-1.bb index 67ffd3fb422..63c970713a7 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_clang_tidy/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_clang_tidy" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-copyright_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-copyright_0.10.6-1.bb index 15e3b53d37e..0486c5dc76f 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-copyright_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-copyright_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_copyright/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_copyright" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cppcheck_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cppcheck_0.10.6-1.bb index ed368714deb..23ad582f84b 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cppcheck_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cppcheck_0.10.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_cppcheck/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_cppcheck" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cpplint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cpplint_0.10.6-1.bb index 3da5408dc7c..dbc616a97cf 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cpplint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-cpplint_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_cpplint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_cpplint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-flake8_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-flake8_0.10.6-1.bb index 5b700f6cee1..1249b2fca87 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-flake8_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-flake8_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_flake8/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_flake8" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.10.6-1.bb index e1a276dfcc2..5c73ddeb572 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.10.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_lint_cmake/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_lint_cmake" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-mypy_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-mypy_0.10.6-1.bb index 06d134f972a..83cf0dbf2ae 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-mypy_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-mypy_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_mypy/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_mypy" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pclint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pclint_0.10.6-1.bb index f7145eaab70..b5fb59d0245 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pclint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pclint_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_pclint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_pclint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pep257_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pep257_0.10.6-1.bb index aedab622dca..5efa58390f6 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pep257_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pep257_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_pep257/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_pep257" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.10.6-1.bb index 2c63f59ffff..a500e4c8ccf 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_pycodestyle/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_pycodestyle" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pyflakes_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pyflakes_0.10.6-1.bb index 3d473710da5..8c04a2c6e58 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pyflakes_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-pyflakes_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_pyflakes/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_pyflakes" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-uncrustify_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-uncrustify_0.10.6-1.bb index 885fab68367..4673286519f 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-uncrustify_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-uncrustify_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_uncrustify/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_uncrustify" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-xmllint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-xmllint_0.10.6-1.bb index b75547f74c5..d3c1ffb4ab5 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-xmllint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cmake-xmllint_0.10.6-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cmake_xmllint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cmake_xmllint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-copyright_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-copyright_0.10.6-1.bb index d079e47d6a3..93d096bf13e 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-copyright_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-copyright_0.10.6-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_copyright/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_copyright" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cppcheck_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cppcheck_0.10.6-1.bb index ae195b3c3f4..46ba3082dc6 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cppcheck_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cppcheck_0.10.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cppcheck/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cppcheck" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cpplint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cpplint_0.10.6-1.bb index be1bb1c8302..f6912878891 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-cpplint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-cpplint_0.10.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_cpplint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_cpplint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-flake8_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-flake8_0.10.6-1.bb index 02df6b3ae5b..beaa16ce561 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-flake8_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-flake8_0.10.6-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_flake8/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_flake8" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-auto_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-auto_0.10.6-1.bb index ccf3ec0d150..2b052bd4451 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-auto_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-auto_0.10.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_lint_auto/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_lint_auto" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-cmake_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-cmake_0.10.6-1.bb index 25505602a5d..65835f402ef 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-cmake_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-cmake_0.10.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_lint_cmake/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_lint_cmake" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-common_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-common_0.10.6-1.bb index 1320f599e1a..552630ffc11 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-common_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint-common_0.10.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_lint_common/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_lint_common" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint_0.10.6-1.bb index 28e9da0d42f..bcee1ecfb1c 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-lint_0.10.6-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_lint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_lint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-mypy_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-mypy_0.10.6-1.bb index f41763cd14a..a69807d17b5 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-mypy_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-mypy_0.10.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_mypy/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_mypy" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pclint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pclint_0.10.6-1.bb index f4665012b09..a947fe0b76e 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pclint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pclint_0.10.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_pclint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_pclint" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pep257_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pep257_0.10.6-1.bb index e07e2d0c04f..ec52f40cdf8 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pep257_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pep257_0.10.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_pep257/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_pep257" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pycodestyle_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pycodestyle_0.10.6-1.bb index 469432be442..2e83543221f 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pycodestyle_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pycodestyle_0.10.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_pycodestyle/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_pycodestyle" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pyflakes_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pyflakes_0.10.6-1.bb index e677194736d..253aa37bf86 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-pyflakes_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-pyflakes_0.10.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_pyflakes/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_pyflakes" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-uncrustify_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-uncrustify_0.10.6-1.bb index 36dd6d4b4e6..2662cae3dc1 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-uncrustify_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-uncrustify_0.10.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_uncrustify/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_uncrustify" diff --git a/meta-ros2-galactic/generated-recipes/ament-lint/ament-xmllint_0.10.6-1.bb b/meta-ros2-galactic/generated-recipes/ament-lint/ament-xmllint_0.10.6-1.bb index 8d054f69aca..8e31594d136 100644 --- a/meta-ros2-galactic/generated-recipes/ament-lint/ament-xmllint_0.10.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/ament-lint/ament-xmllint_0.10.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_xmllint/0.10.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_xmllint" diff --git a/meta-ros2-galactic/generated-recipes/ament-nodl/ament-nodl_0.1.0-3.bb b/meta-ros2-galactic/generated-recipes/ament-nodl/ament-nodl_0.1.0-3.bb index bcf49dce5cd..7c3e8384c9e 100644 --- a/meta-ros2-galactic/generated-recipes/ament-nodl/ament-nodl_0.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ament-nodl/ament-nodl_0.1.0-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_nodl-release/archive/release/galactic/ament_nodl/0.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_nodl" diff --git a/meta-ros2-galactic/generated-recipes/ament-package/ament-package_0.12.0-2.bb b/meta-ros2-galactic/generated-recipes/ament-package/ament-package_0.12.0-2.bb index 4355a63428a..85e1b0fbaa2 100644 --- a/meta-ros2-galactic/generated-recipes/ament-package/ament-package_0.12.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ament-package/ament-package_0.12.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_package-release/archive/release/galactic/ament_package/0.12.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ament_package" diff --git a/meta-ros2-galactic/generated-recipes/angles/angles_1.12.4-2.bb b/meta-ros2-galactic/generated-recipes/angles/angles_1.12.4-2.bb index c3fe3c08611..64b326d1c6c 100644 --- a/meta-ros2-galactic/generated-recipes/angles/angles_1.12.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/angles/angles_1.12.4-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/angles-release/archive/release/galactic/angles/1.12.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/angles" diff --git a/meta-ros2-galactic/generated-recipes/apex-containers/apex-containers_0.0.4-2.bb b/meta-ros2-galactic/generated-recipes/apex-containers/apex-containers_0.0.4-2.bb index b7a46684ab0..8b415d8a4be 100644 --- a/meta-ros2-galactic/generated-recipes/apex-containers/apex-containers_0.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/apex-containers/apex-containers_0.0.4-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/apex_containers-release/archive/release/galactic/apex_containers/0.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/apex_containers" diff --git a/meta-ros2-galactic/generated-recipes/apex-test-tools/apex-test-tools_0.0.2-5.bb b/meta-ros2-galactic/generated-recipes/apex-test-tools/apex-test-tools_0.0.2-5.bb index a2733f95b23..64448ec3fdb 100644 --- a/meta-ros2-galactic/generated-recipes/apex-test-tools/apex-test-tools_0.0.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/apex-test-tools/apex-test-tools_0.0.2-5.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/apex_test_tools-release/archive/release/galactic/apex_test_tools/0.0.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/apex_test_tools" diff --git a/meta-ros2-galactic/generated-recipes/apex-test-tools/test-apex-test-tools_0.0.2-5.bb b/meta-ros2-galactic/generated-recipes/apex-test-tools/test-apex-test-tools_0.0.2-5.bb index 4d717a09600..2f574f77f70 100644 --- a/meta-ros2-galactic/generated-recipes/apex-test-tools/test-apex-test-tools_0.0.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/apex-test-tools/test-apex-test-tools_0.0.2-5.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/apex_test_tools-release/archive/release/galactic/test_apex_test_tools/0.0.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/test_apex_test_tools" diff --git a/meta-ros2-galactic/generated-recipes/apriltag/apriltag_3.1.2-4.bb b/meta-ros2-galactic/generated-recipes/apriltag/apriltag_3.1.2-4.bb index 7935ec9e370..219e7589e2a 100644 --- a/meta-ros2-galactic/generated-recipes/apriltag/apriltag_3.1.2-4.bb +++ b/meta-ros2-galactic/generated-recipes/apriltag/apriltag_3.1.2-4.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/apriltag-release/archive/release/galactic/apriltag/3.1.2-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/apriltag" diff --git a/meta-ros2-galactic/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-2.bb index 5fbef4d053c..800938d20c8 100644 --- a/meta-ros2-galactic/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/galactic/async_web_server_cpp/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/async_web_server_cpp" diff --git a/meta-ros2-galactic/generated-recipes/autoware-auto-msgs/autoware-auto-msgs_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/autoware-auto-msgs/autoware-auto-msgs_1.0.0-2.bb index 2f4593f6470..7ed5a67592c 100644 --- a/meta-ros2-galactic/generated-recipes/autoware-auto-msgs/autoware-auto-msgs_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/autoware-auto-msgs/autoware-auto-msgs_1.0.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/autoware_auto_msgs-release/archive/release/galactic/autoware_auto_msgs/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/autoware_auto_msgs" diff --git a/meta-ros2-galactic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bb b/meta-ros2-galactic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bb index 7b9a2696941..b94942c0021 100644 --- a/meta-ros2-galactic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/behaviortree_cpp-release/archive/release/galactic/behaviortree_cpp_v3/3.5.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/behaviortree_cpp_v3" diff --git a/meta-ros2-galactic/generated-recipes/bno055/bno055_0.1.1-2.bb b/meta-ros2-galactic/generated-recipes/bno055/bno055_0.1.1-2.bb index 0c27375c9b0..7cb877f2d13 100644 --- a/meta-ros2-galactic/generated-recipes/bno055/bno055_0.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/bno055/bno055_0.1.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bno055-release/archive/release/galactic/bno055/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/bno055" diff --git a/meta-ros2-galactic/generated-recipes/bond-core/bond-core_3.0.1-4.bb b/meta-ros2-galactic/generated-recipes/bond-core/bond-core_3.0.1-4.bb index 4b4c434f9cc..7074017f646 100644 --- a/meta-ros2-galactic/generated-recipes/bond-core/bond-core_3.0.1-4.bb +++ b/meta-ros2-galactic/generated-recipes/bond-core/bond-core_3.0.1-4.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/galactic/bond_core/3.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/bond_core" diff --git a/meta-ros2-galactic/generated-recipes/bond-core/bond_3.0.1-4.bb b/meta-ros2-galactic/generated-recipes/bond-core/bond_3.0.1-4.bb index bf72fbecc02..ca61f80494e 100644 --- a/meta-ros2-galactic/generated-recipes/bond-core/bond_3.0.1-4.bb +++ b/meta-ros2-galactic/generated-recipes/bond-core/bond_3.0.1-4.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/galactic/bond/3.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/bond" diff --git a/meta-ros2-galactic/generated-recipes/bond-core/bondcpp_3.0.1-4.bb b/meta-ros2-galactic/generated-recipes/bond-core/bondcpp_3.0.1-4.bb index a9cfef8699d..6d96bfdd7d5 100644 --- a/meta-ros2-galactic/generated-recipes/bond-core/bondcpp_3.0.1-4.bb +++ b/meta-ros2-galactic/generated-recipes/bond-core/bondcpp_3.0.1-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/galactic/bondcpp/3.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/bondcpp" diff --git a/meta-ros2-galactic/generated-recipes/bond-core/smclib_3.0.1-4.bb b/meta-ros2-galactic/generated-recipes/bond-core/smclib_3.0.1-4.bb index 0dcea82f834..25c7a68f1b2 100644 --- a/meta-ros2-galactic/generated-recipes/bond-core/smclib_3.0.1-4.bb +++ b/meta-ros2-galactic/generated-recipes/bond-core/smclib_3.0.1-4.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/galactic/smclib/3.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/smclib" diff --git a/meta-ros2-galactic/generated-recipes/bond-core/test-bond_3.0.1-4.bb b/meta-ros2-galactic/generated-recipes/bond-core/test-bond_3.0.1-4.bb index b0a5adad210..9c2f6e7adde 100644 --- a/meta-ros2-galactic/generated-recipes/bond-core/test-bond_3.0.1-4.bb +++ b/meta-ros2-galactic/generated-recipes/bond-core/test-bond_3.0.1-4.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/galactic/test_bond/3.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/test_bond" diff --git a/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-4.bb b/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-4.bb index 2a365888718..7923d20068e 100644 --- a/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-4.bb +++ b/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/galactic/cartographer_ros_msgs/1.0.9003-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/cartographer_ros_msgs" diff --git a/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-4.bb b/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-4.bb index 081af07dd31..e0f2ff03852 100644 --- a/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-4.bb +++ b/meta-ros2-galactic/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-4.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/galactic/cartographer_ros/1.0.9003-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/cartographer_ros" diff --git a/meta-ros2-galactic/generated-recipes/cartographer/cartographer_1.0.9001-3.bb b/meta-ros2-galactic/generated-recipes/cartographer/cartographer_1.0.9001-3.bb index 64213fdefaa..e8497e48b70 100644 --- a/meta-ros2-galactic/generated-recipes/cartographer/cartographer_1.0.9001-3.bb +++ b/meta-ros2-galactic/generated-recipes/cartographer/cartographer_1.0.9001-3.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer-release/archive/release/galactic/cartographer/1.0.9001-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/cartographer" diff --git a/meta-ros2-galactic/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_1.0.0-2.bb index ccace888e11..6a55ecf39a9 100644 --- a/meta-ros2-galactic/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/cascade-lifecycle/cascade-lifecycle-msgs_1.0.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/galactic/cascade_lifecycle_msgs/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/cascade_lifecycle_msgs" diff --git a/meta-ros2-galactic/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_1.0.0-2.bb index 0db52474a2a..24a1ff12f53 100644 --- a/meta-ros2-galactic/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/cascade-lifecycle/rclcpp-cascade-lifecycle_1.0.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/cascade_lifecycle-release/archive/release/galactic/rclcpp_cascade_lifecycle/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclcpp_cascade_lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/class-loader/class-loader_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/class-loader/class-loader_2.1.2-2.bb index 60107d19313..80b83ee47f4 100644 --- a/meta-ros2-galactic/generated-recipes/class-loader/class-loader_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/class-loader/class-loader_2.1.2-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/class_loader-release/archive/release/galactic/class_loader/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/class_loader" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb index 38229efa6de..682d30f70ec 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/actionlib_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/actionlib_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb index 8331e6803d8..b32a4b475e6 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/common_interfaces/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/common_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb index 30fa86ac1c0..fd84efe4d7a 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/diagnostic_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/diagnostic_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb index 1a50855a623..5e6150ace00 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/geometry_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/geometry_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb index d5a08d1b787..45400333734 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/nav_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb index 1425c974ccb..d8a380e7e6c 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/sensor_msgs_py/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/sensor_msgs_py" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb index de5696b0765..335570b19d3 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/sensor_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/sensor_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb index 9e7b0b3f6d6..69cecdc5174 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/shape_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/shape_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb index 1627f98d92f..2329f489ee5 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/std_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/std_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb index 3354f4de2ac..a08f1e7fda7 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/std_srvs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/std_srvs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb index 6f56d201ea1..2e0cf584cfd 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/stereo_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/stereo_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb index b50a928c59b..3fa4451ccdc 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/trajectory_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/trajectory_msgs" diff --git a/meta-ros2-galactic/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb b/meta-ros2-galactic/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb index aa28c5517a3..e7fe2dc8fd0 100644 --- a/meta-ros2-galactic/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/galactic/visualization_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/visualization_msgs" diff --git a/meta-ros2-galactic/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-2.bb b/meta-ros2-galactic/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-2.bb index 6fcec1de7dd..539cb631499 100644 --- a/meta-ros2-galactic/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/console_bridge_vendor-release/archive/release/galactic/console_bridge_vendor/1.3.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/console_bridge_vendor" diff --git a/meta-ros2-galactic/generated-recipes/control-box-rst/control-box-rst_0.0.7-3.bb b/meta-ros2-galactic/generated-recipes/control-box-rst/control-box-rst_0.0.7-3.bb index 221eef24e7d..7092769bb0b 100644 --- a/meta-ros2-galactic/generated-recipes/control-box-rst/control-box-rst_0.0.7-3.bb +++ b/meta-ros2-galactic/generated-recipes/control-box-rst/control-box-rst_0.0.7-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/control_box_rst-release/archive/release/galactic/control_box_rst/0.0.7-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/control_box_rst" diff --git a/meta-ros2-galactic/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb b/meta-ros2-galactic/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb index 87a795679fc..7c83aad453b 100644 --- a/meta-ros2-galactic/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/control_msgs-release/archive/release/galactic/control_msgs/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/control_msgs" diff --git a/meta-ros2-galactic/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb index 0164fcdfb21..7f75a255f60 100644 --- a/meta-ros2-galactic/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_toolbox-release/archive/release/galactic/control_toolbox/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/control_toolbox" diff --git a/meta-ros2-galactic/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb b/meta-ros2-galactic/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb index 1877bc10dd0..ce0ff0cc8c1 100644 --- a/meta-ros2-galactic/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cyclonedds-release/archive/release/galactic/cyclonedds/0.8.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/cyclonedds" diff --git a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-cpp_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-cpp_0.14.3-1.bb index 8c8a1faef66..fa5b493e550 100644 --- a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-cpp_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-cpp_0.14.3-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/action_tutorials_cpp/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/action_tutorials_cpp" diff --git a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-interfaces_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-interfaces_0.14.3-1.bb index b50edd2c81c..9388cc46240 100644 --- a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-interfaces_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-interfaces_0.14.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/action_tutorials_interfaces/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/action_tutorials_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-py_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-py_0.14.3-1.bb index 1d905fef85e..021566ad6fd 100644 --- a/meta-ros2-galactic/generated-recipes/demos/action-tutorials-py_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/action-tutorials-py_0.14.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/action_tutorials_py/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/action_tutorials_py" diff --git a/meta-ros2-galactic/generated-recipes/demos/composition_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/composition_0.14.3-1.bb index 0d8fcb458bf..8d515ed44ab 100644 --- a/meta-ros2-galactic/generated-recipes/demos/composition_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/composition_0.14.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/composition/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/composition" diff --git a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp-rosnative_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp-rosnative_0.14.3-1.bb index f926f508a97..f65f7ec14a0 100644 --- a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp-rosnative_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp-rosnative_0.14.3-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/demo_nodes_cpp_native/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/demo_nodes_cpp_native" diff --git a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp_0.14.3-1.bb index 5e29f9c3b31..edfd0b84d00 100644 --- a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-cpp_0.14.3-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/demo_nodes_cpp/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/demo_nodes_cpp" diff --git a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-py_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-py_0.14.3-1.bb index bffb8aa6e26..e5773eb0a48 100644 --- a/meta-ros2-galactic/generated-recipes/demos/demo-nodes-py_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/demo-nodes-py_0.14.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/demo_nodes_py/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/demo_nodes_py" diff --git a/meta-ros2-galactic/generated-recipes/demos/dummy-map-server_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/dummy-map-server_0.14.3-1.bb index f82893836ce..f133cc45d88 100644 --- a/meta-ros2-galactic/generated-recipes/demos/dummy-map-server_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/dummy-map-server_0.14.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/dummy_map_server/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dummy_map_server" diff --git a/meta-ros2-galactic/generated-recipes/demos/dummy-robot-bringup_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/dummy-robot-bringup_0.14.3-1.bb index 8c37ce35bb0..c1a93a06ab2 100644 --- a/meta-ros2-galactic/generated-recipes/demos/dummy-robot-bringup_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/dummy-robot-bringup_0.14.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/dummy_robot_bringup/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dummy_robot_bringup" diff --git a/meta-ros2-galactic/generated-recipes/demos/dummy-sensors_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/dummy-sensors_0.14.3-1.bb index 61067a80fa5..29bef1ceb8f 100644 --- a/meta-ros2-galactic/generated-recipes/demos/dummy-sensors_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/dummy-sensors_0.14.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/dummy_sensors/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dummy_sensors" diff --git a/meta-ros2-galactic/generated-recipes/demos/image-tools_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/image-tools_0.14.3-1.bb index 83559f3f10d..b6a748fb7a4 100644 --- a/meta-ros2-galactic/generated-recipes/demos/image-tools_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/image-tools_0.14.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/image_tools/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_tools" diff --git a/meta-ros2-galactic/generated-recipes/demos/intra-process-demo_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/intra-process-demo_0.14.3-1.bb index e8e5f81d330..fd657ba195b 100644 --- a/meta-ros2-galactic/generated-recipes/demos/intra-process-demo_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/intra-process-demo_0.14.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/intra_process_demo/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/intra_process_demo" diff --git a/meta-ros2-galactic/generated-recipes/demos/lifecycle_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/lifecycle_0.14.3-1.bb index 025c7b16429..ab48d2268ba 100644 --- a/meta-ros2-galactic/generated-recipes/demos/lifecycle_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/lifecycle_0.14.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/lifecycle/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/demos/logging-demo_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/logging-demo_0.14.3-1.bb index 02de5d15d38..58d8a1f321d 100644 --- a/meta-ros2-galactic/generated-recipes/demos/logging-demo_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/logging-demo_0.14.3-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/logging_demo/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/logging_demo" diff --git a/meta-ros2-galactic/generated-recipes/demos/pendulum-control_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/pendulum-control_0.14.3-1.bb index 6b6eee75659..bfd07343261 100644 --- a/meta-ros2-galactic/generated-recipes/demos/pendulum-control_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/pendulum-control_0.14.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/pendulum_control/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/pendulum_control" diff --git a/meta-ros2-galactic/generated-recipes/demos/pendulum-msgs_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/pendulum-msgs_0.14.3-1.bb index ab8d40ae2a8..608e587e5d7 100644 --- a/meta-ros2-galactic/generated-recipes/demos/pendulum-msgs_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/pendulum-msgs_0.14.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/pendulum_msgs/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/pendulum_msgs" diff --git a/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-cpp_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-cpp_0.14.3-1.bb index 037cd3b4b15..b7e9c6506e8 100644 --- a/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-cpp_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-cpp_0.14.3-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/quality_of_service_demo_cpp/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/quality_of_service_demo_cpp" diff --git a/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-py_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-py_0.14.3-1.bb index 502ddaeb24b..711c2dd2fe7 100644 --- a/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-py_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/quality-of-service-demo-py_0.14.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/quality_of_service_demo_py/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/quality_of_service_demo_py" diff --git a/meta-ros2-galactic/generated-recipes/demos/topic-monitor_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/topic-monitor_0.14.3-1.bb index ba5ce344462..f4f309517d3 100644 --- a/meta-ros2-galactic/generated-recipes/demos/topic-monitor_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/topic-monitor_0.14.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/topic_monitor/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/topic_monitor" diff --git a/meta-ros2-galactic/generated-recipes/demos/topic-statistics-demo_0.14.3-1.bb b/meta-ros2-galactic/generated-recipes/demos/topic-statistics-demo_0.14.3-1.bb index df184c9cf46..bae544c7241 100644 --- a/meta-ros2-galactic/generated-recipes/demos/topic-statistics-demo_0.14.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/demos/topic-statistics-demo_0.14.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/galactic/topic_statistics_demo/0.14.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/topic_statistics_demo" diff --git a/meta-ros2-galactic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-2.bb b/meta-ros2-galactic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-2.bb index 9f615aeb103..510c72cd7ff 100644 --- a/meta-ros2-galactic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/depthimage_to_laserscan-release/archive/release/galactic/depthimage_to_laserscan/2.3.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/depthimage_to_laserscan" diff --git a/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-2.bb index c2574b535de..b79660f054a 100644 --- a/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/galactic/diagnostic_aggregator/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/diagnostic_aggregator" diff --git a/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-updater_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-updater_2.1.2-2.bb index c783dbd023d..12116fe2aca 100644 --- a/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-updater_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/diagnostics/diagnostic-updater_2.1.2-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/galactic/diagnostic_updater/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/diagnostic_updater" diff --git a/meta-ros2-galactic/generated-recipes/diagnostics/self-test_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/diagnostics/self-test_2.1.2-2.bb index d914ddc71f9..5de5d28ec21 100644 --- a/meta-ros2-galactic/generated-recipes/diagnostics/self-test_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/diagnostics/self-test_2.1.2-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/galactic/self_test/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/self_test" diff --git a/meta-ros2-galactic/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb b/meta-ros2-galactic/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb index c688dfcff63..2e03a92c014 100644 --- a/meta-ros2-galactic/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/domain_bridge-release/archive/release/galactic/domain_bridge/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/domain_bridge" diff --git a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb index 6b2220add76..737617ae99b 100644 --- a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb +++ b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/galactic/dynamixel_sdk_custom_interfaces/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dynamixel_sdk_custom_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb index acda54dc6b0..cf7227a1841 100644 --- a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb +++ b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/galactic/dynamixel_sdk_examples/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dynamixel_sdk_examples" diff --git a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb index ba23da9140e..d64ea0f10df 100644 --- a/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb +++ b/meta-ros2-galactic/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/galactic/dynamixel_sdk/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dynamixel_sdk" diff --git a/meta-ros2-galactic/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-3.bb b/meta-ros2-galactic/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-3.bb index 08f72916346..3380a751d2b 100644 --- a/meta-ros2-galactic/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen_stl_containers-release/archive/release/galactic/eigen_stl_containers/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/eigen_stl_containers" diff --git a/meta-ros2-galactic/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-3.bb b/meta-ros2-galactic/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-3.bb index 15653c9ae97..a4d2a91cc61 100644 --- a/meta-ros2-galactic/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen3_cmake_module-release/archive/release/galactic/eigen3_cmake_module/0.1.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/eigen3_cmake_module" diff --git a/meta-ros2-galactic/generated-recipes/example-interfaces/example-interfaces_0.9.2-2.bb b/meta-ros2-galactic/generated-recipes/example-interfaces/example-interfaces_0.9.2-2.bb index 77b3bcc0155..b974e3c18f4 100644 --- a/meta-ros2-galactic/generated-recipes/example-interfaces/example-interfaces_0.9.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/example-interfaces/example-interfaces_0.9.2-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/example_interfaces-release/archive/release/galactic/example_interfaces/0.9.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/example_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb index 6b7010e8caa..791b3701a1a 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_cbg_executor/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_cbg_executor" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb index b8f8d8aa1d3..e47f1bfe52d 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_action_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_action_client" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb index b1f1aa21eb0..d4c85447ce4 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_action_server/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_action_server" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb index 629e6859ea0..4dc5ef73b0d 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_client" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb index c6de8c8d4fa..fc54548c03a 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_composition/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_composition" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb index 1a4c4705290..a69499e883c 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_publisher" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb index cf1b06a86b4..f8e7de95700 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_service/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_service" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb index 5669d5d124f..6afc976d032 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_subscriber/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_subscriber" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb index 3fd038da6e6..2d2f9a8c1a5 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_minimal_timer/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_minimal_timer" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb index b85f705a121..21b8b22c283 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclcpp_multithreaded_executor/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclcpp_multithreaded_executor" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb index cc3cb734a78..8d9bbc85de6 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_executors/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_executors" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb index 7285493597e..ccfb4e8357f 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_guard_conditions/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_guard_conditions" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb index 3c398997ab0..e4b8dd08f48 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_action_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_action_client" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb index f658ce1e295..5ffd36f7a01 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_action_server/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_action_server" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb index 7678f0e361b..b575ab1938d 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_client" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb index 25108b1be25..515354e8b26 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_publisher" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb index 5f8067c543a..35959502cb5 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_service/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_service" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb index 67bc01f8806..18f76ef75cd 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_minimal_subscriber/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_minimal_subscriber" diff --git a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb index 240f9c7d390..aa2d87941c1 100644 --- a/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/galactic/examples_rclpy_pointcloud_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_rclpy_pointcloud_publisher" diff --git a/meta-ros2-galactic/generated-recipes/fastcdr/fastcdr_1.0.20-3.bb b/meta-ros2-galactic/generated-recipes/fastcdr/fastcdr_1.0.20-3.bb index c442773c59b..0f68d505a75 100644 --- a/meta-ros2-galactic/generated-recipes/fastcdr/fastcdr_1.0.20-3.bb +++ b/meta-ros2-galactic/generated-recipes/fastcdr/fastcdr_1.0.20-3.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastcdr-release/archive/release/galactic/fastcdr/1.0.20-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/fastcdr" diff --git a/meta-ros2-galactic/generated-recipes/fastrtps/fastrtps_2.3.1-1.bb b/meta-ros2-galactic/generated-recipes/fastrtps/fastrtps_2.3.1-1.bb index e29f5da5c55..1063fbce8f5 100644 --- a/meta-ros2-galactic/generated-recipes/fastrtps/fastrtps_2.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/fastrtps/fastrtps_2.3.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastrtps-release/archive/release/galactic/fastrtps/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/fastrtps" diff --git a/meta-ros2-galactic/generated-recipes/filters/filters_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/filters/filters_2.0.0-3.bb index 3eb367f9bf7..c4cbcef8859 100644 --- a/meta-ros2-galactic/generated-recipes/filters/filters_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/filters/filters_2.0.0-3.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/filters-release/archive/release/galactic/filters/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/filters" diff --git a/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb b/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb index e4e0c45c3a8..4b5501f3f6d 100644 --- a/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/galactic/fmi_adapter_examples/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/fmi_adapter_examples" diff --git a/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb b/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb index 3e131d05f3f..562e6cf6156 100644 --- a/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/galactic/fmi_adapter/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/fmi_adapter" diff --git a/meta-ros2-galactic/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bb b/meta-ros2-galactic/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bb index 3fd02a45721..e8cd953cf17 100644 --- a/meta-ros2-galactic/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmilibrary_vendor-release/archive/release/galactic/fmilibrary_vendor/1.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/fmilibrary_vendor" diff --git a/meta-ros2-galactic/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-3.bb b/meta-ros2-galactic/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-3.bb index 3b0986b8a21..a13de0cb043 100644 --- a/meta-ros2-galactic/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/foonathan_memory_vendor-release/archive/release/galactic/foonathan_memory_vendor/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/foonathan_memory_vendor" diff --git a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-5.bb b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-5.bb index ed5de5d70c5..902e79ff2f8 100644 --- a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-5.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/galactic/gazebo_msgs/3.5.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/gazebo_msgs" diff --git a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-5.bb b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-5.bb index 12e3d78f360..b5db180773b 100644 --- a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-5.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/galactic/gazebo_plugins/3.5.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/gazebo_plugins" diff --git a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-5.bb b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-5.bb index f638f47b3f4..e35555ddd15 100644 --- a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-5.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/galactic/gazebo_ros_pkgs/3.5.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/gazebo_ros_pkgs" diff --git a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-5.bb b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-5.bb index f507930dd46..cb748c239e7 100644 --- a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-5.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/galactic/gazebo_ros/3.5.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/gazebo_ros" diff --git a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-5.bb b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-5.bb index ee3b7747714..916c7f594ef 100644 --- a/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-5.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/galactic/gazebo_dev/3.5.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/gazebo_dev" diff --git a/meta-ros2-galactic/generated-recipes/geographic-info/geodesy_1.0.4-5.bb b/meta-ros2-galactic/generated-recipes/geographic-info/geodesy_1.0.4-5.bb index 0f792c9eccb..38986c00c85 100644 --- a/meta-ros2-galactic/generated-recipes/geographic-info/geodesy_1.0.4-5.bb +++ b/meta-ros2-galactic/generated-recipes/geographic-info/geodesy_1.0.4-5.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/galactic/geodesy/1.0.4-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/geodesy" diff --git a/meta-ros2-galactic/generated-recipes/geographic-info/geographic-info_1.0.4-5.bb b/meta-ros2-galactic/generated-recipes/geographic-info/geographic-info_1.0.4-5.bb index 53f77eb73c3..8969fbc156d 100644 --- a/meta-ros2-galactic/generated-recipes/geographic-info/geographic-info_1.0.4-5.bb +++ b/meta-ros2-galactic/generated-recipes/geographic-info/geographic-info_1.0.4-5.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/galactic/geographic_info/1.0.4-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/geographic_info" diff --git a/meta-ros2-galactic/generated-recipes/geographic-info/geographic-msgs_1.0.4-5.bb b/meta-ros2-galactic/generated-recipes/geographic-info/geographic-msgs_1.0.4-5.bb index d27ed8aad49..2fe7ea761d2 100644 --- a/meta-ros2-galactic/generated-recipes/geographic-info/geographic-msgs_1.0.4-5.bb +++ b/meta-ros2-galactic/generated-recipes/geographic-info/geographic-msgs_1.0.4-5.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/galactic/geographic_msgs/1.0.4-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/geographic_msgs" diff --git a/meta-ros2-galactic/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-2.bb b/meta-ros2-galactic/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-2.bb index 7b0528d48f5..c24abaf585b 100644 --- a/meta-ros2-galactic/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-2.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/geometric_shapes-release/archive/release/galactic/geometric_shapes/2.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/geometric_shapes" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/examples-tf2-py_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/examples-tf2-py_0.17.2-1.bb index eefac4782a2..5ff70e3d952 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/examples-tf2-py_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/examples-tf2-py_0.17.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/examples_tf2_py/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/examples_tf2_py" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/geometry2_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/geometry2_0.17.2-1.bb index fe74ac7ad5c..cf97eb6cfca 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/geometry2_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/geometry2_0.17.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/geometry2/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/geometry2" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-bullet_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-bullet_0.17.2-1.bb index 65a47c5f2a9..ee6203805e2 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-bullet_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-bullet_0.17.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_bullet/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_bullet" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen-kdl_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen-kdl_0.17.2-1.bb index d3708e1de91..97186dfc6a1 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen-kdl_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen-kdl_0.17.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_eigen_kdl/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_eigen_kdl" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen_0.17.2-1.bb index 8b2be7f8e00..a24ee08d204 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-eigen_0.17.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_eigen/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_eigen" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-geometry-msgs_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-geometry-msgs_0.17.2-1.bb index c6f1aba4c28..4950a18f5b9 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-geometry-msgs_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-geometry-msgs_0.17.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_geometry_msgs/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_geometry_msgs" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-kdl_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-kdl_0.17.2-1.bb index ee72e4c3f8b..3551bdb47a9 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-kdl_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-kdl_0.17.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_kdl/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_kdl" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-msgs_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-msgs_0.17.2-1.bb index e9e7de99192..72cfd0602ed 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-msgs_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-msgs_0.17.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_msgs/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_msgs" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-py_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-py_0.17.2-1.bb index 8c07728c3e8..d56097195fb 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-py_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-py_0.17.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_py/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_py" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros-py_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros-py_0.17.2-1.bb index 38072bb3cbf..9e9629e0f36 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros-py_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros-py_0.17.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_ros_py/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_ros_py" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros_0.17.2-1.bb index 0e37c749891..63b78e386a4 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-ros_0.17.2-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_ros/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_ros" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-sensor-msgs_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-sensor-msgs_0.17.2-1.bb index 40f36ffab02..ce264dbaf0b 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-sensor-msgs_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-sensor-msgs_0.17.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_sensor_msgs/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_sensor_msgs" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2-tools_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2-tools_0.17.2-1.bb index 98a671b016c..d6c5c6cafc4 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2-tools_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2-tools_0.17.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2_tools/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2_tools" diff --git a/meta-ros2-galactic/generated-recipes/geometry2/tf2_0.17.2-1.bb b/meta-ros2-galactic/generated-recipes/geometry2/tf2_0.17.2-1.bb index 8adb9562f54..f0a11599ea9 100644 --- a/meta-ros2-galactic/generated-recipes/geometry2/tf2_0.17.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/geometry2/tf2_0.17.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/galactic/tf2/0.17.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf2" diff --git a/meta-ros2-galactic/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bb b/meta-ros2-galactic/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bb index d1e782f4cc3..de14fac8c4d 100644 --- a/meta-ros2-galactic/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/google_benchmark_vendor-release/archive/release/galactic/google_benchmark_vendor/0.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/google_benchmark_vendor" diff --git a/meta-ros2-galactic/generated-recipes/googletest/gmock-vendor_1.10.9003-2.bb b/meta-ros2-galactic/generated-recipes/googletest/gmock-vendor_1.10.9003-2.bb index 0caf9f0af34..e689d006bb0 100644 --- a/meta-ros2-galactic/generated-recipes/googletest/gmock-vendor_1.10.9003-2.bb +++ b/meta-ros2-galactic/generated-recipes/googletest/gmock-vendor_1.10.9003-2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/galactic/gmock_vendor/1.10.9003-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gmock_vendor" diff --git a/meta-ros2-galactic/generated-recipes/googletest/gtest-vendor_1.10.9003-2.bb b/meta-ros2-galactic/generated-recipes/googletest/gtest-vendor_1.10.9003-2.bb index a7104b0c292..3b8ed1b52f2 100644 --- a/meta-ros2-galactic/generated-recipes/googletest/gtest-vendor_1.10.9003-2.bb +++ b/meta-ros2-galactic/generated-recipes/googletest/gtest-vendor_1.10.9003-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/galactic/gtest_vendor/1.10.9003-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gtest_vendor" diff --git a/meta-ros2-galactic/generated-recipes/gps-umd/gps-msgs_1.0.4-2.bb b/meta-ros2-galactic/generated-recipes/gps-umd/gps-msgs_1.0.4-2.bb index 830d0b8e352..046a0f5e1a2 100644 --- a/meta-ros2-galactic/generated-recipes/gps-umd/gps-msgs_1.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/gps-umd/gps-msgs_1.0.4-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/galactic/gps_msgs/1.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gps_msgs" diff --git a/meta-ros2-galactic/generated-recipes/gps-umd/gps-tools_1.0.4-2.bb b/meta-ros2-galactic/generated-recipes/gps-umd/gps-tools_1.0.4-2.bb index 1b1feb54904..93724bfeb7a 100644 --- a/meta-ros2-galactic/generated-recipes/gps-umd/gps-tools_1.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/gps-umd/gps-tools_1.0.4-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/galactic/gps_tools/1.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gps_tools" diff --git a/meta-ros2-galactic/generated-recipes/gps-umd/gps-umd_1.0.4-2.bb b/meta-ros2-galactic/generated-recipes/gps-umd/gps-umd_1.0.4-2.bb index a488da0ce93..e1e13b97092 100644 --- a/meta-ros2-galactic/generated-recipes/gps-umd/gps-umd_1.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/gps-umd/gps-umd_1.0.4-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/galactic/gps_umd/1.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gps_umd" diff --git a/meta-ros2-galactic/generated-recipes/gps-umd/gpsd-client_1.0.4-2.bb b/meta-ros2-galactic/generated-recipes/gps-umd/gpsd-client_1.0.4-2.bb index 66dbb7245d3..652a2c11223 100644 --- a/meta-ros2-galactic/generated-recipes/gps-umd/gpsd-client_1.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/gps-umd/gpsd-client_1.0.4-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/galactic/gpsd_client/1.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/gpsd_client" diff --git a/meta-ros2-galactic/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-5.bb b/meta-ros2-galactic/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-5.bb index cefed88e30e..550d7c87a0f 100644 --- a/meta-ros2-galactic/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-5.bb +++ b/meta-ros2-galactic/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-5.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/grbl_msgs-release/archive/release/galactic/grbl_msgs/0.0.2-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/grbl_msgs" diff --git a/meta-ros2-galactic/generated-recipes/grbl-ros/grbl-ros_0.0.15-2.bb b/meta-ros2-galactic/generated-recipes/grbl-ros/grbl-ros_0.0.15-2.bb index 9cb79c70703..bf1112bb5ea 100644 --- a/meta-ros2-galactic/generated-recipes/grbl-ros/grbl-ros_0.0.15-2.bb +++ b/meta-ros2-galactic/generated-recipes/grbl-ros/grbl-ros_0.0.15-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/grbl_ros-release/archive/release/galactic/grbl_ros/0.0.15-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/grbl_ros" diff --git a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-2.bb index 2061de0b67b..428bc06d57c 100644 --- a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/iceoryx-release/archive/release/galactic/iceoryx_binding_c/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/iceoryx_binding_c" diff --git a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-posh_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-posh_1.0.0-2.bb index f90b6af1133..f5c9122c4f9 100644 --- a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-posh_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-posh_1.0.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/iceoryx-release/archive/release/galactic/iceoryx_posh/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/iceoryx_posh" diff --git a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-utils_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-utils_1.0.0-2.bb index 93912b79ff5..4574a4a7e26 100644 --- a/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-utils_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/iceoryx/iceoryx-utils_1.0.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/iceoryx-release/archive/release/galactic/iceoryx_utils/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/iceoryx_utils" diff --git a/meta-ros2-galactic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-6.bb b/meta-ros2-galactic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-6.bb index bb9b11614d5..19d0223c4d4 100644 --- a/meta-ros2-galactic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-6.bb +++ b/meta-ros2-galactic/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-6.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ifm3d-release/archive/release/galactic/ifm3d_core/0.18.0-6.tar.gz ROS_BRANCH ?= "branch=release/galactic/ifm3d_core" diff --git a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-5.bb b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-5.bb index ccb9dfebd06..34efa2076d8 100644 --- a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-5.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/galactic/ign_rviz_common/0.0.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ign_rviz_common" diff --git a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-5.bb b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-5.bb index 27fd57b6aba..091f2ad5a84 100644 --- a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-5.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/galactic/ign_rviz_plugins/0.0.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ign_rviz_plugins" diff --git a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz_0.0.1-5.bb b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz_0.0.1-5.bb index d8733111d3d..d296347d6a2 100644 --- a/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz_0.0.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ign-rviz/ign-rviz_0.0.1-5.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/galactic/ign_rviz/0.0.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ign_rviz" diff --git a/meta-ros2-galactic/generated-recipes/image-common/camera-calibration-parsers_2.3.0-3.bb b/meta-ros2-galactic/generated-recipes/image-common/camera-calibration-parsers_2.3.0-3.bb index 11c3f71dd78..7150105e576 100644 --- a/meta-ros2-galactic/generated-recipes/image-common/camera-calibration-parsers_2.3.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-common/camera-calibration-parsers_2.3.0-3.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/galactic/camera_calibration_parsers/2.3.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/camera_calibration_parsers" diff --git a/meta-ros2-galactic/generated-recipes/image-common/camera-info-manager_2.3.0-3.bb b/meta-ros2-galactic/generated-recipes/image-common/camera-info-manager_2.3.0-3.bb index e365d1c635c..4df946c33c4 100644 --- a/meta-ros2-galactic/generated-recipes/image-common/camera-info-manager_2.3.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-common/camera-info-manager_2.3.0-3.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/galactic/camera_info_manager/2.3.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/camera_info_manager" diff --git a/meta-ros2-galactic/generated-recipes/image-common/image-common_2.3.0-3.bb b/meta-ros2-galactic/generated-recipes/image-common/image-common_2.3.0-3.bb index da395e99c9b..ab25f1652c3 100644 --- a/meta-ros2-galactic/generated-recipes/image-common/image-common_2.3.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-common/image-common_2.3.0-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/galactic/image_common/2.3.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_common" diff --git a/meta-ros2-galactic/generated-recipes/image-common/image-transport_2.3.0-3.bb b/meta-ros2-galactic/generated-recipes/image-common/image-transport_2.3.0-3.bb index c3a19e49501..22b8b6d9fa5 100644 --- a/meta-ros2-galactic/generated-recipes/image-common/image-transport_2.3.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-common/image-transport_2.3.0-3.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/galactic/image_transport/2.3.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_transport" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/camera-calibration_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/camera-calibration_2.2.1-3.bb index a08854b4c40..783447070f8 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/camera-calibration_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/camera-calibration_2.2.1-3.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/camera_calibration/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/camera_calibration" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/depth-image-proc_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/depth-image-proc_2.2.1-3.bb index c7ecc6d0f5d..bddc195fae3 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/depth-image-proc_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/depth-image-proc_2.2.1-3.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/depth_image_proc/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/depth_image_proc" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/image-pipeline_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/image-pipeline_2.2.1-3.bb index fda35945367..7fba7ada7b7 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/image-pipeline_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/image-pipeline_2.2.1-3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/image_pipeline/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_pipeline" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/image-proc_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/image-proc_2.2.1-3.bb index 56aafd5a4c1..278bfdd1d11 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/image-proc_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/image-proc_2.2.1-3.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/image_proc/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_proc" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/image-publisher_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/image-publisher_2.2.1-3.bb index ce6866785f1..b292c80bbc7 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/image-publisher_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/image-publisher_2.2.1-3.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/image_publisher/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_publisher" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/image-rotate_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/image-rotate_2.2.1-3.bb index db501bc1881..83d2f90d40f 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/image-rotate_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/image-rotate_2.2.1-3.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/image_rotate/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_rotate" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/image-view_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/image-view_2.2.1-3.bb index 1b40b4e4f8f..03b6241f7dd 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/image-view_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/image-view_2.2.1-3.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/image_view/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_view" diff --git a/meta-ros2-galactic/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-3.bb b/meta-ros2-galactic/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-3.bb index e5c80fab34d..77ad5431718 100644 --- a/meta-ros2-galactic/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-3.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/stereo_image_proc/2.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/stereo_image_proc" diff --git a/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-5.bb b/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-5.bb index a8f3a93764f..c253d8a7a21 100644 --- a/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.0-5.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/galactic/compressed_depth_image_transport/2.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/compressed_depth_image_transport" diff --git a/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-5.bb b/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-5.bb index 34dcb656672..dd3ea591989 100644 --- a/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.0-5.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/galactic/compressed_image_transport/2.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/compressed_image_transport" diff --git a/meta-ros2-galactic/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-5.bb b/meta-ros2-galactic/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-5.bb index 81d67168480..3f6af546e40 100644 --- a/meta-ros2-galactic/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.0-5.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/galactic/image_transport_plugins/2.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_transport_plugins" diff --git a/meta-ros2-galactic/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-5.bb b/meta-ros2-galactic/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-5.bb index 8352eee3390..a3c50fbd0ea 100644 --- a/meta-ros2-galactic/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/image-transport-plugins/theora-image-transport_2.3.0-5.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/galactic/theora_image_transport/2.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/theora_image_transport" diff --git a/meta-ros2-galactic/generated-recipes/interactive-markers/interactive-markers_2.2.0-2.bb b/meta-ros2-galactic/generated-recipes/interactive-markers/interactive-markers_2.2.0-2.bb index 27dbff9a463..0a2c8a6f69d 100644 --- a/meta-ros2-galactic/generated-recipes/interactive-markers/interactive-markers_2.2.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/interactive-markers/interactive-markers_2.2.0-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/interactive_markers-release/archive/release/galactic/interactive_markers/2.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/interactive_markers" diff --git a/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-3.bb b/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-3.bb index b620b667b2d..2d59d3c02ce 100644 --- a/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-3.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/galactic/joint_state_publisher_gui/2.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/joint_state_publisher_gui" diff --git a/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-3.bb b/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-3.bb index 5b6f00b8575..85674c6ca82 100644 --- a/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-3.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/galactic/joint_state_publisher/2.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/joint_state_publisher" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/joy-linux_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/joy-linux_3.0.0-5.bb index a0dcf4ca64e..ac24ada32a3 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/joy-linux_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/joy-linux_3.0.0-5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/joy_linux/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/joy_linux" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/joy_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/joy_3.0.0-5.bb index f850c279579..8f8ceae5407 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/joy_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/joy_3.0.0-5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/joy/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/joy" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-5.bb index 134535a9679..84b78b022fb 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-5.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/sdl2_vendor/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/sdl2_vendor" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/spacenav_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/spacenav_3.0.0-5.bb index eb86290b00e..a77a498be93 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/spacenav_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/spacenav_3.0.0-5.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/spacenav/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/spacenav" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-5.bb index 678fead07e7..0780328c748 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/wiimote_msgs/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/wiimote_msgs" diff --git a/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote_3.0.0-5.bb b/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote_3.0.0-5.bb index 574814b04d8..ad7bda4f9fd 100644 --- a/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote_3.0.0-5.bb +++ b/meta-ros2-galactic/generated-recipes/joystick-drivers/wiimote_3.0.0-5.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/galactic/wiimote/3.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/wiimote" diff --git a/meta-ros2-galactic/generated-recipes/kdl-parser/kdl-parser_2.5.0-2.bb b/meta-ros2-galactic/generated-recipes/kdl-parser/kdl-parser_2.5.0-2.bb index 9e599e63ff9..b9c8357e921 100644 --- a/meta-ros2-galactic/generated-recipes/kdl-parser/kdl-parser_2.5.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/kdl-parser/kdl-parser_2.5.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/kdl_parser-release/archive/release/galactic/kdl_parser/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/kdl_parser" diff --git a/meta-ros2-galactic/generated-recipes/laser-geometry/laser-geometry_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/laser-geometry/laser-geometry_2.2.1-2.bb index 5ca3a0facea..c847a6e49a8 100644 --- a/meta-ros2-galactic/generated-recipes/laser-geometry/laser-geometry_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/laser-geometry/laser-geometry_2.2.1-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_geometry-release/archive/release/galactic/laser_geometry/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/laser_geometry" diff --git a/meta-ros2-galactic/generated-recipes/laser-proc/laser-proc_1.0.2-4.bb b/meta-ros2-galactic/generated-recipes/laser-proc/laser-proc_1.0.2-4.bb index 5cee4043af3..2875430098a 100644 --- a/meta-ros2-galactic/generated-recipes/laser-proc/laser-proc_1.0.2-4.bb +++ b/meta-ros2-galactic/generated-recipes/laser-proc/laser-proc_1.0.2-4.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_proc-release/archive/release/galactic/laser_proc/1.0.2-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/laser_proc" diff --git a/meta-ros2-galactic/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb b/meta-ros2-galactic/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb index d4b7b22906a..5477a293b58 100644 --- a/meta-ros2-galactic/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/galactic/launch_ros/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_ros" diff --git a/meta-ros2-galactic/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb b/meta-ros2-galactic/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb index 2b0df4df73b..74d19083fbe 100644 --- a/meta-ros2-galactic/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/galactic/launch_testing_ros/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_testing_ros" diff --git a/meta-ros2-galactic/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb b/meta-ros2-galactic/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb index 7758b463220..e36e2e444b8 100644 --- a/meta-ros2-galactic/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/galactic/ros2launch/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2launch" diff --git a/meta-ros2-galactic/generated-recipes/launch/launch-testing-ament-cmake_0.17.0-2.bb b/meta-ros2-galactic/generated-recipes/launch/launch-testing-ament-cmake_0.17.0-2.bb index 075a68d4c4c..147ede1cd2d 100644 --- a/meta-ros2-galactic/generated-recipes/launch/launch-testing-ament-cmake_0.17.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/launch/launch-testing-ament-cmake_0.17.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/galactic/launch_testing_ament_cmake/0.17.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_testing_ament_cmake" diff --git a/meta-ros2-galactic/generated-recipes/launch/launch-testing_0.17.0-2.bb b/meta-ros2-galactic/generated-recipes/launch/launch-testing_0.17.0-2.bb index 27bac3abf6d..cf163f1a417 100644 --- a/meta-ros2-galactic/generated-recipes/launch/launch-testing_0.17.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/launch/launch-testing_0.17.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/galactic/launch_testing/0.17.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_testing" diff --git a/meta-ros2-galactic/generated-recipes/launch/launch-xml_0.17.0-2.bb b/meta-ros2-galactic/generated-recipes/launch/launch-xml_0.17.0-2.bb index d97a1792bf5..99df1654477 100644 --- a/meta-ros2-galactic/generated-recipes/launch/launch-xml_0.17.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/launch/launch-xml_0.17.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/galactic/launch_xml/0.17.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_xml" diff --git a/meta-ros2-galactic/generated-recipes/launch/launch-yaml_0.17.0-2.bb b/meta-ros2-galactic/generated-recipes/launch/launch-yaml_0.17.0-2.bb index cd09f1040a2..9093c2f18dc 100644 --- a/meta-ros2-galactic/generated-recipes/launch/launch-yaml_0.17.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/launch/launch-yaml_0.17.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/galactic/launch_yaml/0.17.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_yaml" diff --git a/meta-ros2-galactic/generated-recipes/launch/launch_0.17.0-2.bb b/meta-ros2-galactic/generated-recipes/launch/launch_0.17.0-2.bb index cd8d31c35e0..d01861a7947 100644 --- a/meta-ros2-galactic/generated-recipes/launch/launch_0.17.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/launch/launch_0.17.0-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/galactic/launch/0.17.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch" diff --git a/meta-ros2-galactic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-2.bb b/meta-ros2-galactic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-2.bb index 7378901c747..ad37f1f4fc2 100644 --- a/meta-ros2-galactic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/lgsvl_msgs-release/archive/release/galactic/lgsvl_msgs/0.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/lgsvl_msgs" diff --git a/meta-ros2-galactic/generated-recipes/libg2o/libg2o_2020.5.29-3.bb b/meta-ros2-galactic/generated-recipes/libg2o/libg2o_2020.5.29-3.bb index 51d7871ea2c..46abd316db4 100644 --- a/meta-ros2-galactic/generated-recipes/libg2o/libg2o_2020.5.29-3.bb +++ b/meta-ros2-galactic/generated-recipes/libg2o/libg2o_2020.5.29-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libg2o-release/archive/release/galactic/libg2o/2020.5.29-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/libg2o" diff --git a/meta-ros2-galactic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb b/meta-ros2-galactic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb index c0548ccb634..90a25d8b2f0 100644 --- a/meta-ros2-galactic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/librealsense2/librealsense2_2.48.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/librealsense2-release/archive/release/galactic/librealsense2/2.48.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/librealsense2" diff --git a/meta-ros2-galactic/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-3.bb index 921c520fc3a..c14fd25cc95 100644 --- a/meta-ros2-galactic/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libstatistics_collector-release/archive/release/galactic/libstatistics_collector/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/libstatistics_collector" diff --git a/meta-ros2-galactic/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-2.bb b/meta-ros2-galactic/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-2.bb index 62ffbd9a38f..f570b6fe918 100644 --- a/meta-ros2-galactic/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libyaml_vendor-release/archive/release/galactic/libyaml_vendor/1.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/libyaml_vendor" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-can-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-can-msgs_1.1.0-3.bb index 575b63ddd0e..196c9e66dc2 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-can-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-can-msgs_1.1.0-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_can_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_can_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-common-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-common-msgs_1.1.0-3.bb index db2b2514f96..844bbed8e19 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-common-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-common-msgs_1.1.0-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_common_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_common_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-3.bb index c1e78278b17..42dac8b1a1f 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_dbw_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_dbw_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-3.bb index 81d51ed7ebc..ea1bd6df505 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-3.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_nav_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_nav_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-3.bb index 19dbd0d10a1..8d54b39ef6e 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_perception_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_perception_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-3.bb index e0cb09b4f83..202b660b3b6 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_sensor_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_sensor_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-status-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-status-msgs_1.1.0-3.bb index f2ae5e80ada..d9f85a5e58e 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-status-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-status-msgs_1.1.0-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_status_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_status_msgs" diff --git a/meta-ros2-galactic/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-3.bb b/meta-ros2-galactic/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-3.bb index 2f4a7b1bc43..d3c04ffc9a2 100644 --- a/meta-ros2-galactic/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/galactic/marti_visualization_msgs/1.1.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/marti_visualization_msgs" diff --git a/meta-ros2-galactic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb b/meta-ros2-galactic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb index c889f71e6bf..fa497184a77 100644 --- a/meta-ros2-galactic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/mavlink/mavlink_2021.7.7-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/galactic/mavlink/2021.7.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/mavlink" diff --git a/meta-ros2-galactic/generated-recipes/mavros/libmavconn_2.0.3-1.bb b/meta-ros2-galactic/generated-recipes/mavros/libmavconn_2.0.3-1.bb index d91ac655e4a..7817c579665 100644 --- a/meta-ros2-galactic/generated-recipes/mavros/libmavconn_2.0.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/mavros/libmavconn_2.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/galactic/libmavconn/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/libmavconn" diff --git a/meta-ros2-galactic/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb b/meta-ros2-galactic/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb index caa8c5661da..809ca919c9e 100644 --- a/meta-ros2-galactic/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/galactic/mavros_msgs/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/mavros_msgs" diff --git a/meta-ros2-galactic/generated-recipes/mavros/mavros_2.0.3-1.bb b/meta-ros2-galactic/generated-recipes/mavros/mavros_2.0.3-1.bb index d1a776297d8..93f0f8353bc 100644 --- a/meta-ros2-galactic/generated-recipes/mavros/mavros_2.0.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/mavros/mavros_2.0.3-1.bb @@ -122,7 +122,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/galactic/mavros/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/mavros" diff --git a/meta-ros2-galactic/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb b/meta-ros2-galactic/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb index 9035926d49f..70d00ea4e43 100644 --- a/meta-ros2-galactic/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/menge_vendor-release/archive/release/galactic/menge_vendor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/menge_vendor" diff --git a/meta-ros2-galactic/generated-recipes/message-filters/message-filters_3.2.6-1.bb b/meta-ros2-galactic/generated-recipes/message-filters/message-filters_3.2.6-1.bb index c7e8f9abea8..14ae0ab5cee 100644 --- a/meta-ros2-galactic/generated-recipes/message-filters/message-filters_3.2.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/message-filters/message-filters_3.2.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/galactic/message_filters/3.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/message_filters" diff --git a/meta-ros2-galactic/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-2.bb b/meta-ros2-galactic/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-2.bb index ae56e4e3ea5..2c90bd84946 100644 --- a/meta-ros2-galactic/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/mimick_vendor-release/archive/release/galactic/mimick_vendor/0.2.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/mimick_vendor" diff --git a/meta-ros2-galactic/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb index 657d37e55d0..3edae5358ec 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_msgs-release/archive/release/galactic/moveit_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_msgs" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb index fdd638af0e0..ed87eacfb55 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources_fanuc_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources_fanuc_description" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb index 759fb9c0a40..70f2858d3c1 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources_fanuc_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources_fanuc_moveit_config" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb index 59ab8b5a8b4..692ad48d25c 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources_panda_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources_panda_description" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb index b9ad74f75f1..5f1df84a7ea 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources_panda_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources_panda_moveit_config" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb index 9c78a251d4e..302ad6b30e0 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources_pr2_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources_pr2_description" diff --git a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb index da850c08767..4c0364b565b 100644 --- a/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/galactic/moveit_resources/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_resources" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-common_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-common_2.2.0-1.bb index 77adcdbd986..1c91f51bf40 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-common_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-common_2.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_common/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_common" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-core_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-core_2.2.0-1.bb index ffa9d6701a9..4a232e62c36 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-core_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-core_2.2.0-1.bb @@ -144,7 +144,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_core/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_core" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-kinematics_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-kinematics_2.2.0-1.bb index d2be4a83361..11bef840bdd 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-kinematics_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-kinematics_2.2.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_kinematics/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_kinematics" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-planners-ompl_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-planners-ompl_2.2.0-1.bb index 88ffc835aa9..98252786849 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-planners-ompl_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-planners-ompl_2.2.0-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_planners_ompl/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_planners_ompl" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-planners_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-planners_2.2.0-1.bb index 9e26761dd11..ef02912b910 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-planners_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-planners_2.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_planners/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_planners" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-plugins_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-plugins_2.2.0-1.bb index 68cee0707e1..3420251fff4 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-plugins_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-plugins_2.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_plugins/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_plugins" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-benchmarks_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-benchmarks_2.2.0-1.bb index 714ab45f137..4556e9c1105 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-benchmarks_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-benchmarks_2.2.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_benchmarks/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_benchmarks" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-move-group_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-move-group_2.2.0-1.bb index 9af5e09f542..11a0c843fd6 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-move-group_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-move-group_2.2.0-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_move_group/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_move_group" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.0-1.bb index 5819449233d..83a7aa7c51f 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_occupancy_map_monitor/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_occupancy_map_monitor" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-perception_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-perception_2.2.0-1.bb index 6b70873340c..53e76ec13be 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-perception_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-perception_2.2.0-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_perception/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_perception" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning-interface_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning-interface_2.2.0-1.bb index fec1c7af591..9440f307e94 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning-interface_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning-interface_2.2.0-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_planning_interface/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_planning_interface" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning_2.2.0-1.bb index 4f51f3a3e70..9a034417399 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-planning_2.2.0-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_planning/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_planning" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.0-1.bb index b092df498cf..42f2d048446 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.0-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_robot_interaction/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_robot_interaction" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-visualization_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-visualization_2.2.0-1.bb index 131c8590abc..544e7c4028f 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-visualization_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-visualization_2.2.0-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_visualization/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_visualization" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-warehouse_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-warehouse_2.2.0-1.bb index 60e384ab2aa..99e446e38ba 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-warehouse_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros-warehouse_2.2.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros_warehouse/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros_warehouse" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros_2.2.0-1.bb index 40644c31fb2..99d93a5f50e 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-ros_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-ros_2.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_ros/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_ros" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-runtime_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-runtime_2.2.0-1.bb index 889e8daf4d8..9533ef6b282 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-runtime_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-runtime_2.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_runtime/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_runtime" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-servo_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-servo_2.2.0-1.bb index 2803bc92d18..6599512d87b 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-servo_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-servo_2.2.0-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_servo/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_servo" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit-simple-controller-manager_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit-simple-controller-manager_2.2.0-1.bb index edb238b7644..93fbd3f3c5d 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit-simple-controller-manager_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit-simple-controller-manager_2.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit_simple_controller_manager/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit_simple_controller_manager" diff --git a/meta-ros2-galactic/generated-recipes/moveit/moveit_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/moveit_2.2.0-1.bb index c55bd846697..3dae8841a1b 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/moveit_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/moveit_2.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/moveit/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/moveit" diff --git a/meta-ros2-galactic/generated-recipes/moveit/run-move-group_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/run-move-group_2.2.0-1.bb index 0e26545a769..3731484d6e3 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/run-move-group_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/run-move-group_2.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/run_move_group/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/run_move_group" diff --git a/meta-ros2-galactic/generated-recipes/moveit/run-moveit-cpp_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/run-moveit-cpp_2.2.0-1.bb index ad6c177974c..201e0496fe7 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/run-moveit-cpp_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/run-moveit-cpp_2.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/run_moveit_cpp/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/run_moveit_cpp" diff --git a/meta-ros2-galactic/generated-recipes/moveit/run-ompl-constrained-planning_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/moveit/run-ompl-constrained-planning_2.2.0-1.bb index ad43a9b0857..8a672dd22f6 100644 --- a/meta-ros2-galactic/generated-recipes/moveit/run-ompl-constrained-planning_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/moveit/run-ompl-constrained-planning_2.2.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/galactic/run_ompl_constrained_planning/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/run_ompl_constrained_planning" diff --git a/meta-ros2-galactic/generated-recipes/mrpt2/mrpt2_2.1.3-3.bb b/meta-ros2-galactic/generated-recipes/mrpt2/mrpt2_2.1.3-3.bb index 885fa53d5f2..822fbd89bcc 100644 --- a/meta-ros2-galactic/generated-recipes/mrpt2/mrpt2_2.1.3-3.bb +++ b/meta-ros2-galactic/generated-recipes/mrpt2/mrpt2_2.1.3-3.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/mrpt2-release/archive/release/galactic/mrpt2/2.1.3-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/mrpt2" diff --git a/meta-ros2-galactic/generated-recipes/nao-interfaces/nao-interfaces_0.0.2-1.bb b/meta-ros2-galactic/generated-recipes/nao-interfaces/nao-interfaces_0.0.2-1.bb index d4b67157ca2..d8529b0161f 100644 --- a/meta-ros2-galactic/generated-recipes/nao-interfaces/nao-interfaces_0.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/nao-interfaces/nao-interfaces_0.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ijnek/nao_interfaces-release/archive/release/galactic/nao_interfaces/0.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nao_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/navigation-msgs/map-msgs_2.1.0-2.bb b/meta-ros2-galactic/generated-recipes/navigation-msgs/map-msgs_2.1.0-2.bb index a1a3b42eb5d..1fb62188abf 100644 --- a/meta-ros2-galactic/generated-recipes/navigation-msgs/map-msgs_2.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/navigation-msgs/map-msgs_2.1.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/galactic/map_msgs/2.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/map_msgs" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/costmap-queue_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/costmap-queue_1.0.6-1.bb index 1d7eb31480b..6ad2b053a45 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/costmap-queue_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/costmap-queue_1.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/costmap_queue/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/costmap_queue" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/dwb-core_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/dwb-core_1.0.6-1.bb index d7f9ab92d81..a630d73e22f 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/dwb-core_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/dwb-core_1.0.6-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/dwb_core/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dwb_core" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/dwb-critics_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/dwb-critics_1.0.6-1.bb index 1ff361e15da..893df308300 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/dwb-critics_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/dwb-critics_1.0.6-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/dwb_critics/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dwb_critics" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/dwb-msgs_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/dwb-msgs_1.0.6-1.bb index a4ebd419817..b4c86e6f5b4 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/dwb-msgs_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/dwb-msgs_1.0.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/dwb_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dwb_msgs" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/dwb-plugins_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/dwb-plugins_1.0.6-1.bb index e6823d360b0..da7a062f649 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/dwb-plugins_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/dwb-plugins_1.0.6-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/dwb_plugins/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dwb_plugins" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-msgs_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-msgs_1.0.6-1.bb index 4a6dc691fa0..6ec06a1d505 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-msgs_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-msgs_1.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav_2d_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav_2d_msgs" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-utils_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-utils_1.0.6-1.bb index 0544d4b6c55..65116a4fe6b 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-utils_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav-2d-utils_1.0.6-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav_2d_utils/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav_2d_utils" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-amcl_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-amcl_1.0.6-1.bb index 84853ca50d1..974f4c87a30 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-amcl_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-amcl_1.0.6-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_amcl/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_amcl" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-behavior-tree_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-behavior-tree_1.0.6-1.bb index df819e70153..1b2708863ca 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-behavior-tree_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-behavior-tree_1.0.6-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_behavior_tree/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_behavior_tree" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-bringup_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-bringup_1.0.6-1.bb index 0353c4f215d..078056a3e27 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-bringup_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-bringup_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_bringup/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_bringup" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-bt-navigator_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-bt-navigator_1.0.6-1.bb index 6a3e93a5a95..51f0109c78e 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-bt-navigator_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-bt-navigator_1.0.6-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_bt_navigator/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_bt_navigator" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-common_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-common_1.0.6-1.bb index 9ad9d25215b..a295a3eb246 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-common_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-common_1.0.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_common/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_common" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-controller_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-controller_1.0.6-1.bb index 04ce8a1ea21..3260d66462e 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-controller_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-controller_1.0.6-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_controller/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_controller" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-core_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-core_1.0.6-1.bb index d47ddc20cbd..3460751e245 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-core_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-core_1.0.6-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_core/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_core" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-costmap-2d_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-costmap-2d_1.0.6-1.bb index 6f438ab20eb..8cb6e5650c5 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-costmap-2d_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-costmap-2d_1.0.6-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_costmap_2d/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_costmap_2d" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-dwb-controller_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-dwb-controller_1.0.6-1.bb index f9f19a5c966..30db2879b54 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-dwb-controller_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-dwb-controller_1.0.6-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_dwb_controller/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_dwb_controller" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-gazebo-spawner_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-gazebo-spawner_1.0.6-1.bb index 48c8cd64316..3fb6c3661ed 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-gazebo-spawner_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-gazebo-spawner_1.0.6-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_gazebo_spawner/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_gazebo_spawner" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-lifecycle-manager_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-lifecycle-manager_1.0.6-1.bb index cfd8f235237..e09c2ae2b38 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-lifecycle-manager_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-lifecycle-manager_1.0.6-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_lifecycle_manager/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_lifecycle_manager" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-map-server_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-map-server_1.0.6-1.bb index 590f86c444c..74f0531ba8e 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-map-server_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-map-server_1.0.6-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_map_server/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_map_server" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-msgs_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-msgs_1.0.6-1.bb index e842f68a88d..4d3b4f63b47 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-msgs_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-msgs_1.0.6-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_msgs" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-navfn-planner_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-navfn-planner_1.0.6-1.bb index ceac42899da..43fa3e4613c 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-navfn-planner_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-navfn-planner_1.0.6-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_navfn_planner/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_navfn_planner" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-planner_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-planner_1.0.6-1.bb index f33a807fadf..375f910d4a0 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-planner_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-planner_1.0.6-1.bb @@ -83,7 +83,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_planner/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_planner" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-recoveries_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-recoveries_1.0.6-1.bb index 0fa7e998516..719020e4566 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-recoveries_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-recoveries_1.0.6-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_recoveries/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_recoveries" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_1.0.6-1.bb index e4675067cb4..c247774512c 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-regulated-pure-pursuit-controller_1.0.6-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_regulated_pure_pursuit_controller/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_regulated_pure_pursuit_controller" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-rviz-plugins_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-rviz-plugins_1.0.6-1.bb index 4e80f426f10..e675d7fcfc8 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-rviz-plugins_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-rviz-plugins_1.0.6-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_rviz_plugins/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_rviz_plugins" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-smac-planner_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-smac-planner_1.0.6-1.bb index a0aed60d567..f461ef38b09 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-smac-planner_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-smac-planner_1.0.6-1.bb @@ -97,7 +97,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_smac_planner/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_smac_planner" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-system-tests_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-system-tests_1.0.6-1.bb index e96358818cd..9084af3306a 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-system-tests_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-system-tests_1.0.6-1.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_system_tests/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_system_tests" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-util_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-util_1.0.6-1.bb index 53986daafc5..2a8e4913a5e 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-util_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-util_1.0.6-1.bb @@ -100,7 +100,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_util/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_util" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-voxel-grid_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-voxel-grid_1.0.6-1.bb index bf834cb713b..f6c10623056 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-voxel-grid_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-voxel-grid_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_voxel_grid/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_voxel_grid" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/nav2-waypoint-follower_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/nav2-waypoint-follower_1.0.6-1.bb index cdcf149ec0c..050438c2357 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/nav2-waypoint-follower_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/nav2-waypoint-follower_1.0.6-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_waypoint_follower/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/nav2_waypoint_follower" diff --git a/meta-ros2-galactic/generated-recipes/navigation2/navigation2_1.0.6-1.bb b/meta-ros2-galactic/generated-recipes/navigation2/navigation2_1.0.6-1.bb index e944b333795..0721149b6a0 100644 --- a/meta-ros2-galactic/generated-recipes/navigation2/navigation2_1.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/navigation2/navigation2_1.0.6-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/navigation2/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/navigation2" diff --git a/meta-ros2-galactic/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-3.bb index a59037c9192..7bf7846e7e9 100644 --- a/meta-ros2-galactic/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nmea_msgs-release/archive/release/galactic/nmea_msgs/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/nmea_msgs" diff --git a/meta-ros2-galactic/generated-recipes/nodl/nodl-python_0.3.1-2.bb b/meta-ros2-galactic/generated-recipes/nodl/nodl-python_0.3.1-2.bb index f7525b8148b..a67e68ce558 100644 --- a/meta-ros2-galactic/generated-recipes/nodl/nodl-python_0.3.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/nodl/nodl-python_0.3.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/galactic/nodl_python/0.3.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/nodl_python" diff --git a/meta-ros2-galactic/generated-recipes/nodl/ros2nodl_0.3.1-2.bb b/meta-ros2-galactic/generated-recipes/nodl/ros2nodl_0.3.1-2.bb index 97c2a395e12..d55280e5ae2 100644 --- a/meta-ros2-galactic/generated-recipes/nodl/ros2nodl_0.3.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/nodl/ros2nodl_0.3.1-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/galactic/ros2nodl/0.3.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2nodl" diff --git a/meta-ros2-galactic/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb b/meta-ros2-galactic/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb index 2787acaaca5..65216a51ad6 100644 --- a/meta-ros2-galactic/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/galactic/ntpd_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ntpd_driver" diff --git a/meta-ros2-galactic/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb b/meta-ros2-galactic/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb index fd64f884b20..b33d3ed0d13 100644 --- a/meta-ros2-galactic/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/object_recognition_msgs-release/archive/release/galactic/object_recognition_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/object_recognition_msgs" diff --git a/meta-ros2-galactic/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-2.bb index 3003f485303..fbf222a6a9a 100644 --- a/meta-ros2-galactic/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/octomap_msgs-release/archive/release/galactic/octomap_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/octomap_msgs" diff --git a/meta-ros2-galactic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb b/meta-ros2-galactic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb index fda6fbf17cf..3724aa80046 100644 --- a/meta-ros2-galactic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/galactic/dynamic_edt_3d/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/dynamic_edt_3d" diff --git a/meta-ros2-galactic/generated-recipes/octomap/octomap_1.9.7-1.bb b/meta-ros2-galactic/generated-recipes/octomap/octomap_1.9.7-1.bb index 15b351cea85..84a84b9e230 100644 --- a/meta-ros2-galactic/generated-recipes/octomap/octomap_1.9.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/octomap/octomap_1.9.7-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/galactic/octomap/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/octomap" diff --git a/meta-ros2-galactic/generated-recipes/octomap/octovis_1.9.7-1.bb b/meta-ros2-galactic/generated-recipes/octomap/octovis_1.9.7-1.bb index 42b4239f6ca..35036ed0068 100644 --- a/meta-ros2-galactic/generated-recipes/octomap/octovis_1.9.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/octomap/octovis_1.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/galactic/octovis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/octovis" diff --git a/meta-ros2-galactic/generated-recipes/ompl/ompl_1.5.2-1.bb b/meta-ros2-galactic/generated-recipes/ompl/ompl_1.5.2-1.bb index 17abcbc53d7..603fc6ab14d 100644 --- a/meta-ros2-galactic/generated-recipes/ompl/ompl_1.5.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ompl/ompl_1.5.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/galactic/ompl/1.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ompl" diff --git a/meta-ros2-galactic/generated-recipes/openvslam/openvslam_0.2.3-3.bb b/meta-ros2-galactic/generated-recipes/openvslam/openvslam_0.2.3-3.bb index f4ddd7cc8aa..ef65051ccac 100644 --- a/meta-ros2-galactic/generated-recipes/openvslam/openvslam_0.2.3-3.bb +++ b/meta-ros2-galactic/generated-recipes/openvslam/openvslam_0.2.3-3.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/OpenVSLAM-Community/openvslam-release/archive/release/galactic/openvslam/0.2.3-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/openvslam" diff --git a/meta-ros2-galactic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-2.bb b/meta-ros2-galactic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-2.bb index a687a026b3d..f7bc236c209 100644 --- a/meta-ros2-galactic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release/archive/release/galactic/orocos_kdl/3.3.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/orocos_kdl" diff --git a/meta-ros2-galactic/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb b/meta-ros2-galactic/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb index 7d537b80fc0..1ee50225c86 100644 --- a/meta-ros2-galactic/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tier4/osqp_vendor-release/archive/release/galactic/osqp_vendor/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/osqp_vendor" diff --git a/meta-ros2-galactic/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-2.bb b/meta-ros2-galactic/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-2.bb index 3aa137c68d0..b93df7e5f0a 100644 --- a/meta-ros2-galactic/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_pycommon-release/archive/release/galactic/osrf_pycommon/0.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/osrf_pycommon" diff --git a/meta-ros2-galactic/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-2.bb b/meta-ros2-galactic/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-2.bb index 653262984a9..a2a18027c90 100644 --- a/meta-ros2-galactic/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/galactic/osrf_testing_tools_cpp/1.4.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/osrf_testing_tools_cpp" diff --git a/meta-ros2-galactic/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-6.bb b/meta-ros2-galactic/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-6.bb index ea6a3271fbe..d8e970f84b8 100644 --- a/meta-ros2-galactic/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-6.bb +++ b/meta-ros2-galactic/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-6.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pcl_msgs-release/archive/release/galactic/pcl_msgs/1.0.0-6.tar.gz ROS_BRANCH ?= "branch=release/galactic/pcl_msgs" diff --git a/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb b/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb index 71a0270ac3c..63b3923e8ba 100644 --- a/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/galactic/pcl_conversions/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/pcl_conversions" diff --git a/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb b/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb index 1a32615b48b..4a85e409567 100644 --- a/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/galactic/pcl_ros/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/pcl_ros" diff --git a/meta-ros2-galactic/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb b/meta-ros2-galactic/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb index 8c1e9912e02..e960517719a 100644 --- a/meta-ros2-galactic/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/galactic/perception_pcl/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/perception_pcl" diff --git a/meta-ros2-galactic/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-2.bb b/meta-ros2-galactic/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-2.bb index 2981bdbe40e..507966d90d1 100644 --- a/meta-ros2-galactic/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-2.bb +++ b/meta-ros2-galactic/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/performance_test_fixture-release/archive/release/galactic/performance_test_fixture/0.0.7-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/performance_test_fixture" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/libphidget22_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/libphidget22_2.2.0-1.bb index febc3ae7c1f..37bb43fd586 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/libphidget22_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/libphidget22_2.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/libphidget22/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/libphidget22" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.2.0-1.bb index c195576b3b3..11b31e201dd 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_accelerometer/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_accelerometer" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.2.0-1.bb index be8c07ffce8..d19f6f89a1c 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_analog_inputs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_analog_inputs" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-api_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-api_2.2.0-1.bb index 33601229ab5..3312e16d8d4 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-api_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-api_2.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_api/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_api" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.2.0-1.bb index 71810332ee0..000d736a31b 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_digital_inputs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_digital_inputs" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.2.0-1.bb index b640d000df8..e7c091dbbe1 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_digital_outputs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_digital_outputs" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-drivers_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-drivers_2.2.0-1.bb index a1045fb6653..64d56d8aba1 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-drivers_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-drivers_2.2.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_drivers/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_drivers" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.2.0-1.bb index e206cd97ae4..3c2787dd964 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_gyroscope/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_gyroscope" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.2.0-1.bb index 2a2dec01de3..9a3a05bf8d3 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_high_speed_encoder/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_high_speed_encoder" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-ik_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-ik_2.2.0-1.bb index c51351d99eb..965dd9e8dc1 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-ik_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-ik_2.2.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_ik/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_ik" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.2.0-1.bb index be33a6596af..87ed73f32fa 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_magnetometer/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_magnetometer" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-motors_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-motors_2.2.0-1.bb index d489cdd0f6d..126b680a9f2 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-motors_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-motors_2.2.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_motors/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_motors" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-msgs_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-msgs_2.2.0-1.bb index 8366e71f83c..95324f4af8e 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-msgs_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-msgs_2.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_msgs/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_msgs" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-spatial_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-spatial_2.2.0-1.bb index 077fb85d01f..96be63ebd76 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-spatial_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-spatial_2.2.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_spatial/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_spatial" diff --git a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-temperature_2.2.0-1.bb b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-temperature_2.2.0-1.bb index abb7fdc67c4..14e93124256 100644 --- a/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-temperature_2.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/phidgets-drivers/phidgets-temperature_2.2.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_temperature/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/phidgets_temperature" diff --git a/meta-ros2-galactic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb b/meta-ros2-galactic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb index d2e7f7a5713..f516fd4875e 100644 --- a/meta-ros2-galactic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/galactic/plotjuggler_msgs/0.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/plotjuggler_msgs" diff --git a/meta-ros2-galactic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb b/meta-ros2-galactic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb index ac279ea829f..ac7e59db127 100644 --- a/meta-ros2-galactic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PlotJuggler/plotjuggler-ros-plugins-release/archive/release/galactic/plotjuggler_ros/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/plotjuggler_ros" diff --git a/meta-ros2-galactic/generated-recipes/plotjuggler/plotjuggler_3.2.1-2.bb b/meta-ros2-galactic/generated-recipes/plotjuggler/plotjuggler_3.2.1-2.bb index e6f6d2969ad..3e648894242 100644 --- a/meta-ros2-galactic/generated-recipes/plotjuggler/plotjuggler_3.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/plotjuggler/plotjuggler_3.2.1-2.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler-release/archive/release/galactic/plotjuggler/3.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plotjuggler" diff --git a/meta-ros2-galactic/generated-recipes/pluginlib/pluginlib_5.0.0-2.bb b/meta-ros2-galactic/generated-recipes/pluginlib/pluginlib_5.0.0-2.bb index 3be5185aa7d..71630583a2c 100644 --- a/meta-ros2-galactic/generated-recipes/pluginlib/pluginlib_5.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/pluginlib/pluginlib_5.0.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pluginlib-release/archive/release/galactic/pluginlib/5.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/pluginlib" diff --git a/meta-ros2-galactic/generated-recipes/popf/popf_0.0.13-1.bb b/meta-ros2-galactic/generated-recipes/popf/popf_0.0.13-1.bb index 80a1b66161f..23f42d11e49 100644 --- a/meta-ros2-galactic/generated-recipes/popf/popf_0.0.13-1.bb +++ b/meta-ros2-galactic/generated-recipes/popf/popf_0.0.13-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fmrico/popf-release/archive/release/galactic/popf/0.0.13-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/popf" diff --git a/meta-ros2-galactic/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-2.bb b/meta-ros2-galactic/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-2.bb index 6954bf67ec1..62244ccb6f7 100644 --- a/meta-ros2-galactic/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pybind11_vendor-release/archive/release/galactic/pybind11_vendor/2.2.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/pybind11_vendor" diff --git a/meta-ros2-galactic/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-2.bb b/meta-ros2-galactic/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-2.bb index 03d02c65106..57cd9420025 100644 --- a/meta-ros2-galactic/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_cmake_module-release/archive/release/galactic/python_cmake_module/0.8.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/python_cmake_module" diff --git a/meta-ros2-galactic/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-2.bb b/meta-ros2-galactic/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-2.bb index 190924a9875..4a0a466dee7 100644 --- a/meta-ros2-galactic/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-2.bb +++ b/meta-ros2-galactic/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_qt_binding-release/archive/release/galactic/python_qt_binding/1.0.7-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/python_qt_binding" diff --git a/meta-ros2-galactic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb b/meta-ros2-galactic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb index 4c2cb0d155f..ab82c7287c0 100644 --- a/meta-ros2-galactic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Autoware-AI/qpoases_vendor-release/archive/release/galactic/qpoases_vendor/3.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qpoases_vendor" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb index c8c0016fd31..6367668fa91 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_dotgraph/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_dotgraph" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb index b9d47e7121f..476708fe21c 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_gui_app/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_gui_app" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb index 6e230cfbfc2..16461c46edf 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_gui_core/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_gui_core" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb index 2c778436d06..4a8075e31b2 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_gui_cpp/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_gui_cpp" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb index b8a47b1463a..9897ffd0370 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_gui_py_common/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_gui_py_common" diff --git a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb index 6d156179187..1d94eb3a1a1 100644 --- a/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/galactic/qt_gui/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/qt_gui" diff --git a/meta-ros2-galactic/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb b/meta-ros2-galactic/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb index d6aa7b7372b..d93f3a0e882 100644 --- a/meta-ros2-galactic/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/radar_msgs-release/archive/release/galactic/radar_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/radar_msgs" diff --git a/meta-ros2-galactic/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb index 5e437b2a56e..da1ff2c26ca 100644 --- a/meta-ros2-galactic/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/random_numbers-release/archive/release/galactic/random_numbers/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/random_numbers" diff --git a/meta-ros2-galactic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-3.bb b/meta-ros2-galactic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-3.bb index f91f95c4d12..de33fd04e05 100644 --- a/meta-ros2-galactic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-3.bb +++ b/meta-ros2-galactic/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rc_common_msgs_ros2-release/archive/release/galactic/rc_common_msgs/0.5.3-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_common_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-2.bb b/meta-ros2-galactic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-2.bb index 7d74edd2bea..761b8f8758d 100644 --- a/meta-ros2-galactic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rc_dynamics_api-release/archive/release/galactic/rc_dynamics_api/0.10.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_dynamics_api" diff --git a/meta-ros2-galactic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-2.bb b/meta-ros2-galactic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-2.bb index 0f305823349..fdfbf3f1e0a 100644 --- a/meta-ros2-galactic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rc_genicam_api-release/archive/release/galactic/rc_genicam_api/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_genicam_api" diff --git a/meta-ros2-galactic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bb b/meta-ros2-galactic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bb index 8a05c4ac5c7..571312c80e4 100644 --- a/meta-ros2-galactic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rc_genicam_driver_ros2-release/archive/release/galactic/rc_genicam_driver/0.1.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_genicam_driver" diff --git a/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb b/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb index 3f19aa1c9f8..bb668e6635f 100644 --- a/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/galactic/rc_reason_clients/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_reason_clients" diff --git a/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb b/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb index a9248883d92..e86ea1569f2 100644 --- a/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/galactic/rc_reason_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rc_reason_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb b/meta-ros2-galactic/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb index fa00f726dba..6d4086169aa 100644 --- a/meta-ros2-galactic/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rcdiscover/rcdiscover_1.1.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/galactic/rcdiscover/1.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcdiscover" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/action-msgs_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/action-msgs_1.0.3-2.bb index 9b7ce80f55c..52803d43ee7 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/action-msgs_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/action-msgs_1.0.3-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/action_msgs/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/action_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-2.bb index 7d9ab2a701c..6005bc0fcec 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/builtin_interfaces/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/builtin_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-2.bb index e614356a9b5..e25edcf9678 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/composition_interfaces/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/composition_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-2.bb index ae6ea1c31ee..c9628dca381 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/lifecycle_msgs/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/lifecycle_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-2.bb index 0d72963ff19..3a75dfc98a1 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/rcl_interfaces/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-2.bb index efcc168c707..f40c6e83a8b 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/rosgraph_msgs/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosgraph_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-2.bb index f9fd176390e..4b7569c221a 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/statistics_msgs/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/statistics_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcl-interfaces/test-msgs_1.0.3-2.bb b/meta-ros2-galactic/generated-recipes/rcl-interfaces/test-msgs_1.0.3-2.bb index fd1ccc8ebe8..f5a8420784b 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-interfaces/test-msgs_1.0.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-interfaces/test-msgs_1.0.3-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/galactic/test_msgs/1.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/test_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-2.bb index 24f43fe1713..99efea2f20a 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/galactic/rcl_logging_interface/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_logging_interface" diff --git a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-2.bb index 84db72931dd..6e8c35ed511 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/galactic/rcl_logging_log4cxx/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_logging_log4cxx" diff --git a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-2.bb index 01a65259920..409224c4214 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/galactic/rcl_logging_noop/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_logging_noop" diff --git a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-2.bb b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-2.bb index d0623af8dac..7751751181a 100644 --- a/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/galactic/rcl_logging_spdlog/2.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_logging_spdlog" diff --git a/meta-ros2-galactic/generated-recipes/rcl/rcl-action_3.1.2-1.bb b/meta-ros2-galactic/generated-recipes/rcl/rcl-action_3.1.2-1.bb index 5ef8147f147..389784a2c23 100644 --- a/meta-ros2-galactic/generated-recipes/rcl/rcl-action_3.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rcl/rcl-action_3.1.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/galactic/rcl_action/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_action" diff --git a/meta-ros2-galactic/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb b/meta-ros2-galactic/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb index ca81f594dd1..56daf4e5fee 100644 --- a/meta-ros2-galactic/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/galactic/rcl_lifecycle/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb b/meta-ros2-galactic/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb index 22e977723ea..dd04ba489b1 100644 --- a/meta-ros2-galactic/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/galactic/rcl_yaml_param_parser/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl_yaml_param_parser" diff --git a/meta-ros2-galactic/generated-recipes/rcl/rcl_3.1.2-1.bb b/meta-ros2-galactic/generated-recipes/rcl/rcl_3.1.2-1.bb index 498ac7a4e5e..ae4b315408a 100644 --- a/meta-ros2-galactic/generated-recipes/rcl/rcl_3.1.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rcl/rcl_3.1.2-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/galactic/rcl/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcl" diff --git a/meta-ros2-galactic/generated-recipes/rclc/rclc-examples_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rclc/rclc-examples_2.0.1-1.bb index 7a552d962d2..90ba3aa0fbd 100644 --- a/meta-ros2-galactic/generated-recipes/rclc/rclc-examples_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclc/rclc-examples_2.0.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/galactic/rclc_examples/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclc_examples" diff --git a/meta-ros2-galactic/generated-recipes/rclc/rclc-lifecycle_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rclc/rclc-lifecycle_2.0.1-1.bb index 4588dbf9f04..a01cb020fd8 100644 --- a/meta-ros2-galactic/generated-recipes/rclc/rclc-lifecycle_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclc/rclc-lifecycle_2.0.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/galactic/rclc_lifecycle/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclc_lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/rclc/rclc_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rclc/rclc_2.0.1-1.bb index 6da5ab33ab5..77ca829ae54 100644 --- a/meta-ros2-galactic/generated-recipes/rclc/rclc_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclc/rclc_2.0.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/galactic/rclc/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclc" diff --git a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-action_9.1.0-1.bb b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-action_9.1.0-1.bb index 7c62207ef7a..a7a1fcdd038 100644 --- a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-action_9.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-action_9.1.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/galactic/rclcpp_action/9.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclcpp_action" diff --git a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-components_9.1.0-1.bb b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-components_9.1.0-1.bb index 85618447d4d..3d42699382f 100644 --- a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-components_9.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-components_9.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/galactic/rclcpp_components/9.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclcpp_components" diff --git a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-lifecycle_9.1.0-1.bb b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-lifecycle_9.1.0-1.bb index e6bfba9d20f..a1ebcfdddca 100644 --- a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-lifecycle_9.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp-lifecycle_9.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/galactic/rclcpp_lifecycle/9.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclcpp_lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp_9.1.0-1.bb b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp_9.1.0-1.bb index 96b77cb902f..6e078c20f66 100644 --- a/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp_9.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclcpp/rclcpp_9.1.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/galactic/rclcpp/9.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclcpp" diff --git a/meta-ros2-galactic/generated-recipes/rclpy/rclpy_1.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rclpy/rclpy_1.9.0-1.bb index 632c1e3fbb1..5323ea86813 100644 --- a/meta-ros2-galactic/generated-recipes/rclpy/rclpy_1.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rclpy/rclpy_1.9.0-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclpy-release/archive/release/galactic/rclpy/1.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rclpy" diff --git a/meta-ros2-galactic/generated-recipes/rcpputils/rcpputils_2.2.0-2.bb b/meta-ros2-galactic/generated-recipes/rcpputils/rcpputils_2.2.0-2.bb index 633160e345b..388ae1abf0c 100644 --- a/meta-ros2-galactic/generated-recipes/rcpputils/rcpputils_2.2.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcpputils/rcpputils_2.2.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcpputils-release/archive/release/galactic/rcpputils/2.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcpputils" diff --git a/meta-ros2-galactic/generated-recipes/rcutils/rcutils_4.0.2-2.bb b/meta-ros2-galactic/generated-recipes/rcutils/rcutils_4.0.2-2.bb index 7f469847b37..4fb6e1caa8c 100644 --- a/meta-ros2-galactic/generated-recipes/rcutils/rcutils_4.0.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/rcutils/rcutils_4.0.2-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcutils-release/archive/release/galactic/rcutils/4.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rcutils" diff --git a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bb b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bb index 4537ad87142..df1aed45ff7 100644 --- a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/galactic/realsense2_camera_msgs/3.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/realsense2_camera_msgs" diff --git a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera_3.2.2-1.bb b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera_3.2.2-1.bb index 433a67e1560..685f5f09b43 100644 --- a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera_3.2.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-camera_3.2.2-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/galactic/realsense2_camera/3.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/realsense2_camera" diff --git a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-description_3.2.2-1.bb b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-description_3.2.2-1.bb index dd89b1e63d0..f7db076222e 100644 --- a/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-description_3.2.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/realsense2-camera/realsense2-description_3.2.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelRealSense/realsense-ros-release/archive/release/galactic/realsense2_description/3.2.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/realsense2_description" diff --git a/meta-ros2-galactic/generated-recipes/realtime-support/rttest_0.11.0-2.bb b/meta-ros2-galactic/generated-recipes/realtime-support/rttest_0.11.0-2.bb index abecb3e107d..bd1fbd9306c 100644 --- a/meta-ros2-galactic/generated-recipes/realtime-support/rttest_0.11.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/realtime-support/rttest_0.11.0-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/galactic/rttest/0.11.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rttest" diff --git a/meta-ros2-galactic/generated-recipes/realtime-support/tlsf-cpp_0.11.0-2.bb b/meta-ros2-galactic/generated-recipes/realtime-support/tlsf-cpp_0.11.0-2.bb index 260aed61faa..65ef903d08c 100644 --- a/meta-ros2-galactic/generated-recipes/realtime-support/tlsf-cpp_0.11.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/realtime-support/tlsf-cpp_0.11.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/galactic/tlsf_cpp/0.11.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tlsf_cpp" diff --git a/meta-ros2-galactic/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb b/meta-ros2-galactic/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb index ec9db299432..10d67d52b50 100644 --- a/meta-ros2-galactic/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/galactic/realtime_tools/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/realtime_tools" diff --git a/meta-ros2-galactic/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-2.bb b/meta-ros2-galactic/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-2.bb index 7ff61613991..7d67366bd91 100644 --- a/meta-ros2-galactic/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/galactic/libcurl_vendor/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/libcurl_vendor" diff --git a/meta-ros2-galactic/generated-recipes/resource-retriever/resource-retriever_2.5.0-2.bb b/meta-ros2-galactic/generated-recipes/resource-retriever/resource-retriever_2.5.0-2.bb index 5da5ca1e0af..41589451d4a 100644 --- a/meta-ros2-galactic/generated-recipes/resource-retriever/resource-retriever_2.5.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/resource-retriever/resource-retriever_2.5.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/galactic/resource_retriever/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/resource_retriever" diff --git a/meta-ros2-galactic/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-1.bb index 20ed63f0767..dafb837e45f 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_building_map_msgs-release/archive/release/galactic/rmf_building_map_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_building_map_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-1.bb index 1541bc98595..6bd60f6bb5b 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_cmake_uncrustify-release/archive/release/galactic/rmf_cmake_uncrustify/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_cmake_uncrustify" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-1.bb index 88c9263b9e8..aeb4a303d87 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_charger_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_charger_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-1.bb index 4656449ee1c..88f9d0370b3 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_dispenser_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_dispenser_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-1.bb index 8249df0e30f..72c6ebf4bec 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_door_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_door_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-1.bb index fd4e56383e1..a0e43cd00ed 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_fleet_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_fleet_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-1.bb index 2a59b346e2c..101b6d888c2 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_ingestor_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_ingestor_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-1.bb index 50e7c99c9b4..8d4508aca43 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_lift_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_lift_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-1.bb index 581a49ee9ee..12a98872ad5 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_task_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_task_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-1.bb index f6672b7c7c6..c3f6b42af8e 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_traffic_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_traffic_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-1.bb index 83847ba3e8b..954962c0d68 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/galactic/rmf_workcell_msgs/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_workcell_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-1.bb index 5b7619fc5d3..a5d433d3cf6 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic-release/archive/release/galactic/rmf_traffic/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_traffic" diff --git a/meta-ros2-galactic/generated-recipes/rmf-utils/rmf-utils_1.3.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-utils/rmf-utils_1.3.0-1.bb index 72a94cbaad5..cbb1bc98f97 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-utils/rmf-utils_1.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-utils/rmf-utils_1.3.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_utils-release/archive/release/galactic/rmf_utils/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_utils" diff --git a/meta-ros2-galactic/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-1.bb b/meta-ros2-galactic/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-1.bb index 93a4eb79ae6..2ac20559a31 100644 --- a/meta-ros2-galactic/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization_msgs-release/archive/release/galactic/rmf_visualization_msgs/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmf_visualization_msgs" diff --git a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.6.2-1.bb b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.6.2-1.bb index e8f39279938..1aaeedd6332 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.6.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.6.2-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/galactic/rmw_connextdds_common/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_connextdds_common" diff --git a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds_0.6.2-1.bb b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds_0.6.2-1.bb index 33e8b914223..606e213318d 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds_0.6.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rmw-connextdds_0.6.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/galactic/rmw_connextdds/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_connextdds" diff --git a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.6.2-1.bb b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.6.2-1.bb index 78ed5fee4e1..35da252d207 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.6.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.6.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/galactic/rti_connext_dds_cmake_module/0.6.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rti_connext_dds_cmake_module" diff --git a/meta-ros2-galactic/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.22.3-1.bb b/meta-ros2-galactic/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.22.3-1.bb index 10dfcf22de4..10434fb2029 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.22.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.22.3-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/galactic/rmw_cyclonedds_cpp/0.22.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_cyclonedds_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-dds-common/rmw-dds-common_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rmw-dds-common/rmw-dds-common_1.2.1-2.bb index d329a211a22..478b9ba2f19 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-dds-common/rmw-dds-common_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-dds-common/rmw-dds-common_1.2.1-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_dds_common-release/archive/release/galactic/rmw_dds_common/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_dds_common" diff --git a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.0.0-2.bb b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.0.0-2.bb index 777737183f1..bfd0c7cba6c 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.0.0-2.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/galactic/rmw_fastrtps_cpp/5.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_fastrtps_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.0.0-2.bb b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.0.0-2.bb index 2856c2c99c7..091ccd75a23 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.0.0-2.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/galactic/rmw_fastrtps_dynamic_cpp/5.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_fastrtps_dynamic_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.0.0-2.bb b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.0.0-2.bb index bfe50d48ea1..f5b7132c694 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.0.0-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/galactic/rmw_fastrtps_shared_cpp/5.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_fastrtps_shared_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_2.1.7-1.bb b/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_2.1.7-1.bb index 411af7f2181..1ec86c518e8 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_2.1.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_2.1.7-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/galactic/rmw_gurumdds_cpp/2.1.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_gurumdds_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_2.1.7-1.bb b/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_2.1.7-1.bb index 002d23b0614..e73d5d576a0 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_2.1.7-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_2.1.7-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/galactic/rmw_gurumdds_shared_cpp/2.1.7-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_gurumdds_shared_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rmw-implementation/rmw-implementation_2.4.1-3.bb b/meta-ros2-galactic/generated-recipes/rmw-implementation/rmw-implementation_2.4.1-3.bb index 844778fbd5b..ad4907f506b 100644 --- a/meta-ros2-galactic/generated-recipes/rmw-implementation/rmw-implementation_2.4.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/rmw-implementation/rmw-implementation_2.4.1-3.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/galactic/rmw_implementation/2.4.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_implementation" diff --git a/meta-ros2-galactic/generated-recipes/rmw/rmw-implementation-cmake_3.3.1-1.bb b/meta-ros2-galactic/generated-recipes/rmw/rmw-implementation-cmake_3.3.1-1.bb index 6db21d9e9cc..0dacc2bddde 100644 --- a/meta-ros2-galactic/generated-recipes/rmw/rmw-implementation-cmake_3.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw/rmw-implementation-cmake_3.3.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/galactic/rmw_implementation_cmake/3.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw_implementation_cmake" diff --git a/meta-ros2-galactic/generated-recipes/rmw/rmw_3.3.1-1.bb b/meta-ros2-galactic/generated-recipes/rmw/rmw_3.3.1-1.bb index 313ac78f922..7971777c4cb 100644 --- a/meta-ros2-galactic/generated-recipes/rmw/rmw_3.3.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rmw/rmw_3.3.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/galactic/rmw/3.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rmw" diff --git a/meta-ros2-galactic/generated-recipes/robot-localization/robot-localization_3.2.3-1.bb b/meta-ros2-galactic/generated-recipes/robot-localization/robot-localization_3.2.3-1.bb index 15e745b7f32..61b8f4823f0 100644 --- a/meta-ros2-galactic/generated-recipes/robot-localization/robot-localization_3.2.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/robot-localization/robot-localization_3.2.3-1.bb @@ -105,7 +105,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cra-ros-pkg/robot_localization-release/archive/release/galactic/robot_localization/3.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/robot_localization" diff --git a/meta-ros2-galactic/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.3-2.bb b/meta-ros2-galactic/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.3-2.bb index f5b93396cca..caecba86aba 100644 --- a/meta-ros2-galactic/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/robot-state-publisher/robot-state-publisher_2.4.3-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/robot_state_publisher-release/archive/release/galactic/robot_state_publisher/2.4.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/robot_state_publisher" diff --git a/meta-ros2-galactic/generated-recipes/ros-canopen/can-msgs_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/ros-canopen/can-msgs_2.0.0-3.bb index dd6176a4eda..2f1e8d1ac93 100644 --- a/meta-ros2-galactic/generated-recipes/ros-canopen/can-msgs_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ros-canopen/can-msgs_2.0.0-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_canopen-release/archive/release/galactic/can_msgs/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/can_msgs" diff --git a/meta-ros2-galactic/generated-recipes/ros-environment/ros-environment_3.1.0-1.bb b/meta-ros2-galactic/generated-recipes/ros-environment/ros-environment_3.1.0-1.bb index 798eca764c5..48d58cb9e33 100644 --- a/meta-ros2-galactic/generated-recipes/ros-environment/ros-environment_3.1.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros-environment/ros-environment_3.1.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_environment-release/archive/release/galactic/ros_environment/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_environment" diff --git a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-5.bb b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-5.bb index 7c14a4c5577..b6ab6c15c8a 100644 --- a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-5.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/galactic/ros_ign_bridge/0.233.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_ign_bridge" diff --git a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-5.bb b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-5.bb index 44898b867ab..5187d831efb 100644 --- a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-5.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/galactic/ros_ign_gazebo_demos/0.233.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_ign_gazebo_demos" diff --git a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-5.bb b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-5.bb index 24952d931ba..45580d507f8 100644 --- a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-5.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/galactic/ros_ign_gazebo/0.233.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_ign_gazebo" diff --git a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-image_0.233.1-5.bb b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-image_0.233.1-5.bb index 0b9c34c343e..536751219eb 100644 --- a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-image_0.233.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign-image_0.233.1-5.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/galactic/ros_ign_image/0.233.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_ign_image" diff --git a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign_0.233.1-5.bb b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign_0.233.1-5.bb index cfb3d5a3d2f..19588ae501d 100644 --- a/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign_0.233.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/ros-ign/ros-ign_0.233.1-5.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/galactic/ros_ign/0.233.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_ign" diff --git a/meta-ros2-galactic/generated-recipes/ros-testing/ros-testing_0.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros-testing/ros-testing_0.3.0-2.bb index 971d60242fc..6a30bb1edac 100644 --- a/meta-ros2-galactic/generated-recipes/ros-testing/ros-testing_0.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros-testing/ros-testing_0.3.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/galactic/ros_testing/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_testing" diff --git a/meta-ros2-galactic/generated-recipes/ros-testing/ros2test_0.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros-testing/ros2test_0.3.0-2.bb index 479c01678e5..30a7383b104 100644 --- a/meta-ros2-galactic/generated-recipes/ros-testing/ros2test_0.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros-testing/ros2test_0.3.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/galactic/ros2test/0.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2test" diff --git a/meta-ros2-galactic/generated-recipes/ros-workspace/ros-workspace_1.0.2-2.bb b/meta-ros2-galactic/generated-recipes/ros-workspace/ros-workspace_1.0.2-2.bb index 8a0a24cbe84..c97a5a9b0a9 100644 --- a/meta-ros2-galactic/generated-recipes/ros-workspace/ros-workspace_1.0.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros-workspace/ros-workspace_1.0.2-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_workspace-release/archive/release/galactic/ros_workspace/1.0.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_workspace" diff --git a/meta-ros2-galactic/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-2.bb b/meta-ros2-galactic/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-2.bb index 4144259e389..02da6235793 100644 --- a/meta-ros2-galactic/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-2.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros1_bridge-release/archive/release/galactic/ros1_bridge/0.10.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros1_bridge" diff --git a/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb b/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb index a11300069d7..3be23d34ed5 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_ouster_drivers-release/archive/release/galactic/ouster_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ouster_msgs" diff --git a/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb b/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb index 7320a4a6fc6..3c7c5e8f4af 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_ouster_drivers-release/archive/release/galactic/ros2_ouster/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2_ouster" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bringup_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bringup_2.0.0-2.bb index 1e0f2708af7..b0465e0a2b8 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bringup_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bringup_2.0.0-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_bringup/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_bringup" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bt-actions_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bt-actions_2.0.0-2.bb index 90f87be6384..ba6cee6028c 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bt-actions_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-bt-actions_2.0.0-2.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_bt_actions/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_bt_actions" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-core_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-core_2.0.0-2.bb index dc2a24c0116..567c7bb0805 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-core_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-core_2.0.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_core/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_core" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-domain-expert_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-domain-expert_2.0.0-2.bb index b5071f56a26..6ca3f93c751 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-domain-expert_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-domain-expert_2.0.0-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_domain_expert/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_domain_expert" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-executor_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-executor_2.0.0-2.bb index f40ca7545a5..3c134eef467 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-executor_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-executor_2.0.0-2.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_executor/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_executor" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_2.0.0-2.bb index 6271b1f2599..d362944e30a 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-lifecycle-manager_2.0.0-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_lifecycle_manager/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_lifecycle_manager" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-msgs_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-msgs_2.0.0-2.bb index 2a95b2d597d..3fa7cd3b1ee 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-msgs_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-msgs_2.0.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_msgs" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bb index 6a4e7704cf4..0771487a538 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_pddl_parser/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_pddl_parser" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-planner_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-planner_2.0.0-2.bb index a96d6240afe..a71e5e59d59 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-planner_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-planner_2.0.0-2.bb @@ -84,7 +84,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_planner/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_planner" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_2.0.0-2.bb index 1c0898b5fc8..182f2fd07d5 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-popf-plan-solver_2.0.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_popf_plan_solver/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_popf_plan_solver" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-problem-expert_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-problem-expert_2.0.0-2.bb index 2a8c766511b..63b8b0f9f56 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-problem-expert_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-problem-expert_2.0.0-2.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_problem_expert/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_problem_expert" diff --git a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-terminal_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-terminal_2.0.0-2.bb index 2b5284c4704..eaf410db53a 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-terminal_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-planning-system/plansys2-terminal_2.0.0-2.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/galactic/plansys2_terminal/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/plansys2_terminal" diff --git a/meta-ros2-galactic/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-2.bb index e857418f1c6..200e25a4ab0 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_socketcan-release/archive/release/galactic/ros2_socketcan/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2_socketcan" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/ros2trace_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/ros2trace_2.3.0-2.bb index b4250444ae4..baffbaf8e0e 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/ros2trace_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/ros2trace_2.3.0-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/ros2trace/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2trace" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-2.bb index 729cc6ac459..6fa48ddde7e 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_launch/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_launch" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-read_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-read_2.3.0-2.bb index 4dff21218f6..20048d6b609 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-read_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-read_2.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_read/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_read" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-test_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-test_2.3.0-2.bb index 689f619f7e4..f69dd6874ad 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-test_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-test_2.3.0-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_test/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_test" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-2.bb index 00eff0beaad..d2462301695 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_trace/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_trace" diff --git a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools_2.3.0-2.bb b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools_2.3.0-2.bb index 6f3037ebd5e..33f4039cae6 100644 --- a/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools_2.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2-tracing/tracetools_2.3.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb b/meta-ros2-galactic/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb index 9518430d9a1..0c50474cd8a 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli_common_extensions-release/archive/release/galactic/ros2cli_common_extensions/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2cli_common_extensions" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2action_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2action_0.13.2-1.bb index d4b9db47ca6..e8fe1498fd0 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2action_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2action_0.13.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2action/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2action" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli-test-interfaces_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli-test-interfaces_0.13.2-1.bb index 5925f366782..e35d0463d2e 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli-test-interfaces_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli-test-interfaces_0.13.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2cli_test_interfaces/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2cli_test_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli_0.13.2-1.bb index 01c4cb95983..c48004bed55 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2cli_0.13.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2cli/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2cli" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2component_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2component_0.13.2-1.bb index 610a8889c4f..a61aeb9979e 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2component_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2component_0.13.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2component/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2component" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2doctor_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2doctor_0.13.2-1.bb index f693216cfa2..ccd8c4e8776 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2doctor_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2doctor_0.13.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2doctor/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2doctor" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2interface_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2interface_0.13.2-1.bb index fa30eacfae8..252a3ac34cc 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2interface_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2interface_0.13.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2interface/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2interface" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.13.2-1.bb index 77a9d8187a2..8fcb0dc21ed 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.13.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2lifecycle_test_fixtures/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2lifecycle_test_fixtures" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle_0.13.2-1.bb index 9002c9027a3..2bb8fb786ae 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2lifecycle_0.13.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2lifecycle/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2lifecycle" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2multicast_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2multicast_0.13.2-1.bb index 1278ecb3e16..f79acc262c5 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2multicast_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2multicast_0.13.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2multicast/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2multicast" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2node_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2node_0.13.2-1.bb index 381b36c8fa1..d3b6b85a9a1 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2node_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2node_0.13.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2node/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2node" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2param_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2param_0.13.2-1.bb index 80dbab260b8..ff110babf1e 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2param_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2param_0.13.2-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2param/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2param" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2pkg_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2pkg_0.13.2-1.bb index cda4680a4b5..26784f53b62 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2pkg_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2pkg_0.13.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2pkg/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2pkg" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2run_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2run_0.13.2-1.bb index 7fa3c9f843f..97a959e7eed 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2run_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2run_0.13.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2run/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2run" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2service_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2service_0.13.2-1.bb index b4a53213030..3774f6aad05 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2service_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2service_0.13.2-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2service/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2service" diff --git a/meta-ros2-galactic/generated-recipes/ros2cli/ros2topic_0.13.2-1.bb b/meta-ros2-galactic/generated-recipes/ros2cli/ros2topic_0.13.2-1.bb index 6aa88402d48..ec3932ac3d9 100644 --- a/meta-ros2-galactic/generated-recipes/ros2cli/ros2topic_0.13.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/ros2cli/ros2topic_0.13.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/galactic/ros2topic/0.13.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2topic" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb index 9d8b150a916..e9640f02108 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/galactic/ros1_rosbag_storage_vendor/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros1_rosbag_storage_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb index 93f6b1f3ecf..a303752f1fa 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/galactic/rosbag2_bag_v2_plugins/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_bag_v2_plugins" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb index 44dfd842cd6..a55372cc869 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/ros2bag/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2bag" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb index 7bff3c3fb82..b70f060595a 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_compression_zstd/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_compression_zstd" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb index a331038a5e2..daf76f32f86 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_compression/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_compression" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb index 94981755016..5f52644e043 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_cpp/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb index 52c57f54366..00f67a83fe5 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_interfaces/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_interfaces" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb index d38ee0bf543..366b35f40f0 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_performance_benchmarking/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_performance_benchmarking" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb index 46de1015c42..4d55435ca3b 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_py/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_py" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb index 25c5446bc71..175b602ee35 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_storage_default_plugins/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_storage_default_plugins" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb index 0b21e73f441..f0e25d4e788 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_storage/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_storage" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb index e6c359428b0..c8fb2462250 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_test_common/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_test_common" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb index 7d904780a87..85f15122aad 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_tests/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_tests" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb index e0e2c38c82a..ba2fc12ebe7 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2_transport/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2_transport" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb index c2a3cc4b612..8dfbfe31d7b 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/rosbag2/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosbag2" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb index cb770f660dd..e9093194bc9 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/shared_queues_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/shared_queues_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb index 7ac07a81e3f..645700d06fa 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/sqlite3_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/sqlite3_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb b/meta-ros2-galactic/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb index b024d9d64df..7cee012c7f6 100644 --- a/meta-ros2-galactic/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/galactic/zstd_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/zstd_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-2.bb index 690bd393b12..0d51edf29bf 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_dds-release/archive/release/galactic/rosidl_generator_dds_idl/0.8.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_generator_dds_idl" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-2.bb index aa4ff7d6a0f..dc0caa21f29 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/galactic/rosidl_default_generators/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_default_generators" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-2.bb index 31a1676bd0f..954bb55a423 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/galactic/rosidl_default_runtime/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_default_runtime" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-python/rosidl-generator-py_0.11.0-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-python/rosidl-generator-py_0.11.0-2.bb index 7064ca1d353..6860d96e012 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-python/rosidl-generator-py_0.11.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-python/rosidl-generator-py_0.11.0-2.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/galactic/rosidl_generator_py/0.11.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_generator_py" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-2.bb index f2e3f64cebd..51a581e17bd 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_runtime_py-release/archive/release/galactic/rosidl_runtime_py/0.9.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_runtime_py" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-2.bb index 84c9af5bab8..9fb1ae30379 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/galactic/fastrtps_cmake_module/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/fastrtps_cmake_module" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-2.bb index 74fd992ddf1..16b67c22016 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/galactic/rosidl_typesupport_fastrtps_c/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_fastrtps_c" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-2.bb index ab4ad5e7929..a20faeb412d 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/galactic/rosidl_typesupport_fastrtps_cpp/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_fastrtps_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_2.0.0-3.bb index d51e60df2a4..48027e22808 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_2.0.0-3.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_gurumdds-release/archive/release/galactic/gurumdds_cmake_module/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/gurumdds_cmake_module" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.2.1-3.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.2.1-3.bb index abc19f85d00..7c6bd813039 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.2.1-3.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/galactic/rosidl_typesupport_c/1.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_c" diff --git a/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.2.1-3.bb b/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.2.1-3.bb index 3a2a83fe450..d8766156080 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.2.1-3.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.2.1-3.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/galactic/rosidl_typesupport_cpp/1.2.1-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-adapter_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-adapter_2.2.1-2.bb index 4b335259ac2..ffdaec9719f 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-adapter_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-adapter_2.2.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_adapter/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_adapter" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cli_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cli_2.2.1-2.bb index e27f71f3951..0dc7ccb6824 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cli_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cli_2.2.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_cli/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_cli" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cmake_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cmake_2.2.1-2.bb index a766c7a322d..383a08173ff 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cmake_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-cmake_2.2.1-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_cmake/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_cmake" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-c_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-c_2.2.1-2.bb index e394b829597..e76684be891 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-c_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-c_2.2.1-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_generator_c/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_generator_c" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-cpp_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-cpp_2.2.1-2.bb index bcc304fa904..eb26ce676d2 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-cpp_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-generator-cpp_2.2.1-2.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_generator_cpp/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_generator_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-parser_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-parser_2.2.1-2.bb index 65b61c45754..1c0e0b4bc97 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-parser_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-parser_2.2.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_parser/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_parser" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-c_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-c_2.2.1-2.bb index 0232bf53a22..3ecb80c5c02 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-c_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-c_2.2.1-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_runtime_c/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_runtime_c" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-cpp_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-cpp_2.2.1-2.bb index 13ddde965e0..97f7fa24ff2 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-cpp_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-runtime-cpp_2.2.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_runtime_cpp/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_runtime_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-interface_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-interface_2.2.1-2.bb index 30c80139ff0..d0be092fefc 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-interface_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-interface_2.2.1-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_typesupport_interface/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_interface" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.2.1-2.bb index aa06d01b718..1c32033fb94 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.2.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_typesupport_introspection_c/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_introspection_c" diff --git a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.2.1-2.bb index 711e5ed1c9f..cea2e09252c 100644 --- a/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.2.1-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/galactic/rosidl_typesupport_introspection_cpp/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rosidl_typesupport_introspection_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb index 404e5439945..0e5c90ab541 100644 --- a/meta-ros2-galactic/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/rplidar_ros-release/archive/release/galactic/rplidar_ros/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rplidar_ros" diff --git a/meta-ros2-galactic/generated-recipes/rpyutils/rpyutils_0.2.0-2.bb b/meta-ros2-galactic/generated-recipes/rpyutils/rpyutils_0.2.0-2.bb index 8fe238630d8..daaf3fa8d7b 100644 --- a/meta-ros2-galactic/generated-recipes/rpyutils/rpyutils_0.2.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rpyutils/rpyutils_0.2.0-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rpyutils-release/archive/release/galactic/rpyutils/0.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rpyutils" diff --git a/meta-ros2-galactic/generated-recipes/rqt-action/rqt-action_2.0.0-2.bb b/meta-ros2-galactic/generated-recipes/rqt-action/rqt-action_2.0.0-2.bb index adce228b3bf..c01e818d262 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-action/rqt-action_2.0.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-action/rqt-action_2.0.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_action-release/archive/release/galactic/rqt_action/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_action" diff --git a/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-2.bb index caf1dea1574..ddeec654287 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_bag-release/archive/release/galactic/rqt_bag_plugins/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_bag_plugins" diff --git a/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag_1.1.1-2.bb index c756fef5434..ac3e6a07f1d 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-bag/rqt-bag_1.1.1-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_bag-release/archive/release/galactic/rqt_bag/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_bag" diff --git a/meta-ros2-galactic/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-2.bb b/meta-ros2-galactic/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-2.bb index 47770b6ea5e..fe07e432c72 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_common_plugins-release/archive/release/galactic/rqt_common_plugins/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_common_plugins" diff --git a/meta-ros2-galactic/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb index 932a5922a3c..3a26be24aa4 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_console-release/archive/release/galactic/rqt_console/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_console" diff --git a/meta-ros2-galactic/generated-recipes/rqt-graph/rqt-graph_1.2.0-2.bb b/meta-ros2-galactic/generated-recipes/rqt-graph/rqt-graph_1.2.0-2.bb index ab81c36f126..8e7d2ff23b4 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-graph/rqt-graph_1.2.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-graph/rqt-graph_1.2.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_graph-release/archive/release/galactic/rqt_graph/1.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_graph" diff --git a/meta-ros2-galactic/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-2.bb index 0f9dec0f096..e3f3d9713b4 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_image_view-release/archive/release/galactic/rqt_image_view/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_image_view" diff --git a/meta-ros2-galactic/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb index 5fc2f84b25a..6394a1d08cc 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_moveit-release/archive/release/galactic/rqt_moveit/1.0.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_moveit" diff --git a/meta-ros2-galactic/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb b/meta-ros2-galactic/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb index 1d81d1ff7cd..fcf19fa863d 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_msg-release/archive/release/galactic/rqt_msg/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_msg" diff --git a/meta-ros2-galactic/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb b/meta-ros2-galactic/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb index 9d04b532760..c0f1ea35e93 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_plot-release/archive/release/galactic/rqt_plot/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_plot" diff --git a/meta-ros2-galactic/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb b/meta-ros2-galactic/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb index 6781f3b57fd..44705b027c6 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_publisher-release/archive/release/galactic/rqt_publisher/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_publisher" diff --git a/meta-ros2-galactic/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb index d4af3dd9a20..4f284c6dffb 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_py_console-release/archive/release/galactic/rqt_py_console/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_py_console" diff --git a/meta-ros2-galactic/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb b/meta-ros2-galactic/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb index c1e99a67fa0..d2a9e1db305 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/galactic/rqt_reconfigure/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_reconfigure" diff --git a/meta-ros2-galactic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb b/meta-ros2-galactic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb index 1391c65eb95..b56d98dca87 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_dashboard-release/archive/release/galactic/rqt_robot_dashboard/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_robot_dashboard" diff --git a/meta-ros2-galactic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-2.bb b/meta-ros2-galactic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-2.bb index d076168c0f7..5214f984c72 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/galactic/rqt_robot_monitor/1.0.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_robot_monitor" diff --git a/meta-ros2-galactic/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-3.bb b/meta-ros2-galactic/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-3.bb index 885da9d5e71..19d9ea7e6bd 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_steering-release/archive/release/galactic/rqt_robot_steering/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_robot_steering" diff --git a/meta-ros2-galactic/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb b/meta-ros2-galactic/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb index 5c0db5e07a9..139ff497dd1 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_service_caller-release/archive/release/galactic/rqt_service_caller/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_service_caller" diff --git a/meta-ros2-galactic/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb index da9ac2c77a7..2016b0c6acf 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_shell-release/archive/release/galactic/rqt_shell/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_shell" diff --git a/meta-ros2-galactic/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb b/meta-ros2-galactic/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb index 7aa9099da73..569201ffa52 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_srv-release/archive/release/galactic/rqt_srv/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_srv" diff --git a/meta-ros2-galactic/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb b/meta-ros2-galactic/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb index c939d2cc3fb..fefd8f4cb29 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_top-release/archive/release/galactic/rqt_top/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_top" diff --git a/meta-ros2-galactic/generated-recipes/rqt-topic/rqt-topic_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt-topic/rqt-topic_1.2.1-2.bb index 045b3c68a0d..6248e04eedc 100644 --- a/meta-ros2-galactic/generated-recipes/rqt-topic/rqt-topic_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt-topic/rqt-topic_1.2.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_topic-release/archive/release/galactic/rqt_topic/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_topic" diff --git a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-cpp_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-cpp_1.1.1-2.bb index 202279b868b..22014cafc54 100644 --- a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-cpp_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-cpp_1.1.1-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/galactic/rqt_gui_cpp/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_gui_cpp" diff --git a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-py_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-py_1.1.1-2.bb index 3f2c471e764..8be137d8d38 100644 --- a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-py_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui-py_1.1.1-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/galactic/rqt_gui_py/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_gui_py" diff --git a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui_1.1.1-2.bb index 127272b991e..06170a59471 100644 --- a/meta-ros2-galactic/generated-recipes/rqt/rqt-gui_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt/rqt-gui_1.1.1-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/galactic/rqt_gui/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_gui" diff --git a/meta-ros2-galactic/generated-recipes/rqt/rqt-py-common_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt/rqt-py-common_1.1.1-2.bb index ac0f5c035ea..39318980970 100644 --- a/meta-ros2-galactic/generated-recipes/rqt/rqt-py-common_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt/rqt-py-common_1.1.1-2.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/galactic/rqt_py_common/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt_py_common" diff --git a/meta-ros2-galactic/generated-recipes/rqt/rqt_1.1.1-2.bb b/meta-ros2-galactic/generated-recipes/rqt/rqt_1.1.1-2.bb index 84c66d3b05b..02ec817a054 100644 --- a/meta-ros2-galactic/generated-recipes/rqt/rqt_1.1.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/rqt/rqt_1.1.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/galactic/rqt/1.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/rqt" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-assimp-vendor_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-assimp-vendor_8.5.0-3.bb index a598e15edb3..e64ca11f463 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-assimp-vendor_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-assimp-vendor_8.5.0-3.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_assimp_vendor/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_assimp_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-common_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-common_8.5.0-3.bb index 1b8c6efd2b7..c065eba897e 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-common_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-common_8.5.0-3.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_common/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_common" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-default-plugins_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-default-plugins_8.5.0-3.bb index 957209e2cd6..c3e872f3f3d 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-default-plugins_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-default-plugins_8.5.0-3.bb @@ -101,7 +101,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_default_plugins/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_default_plugins" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-ogre-vendor_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-ogre-vendor_8.5.0-3.bb index 0713ae6951c..83efdc4824d 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-ogre-vendor_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-ogre-vendor_8.5.0-3.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_ogre_vendor/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_ogre_vendor" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering-tests_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering-tests_8.5.0-3.bb index ae986e625bd..3dc49afce95 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering-tests_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering-tests_8.5.0-3.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_rendering_tests/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_rendering_tests" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering_8.5.0-3.bb index 96a65abfce5..51580a22598 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-rendering_8.5.0-3.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_rendering/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_rendering" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz-visual-testing-framework_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz-visual-testing-framework_8.5.0-3.bb index 9fa7cbab10d..3763628c844 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz-visual-testing-framework_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz-visual-testing-framework_8.5.0-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_visual_testing_framework/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz_visual_testing_framework" diff --git a/meta-ros2-galactic/generated-recipes/rviz/rviz2_8.5.0-3.bb b/meta-ros2-galactic/generated-recipes/rviz/rviz2_8.5.0-3.bb index 19dbac5fb1d..19f0304c12c 100644 --- a/meta-ros2-galactic/generated-recipes/rviz/rviz2_8.5.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/rviz/rviz2_8.5.0-3.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz2/8.5.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/rviz2" diff --git a/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-2.bb b/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-2.bb index 92d42d288e3..49349666463 100644 --- a/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sdformat_urdf-release/archive/release/galactic/sdformat_test_files/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/sdformat_test_files" diff --git a/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-2.bb b/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-2.bb index 2db3ef13edd..0e267fad32b 100644 --- a/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-2.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sdformat_urdf-release/archive/release/galactic/sdformat_urdf/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/sdformat_urdf" diff --git a/meta-ros2-galactic/generated-recipes/slam-toolbox/slam-toolbox_2.5.0-2.bb b/meta-ros2-galactic/generated-recipes/slam-toolbox/slam-toolbox_2.5.0-2.bb index ebcf903853d..dc9b0c81c60 100644 --- a/meta-ros2-galactic/generated-recipes/slam-toolbox/slam-toolbox_2.5.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/slam-toolbox/slam-toolbox_2.5.0-2.bb @@ -107,7 +107,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/SteveMacenski/slam_toolbox-release/archive/release/galactic/slam_toolbox/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/slam_toolbox" diff --git a/meta-ros2-galactic/generated-recipes/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bb b/meta-ros2-galactic/generated-recipes/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bb index b787b7a729b..38a88a5b883 100644 --- a/meta-ros2-galactic/generated-recipes/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bb +++ b/meta-ros2-galactic/generated-recipes/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ijnek/soccer_interfaces-release/archive/release/galactic/soccer_vision_msgs/0.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/soccer_vision_msgs" diff --git a/meta-ros2-galactic/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-2.bb b/meta-ros2-galactic/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-2.bb index 2383f162773..8feb948da70 100644 --- a/meta-ros2-galactic/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/spdlog_vendor-release/archive/release/galactic/spdlog_vendor/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/spdlog_vendor" diff --git a/meta-ros2-galactic/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb index 113930cf865..ff9462203b8 100644 --- a/meta-ros2-galactic/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/srdfdom-release/archive/release/galactic/srdfdom/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/srdfdom" diff --git a/meta-ros2-galactic/generated-recipes/sros2/sros2-cmake_0.10.2-2.bb b/meta-ros2-galactic/generated-recipes/sros2/sros2-cmake_0.10.2-2.bb index 6f1c8a88941..76441460134 100644 --- a/meta-ros2-galactic/generated-recipes/sros2/sros2-cmake_0.10.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/sros2/sros2-cmake_0.10.2-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/galactic/sros2_cmake/0.10.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/sros2_cmake" diff --git a/meta-ros2-galactic/generated-recipes/sros2/sros2_0.10.2-2.bb b/meta-ros2-galactic/generated-recipes/sros2/sros2_0.10.2-2.bb index 0e1adc70be3..dfdc61068a1 100644 --- a/meta-ros2-galactic/generated-recipes/sros2/sros2_0.10.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/sros2/sros2_0.10.2-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/galactic/sros2/0.10.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/sros2" diff --git a/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-1.bb b/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-1.bb index 85155627a69..0e0571eb8b9 100644 --- a/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/stubborn_buddies-release/archive/release/galactic/stubborn_buddies_msgs/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/stubborn_buddies_msgs" diff --git a/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-1.bb b/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-1.bb index ff7f91d0563..5cbe3dfe0a4 100644 --- a/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/stubborn_buddies-release/archive/release/galactic/stubborn_buddies/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/stubborn_buddies" diff --git a/meta-ros2-galactic/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb b/meta-ros2-galactic/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb index 62e4f00b909..adebcc8f153 100644 --- a/meta-ros2-galactic/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/galactic/launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/launch_system_modes" diff --git a/meta-ros2-galactic/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb b/meta-ros2-galactic/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb index 60c9ca72726..63ab5c37563 100644 --- a/meta-ros2-galactic/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/galactic/system_modes_examples/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/system_modes_examples" diff --git a/meta-ros2-galactic/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb b/meta-ros2-galactic/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb index 983172d9d09..de1ffa2710d 100644 --- a/meta-ros2-galactic/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/galactic/system_modes_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/system_modes_msgs" diff --git a/meta-ros2-galactic/generated-recipes/system-modes/system-modes_0.8.0-1.bb b/meta-ros2-galactic/generated-recipes/system-modes/system-modes_0.8.0-1.bb index 7602c609a5a..3b0d245dbfc 100644 --- a/meta-ros2-galactic/generated-recipes/system-modes/system-modes_0.8.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/system-modes/system-modes_0.8.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/galactic/system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/system_modes" diff --git a/meta-ros2-galactic/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb b/meta-ros2-galactic/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb index f3a107fc6a2..a47d7ac485e 100644 --- a/meta-ros2-galactic/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-galactic/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/galactic/test_launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/test_launch_system_modes" diff --git a/meta-ros2-galactic/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb b/meta-ros2-galactic/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb index 4bab1879307..6f072612dce 100644 --- a/meta-ros2-galactic/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tango_icons_vendor-release/archive/release/galactic/tango_icons_vendor/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tango_icons_vendor" diff --git a/meta-ros2-galactic/generated-recipes/teleop-tools/joy-teleop_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/teleop-tools/joy-teleop_1.2.1-2.bb index fb695d337a9..2c40ac2457a 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-tools/joy-teleop_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-tools/joy-teleop_1.2.1-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_tools-release/archive/release/galactic/joy_teleop/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/joy_teleop" diff --git a/meta-ros2-galactic/generated-recipes/teleop-tools/key-teleop_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/teleop-tools/key-teleop_1.2.1-2.bb index d0ecb20963d..1d6a012259b 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-tools/key-teleop_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-tools/key-teleop_1.2.1-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_tools-release/archive/release/galactic/key_teleop/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/key_teleop" diff --git a/meta-ros2-galactic/generated-recipes/teleop-tools/mouse-teleop_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/teleop-tools/mouse-teleop_1.2.1-2.bb index e88c6299a8e..176e5efe4af 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-tools/mouse-teleop_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-tools/mouse-teleop_1.2.1-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_tools-release/archive/release/galactic/mouse_teleop/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/mouse_teleop" diff --git a/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-2.bb index 9f1ed8ae660..d7ce392b7b9 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_tools-release/archive/release/galactic/teleop_tools_msgs/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/teleop_tools_msgs" diff --git a/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools_1.2.1-2.bb b/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools_1.2.1-2.bb index 60d7671c0c8..7290c4be353 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools_1.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-tools/teleop-tools_1.2.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_tools-release/archive/release/galactic/teleop_tools/1.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/teleop_tools" diff --git a/meta-ros2-galactic/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-2.bb b/meta-ros2-galactic/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-2.bb index 3f0d0d718f0..4207779193f 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_joy-release/archive/release/galactic/teleop_twist_joy/2.4.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/teleop_twist_joy" diff --git a/meta-ros2-galactic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-3.bb b/meta-ros2-galactic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-3.bb index fee4a98e456..0717036c2e5 100644 --- a/meta-ros2-galactic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-3.bb +++ b/meta-ros2-galactic/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_keyboard-release/archive/release/galactic/teleop_twist_keyboard/2.3.2-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/teleop_twist_keyboard" diff --git a/meta-ros2-galactic/generated-recipes/test-interface-files/test-interface-files_0.8.1-2.bb b/meta-ros2-galactic/generated-recipes/test-interface-files/test-interface-files_0.8.1-2.bb index 9e0efc6d934..fed8823bdc3 100644 --- a/meta-ros2-galactic/generated-recipes/test-interface-files/test-interface-files_0.8.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/test-interface-files/test-interface-files_0.8.1-2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/test_interface_files-release/archive/release/galactic/test_interface_files/0.8.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/test_interface_files" diff --git a/meta-ros2-galactic/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb b/meta-ros2-galactic/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb index 0ec458ad8bc..05366aecf70 100644 --- a/meta-ros2-galactic/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/tf-transformations/tf-transformations_1.0.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/tf_transformations_release/archive/release/galactic/tf_transformations/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tf_transformations" diff --git a/meta-ros2-galactic/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-2.bb b/meta-ros2-galactic/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-2.bb index 4062ce5fbfb..2c09bbee0ff 100644 --- a/meta-ros2-galactic/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml_vendor-release/archive/release/galactic/tinyxml_vendor/0.8.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tinyxml_vendor" diff --git a/meta-ros2-galactic/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-2.bb b/meta-ros2-galactic/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-2.bb index 8f9daf831ad..c8c73760984 100644 --- a/meta-ros2-galactic/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-2.bb +++ b/meta-ros2-galactic/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml2_vendor-release/archive/release/galactic/tinyxml2_vendor/0.7.4-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tinyxml2_vendor" diff --git a/meta-ros2-galactic/generated-recipes/tlsf/tlsf_0.5.2-2.bb b/meta-ros2-galactic/generated-recipes/tlsf/tlsf_0.5.2-2.bb index 8cb7d4f2b53..aee97eed7c1 100644 --- a/meta-ros2-galactic/generated-recipes/tlsf/tlsf_0.5.2-2.bb +++ b/meta-ros2-galactic/generated-recipes/tlsf/tlsf_0.5.2-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tlsf-release/archive/release/galactic/tlsf/0.5.2-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tlsf" diff --git a/meta-ros2-galactic/generated-recipes/tracetools-analysis/ros2trace-analysis_2.0.3-4.bb b/meta-ros2-galactic/generated-recipes/tracetools-analysis/ros2trace-analysis_2.0.3-4.bb index 0931a6d2720..3d49ac114e7 100644 --- a/meta-ros2-galactic/generated-recipes/tracetools-analysis/ros2trace-analysis_2.0.3-4.bb +++ b/meta-ros2-galactic/generated-recipes/tracetools-analysis/ros2trace-analysis_2.0.3-4.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tracetools_analysis-release/archive/release/galactic/ros2trace_analysis/2.0.3-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2trace_analysis" diff --git a/meta-ros2-galactic/generated-recipes/tracetools-analysis/tracetools-analysis_2.0.3-4.bb b/meta-ros2-galactic/generated-recipes/tracetools-analysis/tracetools-analysis_2.0.3-4.bb index ea16958bbbe..af17385b410 100644 --- a/meta-ros2-galactic/generated-recipes/tracetools-analysis/tracetools-analysis_2.0.3-4.bb +++ b/meta-ros2-galactic/generated-recipes/tracetools-analysis/tracetools-analysis_2.0.3-4.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tracetools_analysis-release/archive/release/galactic/tracetools_analysis/2.0.3-4.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_analysis" diff --git a/meta-ros2-galactic/generated-recipes/transport-drivers/serial-driver_0.0.6-2.bb b/meta-ros2-galactic/generated-recipes/transport-drivers/serial-driver_0.0.6-2.bb index 16b1056d41f..6c338a5207b 100644 --- a/meta-ros2-galactic/generated-recipes/transport-drivers/serial-driver_0.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/transport-drivers/serial-driver_0.0.6-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/transport_drivers-release/archive/release/galactic/serial_driver/0.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/serial_driver" diff --git a/meta-ros2-galactic/generated-recipes/transport-drivers/udp-driver_0.0.6-2.bb b/meta-ros2-galactic/generated-recipes/transport-drivers/udp-driver_0.0.6-2.bb index fc98191af80..3d0c1987045 100644 --- a/meta-ros2-galactic/generated-recipes/transport-drivers/udp-driver_0.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/transport-drivers/udp-driver_0.0.6-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/transport_drivers-release/archive/release/galactic/udp_driver/0.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/udp_driver" diff --git a/meta-ros2-galactic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.2-3.bb b/meta-ros2-galactic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.2-3.bb index 3610d183428..5e76428e616 100644 --- a/meta-ros2-galactic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.2-3.bb +++ b/meta-ros2-galactic/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.2-3.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_msgs-release/archive/release/galactic/turtlebot3_msgs/2.2.2-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/turtlebot3_msgs" diff --git a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.4-1.bb b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.4-1.bb index 38f8aada792..1d87cfd903e 100644 --- a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-fake-node_2.2.4-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/galactic/turtlebot3_fake_node/2.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/turtlebot3_fake_node" diff --git a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.4-1.bb b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.4-1.bb index 8c68deecd4b..7e445b7914b 100644 --- a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-gazebo_2.2.4-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/galactic/turtlebot3_gazebo/2.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/turtlebot3_gazebo" diff --git a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.4-1.bb b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.4-1.bb index 8f4800388dd..d4433f59c1b 100644 --- a/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.4-1.bb +++ b/meta-ros2-galactic/generated-recipes/turtlebot3-simulations/turtlebot3-simulations_2.2.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_simulations-release/archive/release/galactic/turtlebot3_simulations/2.2.4-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/turtlebot3_simulations" diff --git a/meta-ros2-galactic/generated-recipes/turtlesim/turtlesim_1.3.3-1.bb b/meta-ros2-galactic/generated-recipes/turtlesim/turtlesim_1.3.3-1.bb index 1e4e8175edf..58c5cdee123 100644 --- a/meta-ros2-galactic/generated-recipes/turtlesim/turtlesim_1.3.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/turtlesim/turtlesim_1.3.3-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_tutorials-release/archive/release/galactic/turtlesim/1.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/turtlesim" diff --git a/meta-ros2-galactic/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb b/meta-ros2-galactic/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb index 1730fb09852..4e5a3dff715 100644 --- a/meta-ros2-galactic/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/tvm_vendor-release/archive/release/galactic/tvm_vendor/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/tvm_vendor" diff --git a/meta-ros2-galactic/generated-recipes/ublox/ublox-gps_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/ublox/ublox-gps_2.0.0-3.bb index 98eefceb90c..30951c4b8fd 100644 --- a/meta-ros2-galactic/generated-recipes/ublox/ublox-gps_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ublox/ublox-gps_2.0.0-3.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ublox-release/archive/release/galactic/ublox_gps/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/ublox_gps" diff --git a/meta-ros2-galactic/generated-recipes/ublox/ublox-msgs_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/ublox/ublox-msgs_2.0.0-3.bb index 8310675fecc..12c70a71339 100644 --- a/meta-ros2-galactic/generated-recipes/ublox/ublox-msgs_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ublox/ublox-msgs_2.0.0-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ublox-release/archive/release/galactic/ublox_msgs/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/ublox_msgs" diff --git a/meta-ros2-galactic/generated-recipes/ublox/ublox-serialization_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/ublox/ublox-serialization_2.0.0-3.bb index 0ad2777cfb9..1f8bd7bba21 100644 --- a/meta-ros2-galactic/generated-recipes/ublox/ublox-serialization_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ublox/ublox-serialization_2.0.0-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ublox-release/archive/release/galactic/ublox_serialization/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/ublox_serialization" diff --git a/meta-ros2-galactic/generated-recipes/ublox/ublox_2.0.0-3.bb b/meta-ros2-galactic/generated-recipes/ublox/ublox_2.0.0-3.bb index 6572be0a147..95006a83b6b 100644 --- a/meta-ros2-galactic/generated-recipes/ublox/ublox_2.0.0-3.bb +++ b/meta-ros2-galactic/generated-recipes/ublox/ublox_2.0.0-3.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ublox-release/archive/release/galactic/ublox/2.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/ublox" diff --git a/meta-ros2-galactic/generated-recipes/udp-msgs/udp-msgs_0.0.3-3.bb b/meta-ros2-galactic/generated-recipes/udp-msgs/udp-msgs_0.0.3-3.bb index e9cca528a4d..95cf7163ec0 100644 --- a/meta-ros2-galactic/generated-recipes/udp-msgs/udp-msgs_0.0.3-3.bb +++ b/meta-ros2-galactic/generated-recipes/udp-msgs/udp-msgs_0.0.3-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/udp_msgs-release/archive/release/galactic/udp_msgs/0.0.3-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/udp_msgs" diff --git a/meta-ros2-galactic/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bb b/meta-ros2-galactic/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bb index 720f899e17b..84d621c1a28 100644 --- a/meta-ros2-galactic/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/uncrustify_vendor-release/archive/release/galactic/uncrustify_vendor/1.5.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/uncrustify_vendor" diff --git a/meta-ros2-galactic/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-2.bb index 8ff4b92b67f..36a88c7728f 100644 --- a/meta-ros2-galactic/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-2.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/unique_identifier_msgs-release/archive/release/galactic/unique_identifier_msgs/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/unique_identifier_msgs" diff --git a/meta-ros2-galactic/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-2.bb b/meta-ros2-galactic/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-2.bb index 4ba8ced778b..68f6e03ad76 100644 --- a/meta-ros2-galactic/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_py-release/archive/release/galactic/urdfdom_py/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/urdfdom_py" diff --git a/meta-ros2-galactic/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb b/meta-ros2-galactic/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb index 6fe927aa668..711786420a4 100644 --- a/meta-ros2-galactic/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/galactic/urdf_parser_plugin/2.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/urdf_parser_plugin" diff --git a/meta-ros2-galactic/generated-recipes/urdf/urdf_2.5.2-1.bb b/meta-ros2-galactic/generated-recipes/urdf/urdf_2.5.2-1.bb index 1644cb74e48..83a553c39b8 100644 --- a/meta-ros2-galactic/generated-recipes/urdf/urdf_2.5.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/urdf/urdf_2.5.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/galactic/urdf/2.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/urdf" diff --git a/meta-ros2-galactic/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-3.bb b/meta-ros2-galactic/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-3.bb index 54422cd83c4..c8b700dbf5e 100644 --- a/meta-ros2-galactic/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-3.bb +++ b/meta-ros2-galactic/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-3.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_headers-release/archive/release/galactic/urdfdom_headers/1.0.5-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/urdfdom_headers" diff --git a/meta-ros2-galactic/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb b/meta-ros2-galactic/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb index 272c6f9f9fe..4c2035d336f 100644 --- a/meta-ros2-galactic/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb +++ b/meta-ros2-galactic/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom-release/archive/release/galactic/urdfdom/2.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/urdfdom" diff --git a/meta-ros2-galactic/generated-recipes/urg-c/urg-c_1.0.4001-3.bb b/meta-ros2-galactic/generated-recipes/urg-c/urg-c_1.0.4001-3.bb index 9f4270ccaa1..8b54412b6e7 100644 --- a/meta-ros2-galactic/generated-recipes/urg-c/urg-c_1.0.4001-3.bb +++ b/meta-ros2-galactic/generated-recipes/urg-c/urg-c_1.0.4001-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_c-release/archive/release/galactic/urg_c/1.0.4001-3.tar.gz ROS_BRANCH ?= "branch=release/galactic/urg_c" diff --git a/meta-ros2-galactic/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-5.bb b/meta-ros2-galactic/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-5.bb index 645bc2b7ddc..93bfc634de9 100644 --- a/meta-ros2-galactic/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-5.bb +++ b/meta-ros2-galactic/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-5.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node_msgs-release/archive/release/galactic/urg_node_msgs/1.0.1-5.tar.gz ROS_BRANCH ?= "branch=release/galactic/urg_node_msgs" diff --git a/meta-ros2-galactic/generated-recipes/urg-node/urg-node_1.1.0-2.bb b/meta-ros2-galactic/generated-recipes/urg-node/urg-node_1.1.0-2.bb index dfd9cb33349..c8dc221d67a 100644 --- a/meta-ros2-galactic/generated-recipes/urg-node/urg-node_1.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/urg-node/urg-node_1.1.0-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node-release/archive/release/galactic/urg_node/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/urg_node" diff --git a/meta-ros2-galactic/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-2.bb b/meta-ros2-galactic/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-2.bb index e1744eb646c..6bd598a5253 100644 --- a/meta-ros2-galactic/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_v4l2_camera-release/archive/release/galactic/v4l2_camera/0.4.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/v4l2_camera" diff --git a/meta-ros2-galactic/generated-recipes/variants/desktop_0.9.3-2.bb b/meta-ros2-galactic/generated-recipes/variants/desktop_0.9.3-2.bb index 7453de95a37..58c16126467 100644 --- a/meta-ros2-galactic/generated-recipes/variants/desktop_0.9.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/variants/desktop_0.9.3-2.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/galactic/desktop/0.9.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/desktop" diff --git a/meta-ros2-galactic/generated-recipes/variants/ros-base_0.9.3-2.bb b/meta-ros2-galactic/generated-recipes/variants/ros-base_0.9.3-2.bb index 9fa45897446..8928a3a1528 100644 --- a/meta-ros2-galactic/generated-recipes/variants/ros-base_0.9.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/variants/ros-base_0.9.3-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/galactic/ros_base/0.9.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_base" diff --git a/meta-ros2-galactic/generated-recipes/variants/ros-core_0.9.3-2.bb b/meta-ros2-galactic/generated-recipes/variants/ros-core_0.9.3-2.bb index 620db4ecfea..beeeda93d95 100644 --- a/meta-ros2-galactic/generated-recipes/variants/ros-core_0.9.3-2.bb +++ b/meta-ros2-galactic/generated-recipes/variants/ros-core_0.9.3-2.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/galactic/ros_core/0.9.3-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros_core" diff --git a/meta-ros2-galactic/generated-recipes/vision-opencv/cv-bridge_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/vision-opencv/cv-bridge_2.2.1-2.bb index d9b37cf0b12..6c4e693e64a 100644 --- a/meta-ros2-galactic/generated-recipes/vision-opencv/cv-bridge_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/vision-opencv/cv-bridge_2.2.1-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/galactic/cv_bridge/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/cv_bridge" diff --git a/meta-ros2-galactic/generated-recipes/vision-opencv/image-geometry_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/vision-opencv/image-geometry_2.2.1-2.bb index d251f14b3ec..4d56b0b9ce5 100644 --- a/meta-ros2-galactic/generated-recipes/vision-opencv/image-geometry_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/vision-opencv/image-geometry_2.2.1-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/galactic/image_geometry/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/image_geometry" diff --git a/meta-ros2-galactic/generated-recipes/vision-opencv/vision-opencv_2.2.1-2.bb b/meta-ros2-galactic/generated-recipes/vision-opencv/vision-opencv_2.2.1-2.bb index ed87c554c19..385b8458ebf 100644 --- a/meta-ros2-galactic/generated-recipes/vision-opencv/vision-opencv_2.2.1-2.bb +++ b/meta-ros2-galactic/generated-recipes/vision-opencv/vision-opencv_2.2.1-2.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/galactic/vision_opencv/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/vision_opencv" diff --git a/meta-ros2-galactic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb b/meta-ros2-galactic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb index 0f49bb81d3d..79e9bdd3f0e 100644 --- a/meta-ros2-galactic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb +++ b/meta-ros2-galactic/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros_mongo-release/archive/release/galactic/warehouse_ros_mongo/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/warehouse_ros_mongo" diff --git a/meta-ros2-galactic/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb b/meta-ros2-galactic/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb index c265d7f1896..4b6b9d15bff 100644 --- a/meta-ros2-galactic/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb +++ b/meta-ros2-galactic/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros-release/archive/release/galactic/warehouse_ros/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/warehouse_ros" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-2.bb index d3a66da37ee..4e4073d9b1f 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_abb/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_abb" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-2.bb index c1e524ca4f4..63db1507cdc 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_core/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_core" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-2.bb index 9dbcb8dc1cb..990c75eeda9 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_demos/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_demos" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-2.bb index 3d7b8d37566..e1de6be2f34 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_epuck/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_epuck" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-2.bb index 281120600f9..4dc471f25b7 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_examples/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_examples" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-2.bb index 56827268b18..0369327f3d4 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_importer/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_importer" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-2.bb index b13ed2c7f49..7d1b2f36ec6 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-2.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_msgs/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_msgs" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-2.bb index 02ecac951c3..a7c60ed884d 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_tesla/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_tesla" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-2.bb index d1e75b612d4..a95eb2cd552 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_tiago/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_tiago" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-2.bb index 391a0340f43..84d18fdad68 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_turtlebot/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_turtlebot" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-2.bb index 2401d4a8a78..4694e3d94f9 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_tutorials/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_tutorials" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-2.bb index d72a880a71f..9f16ed9d0c0 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_universal_robot/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_universal_robot" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-2.bb index 724baef8902..022aa846057 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2_ur_e_description/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2_ur_e_description" diff --git a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2_1.0.6-2.bb b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2_1.0.6-2.bb index 034871d82ac..f3de1d99a41 100644 --- a/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2_1.0.6-2.bb +++ b/meta-ros2-galactic/generated-recipes/webots-ros2/webots-ros2_1.0.6-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/webots_ros2-release/archive/release/galactic/webots_ros2/1.0.6-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/webots_ros2" diff --git a/meta-ros2-galactic/generated-recipes/xacro/xacro_2.0.6-1.bb b/meta-ros2-galactic/generated-recipes/xacro/xacro_2.0.6-1.bb index 440b3a793d7..fdaaa0a68e3 100644 --- a/meta-ros2-galactic/generated-recipes/xacro/xacro_2.0.6-1.bb +++ b/meta-ros2-galactic/generated-recipes/xacro/xacro_2.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/xacro-release/archive/release/galactic/xacro/2.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/galactic/xacro" diff --git a/meta-ros2-galactic/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-2.bb b/meta-ros2-galactic/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-2.bb index a5ba8ba840a..89a817b0273 100644 --- a/meta-ros2-galactic/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-2.bb +++ b/meta-ros2-galactic/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/yaml_cpp_vendor-release/archive/release/galactic/yaml_cpp_vendor/7.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/yaml_cpp_vendor" diff --git a/meta-ros2-galactic/recipes-bbappends/acado-vendor/acado-vendor_1.0.0-3.bbappend b/meta-ros2-galactic/recipes-bbappends/acado-vendor/acado-vendor_1.0.0-3.bbappend index 4eb53634853..3fa65418541 100644 --- a/meta-ros2-galactic/recipes-bbappends/acado-vendor/acado-vendor_1.0.0-3.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/acado-vendor/acado-vendor_1.0.0-3.bbappend @@ -4,7 +4,7 @@ # https://github.com/cho3/acado.git GIT_TAG 8366e22cd5d815078e8d24f78dbced28b48d7e32 # https://github.com/cho3/hpmpc.git GIT_TAG abbcf0806e4c8763ab2129a90efd827d194c1b00 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-acado-hpmpc-with-bitbake-fetche.patch \ git://github.com/cho3/acado.git;protocol=https;name=acado-upstream;destsuffix=git/acado-upstream;branch=submodule \ file://0001-acado-cmake-CompilerOptions.cmake-don-t-set-march-native.patch;patchdir=acado-upstream \ @@ -23,7 +23,7 @@ SRCREV_hpmpc-upstream = "abbcf0806e4c8763ab2129a90efd827d194c1b00" # /usr/share/acado/external_packages/qpoases # /usr/share/acado/external_packages/qpoases3 # .... -FILES_${PN}-dev += "${prefix}/cmake/hpmpcConfig* \ +FILES:${PN}-dev += "${prefix}/cmake/hpmpcConfig* \ ${datadir}/acado/external_packages/qpoases \ ${datadir}/acado/external_packages/qpoases3 \ " @@ -31,11 +31,11 @@ FILES_${PN}-dev += "${prefix}/cmake/hpmpcConfig* \ # ERROR: acado-vendor-1.0.0-3-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package acado-vendor contains symlink .so '/usr/lib/libacado_toolkit_s.so' [dev-so] inherit ros_insane_dev_so -DEPENDS_append_class-target = " chrpath-replacement-native" +DEPENDS:append:class-target = " chrpath-replacement-native" # For some reason ends with bad RPATH # ERROR: acado-vendor-1.0.0-3-r0 do_package_qa: QA Issue: package acado-vendor contains bad RPATH # acado-vendor/1.0.0-3-r0/build/acado_external_project_install/lib in file # acado-vendor/1.0.0-3-r0/packages-split/acado-vendor/usr/lib/libacado_toolkit_s.so.1.2.2beta [rpaths] -do_install_append() { +do_install:append() { chrpath --delete ${D}${libdir}/libacado_toolkit_s*${SOLIBS} } diff --git a/meta-ros2-galactic/recipes-bbappends/apex-containers/apex-containers_0.0.4-2.bbappend b/meta-ros2-galactic/recipes-bbappends/apex-containers/apex-containers_0.0.4-2.bbappend index 8a42a12b77d..79c444bea2a 100644 --- a/meta-ros2-galactic/recipes-bbappends/apex-containers/apex-containers_0.0.4-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/apex-containers/apex-containers_0.0.4-2.bbappend @@ -18,5 +18,5 @@ SRC_URI += "file://0002-string_silent.hpp-fix-stringop-overread-issue.patch" # apex-containers/0.0.4-2-r0/git/src/string/to_string.cpp:341:18: error: redefinition of 'apex::string32_t apex::to_string(uint64_t)' # apex-containers/0.0.4-2-r0/git/src/string/to_string.cpp:399:18: error: redefinition of 'apex::string32_t apex::to_string(int64_t)' -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-to_string.hpp-remove-inline-version-of-apex-to_strin.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bbappend b/meta-ros2-galactic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bbappend index 9d5f5a70573..03825de149f 100644 --- a/meta-ros2-galactic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-2.bbappend @@ -5,4 +5,4 @@ ROS_BUILD_DEPENDS += " \ cppzmq \ " -FILES_${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" +FILES:${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" diff --git a/meta-ros2-galactic/recipes-bbappends/cartographer/cartographer_1.0.9001-3.bbappend b/meta-ros2-galactic/recipes-bbappends/cartographer/cartographer_1.0.9001-3.bbappend index 8e6de34f5da..12d17e1735c 100644 --- a/meta-ros2-galactic/recipes-bbappends/cartographer/cartographer_1.0.9001-3.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/cartographer/cartographer_1.0.9001-3.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://0001-FindLuaGoogle.cmake-explicitly-link-with-dl.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-galactic/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend b/meta-ros2-galactic/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend index b79ae4cd8fa..8034ad8f5da 100644 --- a/meta-ros2-galactic/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend @@ -3,11 +3,11 @@ # IDLC depends on maven and we don't want meta-ros to depend on meta-java just for that EXTRA_OECMAKE += "-DBUILD_IDLC=OFF" -FILES_${PN}-dev += "${datadir}/CycloneDDS" +FILES:${PN}-dev += "${datadir}/CycloneDDS" inherit ros_insane_dev_so DEPENDS += "cyclonedds-native" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-ddsconf-install-ddsconf-to-be-used-in-target-cyclone.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/fastrtps/fastrtps_%.bbappend b/meta-ros2-galactic/recipes-bbappends/fastrtps/fastrtps_%.bbappend index 335be581e32..429ef22dc7b 100644 --- a/meta-ros2-galactic/recipes-bbappends/fastrtps/fastrtps_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/fastrtps/fastrtps_%.bbappend @@ -2,7 +2,7 @@ inherit ros_insane_dev_so -FILES_${PN} += "${prefix}/tools" +FILES:${PN} += "${prefix}/tools" # rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/share/fastrtps/cmake/fast-discovery-server-targets.cmake:70 # expects the binary to exist: @@ -10,6 +10,6 @@ FILES_${PN} += "${prefix}/tools" # "TOPDIR/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/bin/fast-discovery-server-1.0.0" # OE doesn't stage ${bindir} for target recipes, but in this case the fastdds::fast-discovery-server isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-galactic/recipes-bbappends/filters/filters_2.0.0-3.bbappend b/meta-ros2-galactic/recipes-bbappends/filters/filters_2.0.0-3.bbappend index ca7d88444ab..fd71a1d88ee 100644 --- a/meta-ros2-galactic/recipes-bbappends/filters/filters_2.0.0-3.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/filters/filters_2.0.0-3.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-filter_base.hpp-use-unsigned-long-instead-of-size_t-.patch \ " diff --git a/meta-ros2-galactic/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bbappend b/meta-ros2-galactic/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bbappend index e130042df5a..e536fb88ef9 100644 --- a/meta-ros2-galactic/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-2.bbappend @@ -9,5 +9,5 @@ ROS_BUILD_DEPENDS += " \ # dashing: https://github.com/ros/rosdistro/commit/2617ae2b86d9eacee6f7b6a66472255047da87ba SRC_URI = "git://github.com/ros2-gbp/fmilibrary_vendor-release;${ROS_BRANCH};protocol=https" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-just-depend-on-system-fmilibrary-with.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/geographic-info/geodesy_1.0.4-5.bbappend b/meta-ros2-galactic/recipes-bbappends/geographic-info/geodesy_1.0.4-5.bbappend index 09de87cd754..dae6474344d 100644 --- a/meta-ros2-galactic/recipes-bbappends/geographic-info/geodesy_1.0.4-5.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/geographic-info/geodesy_1.0.4-5.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # ROS2 is python3-only and python2 is blacklisted here -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_append = " python3-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:append = " python3-catkin-pkg" diff --git a/meta-ros2-galactic/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bbappend b/meta-ros2-galactic/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bbappend index 26a6c49b522..2077c4a292b 100644 --- a/meta-ros2-galactic/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-prevent-building-google-benchmark-wit.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/googletest/gmock-vendor_%.bbappend b/meta-ros2-galactic/recipes-bbappends/googletest/gmock-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-galactic/recipes-bbappends/googletest/gmock-vendor_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/googletest/gmock-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-galactic/recipes-bbappends/googletest/gtest-vendor_%.bbappend b/meta-ros2-galactic/recipes-bbappends/googletest/gtest-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-galactic/recipes-bbappends/googletest/gtest-vendor_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/googletest/gtest-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-2.bbappend index 655d21d87b2..6403977ca4b 100644 --- a/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-2.bbappend @@ -5,7 +5,7 @@ # /usr/etc/roudi_config_example.toml # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # iceoryx-posh: 2 installed and not shipped files. [installed-vs-shipped] -do_install_append () { +do_install:append () { if [ -d ${D}${prefix}${sysconfdir} ] ; then mv ${D}${prefix}${sysconfdir} ${D}${sysconfdir} fi @@ -17,13 +17,13 @@ do_install_append () { # "TOPDIR/tmp-glibc/work/qemux86-webos-linux/iceoryx-binding-c/0.99.7-1-r0/recipe-sysroot/usr/bin/iox-roudi" # OE doesn't stage ${bindir} for target recipes, but in this case the iceoryx_posh::iox-roudi isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } # v0.1.1 tag SRCREV_cpptoml = "0bfa56fc8361e1715de05709b349bc44d910c7db" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "git://github.com/skystrife/cpptoml.git;name=cpptoml;destsuffix=git/cpptoml-upstream \ file://0001-Fix-build-with-gcc-11.patch;patchdir=cpptoml-upstream \ file://0001-cpptoml-fetch-with-bitbake-fetcher-instead-of-Extern.patch \ diff --git a/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-2.bbappend index 2f6778c22ce..66f09688bdb 100644 --- a/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-2.bbappend @@ -7,13 +7,13 @@ # gcc-runtime recipe doesn't have PN in PACKAGES (and we would still depend # on do_package shlibs handling to add runtime dependency on actual package # with libatomic library) -ROS_EXEC_DEPENDS_remove = "gcc-runtime" +ROS_EXEC_DEPENDS:remove = "gcc-runtime" # there is no native support for gcc-runtime, so also no libatomic, add it only for target builds -ROS_EXEC_DEPENDS_append-class-target = " libatomic" +ROS_EXEC_DEPENDS:append-class-target = " libatomic" # and also remove it from build time depends when buiding native rc-utils -DEPENDS_remove_class-native = "gcc-runtime-native gcc-runtime" +DEPENDS:remove:class-native = "gcc-runtime-native gcc-runtime" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-IceoryxPackageHelper.cmake-change-DESTINATION_CONFIG.patch \ file://0001-Fix-build-with-gcc-11.patch \ file://0001-Revert-iox-713-document-the-restrictions-on-size-and.patch \ diff --git a/meta-ros2-galactic/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-6.bbappend b/meta-ros2-galactic/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-6.bbappend index 8418d5454db..1d609949916 100644 --- a/meta-ros2-galactic/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-6.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-6.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-enable-C-language-to-fix-try_compile-.patch \ file://0002-CMakeLists.txt-drop-s.patch \ " diff --git a/meta-ros2-galactic/recipes-bbappends/joystick-drivers/joy_3.0.0-5.bbappend b/meta-ros2-galactic/recipes-bbappends/joystick-drivers/joy_3.0.0-5.bbappend index 181fc4eb90f..87849dc7408 100644 --- a/meta-ros2-galactic/recipes-bbappends/joystick-drivers/joy_3.0.0-5.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/joystick-drivers/joy_3.0.0-5.bbappend @@ -4,5 +4,5 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-adapter \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-sdl2.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/launch/launch-testing_0.17.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/launch/launch-testing_0.17.0-2.bbappend index 30164ddc695..5d9e1b63a40 100644 --- a/meta-ros2-galactic/recipes-bbappends/launch/launch-testing_0.17.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/launch/launch-testing_0.17.0-2.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # This component puts *_proc files under libdir. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/lib/${ROS_BPN} \ " diff --git a/meta-ros2-galactic/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend b/meta-ros2-galactic/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend index 00eeb5acc53..ef067eff3df 100644 --- a/meta-ros2-galactic/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend @@ -2,7 +2,7 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libyaml-with-bitbake-fetcher.patch \ file://0002-CMakeLists.txt-use-platform-libyaml-when-available-i.patch \ " diff --git a/meta-ros2-galactic/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend b/meta-ros2-galactic/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend index eb8133910fa..4395aca48ac 100644 --- a/meta-ros2-galactic/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS_mavros? [file-rdeps] -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS_mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS:mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS:mavros? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ python3-core \ @@ -13,5 +13,5 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-galactic/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend index 289a8f4373d..889094ec2ce 100644 --- a/meta-ros2-galactic/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend @@ -4,5 +4,5 @@ DEPENDS += " \ libtinyxml2 \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-search-for-tinyxml2-instead-of-tinyxml.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-2.bbappend b/meta-ros2-galactic/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-2.bbappend index f1eb32b5276..d350b6e2143 100644 --- a/meta-ros2-galactic/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-2.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ros2/Mimick.git revision f171450b5ebaa3d2538c762a059dfc6ab7a01039 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-only-specified-mimick-files-n.patch \ file://0002-CMakeLists.txt-fetch-mimick-with-bitbake-fetcher.patch \ git://github.com/ros2/Mimick.git;protocol=https;name=mimick;branch=ros2;destsuffix=git/mimick-upstream \ diff --git a/meta-ros2-galactic/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/moveit/moveit-kinematics_2.2.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/moveit/moveit-kinematics_2.2.0-1.bbappend index 086d033f976..2d84c1de4dc 100644 --- a/meta-ros2-galactic/recipes-bbappends/moveit/moveit-kinematics_2.2.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/moveit/moveit-kinematics_2.2.0-1.bbappend @@ -12,12 +12,12 @@ DEPENDS += "moveit-ros-planning" # [dev-so] inherit ros_insane_dev_so -# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS_moveit-kinematics? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS:moveit-kinematics? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-galactic/recipes-bbappends/nao-interfaces/nao-interfaces_0.0.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/nao-interfaces/nao-interfaces_0.0.2-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/nao-interfaces/nao-interfaces_0.0.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/nao-interfaces/nao-interfaces_0.0.2-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-smac-planner_1.0.6-1.bbappend b/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-smac-planner_1.0.6-1.bbappend index 8b3c20cc8df..8c1e9604b7b 100644 --- a/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-smac-planner_1.0.6-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-smac-planner_1.0.6-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-util_1.0.6-1.bbappend b/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-util_1.0.6-1.bbappend index b6ce039cfff..7b8d549a3e6 100644 --- a/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-util_1.0.6-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/navigation2/nav2-util_1.0.6-1.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2021 LG Electronics, Inc. # Doesn't seem to be really mandatory -DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" +DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', 'launch launch-testing-ament-cmake', '', d)}" diff --git a/meta-ros2-galactic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend b/meta-ros2-galactic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend index bbfcf26c1f3..b4939f9b305 100644 --- a/meta-ros2-galactic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend @@ -14,17 +14,17 @@ # dynamic-edt-3d: 9 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.7-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package dynamic-edt-3d contains symlink .so '/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # ERROR: dynamic-edt-3d-1.9.7-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /usr/lib/libdynamicedt3d.so.1.9.7 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-galactic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend b/meta-ros2-galactic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend index cce9e01a66f..96841d07c75 100644 --- a/meta-ros2-galactic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend @@ -9,7 +9,7 @@ # octomap: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " @@ -29,7 +29,7 @@ inherit ros_insane_dev_so # octomap: /usr/bin/graph2tree contains probably-redundant RPATH /usr/lib # octomap: /usr/bin/edit_octree contains probably-redundant RPATH /usr/lib # octomap: /usr/bin/eval_octree_accuracy contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-galactic/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros2-galactic/recipes-bbappends/ompl/ompl_%.bbappend index f1525bd16a9..926cb449ea3 100644 --- a/meta-ros2-galactic/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ompl/ompl_%.bbappend @@ -14,7 +14,7 @@ ROS_UNRESOLVED_DEP-opende = "" # ompl: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " @@ -22,7 +22,7 @@ FILES_${PN}_prepend = " \ inherit ros_insane_dev_so # ERROR: ompl-1.5.2-1-r0 do_package_qa: QA Issue: ompl: /usr/lib/libompl.so.1.5.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-galactic/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend b/meta-ros2-galactic/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend index 2bdb36898ba..e103ff6d51c 100644 --- a/meta-ros2-galactic/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/oxfordcontrol/osqp.git from tag v0.6.2 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-user-relative-destination-path.patch \ file://0002-CMakeLists.txt-fetch-osqp-with-bitbake-fetcher.patch \ git://github.com/oxfordcontrol/osqp.git;protocol=https;name=osqp;destsuffix=git/osqp-upstream \ diff --git a/meta-ros2-galactic/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-2.bbappend b/meta-ros2-galactic/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-2.bbappend index 6479f279937..356f860d9a7 100644 --- a/meta-ros2-galactic/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. # This doesn't seem to be needed and would require google-benchmark and google-benchmark-vendor to have native BBCLASSEXTEND as well -ROS_BUILDTOOL_EXPORT_DEPENDS_remove = " \ +ROS_BUILDTOOL_EXPORT_DEPENDS:remove = " \ ament-cmake-google-benchmark-native \ " diff --git a/meta-ros2-galactic/recipes-bbappends/phidgets-drivers/libphidget22_2.2.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/phidgets-drivers/libphidget22_2.2.0-1.bbappend index a0eacb05cba..938dce0857f 100644 --- a/meta-ros2-galactic/recipes-bbappends/phidgets-drivers/libphidget22_2.2.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/phidgets-drivers/libphidget22_2.2.0-1.bbappend @@ -7,5 +7,5 @@ LICENSE = "LGPL-3.0+" DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-2.bbappend b/meta-ros2-galactic/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-2.bbappend index 7ef9a94f83d..ee3f1e5ee13 100644 --- a/meta-ros2-galactic/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-2.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. DEPENDS += "python3-pybind11" -RDEPENDS_${PN} += "python3-pybind11" -ALLOW_EMPTY_${PN} = "1" +RDEPENDS:${PN} += "python3-pybind11" +ALLOW_EMPTY:${PN} = "1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-rolling-pybind11-vendor-don-t-build-pybind11-use-pla.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend b/meta-ros2-galactic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend index 838eabd9919..34446152db7 100644 --- a/meta-ros2-galactic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend @@ -5,7 +5,7 @@ # during do_compile fetch it with bitbake's git fetcher from github, because # https://projects.coin-or.org/qpOASES only shows: # This project has moved t https://github.com/coin-or/qpOASES -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-qpOASES-with-bitbake-fetcher.patch \ git://github.com/coin-or/qpOASES;protocol=https;branch=stable/3.2;name=qpOASES-upstream;destsuffix=git/qpOASES-upstream \ " diff --git a/meta-ros2-galactic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-2.bbappend index 9efd0f81292..bcfcd75e567 100644 --- a/meta-ros2-galactic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-2.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # in version 2.4.1-1 only aarch64 prebuilt binaries ware missing GNU_HASH, but in 2.5.0-1 it's missing for all 4 supported architectures (32_ARMhf, 32_i86, 64_ARM, 64_x64) -INSANE_SKIP_${PN} += " ldflags" +INSANE_SKIP:${PN} += " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN} += " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-galactic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bbappend b/meta-ros2-galactic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bbappend index 167e9cc2b75..3774158526a 100644 --- a/meta-ros2-galactic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-2.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: diff --git a/meta-ros2-galactic/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend index 873d5ab33ee..b2e5ead9528 100644 --- a/meta-ros2-galactic/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rcdiscover/rcdiscover_1.1.2-1.bbappend @@ -3,6 +3,6 @@ # ERROR: rcdiscover-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rcdiscover path '/work/core2-64-oe-linux/rcdiscover/1.0.4-1-r0/packages-split/rcdiscover/usr/lib/librcdiscover.so' [dev-so] inherit ros_insane_dev_so -do_install_append() { +do_install:append() { mv ${D}${datadir}/package.xml ${D}${datadir}/${ROS_BPN}/ } diff --git a/meta-ros2-galactic/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend index 42db3a33625..55582d37516 100644 --- a/meta-ros2-galactic/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-yaml.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/rcutils/rcutils_4.0.2-2.bbappend b/meta-ros2-galactic/recipes-bbappends/rcutils/rcutils_4.0.2-2.bbappend index 4d35cfe58e9..4403b8818f0 100644 --- a/meta-ros2-galactic/recipes-bbappends/rcutils/rcutils_4.0.2-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rcutils/rcutils_4.0.2-2.bbappend @@ -7,8 +7,8 @@ # gcc-runtime recipe doesn't have PN in PACKAGES (and we would still depend # on do_package shlibs handling to add runtime dependency on actual package # with libatomic library) -ROS_EXEC_DEPENDS_remove = "gcc-runtime" +ROS_EXEC_DEPENDS:remove = "gcc-runtime" # there is no native support for gcc-runtime, so also no libatomic, add it only for target builds -ROS_EXEC_DEPENDS_append-class-target = " libatomic" +ROS_EXEC_DEPENDS:append-class-target = " libatomic" # and also remove it from build time depends when buiding native rc-utils -DEPENDS_remove_class-native = "gcc-runtime-native gcc-runtime" +DEPENDS:remove:class-native = "gcc-runtime-native gcc-runtime" diff --git a/meta-ros2-galactic/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/realsense2-camera/realsense2-camera-msgs_3.2.2-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-1.bbappend index 64dbb7a31a3..4d225665387 100644 --- a/meta-ros2-galactic/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-schedule-fix-get_participant-declaration-to-match-Vi.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend b/meta-ros2-galactic/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend index 467b0860146..654558edd21 100644 --- a/meta-ros2-galactic/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp rmw-connextdds', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp rmw-connextdds', '', d)}" -ROS_BUILD_DEPENDS_append = "rosidl-adapter-native" -ROS_EXEC_DEPENDS_append = " \ +ROS_BUILD_DEPENDS:append = "rosidl-adapter-native" +ROS_EXEC_DEPENDS:append = " \ rmw-fastrtps-cpp \ rmw-cyclonedds-cpp \ " diff --git a/meta-ros2-galactic/recipes-bbappends/robot-localization/robot-localization_3.2.3-1.bbappend b/meta-ros2-galactic/recipes-bbappends/robot-localization/robot-localization_3.2.3-1.bbappend index a009c0934cd..9c4ef9bf50e 100644 --- a/meta-ros2-galactic/recipes-bbappends/robot-localization/robot-localization_3.2.3-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/robot-localization/robot-localization_3.2.3-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0004-Fix-build-with-gcc-11-by-switching-from-std-c-14-to-.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend b/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend index 40e3deeee5d..2d82f957cda 100644 --- a/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend @@ -6,7 +6,7 @@ # # Create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login. Place it in a separate package # which will be added to images when IMAGE_FEATURES contains "ros-implicit-workspace" -do_install_append() { +do_install:append() { profile_dir=${sysconfdir}/profile.d/ros mkdir -p ${D}$profile_dir cd ${D}$profile_dir @@ -53,6 +53,6 @@ do_install_append() { PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-2.bbappend b/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-2.bbappend index c0365550cb2..ff96a40ae9a 100644 --- a/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-2.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake-core" -ROS_BUILD_DEPENDS_remove = "ament-package" +ROS_BUILD_DEPENDS:remove = "ament-cmake-core" +ROS_BUILD_DEPENDS:remove = "ament-package" ROS_BUILDTOOL_DEPENDS += " \ ament-cmake-core-native \ ament-package-native \ @@ -10,5 +10,5 @@ ROS_BUILDTOOL_DEPENDS += " \ # The package find files from CMAKE_INSTALL_PREFIX that is just absolute "/usr". # Need to pass the native sysroot folder path. export STAGING_DIR_NATIVE -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-msgs_2.0.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-msgs_2.0.0-2.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-msgs_2.0.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-msgs_2.0.0-2.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ros2-planning-system/plansys2-pddl-parser_2.0.0-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/ros2cli/ros2cli_0.13.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/ros2cli/ros2cli_0.13.2-1.bbappend index 9901bdf07da..85442070d0c 100644 --- a/meta-ros2-galactic/recipes-bbappends/ros2cli/ros2cli_0.13.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/ros2cli/ros2cli_0.13.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # Needed to run ros2 commands on the target. -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-codecs \ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \ diff --git a/meta-ros2-galactic/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend index 5ba67f8e1ea..d1408c044b3 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-drop-dependency-on-zstd_vendor.patch" # PN package in zstd-vendor is empty and not created, remove runtime dependency on it -ROS_EXEC_DEPENDS_remove = "zstd-vendor" +ROS_EXEC_DEPENDS:remove = "zstd-vendor" diff --git a/meta-ros2-galactic/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend index 035a8a4f6d3..e3785304467 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend @@ -4,7 +4,7 @@ # https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip # https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip # with curl during do_compile use bitbake git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch \ git://github.com/cameron314/readerwriterqueue.git;protocol=https;name=singleproducerconsumer-upstream;destsuffix=git/singleproducerconsumer-upstream \ git://github.com/cameron314/concurrentqueue.git;protocol=https;name=concurrentqueue-upstream;destsuffix=git/concurrentqueue-upstream \ diff --git a/meta-ros2-galactic/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend index 8da7e06dc9b..778d03ff638 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-prevent-building-zstd-with-ExternalPr.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend b/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend index 98377bc794a..50f709b05c6 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" diff --git a/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend b/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend index f66ff7d655c..7ebf97efbe1 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" DEPENDS += "rosidl-cmake" diff --git a/meta-ros2-galactic/recipes-bbappends/rosidl/rosidl-adapter_2.2.1-2.bbappend b/meta-ros2-galactic/recipes-bbappends/rosidl/rosidl-adapter_2.2.1-2.bbappend index 8b9e2cf44e1..9212e982d48 100644 --- a/meta-ros2-galactic/recipes-bbappends/rosidl/rosidl-adapter_2.2.1-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rosidl/rosidl-adapter_2.2.1-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake" +ROS_BUILD_DEPENDS:remove = "ament-cmake" ROS_BUILDTOOL_DEPENDS += "ament-cmake-native" diff --git a/meta-ros2-galactic/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend b/meta-ros2-galactic/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend index 47bcf0cc1db..132bc10ed0f 100644 --- a/meta-ros2-galactic/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend @@ -4,5 +4,5 @@ # rplidar-ros/2.0.2-1-r0/git/sdk/src/rplidar_driver.cpp:2222:26: error: control reaches end of non-void function [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-galactic/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend b/meta-ros2-galactic/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend index 5ad4654ce65..47918044980 100644 --- a/meta-ros2-galactic/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend @@ -4,9 +4,9 @@ # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "ogre" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-remove-all-ExternalProject_Add-calls-and-.patch" # libxaw is empty, the library is installed in libxaw6 and libxaw7 packages # and ogre should get runtime dependency automatically through shlibs -RDEPENDS_${PN}_remove = "libxaw" +RDEPENDS:${PN}:remove = "libxaw" diff --git a/meta-ros2-galactic/recipes-bbappends/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bbappend b/meta-ros2-galactic/recipes-bbappends/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-galactic/recipes-bbappends/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/soccer-interfaces/soccer-vision-msgs_0.0.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-galactic/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-2.bbappend index 5844e268337..29f45d486b0 100644 --- a/meta-ros2-galactic/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-2.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # spdlog is header only library and PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "spdlog" +RDEPENDS:${PN}:remove = "spdlog" # ERROR: spdlog-vendor-1.1.1-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: spdlog-vendor path '/work/aarch64-oe-linux/spdlog-vendor/1.1.1-1-r0/packages-split/spdlog-vendor/usr/lib/libspdlog.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros2-galactic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend b/meta-ros2-galactic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend index 242ea0be2cb..bbc37149f86 100644 --- a/meta-ros2-galactic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend @@ -2,16 +2,16 @@ # Instead of fetching tvm and its submodules during do_compile, use separate tvm recipe DEPENDS += "tvm" -RDEPENDS_${PN} += "tvm" +RDEPENDS:${PN} += "tvm" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-tvm-from-separate-recipe.patch" # even with empty ${PN} we want to use this to pull runtime dependency on tvm -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # openblas PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" # spirv-headers PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "spirv-headers" +ROS_EXEC_DEPENDS:remove = "spirv-headers" diff --git a/meta-ros2-galactic/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bbappend b/meta-ros2-galactic/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bbappend index 25e24a0e235..f195b4e458f 100644 --- a/meta-ros2-galactic/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-2.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2020 LG Electronics, Inc. # uncrustify appears in both ROS_BUILD_DEPENDS and ROS_EXPORT_DEPENDS, so it's easier to remove it from DEPENDS. -DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" -ROS_EXEC_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" # Instead of fetching # https://github.com/uncrustify/uncrustify/archive/45b836cff040594994d364ad6fd3f04adc890a26.tar.gz # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-uncrustify-with-bitbake-fetcher.patch \ git://github.com/uncrustify/uncrustify.git;protocol=https;name=uncrustify;destsuffix=git/uncrustify-upstream \ https://raw.githubusercontent.com/ros2-gbp/uncrustify_vendor-release/release/foxy/uncrustify_vendor/1.4.0-1/install-patch.diff;name=patch;patchdir=uncrustify-upstream \ diff --git a/meta-ros2-galactic/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-2.bbappend b/meta-ros2-galactic/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-2.bbappend index 486088bdde6..7d554ef8b4e 100644 --- a/meta-ros2-galactic/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "\ file://0001-setup.cfg-fix-warning.patch \ file://0002-setup.py-install-data_files-without-share-prefix.patch \ @@ -12,7 +12,7 @@ SRC_URI += "\ # $ head -n 1 tmp-glibc/work/qemux86-webos-linux/urdfdom-py/1.1.0-1-r0/packages-split/urdfdom-py/usr/share/urdfdom_py/scripts/display_urdf #!/jenkins/mjansa/build/ros/webos-rolling-hardknott/tmp-glibc/work/qemux86-webos-linux/urdfdom-py/1.1.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 -do_install_append() { +do_install:append() { for i in ${D}${datadir}/urdfdom_py/scripts/*; do if [ -f "$i" ]; then sed -i -e s:${PYTHON}:${USRBINPATH}/env\ ${DISTUTILS_PYTHON}:g $i diff --git a/meta-ros2-galactic/recipes-bbappends/variants/ros-core_%.bbappend b/meta-ros2-galactic/recipes-bbappends/variants/ros-core_%.bbappend index 17fd7f86dcd..5a63e789586 100644 --- a/meta-ros2-galactic/recipes-bbappends/variants/ros-core_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/variants/ros-core_%.bbappend @@ -8,15 +8,15 @@ ROS_EXEC_DEPENDS += " \ " # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "ament-cmake" -ROS_EXEC_DEPENDS_remove = "ament-cmake-auto" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gmock" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gtest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-pytest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-ros" -ROS_EXEC_DEPENDS_remove = "ament-index-cpp" -ROS_EXEC_DEPENDS_remove = "ament-index-python" -ROS_EXEC_DEPENDS_remove = "ament-lint-auto" -ROS_EXEC_DEPENDS_remove = "ament-lint-common" -ROS_EXEC_DEPENDS_remove = "launch-testing-ament-cmake" -ROS_EXEC_DEPENDS_remove = "rosidl-default-generators" +ROS_EXEC_DEPENDS:remove = "ament-cmake" +ROS_EXEC_DEPENDS:remove = "ament-cmake-auto" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gmock" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gtest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-pytest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-ros" +ROS_EXEC_DEPENDS:remove = "ament-index-cpp" +ROS_EXEC_DEPENDS:remove = "ament-index-python" +ROS_EXEC_DEPENDS:remove = "ament-lint-auto" +ROS_EXEC_DEPENDS:remove = "ament-lint-common" +ROS_EXEC_DEPENDS:remove = "launch-testing-ament-cmake" +ROS_EXEC_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-galactic/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-2.bbappend b/meta-ros2-galactic/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-2.bbappend index 0ceeddc4098..f3a192155cd 100644 --- a/meta-ros2-galactic/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-2.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-2.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ diff --git a/meta-ros2-galactic/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend b/meta-ros2-galactic/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend index 01e9175ff90..a54209a1c35 100644 --- a/meta-ros2-galactic/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend +++ b/meta-ros2-galactic/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend @@ -6,5 +6,5 @@ DESCRIPTION = "Wrapper around yaml-cpp, it provides a fixed CMake module." # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-platform-yaml-cpp.patch" diff --git a/meta-ros2-galactic/recipes-core/packagegroups/packagegroup-ros-world-galactic.bb b/meta-ros2-galactic/recipes-core/packagegroups/packagegroup-ros-world-galactic.bb index 8e8a2bbfb71..acafd97c064 100644 --- a/meta-ros2-galactic/recipes-core/packagegroups/packagegroup-ros-world-galactic.bb +++ b/meta-ros2-galactic/recipes-core/packagegroups/packagegroup-ros-world-galactic.bb @@ -11,29 +11,29 @@ inherit ros_distro_galactic PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "test-osrf-testing-tools-cpp" +RDEPENDS:${PN}:remove = "test-osrf-testing-tools-cpp" # It's empty package now, just providing dependency on platform zstd recipe -RDEPENDS_${PN}_remove = "zstd-vendor" +RDEPENDS:${PN}:remove = "zstd-vendor" # It's empty package now, just providing dependency on platform python3-pybind11 recipe -RDEPENDS_${PN}_remove = "pybind11-vendor" +RDEPENDS:${PN}:remove = "pybind11-vendor" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID = " \ wiimote \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV = " \ spacenav \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ connext-cmake-module \ rmw-connext-cpp \ @@ -46,7 +46,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS = " \ gurumdds-cmake-module \ rmw-gurumdds-cpp \ @@ -54,7 +54,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS = " \ " # Can't build these until we figure out how to build clang-format, clang-tidy without building all of clang. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-clang-format \ ament-clang-tidy \ @@ -62,7 +62,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-cmake-clang-tidy \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ moveit-planners-ompl \ moveit-planners \ @@ -71,17 +71,17 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ " # Needs work to launch qemu to run tests on image on build machine. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH = " \ launch-testing-ament-cmake \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sdformat', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sdformat', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT = " \ sdformat-urdf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ plansys2-bringup \ @@ -95,24 +95,24 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ popf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB = " \ run-ompl-constrained-planning \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER = " \ run-ompl-constrained-planning \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER = " \ octovis \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ ign-rviz \ ign-rviz-common \ @@ -125,7 +125,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ desktop \ libg2o \ @@ -154,7 +154,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ webots-ros2-universal-robot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ desktop \ joint-state-publisher-gui \ @@ -221,20 +221,20 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ mrpt2 \ " # OE won't let us build x264 unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ mrpt2 \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ plotjuggler-ros \ plotjuggler \ @@ -242,7 +242,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ gazebo-plugins \ gazebo-ros-pkgs \ @@ -252,11 +252,11 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ turtlebot3-simulations \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api \ rc-genicam-driver \ @@ -266,9 +266,9 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ desktop \ joint-state-publisher-gui \ @@ -311,7 +311,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ " # do_compile failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ qt-gui-core \ qt-gui-cpp \ @@ -320,7 +320,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ rqt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ desktop \ libg2o \ @@ -347,7 +347,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ webots-ros2-universal-robot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ librealsense2 \ realsense-examples \ @@ -356,19 +356,19 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ realsense2-camera \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1 = " \ rosbag2-bag-v2-plugins \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'babeltrace-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'babeltrace-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON = " \ ros2trace-analysis \ tracetools-analysis \ tracetools-read \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES = " \ webots-ros2 \ webots-ros2-abb \ diff --git a/meta-ros2-galactic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb b/meta-ros2-galactic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb index 1b12e1a9423..c87319e2e3c 100644 --- a/meta-ros2-galactic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb +++ b/meta-ros2-galactic/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "6eb0dff456faa174205ecfd2153a897b26d254071f91cd914b2a inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.6 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.6" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/ros2trace_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/ros2trace_2.3.0-2.bb index 82cb8adbc9a..23c4e617e53 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/ros2trace_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/ros2trace_2.3.0-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/ros2trace/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/ros2trace" diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-2.bb index c4ac5f10ac9..134182d695a 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_launch/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_launch" diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-2.bb index 39534d1bb66..d22b83a7d96 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_read/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_read" diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-2.bb index 1cd897cfe73..3c870b116dd 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_test/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_test" diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-2.bb index aa71b68ebfd..3bc851adc6c 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools_trace/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools_trace" diff --git a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools_2.3.0-2.bb b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools_2.3.0-2.bb index f4649c86f47..3a6c6ca5b83 100644 --- a/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools_2.3.0-2.bb +++ b/meta-ros2-galactic/recipes-ros2/ros2-tracing/tracetools_2.3.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/galactic/tracetools/2.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/galactic/tracetools" diff --git a/meta-ros2-rolling/conf/ros-distro/include/rolling/generated/superflore-ros-distro.inc b/meta-ros2-rolling/conf/ros-distro/include/rolling/generated/superflore-ros-distro.inc index 4e77149e519..84f27aed8ce 100644 --- a/meta-ros2-rolling/conf/ros-distro/include/rolling/generated/superflore-ros-distro.inc +++ b/meta-ros2-rolling/conf/ros-distro/include/rolling/generated/superflore-ros-distro.inc @@ -1949,7 +1949,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ROLLING = " \ rosidl-typesupport-introspection-cpp-native \ " -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ROLLING}" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append = " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_ROLLING}" ROS_SUPERFLORE_GENERATED_PLATFORM_PACKAGE_DEPENDENCIES = " \ ${PYTHON_PN}-lxml \ diff --git a/meta-ros2-rolling/conf/ros-distro/include/rolling/ros-distro.inc b/meta-ros2-rolling/conf/ros-distro/include/rolling/ros-distro.inc index a39b4b02346..c6a54bdd018 100644 --- a/meta-ros2-rolling/conf/ros-distro/include/rolling/ros-distro.inc +++ b/meta-ros2-rolling/conf/ros-distro/include/rolling/ros-distro.inc @@ -46,7 +46,7 @@ ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ " # this needs google-benchmark-vendor-native but we probably don't need native version -ROS_SUPERFLORE_GENERATED_BUILDTOOLS_remove = "ament-cmake-google-benchmark-native" +ROS_SUPERFLORE_GENERATED_BUILDTOOLS:remove = "ament-cmake-google-benchmark-native" # alternative not yet supported implementation for fastrtps ROS_WORLD_SKIP_GROUPS += "connext" @@ -130,9 +130,9 @@ ROS_WORLD_SKIP_GROUPS += " \ # and having it in a .bbappend sets it too late. # We want ament_cmake instead of plain cmake for ros-workspace: # https://raw.github.com/ros2-gbp/ros_workspace-release/release/rolling/ros_workspace/1.0.1-2/package.xml -ROS_BUILD_TYPE_pn-ros-workspace = "ament_cmake" +ROS_BUILD_TYPE:pn-ros-workspace = "ament_cmake" # And also for rmf-task, otherwise many dependencies won't be detected -ROS_BUILD_TYPE_pn-rmf-task = "ament_cmake" +ROS_BUILD_TYPE:pn-rmf-task = "ament_cmake" # Used by generated-recipes/cyclonedds/cyclonedds_0.6.0-3.bb ROS_UNRESOLVED_DEP-java-native = "" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb index 2a16fa731d9..3de797f4128 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake-catch2/ament-cmake-catch2_1.2.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_catch2-release/archive/release/rolling/ament_cmake_catch2/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_catch2" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb index b56f7fa554b..f913220e8bd 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake-ros/ament-cmake-ros_0.9.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/rolling/ament_cmake_ros/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_ros" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb index 7f8bdd07832..20bd04a4676 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake-ros/domain-coordinator_0.9.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake_ros-release/archive/release/rolling/domain_coordinator/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/domain_coordinator" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb index caf2759111d..16f4e3b6839 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-auto_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_auto/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_auto" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb index db7c136c0f2..a3990b51f96 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-core_1.1.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_core/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_core" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb index efef40a88e0..1ffeb94e0b9 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-definitions_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_definitions/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_definitions" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb index aef5385e44a..0ac7a0acabf 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-dependencies_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_dependencies/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_dependencies" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb index 969c850c026..24d740b092c 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-include-directories_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_include_directories/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_include_directories" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb index 5f2ef5f5a19..e8f4e7cdf3f 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-interfaces_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_interfaces/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb index 07d22c9b1b2..b7b807b6252 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-libraries_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_libraries/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_libraries" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb index c8ce2742078..ad6fc9233de 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-link-flags_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_link_flags/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_link_flags" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb index 10369284cb7..44e10479661 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-export-targets_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_export_targets/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_export_targets" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb index de24a09d8a2..902390cc85b 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gmock_1.1.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_gmock/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_gmock" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb index 1a32510a0d8..07359df5e3b 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-google-benchmark_1.1.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_google_benchmark/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_google_benchmark" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb index e2d3c76bc17..2c044b6b0d0 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-gtest_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_gtest/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_gtest" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb index 159105a4d5c..9377efa18c0 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-include-directories_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_include_directories/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_include_directories" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb index 5ff9157f0bb..81c2e5b7a9d 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-libraries_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_libraries/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_libraries" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb index 2ae16caf592..c1e87ce7440 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-nose_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_nose/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_nose" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb index 5971aaa0f2a..9ce7ff5657e 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-pytest_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_pytest/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_pytest" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb index 40b60952a1a..9b3d68ee28d 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-python_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_python/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_python" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb index 84865586c57..af26bf07ab9 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-target-dependencies_1.1.4-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_target_dependencies/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_target_dependencies" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb index 8e25043676e..8d0a8281527 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-test_1.1.4-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_test/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_test" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb index 684f809d42f..632fbd50e1d 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake-version_1.1.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_version/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_version" diff --git a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb index 8cf6071b670..a3760581d14 100644 --- a/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-cmake/ament-cmake_1.1.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake" diff --git a/meta-ros2-rolling/generated-recipes/ament-index/ament-index-cpp_1.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ament-index/ament-index-cpp_1.3.0-1.bb index 6373fa1efea..6cbf53b630a 100644 --- a/meta-ros2-rolling/generated-recipes/ament-index/ament-index-cpp_1.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-index/ament-index-cpp_1.3.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_cpp/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_index_cpp" diff --git a/meta-ros2-rolling/generated-recipes/ament-index/ament-index-python_1.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ament-index/ament-index-python_1.3.0-1.bb index e55d114d1b0..1bbc93e7a48 100644 --- a/meta-ros2-rolling/generated-recipes/ament-index/ament-index-python_1.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-index/ament-index-python_1.3.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_index_python" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-format_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-format_0.11.2-1.bb index 2f59f01c4b8..79e8c361eb1 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-format_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-format_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_clang_format/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_clang_format" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-tidy_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-tidy_0.11.2-1.bb index 19c223a75a4..4cb1440f70b 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-tidy_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-clang-tidy_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_clang_tidy/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_clang_tidy" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-format_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-format_0.11.2-1.bb index b25972133ed..37208c1cd18 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-format_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-format_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_clang_format/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_clang_format" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.11.2-1.bb index 2680a355090..bec8eaaa91a 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-clang-tidy_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_clang_tidy/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_clang_tidy" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-copyright_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-copyright_0.11.2-1.bb index dcea4f0abb4..1b3f73ea020 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-copyright_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-copyright_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_copyright/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_copyright" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cppcheck_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cppcheck_0.11.2-1.bb index f81f450f79d..82fe4600cd3 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cppcheck_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cppcheck_0.11.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cppcheck/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_cppcheck" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cpplint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cpplint_0.11.2-1.bb index 807b35ebf5d..5f89c76a4c5 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cpplint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-cpplint_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_cpplint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-flake8_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-flake8_0.11.2-1.bb index 3d7d25cb9bb..daf84c857f9 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-flake8_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-flake8_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_flake8/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_flake8" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.11.2-1.bb index c3e9024340f..975f3adc254 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-lint-cmake_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_lint_cmake/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_lint_cmake" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-mypy_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-mypy_0.11.2-1.bb index b22f4b336ae..0a25749f6c9 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-mypy_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-mypy_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_mypy/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_mypy" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pclint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pclint_0.11.2-1.bb index 969ced33f29..36404d3d0d3 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pclint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pclint_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_pclint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_pclint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pep257_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pep257_0.11.2-1.bb index 7f8ddf9fa97..f03909be8e7 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pep257_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pep257_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_pep257/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_pep257" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.11.2-1.bb index 64466ed1a3f..e4e97f69040 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pycodestyle_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_pycodestyle/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_pycodestyle" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pyflakes_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pyflakes_0.11.2-1.bb index 5e31359a693..6af1e970542 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pyflakes_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-pyflakes_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_pyflakes/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_pyflakes" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-uncrustify_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-uncrustify_0.11.2-1.bb index 6aee29e5f84..98ff18d8cd8 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-uncrustify_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-uncrustify_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_uncrustify/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_uncrustify" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-xmllint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-xmllint_0.11.2-1.bb index 2d567a006c0..768cc558ce3 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-xmllint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cmake-xmllint_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_xmllint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cmake_xmllint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-copyright_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-copyright_0.11.2-1.bb index b446afa03ed..3b96a82cc35 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-copyright_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-copyright_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_copyright/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_copyright" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cppcheck_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cppcheck_0.11.2-1.bb index e0dc19259de..e0f57d95f44 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cppcheck_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cppcheck_0.11.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cppcheck/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cppcheck" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cpplint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cpplint_0.11.2-1.bb index 5a56a5a2e53..450a18f898d 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-cpplint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-cpplint_0.11.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cpplint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_cpplint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-flake8_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-flake8_0.11.2-1.bb index 37e74c3fc9d..90b0ca49f46 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-flake8_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-flake8_0.11.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_flake8/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_flake8" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-auto_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-auto_0.11.2-1.bb index cce3c6fc967..a405222b83b 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-auto_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-auto_0.11.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_lint_auto/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_lint_auto" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-cmake_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-cmake_0.11.2-1.bb index 8fa895b63af..9d15fda81c6 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-cmake_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-cmake_0.11.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_lint_cmake/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_lint_cmake" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-common_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-common_0.11.2-1.bb index 31c8a985e98..bdb54b2a5c2 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-common_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint-common_0.11.2-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_lint_common/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_lint_common" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint_0.11.2-1.bb index b86e339c39a..f76774291b5 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-lint_0.11.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_lint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_lint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-mypy_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-mypy_0.11.2-1.bb index 913cc1fba26..5faa9c653de 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-mypy_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-mypy_0.11.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_mypy/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_mypy" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pclint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pclint_0.11.2-1.bb index 26c9c127c41..39a11b5ab31 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pclint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pclint_0.11.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_pclint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_pclint" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pep257_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pep257_0.11.2-1.bb index d52e0cd0b01..3cfa0e33ef5 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pep257_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pep257_0.11.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_pep257/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_pep257" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pycodestyle_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pycodestyle_0.11.2-1.bb index d25b9c53bf2..d351cb6d42e 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pycodestyle_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pycodestyle_0.11.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_pycodestyle/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_pycodestyle" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pyflakes_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pyflakes_0.11.2-1.bb index b6834fd4dd8..7c1aefe92c1 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-pyflakes_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-pyflakes_0.11.2-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_pyflakes/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_pyflakes" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-uncrustify_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-uncrustify_0.11.2-1.bb index 1e3ee95c698..3304038803b 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-uncrustify_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-uncrustify_0.11.2-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_uncrustify/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_uncrustify" diff --git a/meta-ros2-rolling/generated-recipes/ament-lint/ament-xmllint_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/ament-lint/ament-xmllint_0.11.2-1.bb index 5c9fe793e54..7aca6cdb052 100644 --- a/meta-ros2-rolling/generated-recipes/ament-lint/ament-xmllint_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-lint/ament-xmllint_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_xmllint/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_xmllint" diff --git a/meta-ros2-rolling/generated-recipes/ament-nodl/ament-nodl_0.1.0-2.bb b/meta-ros2-rolling/generated-recipes/ament-nodl/ament-nodl_0.1.0-2.bb index 008947e260b..a1525de2146 100644 --- a/meta-ros2-rolling/generated-recipes/ament-nodl/ament-nodl_0.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ament-nodl/ament-nodl_0.1.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_nodl-release/archive/release/rolling/ament_nodl/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_nodl" diff --git a/meta-ros2-rolling/generated-recipes/ament-package/ament-package_0.12.0-1.bb b/meta-ros2-rolling/generated-recipes/ament-package/ament-package_0.12.0-1.bb index 07051645120..018c8c5aeb0 100644 --- a/meta-ros2-rolling/generated-recipes/ament-package/ament-package_0.12.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ament-package/ament-package_0.12.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ament_package-release/archive/release/rolling/ament_package/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ament_package" diff --git a/meta-ros2-rolling/generated-recipes/angles/angles_1.12.4-1.bb b/meta-ros2-rolling/generated-recipes/angles/angles_1.12.4-1.bb index e3d8a0b8f79..74ee685217b 100644 --- a/meta-ros2-rolling/generated-recipes/angles/angles_1.12.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/angles/angles_1.12.4-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/angles-release/archive/release/rolling/angles/1.12.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/angles" diff --git a/meta-ros2-rolling/generated-recipes/apriltag/apriltag_3.1.2-3.bb b/meta-ros2-rolling/generated-recipes/apriltag/apriltag_3.1.2-3.bb index ee6e20f681c..1b3d3a827c8 100644 --- a/meta-ros2-rolling/generated-recipes/apriltag/apriltag_3.1.2-3.bb +++ b/meta-ros2-rolling/generated-recipes/apriltag/apriltag_3.1.2-3.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/apriltag-release/archive/release/rolling/apriltag/3.1.2-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/apriltag" diff --git a/meta-ros2-rolling/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb b/meta-ros2-rolling/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb index d2b791c24ad..bf169fdb07f 100644 --- a/meta-ros2-rolling/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/async-web-server-cpp/async-web-server-cpp_2.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/fkie-release/async_web_server_cpp-release/archive/release/rolling/async_web_server_cpp/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/async_web_server_cpp" diff --git a/meta-ros2-rolling/generated-recipes/backward-ros/backward-ros_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/backward-ros/backward-ros_1.0.0-1.bb index 59e3a0e9fe9..d7571614b0d 100644 --- a/meta-ros2-rolling/generated-recipes/backward-ros/backward-ros_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/backward-ros/backward-ros_1.0.0-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/pal-gbp/backward_ros-release/archive/release/rolling/backward_ros/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/backward_ros" diff --git a/meta-ros2-rolling/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb b/meta-ros2-rolling/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb index 40fdb0466d1..d85f40d3a64 100644 --- a/meta-ros2-rolling/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/behaviortree_cpp-release/archive/release/rolling/behaviortree_cpp_v3/3.5.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/behaviortree_cpp_v3" diff --git a/meta-ros2-rolling/generated-recipes/bno055/bno055_0.1.1-1.bb b/meta-ros2-rolling/generated-recipes/bno055/bno055_0.1.1-1.bb index 3ae2912bd73..39201175db4 100644 --- a/meta-ros2-rolling/generated-recipes/bno055/bno055_0.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/bno055/bno055_0.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/bno055-release/archive/release/rolling/bno055/0.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/bno055" diff --git a/meta-ros2-rolling/generated-recipes/bond-core/bond-core_3.0.1-3.bb b/meta-ros2-rolling/generated-recipes/bond-core/bond-core_3.0.1-3.bb index 9dcacad6157..837d9eb271b 100644 --- a/meta-ros2-rolling/generated-recipes/bond-core/bond-core_3.0.1-3.bb +++ b/meta-ros2-rolling/generated-recipes/bond-core/bond-core_3.0.1-3.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/rolling/bond_core/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/bond_core" diff --git a/meta-ros2-rolling/generated-recipes/bond-core/bond_3.0.1-3.bb b/meta-ros2-rolling/generated-recipes/bond-core/bond_3.0.1-3.bb index b2f0d7c89c9..28da7f1fe14 100644 --- a/meta-ros2-rolling/generated-recipes/bond-core/bond_3.0.1-3.bb +++ b/meta-ros2-rolling/generated-recipes/bond-core/bond_3.0.1-3.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/rolling/bond/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/bond" diff --git a/meta-ros2-rolling/generated-recipes/bond-core/bondcpp_3.0.1-3.bb b/meta-ros2-rolling/generated-recipes/bond-core/bondcpp_3.0.1-3.bb index 5474b4bb332..f59545a57a2 100644 --- a/meta-ros2-rolling/generated-recipes/bond-core/bondcpp_3.0.1-3.bb +++ b/meta-ros2-rolling/generated-recipes/bond-core/bondcpp_3.0.1-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/rolling/bondcpp/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/bondcpp" diff --git a/meta-ros2-rolling/generated-recipes/bond-core/smclib_3.0.1-3.bb b/meta-ros2-rolling/generated-recipes/bond-core/smclib_3.0.1-3.bb index a8c7d0f89f2..a66360a7ea1 100644 --- a/meta-ros2-rolling/generated-recipes/bond-core/smclib_3.0.1-3.bb +++ b/meta-ros2-rolling/generated-recipes/bond-core/smclib_3.0.1-3.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/rolling/smclib/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/smclib" diff --git a/meta-ros2-rolling/generated-recipes/bond-core/test-bond_3.0.1-3.bb b/meta-ros2-rolling/generated-recipes/bond-core/test-bond_3.0.1-3.bb index 800270112d7..999bca19cc7 100644 --- a/meta-ros2-rolling/generated-recipes/bond-core/test-bond_3.0.1-3.bb +++ b/meta-ros2-rolling/generated-recipes/bond-core/test-bond_3.0.1-3.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/bond_core-release/archive/release/rolling/test_bond/3.0.1-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/test_bond" diff --git a/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-3.bb b/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-3.bb index 1b632bda3a2..681ba5be1dc 100644 --- a/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-3.bb +++ b/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros-msgs_1.0.9003-3.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/rolling/cartographer_ros_msgs/1.0.9003-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/cartographer_ros_msgs" diff --git a/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-3.bb b/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-3.bb index de050239c63..2128d1e0948 100644 --- a/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-3.bb +++ b/meta-ros2-rolling/generated-recipes/cartographer-ros/cartographer-ros_1.0.9003-3.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer_ros-release/archive/release/rolling/cartographer_ros/1.0.9003-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/cartographer_ros" diff --git a/meta-ros2-rolling/generated-recipes/cartographer/cartographer_1.0.9001-2.bb b/meta-ros2-rolling/generated-recipes/cartographer/cartographer_1.0.9001-2.bb index 0a166cc6e9b..72dc747d257 100644 --- a/meta-ros2-rolling/generated-recipes/cartographer/cartographer_1.0.9001-2.bb +++ b/meta-ros2-rolling/generated-recipes/cartographer/cartographer_1.0.9001-2.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cartographer-release/archive/release/rolling/cartographer/1.0.9001-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/cartographer" diff --git a/meta-ros2-rolling/generated-recipes/class-loader/class-loader_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/class-loader/class-loader_2.1.2-1.bb index d4e26736fdd..8c43ef39356 100644 --- a/meta-ros2-rolling/generated-recipes/class-loader/class-loader_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/class-loader/class-loader_2.1.2-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/class_loader-release/archive/release/rolling/class_loader/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/class_loader" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb index f184c43258f..53432243ca8 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/actionlib-msgs_2.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/actionlib_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/actionlib_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb index 748a71639b5..0f1b3ba7206 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/common-interfaces_2.2.3-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/common_interfaces/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/common_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb index 56ce2b0800c..7a4ad3d8f6e 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/diagnostic-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/diagnostic_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/diagnostic_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb index e18fa169254..a0b97ffec23 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/geometry-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/geometry_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/geometry_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb index b17fd6d32e6..3f3f91dea65 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/nav-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/nav_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/nav_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb index 4c78ee15ec5..f8906775633 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs-py_2.2.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/sensor_msgs_py/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sensor_msgs_py" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb index 51d4d3f0ac3..113a7947c72 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/sensor-msgs_2.2.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/sensor_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sensor_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb index 7d3c2540799..1e4409ab886 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/shape-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/shape_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/shape_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb index b28c54facf0..a01d8298a34 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/std-msgs_2.2.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/std_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/std_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb index bca52044a60..bed6cdf8719 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/std-srvs_2.2.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/std_srvs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/std_srvs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb index dbc3033d4cc..175617d87fd 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/stereo-msgs_2.2.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/stereo_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/stereo_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb index 3492d2df909..7e78bca6939 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/trajectory-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/trajectory_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/trajectory_msgs" diff --git a/meta-ros2-rolling/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb b/meta-ros2-rolling/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb index a4ef17d43e7..60569a1290c 100644 --- a/meta-ros2-rolling/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/common-interfaces/visualization-msgs_2.2.3-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/visualization_msgs/2.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/visualization_msgs" diff --git a/meta-ros2-rolling/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-1.bb b/meta-ros2-rolling/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-1.bb index 52bc2cc57c7..0d225d9cf40 100644 --- a/meta-ros2-rolling/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/console-bridge-vendor/console-bridge-vendor_1.3.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/console_bridge_vendor-release/archive/release/rolling/console_bridge_vendor/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/console_bridge_vendor" diff --git a/meta-ros2-rolling/generated-recipes/control-box-rst/control-box-rst_0.0.7-2.bb b/meta-ros2-rolling/generated-recipes/control-box-rst/control-box-rst_0.0.7-2.bb index c9a97290010..f544bb2bf43 100644 --- a/meta-ros2-rolling/generated-recipes/control-box-rst/control-box-rst_0.0.7-2.bb +++ b/meta-ros2-rolling/generated-recipes/control-box-rst/control-box-rst_0.0.7-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/control_box_rst-release/archive/release/rolling/control_box_rst/0.0.7-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/control_box_rst" diff --git a/meta-ros2-rolling/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb b/meta-ros2-rolling/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb index 91c634ee424..40a8577b797 100644 --- a/meta-ros2-rolling/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/control-msgs/control-msgs_3.0.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/control_msgs-release/archive/release/rolling/control_msgs/3.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/control_msgs" diff --git a/meta-ros2-rolling/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb index 2488651df60..90ba1ebabd9 100644 --- a/meta-ros2-rolling/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/control-toolbox/control-toolbox_2.0.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/control_toolbox-release/archive/release/rolling/control_toolbox/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/control_toolbox" diff --git a/meta-ros2-rolling/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb b/meta-ros2-rolling/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb index f308b5bc9e0..459e9605066 100644 --- a/meta-ros2-rolling/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/cyclonedds/cyclonedds_0.8.0-5.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/cyclonedds-release/archive/release/rolling/cyclonedds/0.8.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/cyclonedds" diff --git a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-cpp_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-cpp_0.15.0-1.bb index 197abe36c87..797fbc56894 100644 --- a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-cpp_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-cpp_0.15.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/action_tutorials_cpp" diff --git a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-interfaces_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-interfaces_0.15.0-1.bb index 1e7b3c308a1..cb1e317a023 100644 --- a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-interfaces_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-interfaces_0.15.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_interfaces/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/action_tutorials_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-py_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-py_0.15.0-1.bb index d367bf2f514..097a1bf1e93 100644 --- a/meta-ros2-rolling/generated-recipes/demos/action-tutorials-py_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/action-tutorials-py_0.15.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/action_tutorials_py" diff --git a/meta-ros2-rolling/generated-recipes/demos/composition_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/composition_0.15.0-1.bb index 258da037f84..f9671e56511 100644 --- a/meta-ros2-rolling/generated-recipes/demos/composition_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/composition_0.15.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/composition/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/composition" diff --git a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp-rosnative_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp-rosnative_0.15.0-1.bb index 3cd311e42db..dd0889300ce 100644 --- a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp-rosnative_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp-rosnative_0.15.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/demo_nodes_cpp_native" diff --git a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp_0.15.0-1.bb index e28c97ec53f..afac98d8af3 100644 --- a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-cpp_0.15.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/demo_nodes_cpp" diff --git a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-py_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-py_0.15.0-1.bb index 1ae9245b981..4d9f3139612 100644 --- a/meta-ros2-rolling/generated-recipes/demos/demo-nodes-py_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/demo-nodes-py_0.15.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_py/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/demo_nodes_py" diff --git a/meta-ros2-rolling/generated-recipes/demos/dummy-map-server_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/dummy-map-server_0.15.0-1.bb index 199ad4339cb..9364c3bf443 100644 --- a/meta-ros2-rolling/generated-recipes/demos/dummy-map-server_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/dummy-map-server_0.15.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/dummy_map_server/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dummy_map_server" diff --git a/meta-ros2-rolling/generated-recipes/demos/dummy-robot-bringup_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/dummy-robot-bringup_0.15.0-1.bb index c06eb8d87f3..948c66c8ec6 100644 --- a/meta-ros2-rolling/generated-recipes/demos/dummy-robot-bringup_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/dummy-robot-bringup_0.15.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/dummy_robot_bringup/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dummy_robot_bringup" diff --git a/meta-ros2-rolling/generated-recipes/demos/dummy-sensors_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/dummy-sensors_0.15.0-1.bb index 1db9f3a2a15..455120fb2c1 100644 --- a/meta-ros2-rolling/generated-recipes/demos/dummy-sensors_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/dummy-sensors_0.15.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/dummy_sensors/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dummy_sensors" diff --git a/meta-ros2-rolling/generated-recipes/demos/image-tools_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/image-tools_0.15.0-1.bb index 4d5d0a34abb..f9fc70a86fa 100644 --- a/meta-ros2-rolling/generated-recipes/demos/image-tools_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/image-tools_0.15.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/image_tools/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_tools" diff --git a/meta-ros2-rolling/generated-recipes/demos/intra-process-demo_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/intra-process-demo_0.15.0-1.bb index 1258e58dcfc..efd9c321173 100644 --- a/meta-ros2-rolling/generated-recipes/demos/intra-process-demo_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/intra-process-demo_0.15.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/intra_process_demo/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/intra_process_demo" diff --git a/meta-ros2-rolling/generated-recipes/demos/lifecycle_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/lifecycle_0.15.0-1.bb index ffe77df4b51..13a4baf0fa0 100644 --- a/meta-ros2-rolling/generated-recipes/demos/lifecycle_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/lifecycle_0.15.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/lifecycle/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/lifecycle" diff --git a/meta-ros2-rolling/generated-recipes/demos/logging-demo_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/logging-demo_0.15.0-1.bb index 1243b974383..72db264c633 100644 --- a/meta-ros2-rolling/generated-recipes/demos/logging-demo_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/logging-demo_0.15.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/logging_demo/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/logging_demo" diff --git a/meta-ros2-rolling/generated-recipes/demos/pendulum-control_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/pendulum-control_0.15.0-1.bb index 6e0d70c7ee7..510b882950f 100644 --- a/meta-ros2-rolling/generated-recipes/demos/pendulum-control_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/pendulum-control_0.15.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/pendulum_control/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pendulum_control" diff --git a/meta-ros2-rolling/generated-recipes/demos/pendulum-msgs_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/pendulum-msgs_0.15.0-1.bb index 632e5dafe7e..8fbef2b6e4a 100644 --- a/meta-ros2-rolling/generated-recipes/demos/pendulum-msgs_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/pendulum-msgs_0.15.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/pendulum_msgs/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pendulum_msgs" diff --git a/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-cpp_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-cpp_0.15.0-1.bb index 5ccf7fe030c..cfb421a772a 100644 --- a/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-cpp_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-cpp_0.15.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/quality_of_service_demo_cpp/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/quality_of_service_demo_cpp" diff --git a/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-py_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-py_0.15.0-1.bb index 37ca4426ea2..119a40c63dc 100644 --- a/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-py_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/quality-of-service-demo-py_0.15.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/quality_of_service_demo_py/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/quality_of_service_demo_py" diff --git a/meta-ros2-rolling/generated-recipes/demos/topic-monitor_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/topic-monitor_0.15.0-1.bb index e23fab89215..5c2e003142d 100644 --- a/meta-ros2-rolling/generated-recipes/demos/topic-monitor_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/topic-monitor_0.15.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/topic_monitor/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/topic_monitor" diff --git a/meta-ros2-rolling/generated-recipes/demos/topic-statistics-demo_0.15.0-1.bb b/meta-ros2-rolling/generated-recipes/demos/topic-statistics-demo_0.15.0-1.bb index 4b07fd3e97f..4596ba99513 100644 --- a/meta-ros2-rolling/generated-recipes/demos/topic-statistics-demo_0.15.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/demos/topic-statistics-demo_0.15.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/demos-release/archive/release/rolling/topic_statistics_demo/0.15.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/topic_statistics_demo" diff --git a/meta-ros2-rolling/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb index 5b19b120934..011cb0a1c41 100644 --- a/meta-ros2-rolling/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/depthimage-to-laserscan/depthimage-to-laserscan_2.3.1-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/depthimage_to_laserscan-release/archive/release/rolling/depthimage_to_laserscan/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/depthimage_to_laserscan" diff --git a/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-1.bb index 480b120455d..e1e49e00e6f 100644 --- a/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-aggregator_2.1.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/rolling/diagnostic_aggregator/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/diagnostic_aggregator" diff --git a/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-updater_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-updater_2.1.2-1.bb index c06fd0fc8cf..60403cf80b7 100644 --- a/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-updater_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/diagnostics/diagnostic-updater_2.1.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/rolling/diagnostic_updater/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/diagnostic_updater" diff --git a/meta-ros2-rolling/generated-recipes/diagnostics/self-test_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/diagnostics/self-test_2.1.2-1.bb index 4f910d49e58..b2be5f9687f 100644 --- a/meta-ros2-rolling/generated-recipes/diagnostics/self-test_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/diagnostics/self-test_2.1.2-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/diagnostics-release/archive/release/rolling/self_test/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/self_test" diff --git a/meta-ros2-rolling/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb b/meta-ros2-rolling/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb index a79ee1a74cf..cea463b03a1 100644 --- a/meta-ros2-rolling/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/domain-bridge/domain-bridge_0.3.0-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/domain_bridge-release/archive/release/rolling/domain_bridge/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/domain_bridge" diff --git a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb index 246800917e8..c19df995d14 100644 --- a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb +++ b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-custom-interfaces_3.7.40-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk_custom_interfaces/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dynamixel_sdk_custom_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb index 5c62656cb3a..7a4781b7bf2 100644 --- a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb +++ b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk-examples_3.7.40-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk_examples/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dynamixel_sdk_examples" diff --git a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb index 30ff69046d9..249ac665f72 100644 --- a/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb +++ b/meta-ros2-rolling/generated-recipes/dynamixel-sdk/dynamixel-sdk_3.7.40-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk/3.7.40-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dynamixel_sdk" diff --git a/meta-ros2-rolling/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-2.bb b/meta-ros2-rolling/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-2.bb index 123f53a1975..1520cf8dcb9 100644 --- a/meta-ros2-rolling/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/eigen-stl-containers/eigen-stl-containers_1.0.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen_stl_containers-release/archive/release/rolling/eigen_stl_containers/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/eigen_stl_containers" diff --git a/meta-ros2-rolling/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-2.bb b/meta-ros2-rolling/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-2.bb index 31b2ea34ef1..bbdce44391d 100644 --- a/meta-ros2-rolling/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/eigen3-cmake-module/eigen3-cmake-module_0.1.1-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/eigen3_cmake_module-release/archive/release/rolling/eigen3_cmake_module/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/eigen3_cmake_module" diff --git a/meta-ros2-rolling/generated-recipes/example-interfaces/example-interfaces_0.9.2-1.bb b/meta-ros2-rolling/generated-recipes/example-interfaces/example-interfaces_0.9.2-1.bb index 7e4f6965c18..bf34d317650 100644 --- a/meta-ros2-rolling/generated-recipes/example-interfaces/example-interfaces_0.9.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/example-interfaces/example-interfaces_0.9.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/example_interfaces-release/archive/release/rolling/example_interfaces/0.9.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/example_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb index 8e8d8b0eadd..5f7ae2a02a2 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-cbg-executor_0.11.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_cbg_executor/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_cbg_executor" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb index ee144735202..2fa8025c121 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-client_0.11.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_action_client" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb index 36db4696358..18ba10ecaed 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-action-server_0.11.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_server/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_action_server" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb index 6c5128f7513..4d93ff059b0 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-client_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_client" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb index 3b07f8d1dfd..367b59076e1 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-composition_0.11.2-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_composition" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb index 1e69ab7b487..b02fb3b4274 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-publisher_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_publisher" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb index 8f9b71e2af0..f7b8ae5f7dd 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-service_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_service/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_service" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb index ffba3c0a8a3..82d9c9d2fd3 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-subscriber_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_subscriber/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_subscriber" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb index d896018e27b..cbe477ec56b 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-minimal-timer_0.11.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_timer/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_minimal_timer" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb index ec56f2dfb52..bdb2c788352 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclcpp-multithreaded-executor_0.11.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_multithreaded_executor/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclcpp_multithreaded_executor" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb index 7334a6da1b7..21918de163f 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-executors_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_executors/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_executors" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb index f3f24cb68b3..af66f38d6e8 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-guard-conditions_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_guard_conditions/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_guard_conditions" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb index 5d68c53b905..28b0e1824e9 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-client_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_action_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_action_client" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb index cc0dece6246..27aad6fa322 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-action-server_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_action_server/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_action_server" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb index 2218bb96590..a4bcd7e6903 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-client_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_client/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_client" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb index 6cf97f1db3d..af4f919432c 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-publisher_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_publisher" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb index cea58261663..e22a3384af3 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-service_0.11.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_service/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_service" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb index 37a202258e2..270025d47ed 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-minimal-subscriber_0.11.2-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_minimal_subscriber/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_minimal_subscriber" diff --git a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb index 77687ae7247..5cba839777d 100644 --- a/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/examples/examples-rclpy-pointcloud-publisher_0.11.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclpy_pointcloud_publisher/0.11.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_rclpy_pointcloud_publisher" diff --git a/meta-ros2-rolling/generated-recipes/fastcdr/fastcdr_1.0.20-2.bb b/meta-ros2-rolling/generated-recipes/fastcdr/fastcdr_1.0.20-2.bb index 3aa35a2dec7..613e7ac22df 100644 --- a/meta-ros2-rolling/generated-recipes/fastcdr/fastcdr_1.0.20-2.bb +++ b/meta-ros2-rolling/generated-recipes/fastcdr/fastcdr_1.0.20-2.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastcdr-release/archive/release/rolling/fastcdr/1.0.20-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/fastcdr" diff --git a/meta-ros2-rolling/generated-recipes/fastrtps/fastrtps_2.3.1-2.bb b/meta-ros2-rolling/generated-recipes/fastrtps/fastrtps_2.3.1-2.bb index 403bcb2ecb7..614fc93f196 100644 --- a/meta-ros2-rolling/generated-recipes/fastrtps/fastrtps_2.3.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/fastrtps/fastrtps_2.3.1-2.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fastrtps-release/archive/release/rolling/fastrtps/2.3.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/fastrtps" diff --git a/meta-ros2-rolling/generated-recipes/filters/filters_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/filters/filters_2.0.1-1.bb index bbcfe3b1e24..d61eb68af09 100644 --- a/meta-ros2-rolling/generated-recipes/filters/filters_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/filters/filters_2.0.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/filters-release/archive/release/rolling/filters/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/filters" diff --git a/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb b/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb index 2a48972cb7e..309041df395 100644 --- a/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter-examples_2.1.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/rolling/fmi_adapter_examples/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/fmi_adapter_examples" diff --git a/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb b/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb index 594c89f6f1a..4ddad495bbd 100644 --- a/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/fmi-adapter/fmi-adapter_2.1.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmi_adapter-release/archive/release/rolling/fmi_adapter/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/fmi_adapter" diff --git a/meta-ros2-rolling/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb index 73b3f31405f..75c7f8ed34b 100644 --- a/meta-ros2-rolling/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/fmilibrary_vendor-release/archive/release/rolling/fmilibrary_vendor/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/fmilibrary_vendor" diff --git a/meta-ros2-rolling/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-2.bb b/meta-ros2-rolling/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-2.bb index 202d017b27f..685280e9011 100644 --- a/meta-ros2-rolling/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/foonathan-memory-vendor/foonathan-memory-vendor_1.0.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/foonathan_memory_vendor-release/archive/release/rolling/foonathan_memory_vendor/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/foonathan_memory_vendor" diff --git a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-4.bb b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-4.bb index 155652293dd..bd9699cf1c0 100644 --- a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-msgs_3.5.2-4.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/rolling/gazebo_msgs/3.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/gazebo_msgs" diff --git a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-4.bb b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-4.bb index ec3414a2bde..66ab97f3be4 100644 --- a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.5.2-4.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/rolling/gazebo_plugins/3.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/gazebo_plugins" diff --git a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-4.bb b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-4.bb index 205a3b3ab49..250059b70c7 100644 --- a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros-pkgs_3.5.2-4.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/rolling/gazebo_ros_pkgs/3.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/gazebo_ros_pkgs" diff --git a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-4.bb b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-4.bb index 9f18fd4132c..c4d0d938fad 100644 --- a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.5.2-4.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/rolling/gazebo_ros/3.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/gazebo_ros" diff --git a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-4.bb b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-4.bb index 221ec444d8d..37c7d6ba9c8 100644 --- a/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.5.2-4.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gazebo_ros_pkgs-release/archive/release/rolling/gazebo_dev/3.5.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/gazebo_dev" diff --git a/meta-ros2-rolling/generated-recipes/geographic-info/geodesy_1.0.4-4.bb b/meta-ros2-rolling/generated-recipes/geographic-info/geodesy_1.0.4-4.bb index 79c04a5ab1c..f6d5cee34fd 100644 --- a/meta-ros2-rolling/generated-recipes/geographic-info/geodesy_1.0.4-4.bb +++ b/meta-ros2-rolling/generated-recipes/geographic-info/geodesy_1.0.4-4.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/rolling/geodesy/1.0.4-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/geodesy" diff --git a/meta-ros2-rolling/generated-recipes/geographic-info/geographic-info_1.0.4-4.bb b/meta-ros2-rolling/generated-recipes/geographic-info/geographic-info_1.0.4-4.bb index 2168c351621..0342f0925a1 100644 --- a/meta-ros2-rolling/generated-recipes/geographic-info/geographic-info_1.0.4-4.bb +++ b/meta-ros2-rolling/generated-recipes/geographic-info/geographic-info_1.0.4-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/rolling/geographic_info/1.0.4-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/geographic_info" diff --git a/meta-ros2-rolling/generated-recipes/geographic-info/geographic-msgs_1.0.4-4.bb b/meta-ros2-rolling/generated-recipes/geographic-info/geographic-msgs_1.0.4-4.bb index d16ffba3dea..2019dc5b15c 100644 --- a/meta-ros2-rolling/generated-recipes/geographic-info/geographic-msgs_1.0.4-4.bb +++ b/meta-ros2-rolling/generated-recipes/geographic-info/geographic-msgs_1.0.4-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geographic_info-release/archive/release/rolling/geographic_msgs/1.0.4-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/geographic_msgs" diff --git a/meta-ros2-rolling/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb index d376c4c1ea2..1d9254531f8 100644 --- a/meta-ros2-rolling/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometric-shapes/geometric-shapes_2.1.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/geometric_shapes-release/archive/release/rolling/geometric_shapes/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/geometric_shapes" diff --git a/meta-ros2-rolling/generated-recipes/geometry-tutorials/geometry-tutorials_0.3.1-1.bb b/meta-ros2-rolling/generated-recipes/geometry-tutorials/geometry-tutorials_0.3.1-1.bb index af877a7001b..6d1a1383bcb 100644 --- a/meta-ros2-rolling/generated-recipes/geometry-tutorials/geometry-tutorials_0.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry-tutorials/geometry-tutorials_0.3.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/rolling/geometry_tutorials/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/geometry_tutorials" diff --git a/meta-ros2-rolling/generated-recipes/geometry-tutorials/turtle-tf2-py_0.3.1-1.bb b/meta-ros2-rolling/generated-recipes/geometry-tutorials/turtle-tf2-py_0.3.1-1.bb index 20245d908b5..34879e04446 100644 --- a/meta-ros2-rolling/generated-recipes/geometry-tutorials/turtle-tf2-py_0.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry-tutorials/turtle-tf2-py_0.3.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/geometry_tutorials-release/archive/release/rolling/turtle_tf2_py/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/turtle_tf2_py" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/examples-tf2-py_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/examples-tf2-py_0.18.0-1.bb index df2d1c7349c..6b66eea59df 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/examples-tf2-py_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/examples-tf2-py_0.18.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/examples_tf2_py/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/examples_tf2_py" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/geometry2_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/geometry2_0.18.0-1.bb index de00a688e5f..2ecbd3be609 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/geometry2_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/geometry2_0.18.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/geometry2/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/geometry2" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-bullet_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-bullet_0.18.0-1.bb index 1a9236b1ea7..66b82f47e91 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-bullet_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-bullet_0.18.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_bullet/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_bullet" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen-kdl_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen-kdl_0.18.0-1.bb index 0122e470e61..d22288729ec 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen-kdl_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen-kdl_0.18.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_eigen_kdl/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_eigen_kdl" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen_0.18.0-1.bb index d1f711e85fa..3bfe69bfc0b 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-eigen_0.18.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_eigen/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_eigen" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-geometry-msgs_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-geometry-msgs_0.18.0-1.bb index d6774da6ad4..b078c535018 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-geometry-msgs_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-geometry-msgs_0.18.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_geometry_msgs/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_geometry_msgs" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-kdl_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-kdl_0.18.0-1.bb index c5883eb47e7..46ba8c4fe4f 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-kdl_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-kdl_0.18.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_kdl/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_kdl" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-msgs_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-msgs_0.18.0-1.bb index de89fc041eb..a3674205fb1 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-msgs_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-msgs_0.18.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_msgs/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_msgs" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-py_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-py_0.18.0-1.bb index c2f66033fa1..a18941cfd69 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-py_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-py_0.18.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_py" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros-py_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros-py_0.18.0-1.bb index bf872fada7c..8239d3fa939 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros-py_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros-py_0.18.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_ros_py/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_ros_py" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros_0.18.0-1.bb index 457aeb1772a..72563f42105 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-ros_0.18.0-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_ros/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_ros" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-sensor-msgs_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-sensor-msgs_0.18.0-1.bb index a4b4ac978bf..4f7affadb09 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-sensor-msgs_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-sensor-msgs_0.18.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_sensor_msgs/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_sensor_msgs" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2-tools_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2-tools_0.18.0-1.bb index abe0aa5009a..ba2a6f45bb4 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2-tools_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2-tools_0.18.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_tools/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2_tools" diff --git a/meta-ros2-rolling/generated-recipes/geometry2/tf2_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/geometry2/tf2_0.18.0-1.bb index 1146a400832..4eb516e4b5f 100644 --- a/meta-ros2-rolling/generated-recipes/geometry2/tf2_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/geometry2/tf2_0.18.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf2" diff --git a/meta-ros2-rolling/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bb b/meta-ros2-rolling/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bb index 8d793267eb0..308fa179966 100644 --- a/meta-ros2-rolling/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/google_benchmark_vendor-release/archive/release/rolling/google_benchmark_vendor/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/google_benchmark_vendor" diff --git a/meta-ros2-rolling/generated-recipes/googletest/gmock-vendor_1.10.9003-1.bb b/meta-ros2-rolling/generated-recipes/googletest/gmock-vendor_1.10.9003-1.bb index 1f236f11cbf..20dbd752927 100644 --- a/meta-ros2-rolling/generated-recipes/googletest/gmock-vendor_1.10.9003-1.bb +++ b/meta-ros2-rolling/generated-recipes/googletest/gmock-vendor_1.10.9003-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/rolling/gmock_vendor/1.10.9003-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gmock_vendor" diff --git a/meta-ros2-rolling/generated-recipes/googletest/gtest-vendor_1.10.9003-1.bb b/meta-ros2-rolling/generated-recipes/googletest/gtest-vendor_1.10.9003-1.bb index c3c7df23ed3..83ed14e96a2 100644 --- a/meta-ros2-rolling/generated-recipes/googletest/gtest-vendor_1.10.9003-1.bb +++ b/meta-ros2-rolling/generated-recipes/googletest/gtest-vendor_1.10.9003-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/googletest-release/archive/release/rolling/gtest_vendor/1.10.9003-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gtest_vendor" diff --git a/meta-ros2-rolling/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb index 0904ca41124..83db9cb5ef5 100644 --- a/meta-ros2-rolling/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/gps-umd/gps-msgs_1.0.4-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/rolling/gps_msgs/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gps_msgs" diff --git a/meta-ros2-rolling/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb index a5c874273bd..6a182407853 100644 --- a/meta-ros2-rolling/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/gps-umd/gps-tools_1.0.4-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/rolling/gps_tools/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gps_tools" diff --git a/meta-ros2-rolling/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb index 3c61a016606..7825bfd7bb6 100644 --- a/meta-ros2-rolling/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/gps-umd/gps-umd_1.0.4-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/rolling/gps_umd/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gps_umd" diff --git a/meta-ros2-rolling/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb index dfed7cd744d..c0ac7e6fc04 100644 --- a/meta-ros2-rolling/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/gps-umd/gpsd-client_1.0.4-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/gps_umd-release/archive/release/rolling/gpsd_client/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gpsd_client" diff --git a/meta-ros2-rolling/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-4.bb b/meta-ros2-rolling/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-4.bb index e581ad5d3b0..2ea4fed8414 100644 --- a/meta-ros2-rolling/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/grbl-msgs/grbl-msgs_0.0.2-4.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_msgs-release/archive/release/rolling/grbl_msgs/0.0.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/grbl_msgs" diff --git a/meta-ros2-rolling/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb b/meta-ros2-rolling/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb index a3999dc6344..09191af4d91 100644 --- a/meta-ros2-rolling/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb +++ b/meta-ros2-rolling/generated-recipes/grbl-ros/grbl-ros_0.0.15-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/grbl_ros-release/archive/release/rolling/grbl_ros/0.0.15-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/grbl_ros" diff --git a/meta-ros2-rolling/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.2-1.bb index 1ec91a1883b..100111a5c42 100644 --- a/meta-ros2-rolling/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/hls_lfcd_lds_driver-release/archive/release/rolling/hls_lfcd_lds_driver/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/hls_lfcd_lds_driver" diff --git a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-1.bb index f7f5cf631c6..04b54a825a9 100644 --- a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-binding-c_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ApexAI/iceoryx-release/archive/release/rolling/iceoryx_binding_c/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/iceoryx_binding_c" diff --git a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-posh_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-posh_1.0.0-1.bb index f6c6ff2bc8d..9558fb87dd7 100644 --- a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-posh_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-posh_1.0.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ApexAI/iceoryx-release/archive/release/rolling/iceoryx_posh/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/iceoryx_posh" diff --git a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-utils_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-utils_1.0.0-1.bb index fa2d054a93e..22fb36331b3 100644 --- a/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-utils_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/iceoryx/iceoryx-utils_1.0.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ApexAI/iceoryx-release/archive/release/rolling/iceoryx_utils/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/iceoryx_utils" diff --git a/meta-ros2-rolling/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb b/meta-ros2-rolling/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb index df3632ad51b..0a623165830 100644 --- a/meta-ros2-rolling/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/ifm3d-core/ifm3d-core_0.18.0-5.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ifm3d-release/archive/release/rolling/ifm3d_core/0.18.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/ifm3d_core" diff --git a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-4.bb b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-4.bb index 3e8ae985907..7732b1d367f 100644 --- a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-common_0.0.1-4.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/rolling/ign_rviz_common/0.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ign_rviz_common" diff --git a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-4.bb b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-4.bb index 24757bd3e9f..2bfc700d38b 100644 --- a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz-plugins_0.0.1-4.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/rolling/ign_rviz_plugins/0.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ign_rviz_plugins" diff --git a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz_0.0.1-4.bb b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz_0.0.1-4.bb index 88821bc991b..cad57a246b9 100644 --- a/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz_0.0.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ign-rviz/ign-rviz_0.0.1-4.bb @@ -80,7 +80,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ign_rviz-release/archive/release/rolling/ign_rviz/0.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ign_rviz" diff --git a/meta-ros2-rolling/generated-recipes/image-common/camera-calibration-parsers_3.1.0-1.bb b/meta-ros2-rolling/generated-recipes/image-common/camera-calibration-parsers_3.1.0-1.bb index 5c169822a83..71c82a4908d 100644 --- a/meta-ros2-rolling/generated-recipes/image-common/camera-calibration-parsers_3.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-common/camera-calibration-parsers_3.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/rolling/camera_calibration_parsers/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/camera_calibration_parsers" diff --git a/meta-ros2-rolling/generated-recipes/image-common/camera-info-manager_3.1.0-1.bb b/meta-ros2-rolling/generated-recipes/image-common/camera-info-manager_3.1.0-1.bb index a0c3452258e..06869bf0491 100644 --- a/meta-ros2-rolling/generated-recipes/image-common/camera-info-manager_3.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-common/camera-info-manager_3.1.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/rolling/camera_info_manager/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/camera_info_manager" diff --git a/meta-ros2-rolling/generated-recipes/image-common/image-common_3.1.0-1.bb b/meta-ros2-rolling/generated-recipes/image-common/image-common_3.1.0-1.bb index b63c3f27646..c1caf8ab71a 100644 --- a/meta-ros2-rolling/generated-recipes/image-common/image-common_3.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-common/image-common_3.1.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/rolling/image_common/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_common" diff --git a/meta-ros2-rolling/generated-recipes/image-common/image-transport_3.1.0-1.bb b/meta-ros2-rolling/generated-recipes/image-common/image-transport_3.1.0-1.bb index 3780237be9d..d6b6db5411c 100644 --- a/meta-ros2-rolling/generated-recipes/image-common/image-transport_3.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-common/image-transport_3.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_common-release/archive/release/rolling/image_transport/3.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_transport" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/camera-calibration_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/camera-calibration_2.2.1-2.bb index fa147a8fe0d..fdbd5b0f445 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/camera-calibration_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/camera-calibration_2.2.1-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/camera_calibration/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/camera_calibration" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/depth-image-proc_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/depth-image-proc_2.2.1-2.bb index cfdcd8e3c4e..143da1a0e19 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/depth-image-proc_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/depth-image-proc_2.2.1-2.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/depth_image_proc/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/depth_image_proc" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/image-pipeline_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/image-pipeline_2.2.1-2.bb index 18aa08bae39..04e99142112 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/image-pipeline_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/image-pipeline_2.2.1-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/image_pipeline/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_pipeline" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/image-proc_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/image-proc_2.2.1-2.bb index aaa32bb06af..b52f1967e12 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/image-proc_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/image-proc_2.2.1-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/image_proc/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_proc" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/image-publisher_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/image-publisher_2.2.1-2.bb index 709d5bf248e..84357910e85 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/image-publisher_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/image-publisher_2.2.1-2.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/image_publisher/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_publisher" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/image-rotate_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/image-rotate_2.2.1-2.bb index 32d36e7a537..2adebcc9db2 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/image-rotate_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/image-rotate_2.2.1-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/image_rotate/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_rotate" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/image-view_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/image-view_2.2.1-2.bb index 6b733645eea..a1cee0e96bf 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/image-view_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/image-view_2.2.1-2.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/image_view/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_view" diff --git a/meta-ros2-rolling/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-2.bb b/meta-ros2-rolling/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-2.bb index bfbc8f24414..267ebb455a6 100644 --- a/meta-ros2-rolling/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/image-pipeline/stereo-image-proc_2.2.1-2.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_pipeline-release/archive/release/rolling/stereo_image_proc/2.2.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/stereo_image_proc" diff --git a/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.1-1.bb index d403df31143..b20ea2fe73c 100644 --- a/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-depth-image-transport_2.3.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/rolling/compressed_depth_image_transport/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/compressed_depth_image_transport" diff --git a/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.1-1.bb index 8df66b97afd..05bed63972f 100644 --- a/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-transport-plugins/compressed-image-transport_2.3.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/rolling/compressed_image_transport/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/compressed_image_transport" diff --git a/meta-ros2-rolling/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.1-1.bb index 8b82aa0a64d..f196d586941 100644 --- a/meta-ros2-rolling/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-transport-plugins/image-transport-plugins_2.3.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/rolling/image_transport_plugins/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_transport_plugins" diff --git a/meta-ros2-rolling/generated-recipes/image-transport-plugins/theora-image-transport_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/image-transport-plugins/theora-image-transport_2.3.1-1.bb index 1fb09bd071e..6d2886fa4a1 100644 --- a/meta-ros2-rolling/generated-recipes/image-transport-plugins/theora-image-transport_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/image-transport-plugins/theora-image-transport_2.3.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/image_transport_plugins-release/archive/release/rolling/theora_image_transport/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/theora_image_transport" diff --git a/meta-ros2-rolling/generated-recipes/interactive-markers/interactive-markers_2.2.0-1.bb b/meta-ros2-rolling/generated-recipes/interactive-markers/interactive-markers_2.2.0-1.bb index 15a1d9e296a..ea9530239cd 100644 --- a/meta-ros2-rolling/generated-recipes/interactive-markers/interactive-markers_2.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/interactive-markers/interactive-markers_2.2.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/interactive_markers-release/archive/release/rolling/interactive_markers/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/interactive_markers" diff --git a/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-2.bb b/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-2.bb index 567ddb880bc..d8605dde402 100644 --- a/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher-gui_2.2.0-2.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/rolling/joint_state_publisher_gui/2.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/joint_state_publisher_gui" diff --git a/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-2.bb b/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-2.bb index 8a9dcced09d..4ad24498e3d 100644 --- a/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/joint-state-publisher/joint-state-publisher_2.2.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joint_state_publisher-release/archive/release/rolling/joint_state_publisher/2.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/joint_state_publisher" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/joy-linux_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/joy-linux_3.0.0-4.bb index 6722b094e7a..26aa4deed3f 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/joy-linux_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/joy-linux_3.0.0-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/joy_linux/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/joy_linux" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/joy_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/joy_3.0.0-4.bb index 8f455f2f5fc..e8d042dd88f 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/joy_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/joy_3.0.0-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/joy/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/joy" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-4.bb index 5e0ba338a7d..267d7703ec8 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/sdl2-vendor_3.0.0-4.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/sdl2_vendor/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/sdl2_vendor" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/spacenav_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/spacenav_3.0.0-4.bb index 2ace9829519..30b96d37524 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/spacenav_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/spacenav_3.0.0-4.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/spacenav/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/spacenav" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-4.bb index 59165d3197f..907aa2fdd15 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote-msgs_3.0.0-4.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/wiimote_msgs/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/wiimote_msgs" diff --git a/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote_3.0.0-4.bb index 4e8ac07f664..843144d694f 100644 --- a/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/joystick-drivers/wiimote_3.0.0-4.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/joystick_drivers-release/archive/release/rolling/wiimote/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/wiimote" diff --git a/meta-ros2-rolling/generated-recipes/kdl-parser/kdl-parser_2.5.0-1.bb b/meta-ros2-rolling/generated-recipes/kdl-parser/kdl-parser_2.5.0-1.bb index 0eb0cf9910a..a2b15da19a5 100644 --- a/meta-ros2-rolling/generated-recipes/kdl-parser/kdl-parser_2.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/kdl-parser/kdl-parser_2.5.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/kdl_parser-release/archive/release/rolling/kdl_parser/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/kdl_parser" diff --git a/meta-ros2-rolling/generated-recipes/laser-geometry/laser-geometry_2.2.2-4.bb b/meta-ros2-rolling/generated-recipes/laser-geometry/laser-geometry_2.2.2-4.bb index 84fb024ba3f..c38a280d7d2 100644 --- a/meta-ros2-rolling/generated-recipes/laser-geometry/laser-geometry_2.2.2-4.bb +++ b/meta-ros2-rolling/generated-recipes/laser-geometry/laser-geometry_2.2.2-4.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_geometry-release/archive/release/rolling/laser_geometry/2.2.2-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/laser_geometry" diff --git a/meta-ros2-rolling/generated-recipes/laser-proc/laser-proc_1.0.2-3.bb b/meta-ros2-rolling/generated-recipes/laser-proc/laser-proc_1.0.2-3.bb index c4d26a7f3b8..30641cb209d 100644 --- a/meta-ros2-rolling/generated-recipes/laser-proc/laser-proc_1.0.2-3.bb +++ b/meta-ros2-rolling/generated-recipes/laser-proc/laser-proc_1.0.2-3.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/laser_proc-release/archive/release/rolling/laser_proc/1.0.2-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/laser_proc" diff --git a/meta-ros2-rolling/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb b/meta-ros2-rolling/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb index 3de4cf6dd10..35757314824 100644 --- a/meta-ros2-rolling/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch-ros/launch-ros_0.14.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_ros/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_ros" diff --git a/meta-ros2-rolling/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb b/meta-ros2-rolling/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb index c0e40d2592c..17417738622 100644 --- a/meta-ros2-rolling/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch-ros/launch-testing-ros_0.14.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_testing_ros" diff --git a/meta-ros2-rolling/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb b/meta-ros2-rolling/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb index 230ef5b0dfd..4c87e0da38e 100644 --- a/meta-ros2-rolling/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch-ros/ros2launch_0.14.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/ros2launch/0.14.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2launch" diff --git a/meta-ros2-rolling/generated-recipes/launch/launch-testing-ament-cmake_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/launch/launch-testing-ament-cmake_0.18.0-1.bb index 0d9971d03a8..ce6342d09c8 100644 --- a/meta-ros2-rolling/generated-recipes/launch/launch-testing-ament-cmake_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch/launch-testing-ament-cmake_0.18.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_testing_ament_cmake/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_testing_ament_cmake" diff --git a/meta-ros2-rolling/generated-recipes/launch/launch-testing_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/launch/launch-testing_0.18.0-1.bb index 115483d7c81..77ff9325256 100644 --- a/meta-ros2-rolling/generated-recipes/launch/launch-testing_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch/launch-testing_0.18.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_testing/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_testing" diff --git a/meta-ros2-rolling/generated-recipes/launch/launch-xml_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/launch/launch-xml_0.18.0-1.bb index 07b93fef872..eb850f47b5c 100644 --- a/meta-ros2-rolling/generated-recipes/launch/launch-xml_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch/launch-xml_0.18.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_xml/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_xml" diff --git a/meta-ros2-rolling/generated-recipes/launch/launch-yaml_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/launch/launch-yaml_0.18.0-1.bb index 847629e3da2..d410783c5aa 100644 --- a/meta-ros2-rolling/generated-recipes/launch/launch-yaml_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch/launch-yaml_0.18.0-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_yaml/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_yaml" diff --git a/meta-ros2-rolling/generated-recipes/launch/launch_0.18.0-1.bb b/meta-ros2-rolling/generated-recipes/launch/launch_0.18.0-1.bb index 263b6b5c803..b0a794e7fb6 100644 --- a/meta-ros2-rolling/generated-recipes/launch/launch_0.18.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/launch/launch_0.18.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch/0.18.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch" diff --git a/meta-ros2-rolling/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb b/meta-ros2-rolling/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb index 244f1196448..2e329ad2a8b 100644 --- a/meta-ros2-rolling/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/lgsvl-msgs/lgsvl-msgs_0.0.4-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/lgsvl_msgs-release/archive/release/rolling/lgsvl_msgs/0.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/lgsvl_msgs" diff --git a/meta-ros2-rolling/generated-recipes/libg2o/libg2o_2020.5.29-2.bb b/meta-ros2-rolling/generated-recipes/libg2o/libg2o_2020.5.29-2.bb index 9642f517216..37869a54ba9 100644 --- a/meta-ros2-rolling/generated-recipes/libg2o/libg2o_2020.5.29-2.bb +++ b/meta-ros2-rolling/generated-recipes/libg2o/libg2o_2020.5.29-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libg2o-release/archive/release/rolling/libg2o/2020.5.29-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/libg2o" diff --git a/meta-ros2-rolling/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-2.bb index 1640813b8b2..fa06ed53f47 100644 --- a/meta-ros2-rolling/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/libstatistics-collector/libstatistics-collector_1.1.0-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libstatistics_collector-release/archive/release/rolling/libstatistics_collector/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/libstatistics_collector" diff --git a/meta-ros2-rolling/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-1.bb b/meta-ros2-rolling/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-1.bb index dd0109169bc..688aad177f4 100644 --- a/meta-ros2-rolling/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/libyaml-vendor/libyaml-vendor_1.2.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/libyaml_vendor-release/archive/release/rolling/libyaml_vendor/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/libyaml_vendor" diff --git a/meta-ros2-rolling/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.1.1-1.bb b/meta-ros2-rolling/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.1.1-1.bb index 9deaf886a5b..b3c5041c388 100644 --- a/meta-ros2-rolling/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/locator-ros-bridge/bosch-locator-bridge_2.1.1-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/locator_ros_bridge-release/archive/release/rolling/bosch_locator_bridge/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/bosch_locator_bridge" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-can-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-can-msgs_1.1.0-2.bb index e39e013bc11..fa678347043 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-can-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-can-msgs_1.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_can_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_can_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-common-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-common-msgs_1.1.0-2.bb index 5e70be04181..dbf3ad65313 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-common-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-common-msgs_1.1.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_common_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_common_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-2.bb index 0b7f209931e..f4607739917 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-dbw-msgs_1.1.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_dbw_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_dbw_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-2.bb index 5821ee943e1..f4bf65e2024 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-nav-msgs_1.1.0-2.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_nav_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_nav_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-2.bb index 2aa6ccee187..0a6e20dd338 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-perception-msgs_1.1.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_perception_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_perception_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-2.bb index 0ab7e1beb2d..7b13c3da427 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-sensor-msgs_1.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_sensor_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_sensor_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-status-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-status-msgs_1.1.0-2.bb index 618eee68d62..a11e3218921 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-status-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-status-msgs_1.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_status_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_status_msgs" diff --git a/meta-ros2-rolling/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-2.bb b/meta-ros2-rolling/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-2.bb index dd6c0af5302..9e99f7256a9 100644 --- a/meta-ros2-rolling/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/marti-messages/marti-visualization-msgs_1.1.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/marti_messages-release/archive/release/rolling/marti_visualization_msgs/1.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/marti_visualization_msgs" diff --git a/meta-ros2-rolling/generated-recipes/mavlink/mavlink_2021.6.6-1.bb b/meta-ros2-rolling/generated-recipes/mavlink/mavlink_2021.6.6-1.bb index 1171665459f..d684a9c1e1b 100644 --- a/meta-ros2-rolling/generated-recipes/mavlink/mavlink_2021.6.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/mavlink/mavlink_2021.6.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavlink-gbp-release/archive/release/rolling/mavlink/2021.6.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/mavlink" diff --git a/meta-ros2-rolling/generated-recipes/mavros/libmavconn_2.0.3-1.bb b/meta-ros2-rolling/generated-recipes/mavros/libmavconn_2.0.3-1.bb index e46526b25d8..988fdff2854 100644 --- a/meta-ros2-rolling/generated-recipes/mavros/libmavconn_2.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/mavros/libmavconn_2.0.3-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/rolling/libmavconn/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/libmavconn" diff --git a/meta-ros2-rolling/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb b/meta-ros2-rolling/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb index 598e1be20c1..8ec969df164 100644 --- a/meta-ros2-rolling/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/mavros/mavros-msgs_2.0.3-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/rolling/mavros_msgs/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/mavros_msgs" diff --git a/meta-ros2-rolling/generated-recipes/mavros/mavros_2.0.3-1.bb b/meta-ros2-rolling/generated-recipes/mavros/mavros_2.0.3-1.bb index 565e2b23b9b..2b9e04e9548 100644 --- a/meta-ros2-rolling/generated-recipes/mavros/mavros_2.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/mavros/mavros_2.0.3-1.bb @@ -122,7 +122,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mavlink/mavros-release/archive/release/rolling/mavros/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/mavros" diff --git a/meta-ros2-rolling/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb index 501077aadb9..ba4d5e9fad5 100644 --- a/meta-ros2-rolling/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/menge-vendor/menge-vendor_1.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/menge_vendor-release/archive/release/rolling/menge_vendor/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/menge_vendor" diff --git a/meta-ros2-rolling/generated-recipes/message-filters/message-filters_4.0.0-1.bb b/meta-ros2-rolling/generated-recipes/message-filters/message-filters_4.0.0-1.bb index ba9faa42435..d3e9a1adf75 100644 --- a/meta-ros2-rolling/generated-recipes/message-filters/message-filters_4.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/message-filters/message-filters_4.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/rolling/message_filters/4.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/message_filters" diff --git a/meta-ros2-rolling/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb b/meta-ros2-rolling/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb index 8068d912513..76a4e273890 100644 --- a/meta-ros2-rolling/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/mimick-vendor/mimick-vendor_0.2.6-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/mimick_vendor-release/archive/release/rolling/mimick_vendor/0.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/mimick_vendor" diff --git a/meta-ros2-rolling/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb index 6738aa0264f..580567b8ad5 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-msgs/moveit-msgs_2.1.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_msgs-release/archive/release/rolling/moveit_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_msgs" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb index 2219198b31d..c72b317276b 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources_fanuc_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources_fanuc_description" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb index 91d1209bb55..5f1536598f7 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-fanuc-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources_fanuc_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources_fanuc_moveit_config" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb index 37b02dbb48d..404a6c2d15b 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources_panda_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources_panda_description" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb index ee8b0045c05..efe6fe79654 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-panda-moveit-config_2.0.2-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources_panda_moveit_config/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources_panda_moveit_config" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb index 79a11cd9d61..d09ee1921ec 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources-pr2-description_2.0.2-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources_pr2_description/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources_pr2_description" diff --git a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb index 1c15cd745c9..a50cbc712de 100644 --- a/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit-resources/moveit-resources_2.0.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit_resources-release/archive/release/rolling/moveit_resources/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_resources" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-common_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-common_2.2.1-1.bb index b350a027d09..6b01c628632 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-common_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-common_2.2.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_common/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_common" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-core_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-core_2.2.1-1.bb index d24aa5338b7..6649a0eaf92 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-core_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-core_2.2.1-1.bb @@ -144,7 +144,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_core/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_core" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-kinematics_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-kinematics_2.2.1-1.bb index c33d4f8b8ef..415808f6c45 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-kinematics_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-kinematics_2.2.1-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_kinematics/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_kinematics" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-planners-ompl_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-planners-ompl_2.2.1-1.bb index 69982c0e0a9..b6b44d7d31f 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-planners-ompl_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-planners-ompl_2.2.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_planners_ompl/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_planners_ompl" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-planners_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-planners_2.2.1-1.bb index 005defe2ac3..c0fcc637f31 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-planners_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-planners_2.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_planners/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_planners" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-plugins_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-plugins_2.2.1-1.bb index e183488f078..2e928b62a04 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-plugins_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-plugins_2.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_plugins/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_plugins" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-benchmarks_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-benchmarks_2.2.1-1.bb index 64efe4bec4d..dd6385de8d6 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-benchmarks_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-benchmarks_2.2.1-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_benchmarks/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_benchmarks" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-move-group_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-move-group_2.2.1-1.bb index 4d764ff8bcc..126c0240ee2 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-move-group_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-move-group_2.2.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_move_group/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_move_group" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.1-1.bb index 4108a460ca0..bc6960a026f 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-occupancy-map-monitor_2.2.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_occupancy_map_monitor/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_occupancy_map_monitor" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-perception_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-perception_2.2.1-1.bb index 760a9ca7aba..f1989b3d398 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-perception_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-perception_2.2.1-1.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_perception/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_perception" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning-interface_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning-interface_2.2.1-1.bb index fdcc7cc789e..494dbab0e33 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning-interface_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning-interface_2.2.1-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_planning_interface/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_planning_interface" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning_2.2.1-1.bb index b891602eff4..90ed5d28772 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-planning_2.2.1-1.bb @@ -95,7 +95,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_planning/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_planning" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.1-1.bb index ac52a972bc1..2a7558d46e8 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-robot-interaction_2.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_robot_interaction/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_robot_interaction" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-visualization_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-visualization_2.2.1-1.bb index 61ed746b9d9..280e1335c00 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-visualization_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-visualization_2.2.1-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_visualization/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_visualization" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-warehouse_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-warehouse_2.2.1-1.bb index 0ebf37409f9..f0c1abceba1 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-warehouse_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros-warehouse_2.2.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros_warehouse/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros_warehouse" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros_2.2.1-1.bb index 52f4fad3cbb..b92a34f511a 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-ros_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-ros_2.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_ros/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_ros" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-runtime_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-runtime_2.2.1-1.bb index aa27e6fc9cc..541477e0660 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-runtime_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-runtime_2.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_runtime/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_runtime" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-servo_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-servo_2.2.1-1.bb index e0672a012f2..86376e5e084 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-servo_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-servo_2.2.1-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_servo/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_servo" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit-simple-controller-manager_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit-simple-controller-manager_2.2.1-1.bb index 5d4a2d08462..99a35b8cf97 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit-simple-controller-manager_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit-simple-controller-manager_2.2.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_simple_controller_manager/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit_simple_controller_manager" diff --git a/meta-ros2-rolling/generated-recipes/moveit/moveit_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/moveit_2.2.1-1.bb index 21b9883f56c..49c823fda74 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/moveit_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/moveit_2.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/moveit/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/moveit" diff --git a/meta-ros2-rolling/generated-recipes/moveit/run-move-group_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/run-move-group_2.2.1-1.bb index 193439f2816..84f3ea8ca0b 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/run-move-group_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/run-move-group_2.2.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/run_move_group/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/run_move_group" diff --git a/meta-ros2-rolling/generated-recipes/moveit/run-moveit-cpp_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/run-moveit-cpp_2.2.1-1.bb index cca2f327eb1..631cd04a83f 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/run-moveit-cpp_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/run-moveit-cpp_2.2.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/run_moveit_cpp/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/run_moveit_cpp" diff --git a/meta-ros2-rolling/generated-recipes/moveit/run-ompl-constrained-planning_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/moveit/run-ompl-constrained-planning_2.2.1-1.bb index 91601dd63d3..e7d0a7979aa 100644 --- a/meta-ros2-rolling/generated-recipes/moveit/run-ompl-constrained-planning_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/moveit/run-ompl-constrained-planning_2.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/moveit2-release/archive/release/rolling/run_ompl_constrained_planning/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/run_ompl_constrained_planning" diff --git a/meta-ros2-rolling/generated-recipes/mrpt2/mrpt2_2.1.3-2.bb b/meta-ros2-rolling/generated-recipes/mrpt2/mrpt2_2.1.3-2.bb index cf71c4d0e0b..46dd3309347 100644 --- a/meta-ros2-rolling/generated-recipes/mrpt2/mrpt2_2.1.3-2.bb +++ b/meta-ros2-rolling/generated-recipes/mrpt2/mrpt2_2.1.3-2.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/mrpt-ros2-pkg-release/mrpt2-release/archive/release/rolling/mrpt2/2.1.3-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/mrpt2" diff --git a/meta-ros2-rolling/generated-recipes/navigation-msgs/map-msgs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/navigation-msgs/map-msgs_2.1.0-1.bb index 24b0cd098f1..966a6895167 100644 --- a/meta-ros2-rolling/generated-recipes/navigation-msgs/map-msgs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/navigation-msgs/map-msgs_2.1.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/navigation_msgs-release/archive/release/rolling/map_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/map_msgs" diff --git a/meta-ros2-rolling/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-2.bb index 7782c5b3040..0c31cd3d027 100644 --- a/meta-ros2-rolling/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/nmea-msgs/nmea-msgs_2.0.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nmea_msgs-release/archive/release/rolling/nmea_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/nmea_msgs" diff --git a/meta-ros2-rolling/generated-recipes/nodl/nodl-python_0.3.1-1.bb b/meta-ros2-rolling/generated-recipes/nodl/nodl-python_0.3.1-1.bb index 9d55f7b4d44..246b23c2494 100644 --- a/meta-ros2-rolling/generated-recipes/nodl/nodl-python_0.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/nodl/nodl-python_0.3.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/rolling/nodl_python/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/nodl_python" diff --git a/meta-ros2-rolling/generated-recipes/nodl/ros2nodl_0.3.1-1.bb b/meta-ros2-rolling/generated-recipes/nodl/ros2nodl_0.3.1-1.bb index 3988f6a0103..daac7306226 100644 --- a/meta-ros2-rolling/generated-recipes/nodl/ros2nodl_0.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/nodl/ros2nodl_0.3.1-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/nodl-release/archive/release/rolling/ros2nodl/0.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2nodl" diff --git a/meta-ros2-rolling/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb index 183ba2d6964..d7effff4ef4 100644 --- a/meta-ros2-rolling/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ntpd-driver/ntpd-driver_2.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/vooon/ntpd_driver-release/archive/release/rolling/ntpd_driver/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ntpd_driver" diff --git a/meta-ros2-rolling/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb b/meta-ros2-rolling/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb index c2bde1578f9..5011be6c689 100644 --- a/meta-ros2-rolling/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/object-recognition-msgs/object-recognition-msgs_2.0.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/object_recognition_msgs-release/archive/release/rolling/object_recognition_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/object_recognition_msgs" diff --git a/meta-ros2-rolling/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb b/meta-ros2-rolling/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb index ef55cb830c9..d64750e56dc 100644 --- a/meta-ros2-rolling/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/octomap-msgs/octomap-msgs_2.0.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap_msgs-release/archive/release/rolling/octomap_msgs/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/octomap_msgs" diff --git a/meta-ros2-rolling/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb b/meta-ros2-rolling/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb index d34dc60a6b7..d45d8fc5749 100644 --- a/meta-ros2-rolling/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb +++ b/meta-ros2-rolling/generated-recipes/octomap/dynamic-edt-3d_1.9.7-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/rolling/dynamic_edt_3d/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/dynamic_edt_3d" diff --git a/meta-ros2-rolling/generated-recipes/octomap/octomap_1.9.7-1.bb b/meta-ros2-rolling/generated-recipes/octomap/octomap_1.9.7-1.bb index 55b368d1b07..d2c35b5fa25 100644 --- a/meta-ros2-rolling/generated-recipes/octomap/octomap_1.9.7-1.bb +++ b/meta-ros2-rolling/generated-recipes/octomap/octomap_1.9.7-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/rolling/octomap/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/octomap" diff --git a/meta-ros2-rolling/generated-recipes/octomap/octovis_1.9.7-1.bb b/meta-ros2-rolling/generated-recipes/octomap/octovis_1.9.7-1.bb index b08a4b38efd..013792d496e 100644 --- a/meta-ros2-rolling/generated-recipes/octomap/octovis_1.9.7-1.bb +++ b/meta-ros2-rolling/generated-recipes/octomap/octovis_1.9.7-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/octomap-release/archive/release/rolling/octovis/1.9.7-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/octovis" diff --git a/meta-ros2-rolling/generated-recipes/ompl/ompl_1.5.2-1.bb b/meta-ros2-rolling/generated-recipes/ompl/ompl_1.5.2-1.bb index 272f65064df..7ce2d3f5b97 100644 --- a/meta-ros2-rolling/generated-recipes/ompl/ompl_1.5.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ompl/ompl_1.5.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ompl-release/archive/release/rolling/ompl/1.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ompl" diff --git a/meta-ros2-rolling/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-1.bb b/meta-ros2-rolling/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-1.bb index cd4c69f6bcf..c6e3bd9011e 100644 --- a/meta-ros2-rolling/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/orocos-kinematics-dynamics/orocos-kdl_3.3.3-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release/archive/release/rolling/orocos_kdl/3.3.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/orocos_kdl" diff --git a/meta-ros2-rolling/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb b/meta-ros2-rolling/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb index f4bdb6f4145..e83b0353b48 100644 --- a/meta-ros2-rolling/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/osqp-vendor/osqp-vendor_0.0.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/tier4/osqp_vendor-release/archive/release/rolling/osqp_vendor/0.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/osqp_vendor" diff --git a/meta-ros2-rolling/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-1.bb b/meta-ros2-rolling/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-1.bb index 8bf79c3fb58..f06ee7fa732 100644 --- a/meta-ros2-rolling/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/osrf-pycommon/osrf-pycommon_0.2.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_pycommon-release/archive/release/rolling/osrf_pycommon/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/osrf_pycommon" diff --git a/meta-ros2-rolling/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-1.bb b/meta-ros2-rolling/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-1.bb index 3a97640e7ae..66878471ae3 100644 --- a/meta-ros2-rolling/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/osrf-testing-tools-cpp/osrf-testing-tools-cpp_1.4.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/osrf_testing_tools_cpp" diff --git a/meta-ros2-rolling/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-5.bb b/meta-ros2-rolling/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-5.bb index 456666d92b3..bd4a6d373af 100644 --- a/meta-ros2-rolling/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/pcl-msgs/pcl-msgs_1.0.0-5.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pcl_msgs-release/archive/release/rolling/pcl_msgs/1.0.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/pcl_msgs" diff --git a/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb index 34af7c35d90..685cbd7af6d 100644 --- a/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-conversions_2.3.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/rolling/pcl_conversions/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pcl_conversions" diff --git a/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb index 1ae2345c056..05de983ceda 100644 --- a/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/perception-pcl/pcl-ros_2.3.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/rolling/pcl_ros/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pcl_ros" diff --git a/meta-ros2-rolling/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb b/meta-ros2-rolling/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb index 216e2948c29..554dd8b4217 100644 --- a/meta-ros2-rolling/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/perception-pcl/perception-pcl_2.3.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/perception_pcl-release/archive/release/rolling/perception_pcl/2.3.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/perception_pcl" diff --git a/meta-ros2-rolling/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-1.bb b/meta-ros2-rolling/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-1.bb index 9c3e073c8b7..66ffec62adc 100644 --- a/meta-ros2-rolling/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-1.bb +++ b/meta-ros2-rolling/generated-recipes/performance-test-fixture/performance-test-fixture_0.0.7-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/performance_test_fixture-release/archive/release/rolling/performance_test_fixture/0.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/performance_test_fixture" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/libphidget22_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/libphidget22_2.1.0-1.bb index 42472ee4791..01ea837e44f 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/libphidget22_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/libphidget22_2.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/libphidget22/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/libphidget22" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.1.0-1.bb index 52eb53104c8..56034a084b4 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-accelerometer_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_accelerometer/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_accelerometer" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.1.0-1.bb index 05a4d6bf29e..b0140591b5f 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-analog-inputs_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_analog_inputs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_analog_inputs" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-api_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-api_2.1.0-1.bb index 5728a560288..69b7238d97d 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-api_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-api_2.1.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_api/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_api" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.1.0-1.bb index f0b8ebc90f3..0e90f2ea3a4 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-inputs_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_digital_inputs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_digital_inputs" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.1.0-1.bb index a81d9e10150..02c984de349 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-digital-outputs_2.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_digital_outputs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_digital_outputs" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-drivers_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-drivers_2.1.0-1.bb index 5270de38a2b..a29c22f5461 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-drivers_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-drivers_2.1.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_drivers/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_drivers" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.1.0-1.bb index 48a784c3742..c174326cbce 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-gyroscope_2.1.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_gyroscope/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_gyroscope" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.1.0-1.bb index 619fa92c6aa..cce631f5f9d 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-high-speed-encoder_2.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_high_speed_encoder/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_high_speed_encoder" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-ik_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-ik_2.1.0-1.bb index 7d573a51076..b150abfba27 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-ik_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-ik_2.1.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_ik/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_ik" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.1.0-1.bb index f58f7d060dd..05322497a70 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-magnetometer_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_magnetometer/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_magnetometer" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-motors_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-motors_2.1.0-1.bb index d0381728c7c..da855ca9514 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-motors_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-motors_2.1.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_motors/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_motors" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-msgs_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-msgs_2.1.0-1.bb index 537c146db04..2cf362e2d36 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-msgs_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-msgs_2.1.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_msgs/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_msgs" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-spatial_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-spatial_2.1.0-1.bb index fa4e140780a..772df9a0cc2 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-spatial_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-spatial_2.1.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_spatial/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_spatial" diff --git a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-temperature_2.1.0-1.bb b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-temperature_2.1.0-1.bb index bb7162f2d7e..f4f5502c50f 100644 --- a/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-temperature_2.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/phidgets-drivers/phidgets-temperature_2.1.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_temperature/2.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/phidgets_temperature" diff --git a/meta-ros2-rolling/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-2.bb b/meta-ros2-rolling/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-2.bb index 5ef67e84c33..fd2b505e6a1 100644 --- a/meta-ros2-rolling/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-2.bb +++ b/meta-ros2-rolling/generated-recipes/plotjuggler-msgs/plotjuggler-msgs_0.1.2-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/rolling/plotjuggler_msgs/0.1.2-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/plotjuggler_msgs" diff --git a/meta-ros2-rolling/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb b/meta-ros2-rolling/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb index 245a39c1fa1..23e80aa7d33 100644 --- a/meta-ros2-rolling/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/plotjuggler-ros/plotjuggler-ros_1.5.0-1.bb @@ -93,7 +93,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/PlotJuggler/plotjuggler-ros-plugins-release/archive/release/rolling/plotjuggler_ros/1.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/plotjuggler_ros" diff --git a/meta-ros2-rolling/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb b/meta-ros2-rolling/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb index d2d6a6a66ec..f593883a60e 100644 --- a/meta-ros2-rolling/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/plotjuggler/plotjuggler_3.2.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/facontidavide/plotjuggler-release/archive/release/rolling/plotjuggler/3.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/plotjuggler" diff --git a/meta-ros2-rolling/generated-recipes/pluginlib/pluginlib_5.0.0-1.bb b/meta-ros2-rolling/generated-recipes/pluginlib/pluginlib_5.0.0-1.bb index 323e15c624a..d231c0acc65 100644 --- a/meta-ros2-rolling/generated-recipes/pluginlib/pluginlib_5.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/pluginlib/pluginlib_5.0.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pluginlib-release/archive/release/rolling/pluginlib/5.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pluginlib" diff --git a/meta-ros2-rolling/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb b/meta-ros2-rolling/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb index 21e21c8965c..b1740fa0ab8 100644 --- a/meta-ros2-rolling/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/pybind11-vendor/pybind11-vendor_2.2.6-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/pybind11_vendor-release/archive/release/rolling/pybind11_vendor/2.2.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/pybind11_vendor" diff --git a/meta-ros2-rolling/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb b/meta-ros2-rolling/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb index 231fb2d37b4..5b42383752e 100644 --- a/meta-ros2-rolling/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/python-cmake-module/python-cmake-module_0.8.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_cmake_module-release/archive/release/rolling/python_cmake_module/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/python_cmake_module" diff --git a/meta-ros2-rolling/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-1.bb b/meta-ros2-rolling/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-1.bb index f882684e829..24a868b5155 100644 --- a/meta-ros2-rolling/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-1.bb +++ b/meta-ros2-rolling/generated-recipes/python-qt-binding/python-qt-binding_1.0.7-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/python_qt_binding-release/archive/release/rolling/python_qt_binding/1.0.7-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/python_qt_binding" diff --git a/meta-ros2-rolling/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb b/meta-ros2-rolling/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb index fcd843cfdcd..8889693e2cd 100644 --- a/meta-ros2-rolling/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/qpoases-vendor/qpoases-vendor_3.2.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Autoware-AI/qpoases_vendor-release/archive/release/rolling/qpoases_vendor/3.2.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qpoases_vendor" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb index 881cf2aac59..0f8720bc5b7 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-dotgraph_2.0.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_dotgraph/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_dotgraph" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb index d9cc3a5503d..8c4fc10a687 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-app_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_app/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_gui_app" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb index 3bac26679ac..0d94de03e8c 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-core_2.0.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_core/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_gui_core" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb index e5fddda5df5..93476ce8aaa 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-cpp_2.0.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_cpp/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_gui_cpp" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb index 39d65845b56..5efd41aa0ce 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui-py-common_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_py_common/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_gui_py_common" diff --git a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb index cd98711d09c..fd0c50de407 100644 --- a/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/qt-gui-core/qt-gui_2.0.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/qt_gui" diff --git a/meta-ros2-rolling/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb b/meta-ros2-rolling/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb index 40310ee94b5..14bd8cd45e1 100644 --- a/meta-ros2-rolling/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/radar-msgs/radar-msgs_0.2.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/radar_msgs-release/archive/release/rolling/radar_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/radar_msgs" diff --git a/meta-ros2-rolling/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb index cd705414a25..3a2b955e431 100644 --- a/meta-ros2-rolling/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/random-numbers/random-numbers_2.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/random_numbers-release/archive/release/rolling/random_numbers/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/random_numbers" diff --git a/meta-ros2-rolling/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-2.bb b/meta-ros2-rolling/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-2.bb index 0869dabfc10..8db08c58411 100644 --- a/meta-ros2-rolling/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-2.bb +++ b/meta-ros2-rolling/generated-recipes/rc-common-msgs/rc-common-msgs_0.5.3-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_common_msgs_ros2-release/archive/release/rolling/rc_common_msgs/0.5.3-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_common_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-1.bb b/meta-ros2-rolling/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-1.bb index 78ade3e2419..a45704680e4 100644 --- a/meta-ros2-rolling/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rc-dynamics-api/rc-dynamics-api_0.10.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_dynamics_api-release/archive/release/rolling/rc_dynamics_api/0.10.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_dynamics_api" diff --git a/meta-ros2-rolling/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb b/meta-ros2-rolling/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb index e5e1be29848..f2ebecec49b 100644 --- a/meta-ros2-rolling/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rc-genicam-api/rc-genicam-api_2.5.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_api-release/archive/release/rolling/rc_genicam_api/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_genicam_api" diff --git a/meta-ros2-rolling/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bb b/meta-ros2-rolling/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bb index 0477c7c6fa5..133038be1b2 100644 --- a/meta-ros2-rolling/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_genicam_driver_ros2-release/archive/release/rolling/rc_genicam_driver/0.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_genicam_driver" diff --git a/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb index b4bdcc56792..2325b80630b 100644 --- a/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-clients_0.2.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/rolling/rc_reason_clients/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_reason_clients" diff --git a/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb index f2c55acacfa..4609db7ede3 100644 --- a/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rc-reason-clients/rc-reason-msgs_0.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rc_reason_clients-release/archive/release/rolling/rc_reason_msgs/0.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rc_reason_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb b/meta-ros2-rolling/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb index cc4821220c2..4891a28aa5f 100644 --- a/meta-ros2-rolling/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcdiscover/rcdiscover_1.1.4-1.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/roboception-gbp/rcdiscover-release/archive/release/rolling/rcdiscover/1.1.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcdiscover" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/action-msgs_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/action-msgs_1.0.3-1.bb index b20f3ea9817..b1a52fe75df 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/action-msgs_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/action-msgs_1.0.3-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/action_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/action_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-1.bb index cc3fddd7ce0..46c306bc56c 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/builtin-interfaces_1.0.3-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/builtin_interfaces/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/builtin_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-1.bb index ee3adfe5733..798a25c52a1 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/composition-interfaces_1.0.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/composition_interfaces/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/composition_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-1.bb index 8d0a7484b9e..2f303822ead 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/lifecycle-msgs_1.0.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/lifecycle_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/lifecycle_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-1.bb index 245cedd931e..23b733dbeec 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/rcl-interfaces_1.0.3-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/rcl_interfaces/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-1.bb index 245036e23d2..1fec31b2605 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/rosgraph-msgs_1.0.3-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/rosgraph_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosgraph_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-1.bb index fc0b243a174..729fe3efe11 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/statistics-msgs_1.0.3-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/statistics_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/statistics_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcl-interfaces/test-msgs_1.0.3-1.bb b/meta-ros2-rolling/generated-recipes/rcl-interfaces/test-msgs_1.0.3-1.bb index 98a1f76c9e6..5882251741a 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-interfaces/test-msgs_1.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-interfaces/test-msgs_1.0.3-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_interfaces-release/archive/release/rolling/test_msgs/1.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/test_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-1.bb index 9d3b608871c..8d7ee72a976 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-interface_2.1.2-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_interface/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_logging_interface" diff --git a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-1.bb index 8fb4b9281ce..c080382d926 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-log4cxx_2.1.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_log4cxx/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_logging_log4cxx" diff --git a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-1.bb index 10fd74cf44f..91e494bccaa 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-noop_2.1.2-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_noop/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_logging_noop" diff --git a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-1.bb index ee0651401de..b6ef9f85d92 100644 --- a/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl-logging/rcl-logging-spdlog_2.1.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/2.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_logging_spdlog" diff --git a/meta-ros2-rolling/generated-recipes/rcl/rcl-action_3.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl/rcl-action_3.1.2-1.bb index 266d9b5b8ea..0d0172936ae 100644 --- a/meta-ros2-rolling/generated-recipes/rcl/rcl-action_3.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl/rcl-action_3.1.2-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/rolling/rcl_action/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_action" diff --git a/meta-ros2-rolling/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb index b8b22cb0d84..0dfc5833325 100644 --- a/meta-ros2-rolling/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl/rcl-lifecycle_3.1.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/rolling/rcl_lifecycle/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_lifecycle" diff --git a/meta-ros2-rolling/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb index c913a0b2aad..bcfc9cad898 100644 --- a/meta-ros2-rolling/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl/rcl-yaml-param-parser_3.1.2-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/rolling/rcl_yaml_param_parser/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl_yaml_param_parser" diff --git a/meta-ros2-rolling/generated-recipes/rcl/rcl_3.1.2-1.bb b/meta-ros2-rolling/generated-recipes/rcl/rcl_3.1.2-1.bb index e05f5bc7cdd..da5b238827d 100644 --- a/meta-ros2-rolling/generated-recipes/rcl/rcl_3.1.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcl/rcl_3.1.2-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcl-release/archive/release/rolling/rcl/3.1.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcl" diff --git a/meta-ros2-rolling/generated-recipes/rclc/rclc-examples_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rclc/rclc-examples_1.0.1-1.bb index 8c682fed7f5..d32e85921fc 100644 --- a/meta-ros2-rolling/generated-recipes/rclc/rclc-examples_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclc/rclc-examples_1.0.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/rolling/rclc_examples/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclc_examples" diff --git a/meta-ros2-rolling/generated-recipes/rclc/rclc-lifecycle_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rclc/rclc-lifecycle_1.0.1-1.bb index 2d605df9621..4deff136651 100644 --- a/meta-ros2-rolling/generated-recipes/rclc/rclc-lifecycle_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclc/rclc-lifecycle_1.0.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/rolling/rclc_lifecycle/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclc_lifecycle" diff --git a/meta-ros2-rolling/generated-recipes/rclc/rclc_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rclc/rclc_1.0.1-1.bb index aab40d8589b..5309c2aa4f3 100644 --- a/meta-ros2-rolling/generated-recipes/rclc/rclc_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclc/rclc_1.0.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclc-release/archive/release/rolling/rclc/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclc" diff --git a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-action_11.1.0-1.bb b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-action_11.1.0-1.bb index f726bcffd47..7a9a3706ce7 100644 --- a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-action_11.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-action_11.1.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_action/11.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclcpp_action" diff --git a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-components_11.1.0-1.bb b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-components_11.1.0-1.bb index e0ba6877345..d932f07d33c 100644 --- a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-components_11.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-components_11.1.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/11.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclcpp_components" diff --git a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-lifecycle_11.1.0-1.bb b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-lifecycle_11.1.0-1.bb index c6a2f338385..99dac0490a8 100644 --- a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-lifecycle_11.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp-lifecycle_11.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/11.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclcpp_lifecycle" diff --git a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp_11.1.0-1.bb b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp_11.1.0-1.bb index 743d1904073..2150c0d09c3 100644 --- a/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp_11.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclcpp/rclcpp_11.1.0-1.bb @@ -90,7 +90,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp/11.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclcpp" diff --git a/meta-ros2-rolling/generated-recipes/rclpy/rclpy_3.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rclpy/rclpy_3.0.1-1.bb index d9279d5a591..80a9bc06f6c 100644 --- a/meta-ros2-rolling/generated-recipes/rclpy/rclpy_3.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rclpy/rclpy_3.0.1-1.bb @@ -77,7 +77,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rclpy-release/archive/release/rolling/rclpy/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rclpy" diff --git a/meta-ros2-rolling/generated-recipes/rcpputils/rcpputils_2.2.0-1.bb b/meta-ros2-rolling/generated-recipes/rcpputils/rcpputils_2.2.0-1.bb index 0601daa5e88..4045a14f7ce 100644 --- a/meta-ros2-rolling/generated-recipes/rcpputils/rcpputils_2.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcpputils/rcpputils_2.2.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcpputils-release/archive/release/rolling/rcpputils/2.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcpputils" diff --git a/meta-ros2-rolling/generated-recipes/rcutils/rcutils_4.0.2-1.bb b/meta-ros2-rolling/generated-recipes/rcutils/rcutils_4.0.2-1.bb index 7637849f561..82503a0c3d0 100644 --- a/meta-ros2-rolling/generated-recipes/rcutils/rcutils_4.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rcutils/rcutils_4.0.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rcutils-release/archive/release/rolling/rcutils/4.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rcutils" diff --git a/meta-ros2-rolling/generated-recipes/realtime-support/rttest_0.11.0-1.bb b/meta-ros2-rolling/generated-recipes/realtime-support/rttest_0.11.0-1.bb index 0ba77e5fb4c..5588b18a0c6 100644 --- a/meta-ros2-rolling/generated-recipes/realtime-support/rttest_0.11.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/realtime-support/rttest_0.11.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/rolling/rttest/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rttest" diff --git a/meta-ros2-rolling/generated-recipes/realtime-support/tlsf-cpp_0.11.0-1.bb b/meta-ros2-rolling/generated-recipes/realtime-support/tlsf-cpp_0.11.0-1.bb index de9832151a6..411d19a7b75 100644 --- a/meta-ros2-rolling/generated-recipes/realtime-support/tlsf-cpp_0.11.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/realtime-support/tlsf-cpp_0.11.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/realtime_support-release/archive/release/rolling/tlsf_cpp/0.11.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tlsf_cpp" diff --git a/meta-ros2-rolling/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb b/meta-ros2-rolling/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb index fe6c8b13bd8..9270304b905 100644 --- a/meta-ros2-rolling/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/realtime-tools/realtime-tools_2.1.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/realtime_tools-release/archive/release/rolling/realtime_tools/2.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/realtime_tools" diff --git a/meta-ros2-rolling/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-1.bb b/meta-ros2-rolling/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-1.bb index c50ae27d968..5210a7a1345 100644 --- a/meta-ros2-rolling/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/resource-retriever/libcurl-vendor_2.5.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/rolling/libcurl_vendor/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/libcurl_vendor" diff --git a/meta-ros2-rolling/generated-recipes/resource-retriever/resource-retriever_2.5.0-1.bb b/meta-ros2-rolling/generated-recipes/resource-retriever/resource-retriever_2.5.0-1.bb index b1f0e59e977..686f8491010 100644 --- a/meta-ros2-rolling/generated-recipes/resource-retriever/resource-retriever_2.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/resource-retriever/resource-retriever_2.5.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/resource_retriever-release/archive/release/rolling/resource_retriever/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/resource_retriever" diff --git a/meta-ros2-rolling/generated-recipes/rmf-battery/rmf-battery_0.1.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-battery/rmf-battery_0.1.0-2.bb index 02403f33351..ed668119bc3 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-battery/rmf-battery_0.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-battery/rmf-battery_0.1.0-2.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_battery-release/archive/release/rolling/rmf_battery/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_battery" diff --git a/meta-ros2-rolling/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-4.bb b/meta-ros2-rolling/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-4.bb index 2f7b6626b8c..fc203a332ff 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-building-map-msgs/rmf-building-map-msgs_1.2.0-4.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_building_map_msgs-release/archive/release/rolling/rmf_building_map_msgs/1.2.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_building_map_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-2.bb index a4f13380637..41532c7d2fd 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-cmake-uncrustify/rmf-cmake-uncrustify_1.2.0-2.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_cmake_uncrustify-release/archive/release/rolling/rmf_cmake_uncrustify/1.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_cmake_uncrustify" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-2.bb index 082e2bc59c1..65a7a9b8d17 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-charger-msgs_1.3.0-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_charger_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_charger_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-2.bb index 4d2fea3ace8..5d1d4a9c564 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-dispenser-msgs_1.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_dispenser_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_dispenser_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-2.bb index b766508dbd4..fdce2b3b655 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-door-msgs_1.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_door_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_door_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-2.bb index 57ef7d661ed..c94f6a22bda 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-fleet-msgs_1.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_fleet_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_fleet_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-2.bb index 47979378cfa..738d8d8b3ea 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-ingestor-msgs_1.3.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_ingestor_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_ingestor_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-2.bb index 83ce0279017..c144995fc09 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-lift-msgs_1.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_lift_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_lift_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-2.bb index 363c98d6978..a3c56787ec7 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-task-msgs_1.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_task_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_task_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-2.bb index aa32878f882..5c2627326a2 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-traffic-msgs_1.3.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_traffic_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-2.bb index e1858c22829..380092136f7 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-internal-msgs/rmf-workcell-msgs_1.3.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_internal_msgs-release/archive/release/rolling/rmf_workcell_msgs/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_workcell_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bb b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bb index 98288d6c02c..adc26a7eb95 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_fleet_adapter_python/1.3.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_fleet_adapter_python" diff --git a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bb b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bb index 33e5cf9ec99..b0094b750a2 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bb @@ -87,7 +87,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_fleet_adapter/1.3.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_fleet_adapter" diff --git a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-task-ros2_1.3.0-4.bb b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-task-ros2_1.3.0-4.bb index 7bc2e34b9c6..c5a8bc1181c 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-task-ros2_1.3.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-task-ros2_1.3.0-4.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_task_ros2/1.3.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_task_ros2" diff --git a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bb b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bb index 9e20d05f32c..a0d6adebd9d 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_traffic_ros2/1.3.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic_ros2" diff --git a/meta-ros2-rolling/generated-recipes/rmf-task/rmf-task_0.1.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-task/rmf-task_0.1.0-2.bb index f51110225ed..136a10a7e09 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-task/rmf-task_0.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-task/rmf-task_0.1.0-2.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_task-release/archive/release/rolling/rmf_task/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_task" diff --git a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-building-map-tools_1.3.0-5.bb b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-building-map-tools_1.3.0-5.bb index eee8cf50a71..eb08d045306 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-building-map-tools_1.3.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-building-map-tools_1.3.0-5.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_building_map_tools/1.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_building_map_tools" diff --git a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bb b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bb index fc3969acc40..dfe474e5790 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_assets/1.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic_editor_assets" diff --git a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-test-maps_1.3.0-5.bb b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-test-maps_1.3.0-5.bb index 5faf0ef8b30..a2abc6bdb40 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-test-maps_1.3.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor-test-maps_1.3.0-5.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_test_maps/1.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic_editor_test_maps" diff --git a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor_1.3.0-5.bb b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor_1.3.0-5.bb index 1d5b4cdb097..5e3ef5022ca 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor_1.3.0-5.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-traffic-editor/rmf-traffic-editor_1.3.0-5.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor/1.3.0-5.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic_editor" diff --git a/meta-ros2-rolling/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-2.bb index 5d706f6eb27..6b1f3dc4a94 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-traffic/rmf-traffic_1.3.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_traffic-release/archive/release/rolling/rmf_traffic/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_traffic" diff --git a/meta-ros2-rolling/generated-recipes/rmf-utils/rmf-utils_1.3.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-utils/rmf-utils_1.3.0-2.bb index f5aab26eb22..d6e7365dfe3 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-utils/rmf-utils_1.3.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-utils/rmf-utils_1.3.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_utils-release/archive/release/rolling/rmf_utils/1.3.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_utils" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-2.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-2.bb index df7612b8663..34f423e9398 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization-msgs/rmf-visualization-msgs_1.2.0-2.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization_msgs-release/archive/release/rolling/rmf_visualization_msgs/1.2.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization_msgs" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-building-systems_1.2.0-3.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-building-systems_1.2.0-3.bb index ae3e112f59b..f7e40967c5d 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-building-systems_1.2.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-building-systems_1.2.0-3.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization-release/archive/release/rolling/rmf_visualization_building_systems/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization_building_systems" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-fleet-states_1.2.0-3.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-fleet-states_1.2.0-3.bb index e45f69258c6..b296a9cae03 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-fleet-states_1.2.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-fleet-states_1.2.0-3.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization-release/archive/release/rolling/rmf_visualization_fleet_states/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization_fleet_states" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-rviz2-plugins_1.2.0-3.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-rviz2-plugins_1.2.0-3.bb index 26db58b55bb..97e42b6f1d0 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-rviz2-plugins_1.2.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-rviz2-plugins_1.2.0-3.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization-release/archive/release/rolling/rmf_visualization_rviz2_plugins/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization_rviz2_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bb index d88a3e734f9..0f8fb89fdce 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bb @@ -88,7 +88,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization-release/archive/release/rolling/rmf_visualization_schedule/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization_schedule" diff --git a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization_1.2.0-3.bb b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization_1.2.0-3.bb index 6899883cec7..30e621c30d3 100644 --- a/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization_1.2.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/rmf-visualization/rmf-visualization_1.2.0-3.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmf_visualization-release/archive/release/rolling/rmf_visualization/1.2.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmf_visualization" diff --git a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.7.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.7.0-1.bb index 247019d30a9..8097fc64f03 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.7.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds-common_0.7.0-1.bb @@ -81,7 +81,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rmw_connextdds_common/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_connextdds_common" diff --git a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds_0.7.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds_0.7.0-1.bb index 7a1f41ac135..306099ec280 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds_0.7.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rmw-connextdds_0.7.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rmw_connextdds/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_connextdds" diff --git a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.7.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.7.0-1.bb index 91e12c61f42..03d9298106f 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.7.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-connextdds/rti-connext-dds-cmake-module_0.7.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.7.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rti_connext_dds_cmake_module" diff --git a/meta-ros2-rolling/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.23.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.23.1-1.bb index 833caa84ef8..e93f56abb8d 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.23.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-cyclonedds/rmw-cyclonedds-cpp_0.23.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/0.23.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_cyclonedds_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-dds-common/rmw-dds-common_1.3.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw-dds-common/rmw-dds-common_1.3.0-1.bb index 4427f0ff42e..7839241f149 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-dds-common/rmw-dds-common_1.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-dds-common/rmw-dds-common_1.3.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_dds_common-release/archive/release/rolling/rmw_dds_common/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_dds_common" diff --git a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.2.1-1.bb index b2989438896..173bd3f64d0 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-cpp_5.2.1-1.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_cpp/5.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_fastrtps_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.2.1-1.bb index b35d4b546c6..307fddce1e5 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-dynamic-cpp_5.2.1-1.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_dynamic_cpp/5.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_fastrtps_dynamic_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.2.1-1.bb index b77bdf32fa8..9ca829f3766 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-fastrtps/rmw-fastrtps-shared-cpp_5.2.1-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_shared_cpp/5.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_fastrtps_shared_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_3.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_3.0.1-1.bb index dbb94c65302..d6ca6e73bf3 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_3.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-cpp_3.0.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/rolling/rmw_gurumdds_cpp/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_gurumdds_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_3.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_3.0.1-1.bb index ccb560c9b5e..4aa5b1d3c5e 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_3.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-gurumdds/rmw-gurumdds-shared-cpp_3.0.1-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_gurumdds-release/archive/release/rolling/rmw_gurumdds_shared_cpp/3.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_gurumdds_shared_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rmw-implementation/rmw-implementation_2.5.0-2.bb b/meta-ros2-rolling/generated-recipes/rmw-implementation/rmw-implementation_2.5.0-2.bb index 788b022be88..313ff9bda3a 100644 --- a/meta-ros2-rolling/generated-recipes/rmw-implementation/rmw-implementation_2.5.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rmw-implementation/rmw-implementation_2.5.0-2.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw_implementation-release/archive/release/rolling/rmw_implementation/2.5.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_implementation" diff --git a/meta-ros2-rolling/generated-recipes/rmw/rmw-implementation-cmake_4.0.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw/rmw-implementation-cmake_4.0.0-1.bb index d5138acdfd3..cee2995c0dc 100644 --- a/meta-ros2-rolling/generated-recipes/rmw/rmw-implementation-cmake_4.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw/rmw-implementation-cmake_4.0.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/4.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw_implementation_cmake" diff --git a/meta-ros2-rolling/generated-recipes/rmw/rmw_4.0.0-1.bb b/meta-ros2-rolling/generated-recipes/rmw/rmw_4.0.0-1.bb index ebbbf561cd9..10230d9942c 100644 --- a/meta-ros2-rolling/generated-recipes/rmw/rmw_4.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rmw/rmw_4.0.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw/4.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rmw" diff --git a/meta-ros2-rolling/generated-recipes/robot-state-publisher/robot-state-publisher_2.5.0-1.bb b/meta-ros2-rolling/generated-recipes/robot-state-publisher/robot-state-publisher_2.5.0-1.bb index 38c48657ce6..af0d478e048 100644 --- a/meta-ros2-rolling/generated-recipes/robot-state-publisher/robot-state-publisher_2.5.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/robot-state-publisher/robot-state-publisher_2.5.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/robot_state_publisher-release/archive/release/rolling/robot_state_publisher/2.5.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/robot_state_publisher" diff --git a/meta-ros2-rolling/generated-recipes/ros-canopen/can-msgs_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/ros-canopen/can-msgs_2.0.0-2.bb index a007c1db5f0..f68be7bf815 100644 --- a/meta-ros2-rolling/generated-recipes/ros-canopen/can-msgs_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ros-canopen/can-msgs_2.0.0-2.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-industrial-release/ros_canopen-release/archive/release/rolling/can_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/can_msgs" diff --git a/meta-ros2-rolling/generated-recipes/ros-environment/ros-environment_3.2.0-1.bb b/meta-ros2-rolling/generated-recipes/ros-environment/ros-environment_3.2.0-1.bb index 0b0fb564ee9..6d347b92cf5 100644 --- a/meta-ros2-rolling/generated-recipes/ros-environment/ros-environment_3.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros-environment/ros-environment_3.2.0-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_environment-release/archive/release/rolling/ros_environment/3.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_environment" diff --git a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-4.bb b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-4.bb index c574a0a6e21..f3535010de4 100644 --- a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-bridge_0.233.1-4.bb @@ -79,7 +79,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/rolling/ros_ign_bridge/0.233.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_ign_bridge" diff --git a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-4.bb b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-4.bb index fb0f1752c88..8148882c74b 100644 --- a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo-demos_0.233.1-4.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/rolling/ros_ign_gazebo_demos/0.233.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_ign_gazebo_demos" diff --git a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-4.bb b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-4.bb index f8137427623..27331eb9957 100644 --- a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-gazebo_0.233.1-4.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/rolling/ros_ign_gazebo/0.233.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_ign_gazebo" diff --git a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-image_0.233.1-4.bb b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-image_0.233.1-4.bb index 2292ff51618..674d2e7fe4a 100644 --- a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-image_0.233.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign-image_0.233.1-4.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/rolling/ros_ign_image/0.233.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_ign_image" diff --git a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign_0.233.1-4.bb b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign_0.233.1-4.bb index 540bf0c5ee7..4a05b18154d 100644 --- a/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign_0.233.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/ros-ign/ros-ign_0.233.1-4.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_ign-release/archive/release/rolling/ros_ign/0.233.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_ign" diff --git a/meta-ros2-rolling/generated-recipes/ros-testing/ros-testing_0.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros-testing/ros-testing_0.3.0-1.bb index b2e03f72e16..c2c5b7ee2a8 100644 --- a/meta-ros2-rolling/generated-recipes/ros-testing/ros-testing_0.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros-testing/ros-testing_0.3.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/rolling/ros_testing/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_testing" diff --git a/meta-ros2-rolling/generated-recipes/ros-testing/ros2test_0.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros-testing/ros2test_0.3.0-1.bb index e431d66911d..d80b1838b26 100644 --- a/meta-ros2-rolling/generated-recipes/ros-testing/ros2test_0.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros-testing/ros2test_0.3.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_testing-release/archive/release/rolling/ros2test/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2test" diff --git a/meta-ros2-rolling/generated-recipes/ros-workspace/ros-workspace_1.0.2-1.bb b/meta-ros2-rolling/generated-recipes/ros-workspace/ros-workspace_1.0.2-1.bb index 53ccd95aa53..68ba9a92d09 100644 --- a/meta-ros2-rolling/generated-recipes/ros-workspace/ros-workspace_1.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros-workspace/ros-workspace_1.0.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_workspace-release/archive/release/rolling/ros_workspace/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_workspace" diff --git a/meta-ros2-rolling/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-1.bb b/meta-ros2-rolling/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-1.bb index 35380324b73..2232f35fc53 100644 --- a/meta-ros2-rolling/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros1-bridge/ros1-bridge_0.10.1-1.bb @@ -91,7 +91,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros1_bridge-release/archive/release/rolling/ros1_bridge/0.10.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros1_bridge" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb index f6b35cd7ca7..f41352a4d5b 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/controller-interface_0.7.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/controller_interface" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb index e40b1903aa3..0a124dfdcbb 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager-msgs_0.7.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_manager_msgs/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/controller_manager_msgs" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb index 7f8527d6392..b32ee5e4a3a 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/controller-manager_0.7.1-1.bb @@ -78,7 +78,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_manager/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/controller_manager" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb index 85f11af06fe..4e74a781221 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/hardware-interface_0.7.1-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/hardware_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/hardware_interface" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb index f83dd44aa9b..71f5bd88396 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control-test-assets_0.7.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/ros2_control_test_assets/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2_control_test_assets" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb index c46276516e0..2d72ccf3dfa 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/ros2-control_0.7.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/ros2_control/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2_control" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb index 3108c63b373..9821fe036b7 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/ros2controlcli_0.7.1-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/ros2controlcli/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2controlcli" diff --git a/meta-ros2-rolling/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb index 20831b3d6a8..318ad60021a 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-control/transmission-interface_0.7.1-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/transmission_interface/0.7.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/transmission_interface" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/diff-drive-controller_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/diff-drive-controller_0.4.1-1.bb index d5caa86bb6b..97ea5a4414e 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/diff-drive-controller_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/diff-drive-controller_0.4.1-1.bb @@ -73,7 +73,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/diff_drive_controller/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/diff_drive_controller" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/effort-controllers_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/effort-controllers_0.4.1-1.bb index bdd1b9ee702..b76cc12de6e 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/effort-controllers_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/effort-controllers_0.4.1-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/effort_controllers/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/effort_controllers" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.1-1.bb index 54c5c9ef5f1..36aa03255fc 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/force-torque-sensor-broadcaster_0.4.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/force_torque_sensor_broadcaster/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/force_torque_sensor_broadcaster" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/forward-command-controller_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/forward-command-controller_0.4.1-1.bb index 8cfea1407bb..c810a09a55a 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/forward-command-controller_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/forward-command-controller_0.4.1-1.bb @@ -65,7 +65,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/forward_command_controller" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/gripper-controllers_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/gripper-controllers_0.4.1-1.bb index 93cfc3fc716..0180a535116 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/gripper-controllers_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/gripper-controllers_0.4.1-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/gripper_controllers/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gripper_controllers" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.1-1.bb index b4bce508012..4c6f05b3d18 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/imu-sensor-broadcaster_0.4.1-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/imu_sensor_broadcaster/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/imu_sensor_broadcaster" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.1-1.bb index 3e9a801bf20..8b4cdb089d2 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-broadcaster_0.4.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/joint_state_broadcaster/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/joint_state_broadcaster" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-controller_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-controller_0.4.1-1.bb index bd4faee2940..481ee8b6b3c 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-controller_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-state-controller_0.4.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/joint_state_controller/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/joint_state_controller" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.1-1.bb index 488e06012c1..007940ac955 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/joint-trajectory-controller_0.4.1-1.bb @@ -70,7 +70,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/joint_trajectory_controller/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/joint_trajectory_controller" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/position-controllers_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/position-controllers_0.4.1-1.bb index a1cb1e4b54d..8e10e16ee61 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/position-controllers_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/position-controllers_0.4.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/position_controllers/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/position_controllers" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/ros2-controllers_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/ros2-controllers_0.4.1-1.bb index 70f8e7752c4..b1b32bc24eb 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/ros2-controllers_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/ros2-controllers_0.4.1-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/ros2_controllers/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2_controllers" diff --git a/meta-ros2-rolling/generated-recipes/ros2-controllers/velocity-controllers_0.4.1-1.bb b/meta-ros2-rolling/generated-recipes/ros2-controllers/velocity-controllers_0.4.1-1.bb index fd248d7e757..027509d21cc 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-controllers/velocity-controllers_0.4.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-controllers/velocity-controllers_0.4.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/velocity_controllers/0.4.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/velocity_controllers" diff --git a/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb index ae427c35226..b114143496d 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ouster-msgs_0.3.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_ouster_drivers-release/archive/release/rolling/ouster_msgs/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ouster_msgs" diff --git a/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb index 2f26cc7811e..41615050ed5 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-ouster-drivers/ros2-ouster_0.3.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_ouster_drivers-release/archive/release/rolling/ros2_ouster/0.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2_ouster" diff --git a/meta-ros2-rolling/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb index 2acbde771cf..2ecde773840 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-socketcan/ros2-socketcan_1.0.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/ros2_socketcan-release/archive/release/rolling/ros2_socketcan/1.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2_socketcan" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/ros2trace_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/ros2trace_2.3.0-1.bb index ac1745176e5..71e31be679c 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/ros2trace_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/ros2trace_2.3.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/ros2trace/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2trace" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-1.bb index b75264a8592..90588053a04 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-launch_2.3.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/tracetools_launch/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_launch" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-read_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-read_2.3.0-1.bb index 8774840acb1..74fa633f6fc 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-read_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-read_2.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/tracetools_read/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_read" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-test_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-test_2.3.0-1.bb index 139688b3e65..f09bf8871b8 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-test_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-test_2.3.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/tracetools_test/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_test" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-1.bb index 9e6e8363faf..18b48b7d609 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools-trace_2.3.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/tracetools_trace/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_trace" diff --git a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools_2.3.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools_2.3.0-1.bb index 0418824c20a..daf10804b3f 100644 --- a/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools_2.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2-tracing/tracetools_2.3.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_tracing-release/archive/release/rolling/tracetools/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb b/meta-ros2-rolling/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb index 2eb25a56c81..167741d3452 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli-common-extensions/ros2cli-common-extensions_0.1.1-2.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli_common_extensions-release/archive/release/rolling/ros2cli_common_extensions/0.1.1-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2cli_common_extensions" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2action_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2action_0.14.0-1.bb index 849154550dc..b0441e99be1 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2action_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2action_0.14.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2action/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2action" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli-test-interfaces_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli-test-interfaces_0.14.0-1.bb index ba077faf384..43b24176317 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli-test-interfaces_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli-test-interfaces_0.14.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2cli_test_interfaces/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2cli_test_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli_0.14.0-1.bb index 30c9672695f..738335b4e4f 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2cli_0.14.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2cli/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2cli" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2component_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2component_0.14.0-1.bb index 0a1a7137739..ad9b0fb366f 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2component_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2component_0.14.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2component/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2component" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2doctor_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2doctor_0.14.0-1.bb index 8310582c740..012acc9abac 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2doctor_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2doctor_0.14.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2doctor/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2doctor" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2interface_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2interface_0.14.0-1.bb index 897598baee5..96a254152dd 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2interface_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2interface_0.14.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2interface/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2interface" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.14.0-1.bb index de7e06912cd..1baef18dbf7 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle-test-fixtures_0.14.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2lifecycle_test_fixtures/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2lifecycle_test_fixtures" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle_0.14.0-1.bb index 5c6b202d119..f263cffae5e 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2lifecycle_0.14.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2lifecycle/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2lifecycle" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2multicast_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2multicast_0.14.0-1.bb index d8e13954bcf..a7025ea643e 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2multicast_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2multicast_0.14.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2multicast/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2multicast" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2node_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2node_0.14.0-1.bb index a7743476848..da17b1241cb 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2node_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2node_0.14.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2node/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2node" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2param_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2param_0.14.0-1.bb index f6083cfcd1a..fcd0e6ef572 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2param_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2param_0.14.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2param/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2param" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2pkg_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2pkg_0.14.0-1.bb index 31c02302655..4e71d8c0649 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2pkg_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2pkg_0.14.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2pkg/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2pkg" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2run_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2run_0.14.0-1.bb index 47feb38ab95..0397a096281 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2run_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2run_0.14.0-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2run/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2run" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2service_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2service_0.14.0-1.bb index 0d4544f9c01..c7f536fbaac 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2service_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2service_0.14.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2service/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2service" diff --git a/meta-ros2-rolling/generated-recipes/ros2cli/ros2topic_0.14.0-1.bb b/meta-ros2-rolling/generated-recipes/ros2cli/ros2topic_0.14.0-1.bb index f07807e620d..9a7e7286ee8 100644 --- a/meta-ros2-rolling/generated-recipes/ros2cli/ros2topic_0.14.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/ros2cli/ros2topic_0.14.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2topic/0.14.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2topic" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb index 2c150b4cab4..050e1745c7c 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/ros1-rosbag-storage-vendor_0.2.0-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/rolling/ros1_rosbag_storage_vendor/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros1_rosbag_storage_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb index fa14cd96b6b..96d16a12afd 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2-bag-v2/rosbag2-bag-v2-plugins_0.2.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2_bag_v2-release/archive/release/rolling/rosbag2_bag_v2_plugins/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_bag_v2_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb index 2e1e26c99c0..5094feec735 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/ros2bag_0.9.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/ros2bag/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2bag" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb index 709a7604db9..c8953c2e607 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression-zstd_0.9.0-1.bb @@ -62,7 +62,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_compression_zstd/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_compression_zstd" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb index 4122f880da6..24360513372 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-compression_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_compression/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_compression" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb index b022d4ac2ea..57fd0671878 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-cpp_0.9.0-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_cpp/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb index e5f1598920f..4837ee06175 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-interfaces_0.9.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_interfaces/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_interfaces" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb index 86fc4c17d7e..106c92ced30 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-performance-benchmarking_0.9.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_performance_benchmarking/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_performance_benchmarking" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb index cd2c76d9a03..b17879dae97 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-py_0.9.0-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_py/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_py" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb index 07b94a7e253..880777e2f8e 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage-default-plugins_0.9.0-1.bb @@ -63,7 +63,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_storage_default_plugins/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_storage_default_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb index 8f16c5b553d..e07208cfe8c 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-storage_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_storage/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_storage" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb index a96e3af0fa8..6d59649a431 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-test-common_0.9.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_test_common/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_test_common" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb index df2063e594e..0581d4216ab 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-tests_0.9.0-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_tests/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_tests" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb index c0c84e768fb..c4989ff9244 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2-transport_0.9.0-1.bb @@ -72,7 +72,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2_transport/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2_transport" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb index f5676aa2682..7c96ae4532c 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/rosbag2_0.9.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/rosbag2/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosbag2" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb index 2a89e8d9b3d..9f3b1df8232 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/shared-queues-vendor_0.9.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/shared_queues_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/shared_queues_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb index 20cbdc7d3f2..0b242c366b3 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/sqlite3-vendor_0.9.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/sqlite3_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sqlite3_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb b/meta-ros2-rolling/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb index 01802f99c93..1fd4eb06eb3 100644 --- a/meta-ros2-rolling/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosbag2/zstd-vendor_0.9.0-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosbag2-release/archive/release/rolling/zstd_vendor/0.9.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/zstd_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-1.bb index 6042afb1212..25175d8272a 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-dds/rosidl-generator-dds-idl_0.8.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_dds-release/archive/release/rolling/rosidl_generator_dds_idl/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_generator_dds_idl" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-1.bb index ee679159585..b5192fdf7b5 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-generators_1.1.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/rolling/rosidl_default_generators/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_default_generators" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-1.bb index 121ffa8008e..8a54ad537c1 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-defaults/rosidl-default-runtime_1.1.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/rolling/rosidl_default_runtime/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_default_runtime" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-python/rosidl-generator-py_0.12.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-python/rosidl-generator-py_0.12.0-1.bb index 00624116798..1bf4a372e9b 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-python/rosidl-generator-py_0.12.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-python/rosidl-generator-py_0.12.0-1.bb @@ -76,7 +76,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_python-release/archive/release/rolling/rosidl_generator_py/0.12.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_generator_py" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb index 34274e4a21c..8a1e3ece34a 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-runtime-py/rosidl-runtime-py_0.9.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_runtime_py-release/archive/release/rolling/rosidl_runtime_py/0.9.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_runtime_py" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-1.bb index 9a86ca07e7d..e1f9ebec582 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/fastrtps-cmake-module_1.2.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/rolling/fastrtps_cmake_module/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/fastrtps_cmake_module" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-1.bb index e04807faf8a..64e6a8ecf23 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-c_1.2.1-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/rolling/rosidl_typesupport_fastrtps_c/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_fastrtps_c" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-1.bb index 2f6bb6178e4..568f09d9496 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-fastrtps/rosidl-typesupport-fastrtps-cpp_1.2.1-1.bb @@ -67,7 +67,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/rolling/rosidl_typesupport_fastrtps_cpp/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_fastrtps_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_3.0.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_3.0.0-1.bb index bd647f83846..021e22ca7b2 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_3.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport-gurumdds/gurumdds-cmake-module_3.0.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport_gurumdds-release/archive/release/rolling/gurumdds_cmake_module/3.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/gurumdds_cmake_module" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.4.0-1.bb index 9efe6fe86be..f781108052e 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-c_1.4.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/rolling/rosidl_typesupport_c/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_c" diff --git a/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.4.0-1.bb index 699d9494929..eb7121b637b 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl-typesupport/rosidl-typesupport-cpp_1.4.0-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl_typesupport-release/archive/release/rolling/rosidl_typesupport_cpp/1.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-adapter_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-adapter_2.4.0-1.bb index 59efeb36f41..d2c98643502 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-adapter_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-adapter_2.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_adapter/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_adapter" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cli_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cli_2.4.0-1.bb index 88928ab42f6..f079f4f7424 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cli_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cli_2.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_cli/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_cli" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cmake_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cmake_2.4.0-1.bb index 311f4b01b9e..636b0f07073 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cmake_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-cmake_2.4.0-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_cmake/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_cmake" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-c_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-c_2.4.0-1.bb index 1f3a40e478d..c5fb1413cc0 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-c_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-c_2.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_generator_c/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_generator_c" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-cpp_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-cpp_2.4.0-1.bb index 836a32d8279..1a992be9f94 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-cpp_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-generator-cpp_2.4.0-1.bb @@ -55,7 +55,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_generator_cpp/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_generator_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-parser_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-parser_2.4.0-1.bb index 6f3faa3c24a..fdf8dd0fd7d 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-parser_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-parser_2.4.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_parser/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_parser" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-c_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-c_2.4.0-1.bb index 44b9b13f1ba..910be634e4c 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-c_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-c_2.4.0-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_c/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_runtime_c" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-cpp_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-cpp_2.4.0-1.bb index 19c67c242ad..b074a501405 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-cpp_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-runtime-cpp_2.4.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_cpp/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_runtime_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-interface_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-interface_2.4.0-1.bb index a414632f8a2..6c1914f1837 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-interface_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-interface_2.4.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_typesupport_interface/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_interface" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.4.0-1.bb index 00f0d1099bb..b7c1cc0b25c 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-c_2.4.0-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_typesupport_introspection_c/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_introspection_c" diff --git a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.4.0-1.bb b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.4.0-1.bb index fedee28eab5..b141c8099d4 100644 --- a/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rosidl/rosidl-typesupport-introspection-cpp_2.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_typesupport_introspection_cpp/2.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rosidl_typesupport_introspection_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb index a91a8c7b4f6..7234c8e2ee2 100644 --- a/meta-ros2-rolling/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rplidar-ros/rplidar-ros_2.0.2-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/allenh1/rplidar_ros-release/archive/release/rolling/rplidar_ros/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rplidar_ros" diff --git a/meta-ros2-rolling/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb b/meta-ros2-rolling/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb index c5709a10373..285adbf7aba 100644 --- a/meta-ros2-rolling/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rpyutils/rpyutils_0.2.0-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rpyutils-release/archive/release/rolling/rpyutils/0.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rpyutils" diff --git a/meta-ros2-rolling/generated-recipes/rqt-action/rqt-action_2.0.0-1.bb b/meta-ros2-rolling/generated-recipes/rqt-action/rqt-action_2.0.0-1.bb index d0f98164de0..9d1dc6c9ac9 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-action/rqt-action_2.0.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-action/rqt-action_2.0.0-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_action-release/archive/release/rolling/rqt_action/2.0.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_action" diff --git a/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-1.bb index e37b8453426..4417591676e 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag-plugins_1.1.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_bag-release/archive/release/rolling/rqt_bag_plugins/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_bag_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag_1.1.1-1.bb index 96160f38ea1..4e831f44be9 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-bag/rqt-bag_1.1.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_bag-release/archive/release/rolling/rqt_bag/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_bag" diff --git a/meta-ros2-rolling/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-1.bb b/meta-ros2-rolling/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-1.bb index 6a3d57772fb..36b0297378c 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.1.0-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_common_plugins-release/archive/release/rolling/rqt_common_plugins/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_common_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb index 9dc7c5f87cf..d970e2db164 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-console/rqt-console_2.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_console-release/archive/release/rolling/rqt_console/2.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_console" diff --git a/meta-ros2-rolling/generated-recipes/rqt-graph/rqt-graph_1.2.0-1.bb b/meta-ros2-rolling/generated-recipes/rqt-graph/rqt-graph_1.2.0-1.bb index 025f523134a..2a26bd89eb0 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-graph/rqt-graph_1.2.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-graph/rqt-graph_1.2.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_graph-release/archive/release/rolling/rqt_graph/1.2.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_graph" diff --git a/meta-ros2-rolling/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb index 119b76fa746..103b57c2029 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-image-view/rqt-image-view_1.1.1-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_image_view-release/archive/release/rolling/rqt_image_view/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_image_view" diff --git a/meta-ros2-rolling/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb index d9e70fd7eed..3ea3a2efc4b 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-moveit/rqt-moveit_1.0.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_moveit-release/archive/release/rolling/rqt_moveit/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_moveit" diff --git a/meta-ros2-rolling/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb index 11c78a606e8..3460b22e7d2 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-msg/rqt-msg_1.0.4-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_msg-release/archive/release/rolling/rqt_msg/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_msg" diff --git a/meta-ros2-rolling/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb b/meta-ros2-rolling/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb index 68abeb8d7a8..b3f4858e43c 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-plot/rqt-plot_1.0.10-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_plot-release/archive/release/rolling/rqt_plot/1.0.10-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_plot" diff --git a/meta-ros2-rolling/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb b/meta-ros2-rolling/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb index 643994b1183..84c2815c2a6 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-publisher/rqt-publisher_1.1.3-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_publisher-release/archive/release/rolling/rqt_publisher/1.1.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_publisher" diff --git a/meta-ros2-rolling/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb index 89e1e222cdf..640af1ca47e 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-py-console/rqt-py-console_1.0.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_py_console-release/archive/release/rolling/rqt_py_console/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_py_console" diff --git a/meta-ros2-rolling/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb b/meta-ros2-rolling/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb index 0a8d3c8afa3..6ccb21a757a 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.8-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/rolling/rqt_reconfigure/1.0.8-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_reconfigure" diff --git a/meta-ros2-rolling/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb index 61ba8a3a222..5da5f980e26 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-robot-dashboard/rqt-robot-dashboard_0.6.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/rqt_robot_dashboard-release/archive/release/rolling/rqt_robot_dashboard/0.6.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_robot_dashboard" diff --git a/meta-ros2-rolling/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb index d4e8cc48ecd..2f1b54b47b6 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-robot-monitor/rqt-robot-monitor_1.0.4-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/rolling/rqt_robot_monitor/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_robot_monitor" diff --git a/meta-ros2-rolling/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-2.bb b/meta-ros2-rolling/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-2.bb index c1288341d07..016b59fbf0c 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-robot-steering/rqt-robot-steering_1.0.0-2.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_robot_steering-release/archive/release/rolling/rqt_robot_steering/1.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_robot_steering" diff --git a/meta-ros2-rolling/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb b/meta-ros2-rolling/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb index dae6f58a8a6..e7df1d9c7f8 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.4-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_service_caller-release/archive/release/rolling/rqt_service_caller/1.0.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_service_caller" diff --git a/meta-ros2-rolling/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb index 11e63392c89..77a500f3284 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-shell/rqt-shell_1.0.1-1.bb @@ -41,7 +41,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_shell" diff --git a/meta-ros2-rolling/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb b/meta-ros2-rolling/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb index 03169f0bbe7..3dc64ad9dc8 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-srv/rqt-srv_1.0.2-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_srv-release/archive/release/rolling/rqt_srv/1.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_srv" diff --git a/meta-ros2-rolling/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb index 697a6c44101..f8974897179 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-top/rqt-top_1.0.1-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_top-release/archive/release/rolling/rqt_top/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_top" diff --git a/meta-ros2-rolling/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb index 289e4ace71b..3692aa8aa4f 100644 --- a/meta-ros2-rolling/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt-topic/rqt-topic_1.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt_topic-release/archive/release/rolling/rqt_topic/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_topic" diff --git a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb index 67742fcb082..566282ad543 100644 --- a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-cpp_1.1.1-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_cpp/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_gui_cpp" diff --git a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb index 52f322e628b..e26a2f0366c 100644 --- a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui-py_1.1.1-1.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_py/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_gui_py" diff --git a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui_1.1.1-1.bb index 89ef9ff1afe..07f5cd22b41 100644 --- a/meta-ros2-rolling/generated-recipes/rqt/rqt-gui_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt/rqt-gui_1.1.1-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_gui" diff --git a/meta-ros2-rolling/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb index 69e93bba925..b32d0ffaca2 100644 --- a/meta-ros2-rolling/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt/rqt-py-common_1.1.1-1.bb @@ -52,7 +52,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_py_common/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt_py_common" diff --git a/meta-ros2-rolling/generated-recipes/rqt/rqt_1.1.1-1.bb b/meta-ros2-rolling/generated-recipes/rqt/rqt_1.1.1-1.bb index c38a6889713..b7a2275772b 100644 --- a/meta-ros2-rolling/generated-recipes/rqt/rqt_1.1.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/rqt/rqt_1.1.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt/1.1.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/rqt" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-assimp-vendor_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-assimp-vendor_8.6.0-2.bb index a6ff0447cbc..13fc78cbeb6 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-assimp-vendor_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-assimp-vendor_8.6.0-2.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_assimp_vendor/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_assimp_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-common_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-common_8.6.0-2.bb index 547531cafae..fae26398f22 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-common_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-common_8.6.0-2.bb @@ -98,7 +98,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_common/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_common" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-default-plugins_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-default-plugins_8.6.0-2.bb index 7aed809518f..a71eaa518bf 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-default-plugins_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-default-plugins_8.6.0-2.bb @@ -104,7 +104,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_default_plugins/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_default_plugins" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-ogre-vendor_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-ogre-vendor_8.6.0-2.bb index 097abf5ac27..4ff18820c24 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-ogre-vendor_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-ogre-vendor_8.6.0-2.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_ogre_vendor/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_ogre_vendor" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering-tests_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering-tests_8.6.0-2.bb index 2c9744ebad5..c4d10f0f37c 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering-tests_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering-tests_8.6.0-2.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_rendering_tests" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering_8.6.0-2.bb index 863a863c28d..3f232d1fa95 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-rendering_8.6.0-2.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_rendering" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz-visual-testing-framework_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz-visual-testing-framework_8.6.0-2.bb index 579de346491..b089b73c0ad 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz-visual-testing-framework_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz-visual-testing-framework_8.6.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_visual_testing_framework/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz_visual_testing_framework" diff --git a/meta-ros2-rolling/generated-recipes/rviz/rviz2_8.6.0-2.bb b/meta-ros2-rolling/generated-recipes/rviz/rviz2_8.6.0-2.bb index 29f88ba14f8..f160b5944e7 100644 --- a/meta-ros2-rolling/generated-recipes/rviz/rviz2_8.6.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/rviz/rviz2_8.6.0-2.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz2/8.6.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/rviz2" diff --git a/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-1.bb b/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-1.bb index 44d0d64f179..4d24301c680 100644 --- a/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-test-files_0.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sdformat_urdf-release/archive/release/rolling/sdformat_test_files/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sdformat_test_files" diff --git a/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-1.bb b/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-1.bb index 6801946fbc3..1810833a475 100644 --- a/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/sdformat-urdf/sdformat-urdf_0.1.0-1.bb @@ -60,7 +60,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sdformat_urdf-release/archive/release/rolling/sdformat_urdf/0.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sdformat_urdf" diff --git a/meta-ros2-rolling/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-1.bb b/meta-ros2-rolling/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-1.bb index 9bb627688be..aae9e561259 100644 --- a/meta-ros2-rolling/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/spdlog-vendor/spdlog-vendor_1.3.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/spdlog_vendor-release/archive/release/rolling/spdlog_vendor/1.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/spdlog_vendor" diff --git a/meta-ros2-rolling/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb index 70ab7b28abd..9b163b754ff 100644 --- a/meta-ros2-rolling/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/srdfdom/srdfdom_2.0.2-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/srdfdom-release/archive/release/rolling/srdfdom/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/srdfdom" diff --git a/meta-ros2-rolling/generated-recipes/sros2/sros2-cmake_0.10.2-1.bb b/meta-ros2-rolling/generated-recipes/sros2/sros2-cmake_0.10.2-1.bb index dcbe93f1be3..4bcdb94c814 100644 --- a/meta-ros2-rolling/generated-recipes/sros2/sros2-cmake_0.10.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/sros2/sros2-cmake_0.10.2-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/rolling/sros2_cmake/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sros2_cmake" diff --git a/meta-ros2-rolling/generated-recipes/sros2/sros2_0.10.2-1.bb b/meta-ros2-rolling/generated-recipes/sros2/sros2_0.10.2-1.bb index 1505fcbcc73..4f198e1c03f 100644 --- a/meta-ros2-rolling/generated-recipes/sros2/sros2_0.10.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/sros2/sros2_0.10.2-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/sros2-release/archive/release/rolling/sros2/0.10.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/sros2" diff --git a/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-3.bb b/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-3.bb index 04a7bfce18d..9e9c4a9f5ad 100644 --- a/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies-msgs_1.0.0-3.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/stubborn_buddies-release/archive/release/rolling/stubborn_buddies_msgs/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/stubborn_buddies_msgs" diff --git a/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-3.bb b/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-3.bb index 3a974479c60..fe956b9f589 100644 --- a/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-3.bb +++ b/meta-ros2-rolling/generated-recipes/stubborn-buddies/stubborn-buddies_1.0.0-3.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/stubborn_buddies-release/archive/release/rolling/stubborn_buddies/1.0.0-3.tar.gz ROS_BRANCH ?= "branch=release/rolling/stubborn_buddies" diff --git a/meta-ros2-rolling/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb index 045a8377c7d..567a4e11df0 100644 --- a/meta-ros2-rolling/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/system-modes/launch-system-modes_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/launch_system_modes" diff --git a/meta-ros2-rolling/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb index 47013e4ff96..a0338903fa6 100644 --- a/meta-ros2-rolling/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/system-modes/system-modes-examples_0.8.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/system_modes_examples/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/system_modes_examples" diff --git a/meta-ros2-rolling/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb index fe27c703e8b..d0d87daec5d 100644 --- a/meta-ros2-rolling/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/system-modes/system-modes-msgs_0.8.0-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/system_modes_msgs/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/system_modes_msgs" diff --git a/meta-ros2-rolling/generated-recipes/system-modes/system-modes_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/system-modes/system-modes_0.8.0-1.bb index dd0fd383d38..73ffff75588 100644 --- a/meta-ros2-rolling/generated-recipes/system-modes/system-modes_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/system-modes/system-modes_0.8.0-1.bb @@ -66,7 +66,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/system_modes" diff --git a/meta-ros2-rolling/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb b/meta-ros2-rolling/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb index 29ab21bdfe8..ffdd83d7f3f 100644 --- a/meta-ros2-rolling/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/system-modes/test-launch-system-modes_0.8.0-1.bb @@ -71,7 +71,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/test_launch_system_modes/0.8.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/test_launch_system_modes" diff --git a/meta-ros2-rolling/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb b/meta-ros2-rolling/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb index e314c048280..4a37b0dc8e0 100644 --- a/meta-ros2-rolling/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/tango-icons-vendor/tango-icons-vendor_0.1.0-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tango_icons_vendor-release/archive/release/rolling/tango_icons_vendor/0.1.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/tango_icons_vendor" diff --git a/meta-ros2-rolling/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb index 4d8b08a0866..02ffa4c5663 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-tools/joy-teleop_1.2.1-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/rolling/joy_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/joy_teleop" diff --git a/meta-ros2-rolling/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb index eb5d4f52756..79ceef78fe5 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-tools/key-teleop_1.2.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/rolling/key_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/key_teleop" diff --git a/meta-ros2-rolling/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb index 98828680569..000d0dc4e58 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-tools/mouse-teleop_1.2.1-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/rolling/mouse_teleop/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/mouse_teleop" diff --git a/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb index c899405f763..cc7b4009fcd 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools-msgs_1.2.1-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/rolling/teleop_tools_msgs/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/teleop_tools_msgs" diff --git a/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb b/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb index a649d698d69..ae34895e514 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-tools/teleop-tools_1.2.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/teleop_tools-release/archive/release/rolling/teleop_tools/1.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/teleop_tools" diff --git a/meta-ros2-rolling/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb b/meta-ros2-rolling/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb index 77d2871d109..d5ec390030f 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-twist-joy/teleop-twist-joy_2.4.2-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_joy-release/archive/release/rolling/teleop_twist_joy/2.4.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/teleop_twist_joy" diff --git a/meta-ros2-rolling/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-2.bb b/meta-ros2-rolling/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-2.bb index d62a0f20df3..4d3f56c8048 100644 --- a/meta-ros2-rolling/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-2.bb +++ b/meta-ros2-rolling/generated-recipes/teleop-twist-keyboard/teleop-twist-keyboard_2.3.2-2.bb @@ -43,7 +43,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/teleop_twist_keyboard-release/archive/release/rolling/teleop_twist_keyboard/2.3.2-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/teleop_twist_keyboard" diff --git a/meta-ros2-rolling/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb b/meta-ros2-rolling/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb index 8752c531b47..f4cd7369df7 100644 --- a/meta-ros2-rolling/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/test-interface-files/test-interface-files_0.8.1-1.bb @@ -38,7 +38,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/test_interface_files-release/archive/release/rolling/test_interface_files/0.8.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/test_interface_files" diff --git a/meta-ros2-rolling/generated-recipes/tf-transformations/tf-transformations_1.0.1-1.bb b/meta-ros2-rolling/generated-recipes/tf-transformations/tf-transformations_1.0.1-1.bb index 9a71408e2bf..bb393463d6e 100644 --- a/meta-ros2-rolling/generated-recipes/tf-transformations/tf-transformations_1.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/tf-transformations/tf-transformations_1.0.1-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/DLu/tf_transformations_release/archive/release/rolling/tf_transformations/1.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tf_transformations" diff --git a/meta-ros2-rolling/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb b/meta-ros2-rolling/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb index 5ceebe24020..270f88c5c72 100644 --- a/meta-ros2-rolling/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/tinyxml-vendor/tinyxml-vendor_0.8.2-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml_vendor-release/archive/release/rolling/tinyxml_vendor/0.8.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tinyxml_vendor" diff --git a/meta-ros2-rolling/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb b/meta-ros2-rolling/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb index c44e53614f3..f7f61d64468 100644 --- a/meta-ros2-rolling/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb +++ b/meta-ros2-rolling/generated-recipes/tinyxml2-vendor/tinyxml2-vendor_0.7.4-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tinyxml2_vendor-release/archive/release/rolling/tinyxml2_vendor/0.7.4-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tinyxml2_vendor" diff --git a/meta-ros2-rolling/generated-recipes/tlsf/tlsf_0.5.2-1.bb b/meta-ros2-rolling/generated-recipes/tlsf/tlsf_0.5.2-1.bb index 68ad15e9c95..1c17d746f41 100644 --- a/meta-ros2-rolling/generated-recipes/tlsf/tlsf_0.5.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/tlsf/tlsf_0.5.2-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/tlsf-release/archive/release/rolling/tlsf/0.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tlsf" diff --git a/meta-ros2-rolling/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb b/meta-ros2-rolling/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb index a488762c89b..4007b35add5 100644 --- a/meta-ros2-rolling/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/transport-drivers/serial-driver_0.0.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/rolling/serial_driver/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/serial_driver" diff --git a/meta-ros2-rolling/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb b/meta-ros2-rolling/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb index be8da8c2c01..e4b872be787 100644 --- a/meta-ros2-rolling/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/transport-drivers/udp-driver_0.0.6-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/rolling/udp_driver/0.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/udp_driver" diff --git a/meta-ros2-rolling/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb index 7d82a52f6da..3140d9254e7 100644 --- a/meta-ros2-rolling/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/turtlebot3-msgs/turtlebot3-msgs_2.2.1-1.bb @@ -54,7 +54,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/robotis-ros2-release/turtlebot3_msgs-release/archive/release/rolling/turtlebot3_msgs/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/turtlebot3_msgs" diff --git a/meta-ros2-rolling/generated-recipes/turtlesim/turtlesim_1.3.2-1.bb b/meta-ros2-rolling/generated-recipes/turtlesim/turtlesim_1.3.2-1.bb index 66c975f3155..09525a7274d 100644 --- a/meta-ros2-rolling/generated-recipes/turtlesim/turtlesim_1.3.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/turtlesim/turtlesim_1.3.2-1.bb @@ -61,7 +61,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros_tutorials-release/archive/release/rolling/turtlesim/1.3.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/turtlesim" diff --git a/meta-ros2-rolling/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb b/meta-ros2-rolling/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb index 12648473183..607cb9b3b27 100644 --- a/meta-ros2-rolling/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/tvm-vendor/tvm-vendor_0.7.3-1.bb @@ -59,7 +59,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/autowarefoundation/tvm_vendor-release/archive/release/rolling/tvm_vendor/0.7.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tvm_vendor" diff --git a/meta-ros2-rolling/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb b/meta-ros2-rolling/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb index 9471412b4ac..de7a2872717 100644 --- a/meta-ros2-rolling/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/twist-mux/twist-mux_4.0.1-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/twist_mux-release/archive/release/rolling/twist_mux/4.0.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/twist_mux" diff --git a/meta-ros2-rolling/generated-recipes/ublox/ublox-gps_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/ublox/ublox-gps_2.0.0-2.bb index abd71f1cf33..cedef5beb1a 100644 --- a/meta-ros2-rolling/generated-recipes/ublox/ublox-gps_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ublox/ublox-gps_2.0.0-2.bb @@ -75,7 +75,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/rolling/ublox_gps/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ublox_gps" diff --git a/meta-ros2-rolling/generated-recipes/ublox/ublox-msgs_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/ublox/ublox-msgs_2.0.0-2.bb index 156a8d026d3..f670d0419ef 100644 --- a/meta-ros2-rolling/generated-recipes/ublox/ublox-msgs_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ublox/ublox-msgs_2.0.0-2.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/rolling/ublox_msgs/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ublox_msgs" diff --git a/meta-ros2-rolling/generated-recipes/ublox/ublox-serialization_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/ublox/ublox-serialization_2.0.0-2.bb index de07bbc8d39..73b27eb9c13 100644 --- a/meta-ros2-rolling/generated-recipes/ublox/ublox-serialization_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ublox/ublox-serialization_2.0.0-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/rolling/ublox_serialization/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ublox_serialization" diff --git a/meta-ros2-rolling/generated-recipes/ublox/ublox_2.0.0-2.bb b/meta-ros2-rolling/generated-recipes/ublox/ublox_2.0.0-2.bb index 0d1ee0cc8aa..52be7fafeb6 100644 --- a/meta-ros2-rolling/generated-recipes/ublox/ublox_2.0.0-2.bb +++ b/meta-ros2-rolling/generated-recipes/ublox/ublox_2.0.0-2.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/KumarRobotics/ublox-release/archive/release/rolling/ublox/2.0.0-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/ublox" diff --git a/meta-ros2-rolling/generated-recipes/udp-msgs/udp-msgs_0.0.3-2.bb b/meta-ros2-rolling/generated-recipes/udp-msgs/udp-msgs_0.0.3-2.bb index eaf8ac1e9d7..23957fa3725 100644 --- a/meta-ros2-rolling/generated-recipes/udp-msgs/udp-msgs_0.0.3-2.bb +++ b/meta-ros2-rolling/generated-recipes/udp-msgs/udp-msgs_0.0.3-2.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/flynneva/udp_msgs-release/archive/release/rolling/udp_msgs/0.0.3-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/udp_msgs" diff --git a/meta-ros2-rolling/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bb b/meta-ros2-rolling/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bb index cf1f033fbd7..6b19afa51b9 100644 --- a/meta-ros2-rolling/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bb @@ -45,7 +45,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/uncrustify_vendor-release/archive/release/rolling/uncrustify_vendor/1.5.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/uncrustify_vendor" diff --git a/meta-ros2-rolling/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-1.bb index 3ed40c329ee..436389efb41 100644 --- a/meta-ros2-rolling/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/unique-identifier-msgs/unique-identifier-msgs_2.2.1-1.bb @@ -42,7 +42,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/unique_identifier_msgs-release/archive/release/rolling/unique_identifier_msgs/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/unique_identifier_msgs" diff --git a/meta-ros2-rolling/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-1.bb b/meta-ros2-rolling/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-1.bb index ef23c33345f..78f9146f679 100644 --- a/meta-ros2-rolling/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/urdf-parser-py/urdfdom-py_1.1.0-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_py-release/archive/release/rolling/urdfdom_py/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/urdfdom_py" diff --git a/meta-ros2-rolling/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb b/meta-ros2-rolling/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb index dfd5308f8be..fe6de8f7398 100644 --- a/meta-ros2-rolling/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/urdf/urdf-parser-plugin_2.5.2-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/rolling/urdf_parser_plugin/2.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/urdf_parser_plugin" diff --git a/meta-ros2-rolling/generated-recipes/urdf/urdf_2.5.2-1.bb b/meta-ros2-rolling/generated-recipes/urdf/urdf_2.5.2-1.bb index 772855f093b..69025d206d7 100644 --- a/meta-ros2-rolling/generated-recipes/urdf/urdf_2.5.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/urdf/urdf_2.5.2-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdf-release/archive/release/rolling/urdf/2.5.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/urdf" diff --git a/meta-ros2-rolling/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-2.bb b/meta-ros2-rolling/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-2.bb index 2eedf86608b..774aa5c5553 100644 --- a/meta-ros2-rolling/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-2.bb +++ b/meta-ros2-rolling/generated-recipes/urdfdom-headers/urdfdom-headers_1.0.5-2.bb @@ -35,7 +35,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom_headers-release/archive/release/rolling/urdfdom_headers/1.0.5-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/urdfdom_headers" diff --git a/meta-ros2-rolling/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb b/meta-ros2-rolling/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb index f09b6b8a059..1666558474a 100644 --- a/meta-ros2-rolling/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb +++ b/meta-ros2-rolling/generated-recipes/urdfdom/urdfdom_2.3.5-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urdfdom-release/archive/release/rolling/urdfdom/2.3.5-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/urdfdom" diff --git a/meta-ros2-rolling/generated-recipes/urg-c/urg-c_1.0.4001-2.bb b/meta-ros2-rolling/generated-recipes/urg-c/urg-c_1.0.4001-2.bb index 849746e72ea..70143533e2f 100644 --- a/meta-ros2-rolling/generated-recipes/urg-c/urg-c_1.0.4001-2.bb +++ b/meta-ros2-rolling/generated-recipes/urg-c/urg-c_1.0.4001-2.bb @@ -36,7 +36,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_c-release/archive/release/rolling/urg_c/1.0.4001-2.tar.gz ROS_BRANCH ?= "branch=release/rolling/urg_c" diff --git a/meta-ros2-rolling/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-4.bb b/meta-ros2-rolling/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-4.bb index b33959f099b..9b2274b8a33 100644 --- a/meta-ros2-rolling/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-4.bb +++ b/meta-ros2-rolling/generated-recipes/urg-node-msgs/urg-node-msgs_1.0.1-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node_msgs-release/archive/release/rolling/urg_node_msgs/1.0.1-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/urg_node_msgs" diff --git a/meta-ros2-rolling/generated-recipes/urg-node/urg-node_1.1.0-1.bb b/meta-ros2-rolling/generated-recipes/urg-node/urg-node_1.1.0-1.bb index 37408f93252..bb22a50a901 100644 --- a/meta-ros2-rolling/generated-recipes/urg-node/urg-node_1.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/urg-node/urg-node_1.1.0-1.bb @@ -74,7 +74,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/urg_node-release/archive/release/rolling/urg_node/1.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/urg_node" diff --git a/meta-ros2-rolling/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb b/meta-ros2-rolling/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb index 823e76e8c33..d763e9d4248 100644 --- a/meta-ros2-rolling/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/v4l2-camera/v4l2-camera_0.4.0-1.bb @@ -57,7 +57,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/ros2_v4l2_camera-release/archive/release/rolling/v4l2_camera/0.4.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/v4l2_camera" diff --git a/meta-ros2-rolling/generated-recipes/variants/desktop_0.9.3-1.bb b/meta-ros2-rolling/generated-recipes/variants/desktop_0.9.3-1.bb index 068c8a7f402..ca940917024 100644 --- a/meta-ros2-rolling/generated-recipes/variants/desktop_0.9.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/variants/desktop_0.9.3-1.bb @@ -86,7 +86,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/rolling/desktop/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/desktop" diff --git a/meta-ros2-rolling/generated-recipes/variants/ros-base_0.9.3-1.bb b/meta-ros2-rolling/generated-recipes/variants/ros-base_0.9.3-1.bb index 4f8d70342b1..bf07e1e4204 100644 --- a/meta-ros2-rolling/generated-recipes/variants/ros-base_0.9.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/variants/ros-base_0.9.3-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/rolling/ros_base/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_base" diff --git a/meta-ros2-rolling/generated-recipes/variants/ros-core_0.9.3-1.bb b/meta-ros2-rolling/generated-recipes/variants/ros-core_0.9.3-1.bb index e263b7ef3e1..090f2c38ddf 100644 --- a/meta-ros2-rolling/generated-recipes/variants/ros-core_0.9.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/variants/ros-core_0.9.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/variants-release/archive/release/rolling/ros_core/0.9.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros_core" diff --git a/meta-ros2-rolling/generated-recipes/vision-msgs/vision-msgs_3.0.0-4.bb b/meta-ros2-rolling/generated-recipes/vision-msgs/vision-msgs_3.0.0-4.bb index 73d3b018119..04188f0a697 100644 --- a/meta-ros2-rolling/generated-recipes/vision-msgs/vision-msgs_3.0.0-4.bb +++ b/meta-ros2-rolling/generated-recipes/vision-msgs/vision-msgs_3.0.0-4.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/Kukanani/vision_msgs-release/archive/release/rolling/vision_msgs/3.0.0-4.tar.gz ROS_BRANCH ?= "branch=release/rolling/vision_msgs" diff --git a/meta-ros2-rolling/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb index 49f42d68ae8..27f1d2205be 100644 --- a/meta-ros2-rolling/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/vision-opencv/cv-bridge_2.2.1-1.bb @@ -58,7 +58,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/rolling/cv_bridge/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/cv_bridge" diff --git a/meta-ros2-rolling/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb index fa4b082bde6..0a84d9fe328 100644 --- a/meta-ros2-rolling/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/vision-opencv/image-geometry_2.2.1-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/rolling/image_geometry/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/image_geometry" diff --git a/meta-ros2-rolling/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb b/meta-ros2-rolling/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb index da8702a6e10..90d709b4d49 100644 --- a/meta-ros2-rolling/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb +++ b/meta-ros2-rolling/generated-recipes/vision-opencv/vision-opencv_2.2.1-1.bb @@ -39,7 +39,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/vision_opencv-release/archive/release/rolling/vision_opencv/2.2.1-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/vision_opencv" diff --git a/meta-ros2-rolling/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb b/meta-ros2-rolling/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb index 2945db62301..a2bc8e9a801 100644 --- a/meta-ros2-rolling/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb +++ b/meta-ros2-rolling/generated-recipes/warehouse-ros-mongo/warehouse-ros-mongo_2.0.2-1.bb @@ -68,7 +68,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros_mongo-release/archive/release/rolling/warehouse_ros_mongo/2.0.2-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/warehouse_ros_mongo" diff --git a/meta-ros2-rolling/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb b/meta-ros2-rolling/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb index b1a9f5b0280..b9c48f3629a 100644 --- a/meta-ros2-rolling/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb +++ b/meta-ros2-rolling/generated-recipes/warehouse-ros/warehouse-ros_2.0.3-1.bb @@ -69,7 +69,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/moveit/warehouse_ros-release/archive/release/rolling/warehouse_ros/2.0.3-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/warehouse_ros" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb index 8c0086cc5b8..a067de2e6a8 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-abb_1.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_abb/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_abb" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb index e9a3657d817..4f9398b7289 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-core_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_core/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_core" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb index 3f7832c2dac..8a9759c640a 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-demos_1.0.6-1.bb @@ -47,7 +47,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_demos/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_demos" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb index 6ad171bf6ec..cf74b6e074e 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-epuck_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_epuck/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_epuck" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb index 457d5fbd444..0f32ae216ce 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-examples_1.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_examples/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_examples" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb index 2ef5b3c5f7b..31a60617fe3 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-importer_1.0.6-1.bb @@ -49,7 +49,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_importer/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_importer" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb index c74670a06f6..9e16ea70de3 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-msgs_1.0.6-1.bb @@ -50,7 +50,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_msgs/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_msgs" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb index f2667f6d72c..f724124c643 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tesla_1.0.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_tesla/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_tesla" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb index 45abb408f1d..231826ac4e5 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tiago_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_tiago/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_tiago" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb index 32d4388360a..07768f1a518 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-turtlebot_1.0.6-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_turtlebot/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_turtlebot" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb index 78cdee6ac27..d20f0d56477 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-tutorials_1.0.6-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_tutorials/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_tutorials" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb index 78f32c65d8f..b354d25c6e1 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-universal-robot_1.0.6-1.bb @@ -51,7 +51,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_universal_robot/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_universal_robot" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb index 195d6e28fe6..78151c9ffe5 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2-ur-e-description_1.0.6-1.bb @@ -40,7 +40,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2_ur_e_description/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2_ur_e_description" diff --git a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb index 9b7f8fdb074..43c89ec5d11 100644 --- a/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/webots-ros2/webots-ros2_1.0.6-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/cyberbotics/webots_ros2-release/archive/release/rolling/webots_ros2/1.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/webots_ros2" diff --git a/meta-ros2-rolling/generated-recipes/xacro/xacro_2.0.6-1.bb b/meta-ros2-rolling/generated-recipes/xacro/xacro_2.0.6-1.bb index c48261dace1..221f4e00e88 100644 --- a/meta-ros2-rolling/generated-recipes/xacro/xacro_2.0.6-1.bb +++ b/meta-ros2-rolling/generated-recipes/xacro/xacro_2.0.6-1.bb @@ -48,7 +48,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/xacro-release/archive/release/rolling/xacro/2.0.6-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/xacro" diff --git a/meta-ros2-rolling/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-1.bb b/meta-ros2-rolling/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-1.bb index 6bf4b7e02fe..a52ce1d69a1 100644 --- a/meta-ros2-rolling/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-1.bb +++ b/meta-ros2-rolling/generated-recipes/yaml-cpp-vendor/yaml-cpp-vendor_7.1.0-1.bb @@ -37,7 +37,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros2-gbp/yaml_cpp_vendor-release/archive/release/rolling/yaml_cpp_vendor/7.1.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/yaml_cpp_vendor" diff --git a/meta-ros2-rolling/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend b/meta-ros2-rolling/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend index 9d5f5a70573..03825de149f 100644 --- a/meta-ros2-rolling/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/behaviortree-cpp/behaviortree-cpp-v3_3.5.6-1.bbappend @@ -5,4 +5,4 @@ ROS_BUILD_DEPENDS += " \ cppzmq \ " -FILES_${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" +FILES:${PN}-dev += "${libdir}/BehaviorTreeV3/cmake" diff --git a/meta-ros2-rolling/recipes-bbappends/cartographer/cartographer_1.0.9001-2.bbappend b/meta-ros2-rolling/recipes-bbappends/cartographer/cartographer_1.0.9001-2.bbappend index 8e6de34f5da..12d17e1735c 100644 --- a/meta-ros2-rolling/recipes-bbappends/cartographer/cartographer_1.0.9001-2.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/cartographer/cartographer_1.0.9001-2.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-CMakeLists.txt-link-with-dl.patch \ file://0001-FindLuaGoogle.cmake-explicitly-link-with-dl.patch \ @@ -13,7 +13,7 @@ SRC_URI += " \ # This is used only to generate documentation so it should # be native and needs quite a lot of native python dependencies -ROS_BUILD_DEPENDS_remove = "${PYTHON_PN}-sphinx python-sphinx" +ROS_BUILD_DEPENDS:remove = "${PYTHON_PN}-sphinx python-sphinx" DEPENDS += " \ protobuf-native \ @@ -23,4 +23,4 @@ DEPENDS += " \ CXXFLAGS += "-fuse-ld=gold" # Doesn't need runtime dependency on ceres-solver -ROS_EXEC_DEPENDS_remove = "ceres-solver" +ROS_EXEC_DEPENDS:remove = "ceres-solver" diff --git a/meta-ros2-rolling/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend b/meta-ros2-rolling/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend index b79ae4cd8fa..8034ad8f5da 100644 --- a/meta-ros2-rolling/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/cyclonedds/cyclonedds_0.8.0-5.bbappend @@ -3,11 +3,11 @@ # IDLC depends on maven and we don't want meta-ros to depend on meta-java just for that EXTRA_OECMAKE += "-DBUILD_IDLC=OFF" -FILES_${PN}-dev += "${datadir}/CycloneDDS" +FILES:${PN}-dev += "${datadir}/CycloneDDS" inherit ros_insane_dev_so DEPENDS += "cyclonedds-native" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-ddsconf-install-ddsconf-to-be-used-in-target-cyclone.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/fastrtps/fastrtps_%.bbappend b/meta-ros2-rolling/recipes-bbappends/fastrtps/fastrtps_%.bbappend index 335be581e32..429ef22dc7b 100644 --- a/meta-ros2-rolling/recipes-bbappends/fastrtps/fastrtps_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/fastrtps/fastrtps_%.bbappend @@ -2,7 +2,7 @@ inherit ros_insane_dev_so -FILES_${PN} += "${prefix}/tools" +FILES:${PN} += "${prefix}/tools" # rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/share/fastrtps/cmake/fast-discovery-server-targets.cmake:70 # expects the binary to exist: @@ -10,6 +10,6 @@ FILES_${PN} += "${prefix}/tools" # "TOPDIR/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/rosidl-typesupport-fastrtps-cpp/1.0.2-1-r0/recipe-sysroot/usr/bin/fast-discovery-server-1.0.0" # OE doesn't stage ${bindir} for target recipes, but in this case the fastdds::fast-discovery-server isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-rolling/recipes-bbappends/filters/filters_2.0.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/filters/filters_2.0.1-1.bbappend index ca7d88444ab..fd71a1d88ee 100644 --- a/meta-ros2-rolling/recipes-bbappends/filters/filters_2.0.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/filters/filters_2.0.1-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-filter_base.hpp-use-unsigned-long-instead-of-size_t-.patch \ " diff --git a/meta-ros2-rolling/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend index e130042df5a..e536fb88ef9 100644 --- a/meta-ros2-rolling/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/fmilibrary-vendor/fmilibrary-vendor_1.0.1-1.bbappend @@ -9,5 +9,5 @@ ROS_BUILD_DEPENDS += " \ # dashing: https://github.com/ros/rosdistro/commit/2617ae2b86d9eacee6f7b6a66472255047da87ba SRC_URI = "git://github.com/ros2-gbp/fmilibrary_vendor-release;${ROS_BRANCH};protocol=https" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-just-depend-on-system-fmilibrary-with.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/geographic-info/geodesy_1.0.4-4.bbappend b/meta-ros2-rolling/recipes-bbappends/geographic-info/geodesy_1.0.4-4.bbappend index 09de87cd754..dae6474344d 100644 --- a/meta-ros2-rolling/recipes-bbappends/geographic-info/geodesy_1.0.4-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/geographic-info/geodesy_1.0.4-4.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2020 LG Electronics, Inc. # ROS2 is python3-only and python2 is blacklisted here -ROS_BUILD_DEPENDS_remove = "python-catkin-pkg" -ROS_BUILD_DEPENDS_append = " python3-catkin-pkg" +ROS_BUILD_DEPENDS:remove = "python-catkin-pkg" +ROS_BUILD_DEPENDS:append = " python3-catkin-pkg" diff --git a/meta-ros2-rolling/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bbappend b/meta-ros2-rolling/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bbappend index 26a6c49b522..2077c4a292b 100644 --- a/meta-ros2-rolling/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/google-benchmark-vendor/google-benchmark-vendor_0.0.6-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-prevent-building-google-benchmark-wit.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/googletest/gmock-vendor_%.bbappend b/meta-ros2-rolling/recipes-bbappends/googletest/gmock-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-rolling/recipes-bbappends/googletest/gmock-vendor_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/googletest/gmock-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-rolling/recipes-bbappends/googletest/gtest-vendor_%.bbappend b/meta-ros2-rolling/recipes-bbappends/googletest/gtest-vendor_%.bbappend index 38ff16b8114..c4baaf00276 100644 --- a/meta-ros2-rolling/recipes-bbappends/googletest/gtest-vendor_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/googletest/gtest-vendor_%.bbappend @@ -1,5 +1,5 @@ # Copyright (c) 2019 LG Electronics, Inc. -do_install_append() { +do_install:append() { rm -rf ${D}${prefix}/src } diff --git a/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-1.bbappend index 655d21d87b2..6403977ca4b 100644 --- a/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-posh_1.0.0-1.bbappend @@ -5,7 +5,7 @@ # /usr/etc/roudi_config_example.toml # Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. # iceoryx-posh: 2 installed and not shipped files. [installed-vs-shipped] -do_install_append () { +do_install:append () { if [ -d ${D}${prefix}${sysconfdir} ] ; then mv ${D}${prefix}${sysconfdir} ${D}${sysconfdir} fi @@ -17,13 +17,13 @@ do_install_append () { # "TOPDIR/tmp-glibc/work/qemux86-webos-linux/iceoryx-binding-c/0.99.7-1-r0/recipe-sysroot/usr/bin/iox-roudi" # OE doesn't stage ${bindir} for target recipes, but in this case the iceoryx_posh::iox-roudi isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } # v0.1.1 tag SRCREV_cpptoml = "0bfa56fc8361e1715de05709b349bc44d910c7db" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "git://github.com/skystrife/cpptoml.git;name=cpptoml;destsuffix=git/cpptoml-upstream \ file://0001-Fix-build-with-gcc-11.patch;patchdir=cpptoml-upstream \ file://0001-cpptoml-fetch-with-bitbake-fetcher-instead-of-Extern.patch \ diff --git a/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-1.bbappend index 2f6778c22ce..66f09688bdb 100644 --- a/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/iceoryx/iceoryx-utils_1.0.0-1.bbappend @@ -7,13 +7,13 @@ # gcc-runtime recipe doesn't have PN in PACKAGES (and we would still depend # on do_package shlibs handling to add runtime dependency on actual package # with libatomic library) -ROS_EXEC_DEPENDS_remove = "gcc-runtime" +ROS_EXEC_DEPENDS:remove = "gcc-runtime" # there is no native support for gcc-runtime, so also no libatomic, add it only for target builds -ROS_EXEC_DEPENDS_append-class-target = " libatomic" +ROS_EXEC_DEPENDS:append-class-target = " libatomic" # and also remove it from build time depends when buiding native rc-utils -DEPENDS_remove_class-native = "gcc-runtime-native gcc-runtime" +DEPENDS:remove:class-native = "gcc-runtime-native gcc-runtime" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-IceoryxPackageHelper.cmake-change-DESTINATION_CONFIG.patch \ file://0001-Fix-build-with-gcc-11.patch \ file://0001-Revert-iox-713-document-the-restrictions-on-size-and.patch \ diff --git a/meta-ros2-rolling/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-5.bbappend b/meta-ros2-rolling/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-5.bbappend index 8418d5454db..1d609949916 100644 --- a/meta-ros2-rolling/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-5.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ifm3d-core/ifm3d-core_0.18.0-5.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-enable-C-language-to-fix-try_compile-.patch \ file://0002-CMakeLists.txt-drop-s.patch \ " diff --git a/meta-ros2-rolling/recipes-bbappends/joystick-drivers/joy_3.0.0-4.bbappend b/meta-ros2-rolling/recipes-bbappends/joystick-drivers/joy_3.0.0-4.bbappend index 181fc4eb90f..87849dc7408 100644 --- a/meta-ros2-rolling/recipes-bbappends/joystick-drivers/joy_3.0.0-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/joystick-drivers/joy_3.0.0-4.bbappend @@ -4,5 +4,5 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-adapter \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-sdl2.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/launch/launch-testing_0.18.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/launch/launch-testing_0.18.0-1.bbappend index 30164ddc695..5d9e1b63a40 100644 --- a/meta-ros2-rolling/recipes-bbappends/launch/launch-testing_0.18.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/launch/launch-testing_0.18.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. # This component puts *_proc files under libdir. -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/lib/${ROS_BPN} \ " diff --git a/meta-ros2-rolling/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend b/meta-ros2-rolling/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend index 00eeb5acc53..ef067eff3df 100644 --- a/meta-ros2-rolling/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/libyaml-vendor/libyaml-vendor_%.bbappend @@ -2,7 +2,7 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-libyaml-with-bitbake-fetcher.patch \ file://0002-CMakeLists.txt-use-platform-libyaml-when-available-i.patch \ " diff --git a/meta-ros2-rolling/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend index eb8133910fa..4395aca48ac 100644 --- a/meta-ros2-rolling/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/mavros/mavros_2.0.3-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2021 LG Electronics, Inc. -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS_mavros? [file-rdeps] -# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS_mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/install_geographiclib_datasets.sh contained in package mavros requires /bin/bash, but no providers found in RDEPENDS:mavros? [file-rdeps] +# ERROR: mavros-2.0.0-1-r0 do_package_qa: QA Issue: /usr/lib/mavros/mav contained in package mavros requires /usr/bin/python3, but no providers found in RDEPENDS:mavros? [file-rdeps] ROS_EXEC_DEPENDS += " \ bash \ python3-core \ @@ -13,5 +13,5 @@ ROS_EXEC_DEPENDS += " \ # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-rolling/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend index 289a8f4373d..889094ec2ce 100644 --- a/meta-ros2-rolling/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/menge-vendor/menge-vendor_1.0.0-1.bbappend @@ -4,5 +4,5 @@ DEPENDS += " \ libtinyxml2 \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-search-for-tinyxml2-instead-of-tinyxml.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend b/meta-ros2-rolling/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend index f1eb32b5276..d350b6e2143 100644 --- a/meta-ros2-rolling/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/mimick-vendor/mimick-vendor_0.2.6-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/ros2/Mimick.git revision f171450b5ebaa3d2538c762a059dfc6ab7a01039 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-install-only-specified-mimick-files-n.patch \ file://0002-CMakeLists.txt-fetch-mimick-with-bitbake-fetcher.patch \ git://github.com/ros2/Mimick.git;protocol=https;name=mimick;branch=ros2;destsuffix=git/mimick-upstream \ diff --git a/meta-ros2-rolling/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-rolling/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/moveit-msgs/moveit-msgs_2.1.0-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-rolling/recipes-bbappends/moveit/moveit-kinematics_2.2.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/moveit/moveit-kinematics_2.2.1-1.bbappend index 086d033f976..2d84c1de4dc 100644 --- a/meta-ros2-rolling/recipes-bbappends/moveit/moveit-kinematics_2.2.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/moveit/moveit-kinematics_2.2.1-1.bbappend @@ -12,12 +12,12 @@ DEPENDS += "moveit-ros-planning" # [dev-so] inherit ros_insane_dev_so -# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS_moveit-kinematics? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: moveit-kinematics-2.1.0-1-r0 do_package_qa: QA Issue: /usr/lib/moveit_kinematics/auto_create_ikfast_moveit_plugin.sh contained in package moveit-kinematics requires /bin/bash, but no providers found in RDEPENDS:moveit-kinematics? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros2-foxy layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" diff --git a/meta-ros2-rolling/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend b/meta-ros2-rolling/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend index bbfcf26c1f3..b4939f9b305 100644 --- a/meta-ros2-rolling/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/octomap/dynamic-edt-3d_1.9.7-1.bbappend @@ -14,17 +14,17 @@ # dynamic-edt-3d: 9 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " -FILES_${PN}-dev += "${datadir}/dynamicEDT3D" +FILES:${PN}-dev += "${datadir}/dynamicEDT3D" # ERROR: dynamic-edt-3d-1.9.7-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package dynamic-edt-3d contains symlink .so '/usr/lib/libdynamicedt3d.so' [dev-so] inherit ros_insane_dev_so # ERROR: dynamic-edt-3d-1.9.7-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /usr/lib/libdynamicedt3d.so.1.9.7 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-rolling/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend b/meta-ros2-rolling/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend index cce9e01a66f..96841d07c75 100644 --- a/meta-ros2-rolling/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/octomap/octomap_1.9.7-1.bbappend @@ -9,7 +9,7 @@ # octomap: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " @@ -29,7 +29,7 @@ inherit ros_insane_dev_so # octomap: /usr/bin/graph2tree contains probably-redundant RPATH /usr/lib # octomap: /usr/bin/edit_octree contains probably-redundant RPATH /usr/lib # octomap: /usr/bin/eval_octree_accuracy contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${bindir}/* ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-rolling/recipes-bbappends/ompl/ompl_%.bbappend b/meta-ros2-rolling/recipes-bbappends/ompl/ompl_%.bbappend index f1525bd16a9..926cb449ea3 100644 --- a/meta-ros2-rolling/recipes-bbappends/ompl/ompl_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ompl/ompl_%.bbappend @@ -14,7 +14,7 @@ ROS_UNRESOLVED_DEP-opende = "" # ompl: 4 installed and not shipped files. [installed-vs-shipped] # # ros_ament_cmake.bbclass does this automatically, but this recipe inherits just ros_cmake.bbclass -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " @@ -22,7 +22,7 @@ FILES_${PN}_prepend = " \ inherit ros_insane_dev_so # ERROR: ompl-1.5.2-1-r0 do_package_qa: QA Issue: ompl: /usr/lib/libompl.so.1.5.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] -DEPENDS_append_class-target = " chrpath-replacement-native" -do_install_append() { +DEPENDS:append:class-target = " chrpath-replacement-native" +do_install:append() { chrpath --delete ${D}${libdir}/*${SOLIBS} } diff --git a/meta-ros2-rolling/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend index 2bdb36898ba..e103ff6d51c 100644 --- a/meta-ros2-rolling/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/osqp-vendor/osqp-vendor_0.0.3-1.bbappend @@ -3,7 +3,7 @@ # Instead of fetching # https://github.com/oxfordcontrol/osqp.git from tag v0.6.2 # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-user-relative-destination-path.patch \ file://0002-CMakeLists.txt-fetch-osqp-with-bitbake-fetcher.patch \ git://github.com/oxfordcontrol/osqp.git;protocol=https;name=osqp;destsuffix=git/osqp-upstream \ diff --git a/meta-ros2-rolling/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-1.bbappend b/meta-ros2-rolling/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-1.bbappend index 6479f279937..356f860d9a7 100644 --- a/meta-ros2-rolling/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/performance-test-fixture/performance-test-fixture_0.0.7-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2020 LG Electronics, Inc. # This doesn't seem to be needed and would require google-benchmark and google-benchmark-vendor to have native BBCLASSEXTEND as well -ROS_BUILDTOOL_EXPORT_DEPENDS_remove = " \ +ROS_BUILDTOOL_EXPORT_DEPENDS:remove = " \ ament-cmake-google-benchmark-native \ " diff --git a/meta-ros2-rolling/recipes-bbappends/phidgets-drivers/libphidget22_2.1.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/phidgets-drivers/libphidget22_2.1.0-1.bbappend index a0eacb05cba..938dce0857f 100644 --- a/meta-ros2-rolling/recipes-bbappends/phidgets-drivers/libphidget22_2.1.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/phidgets-drivers/libphidget22_2.1.0-1.bbappend @@ -7,5 +7,5 @@ LICENSE = "LGPL-3.0+" DEPENDS += "${PN}-upstream" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-libphidget22-from-libphidget22-upstream-and-norm.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend b/meta-ros2-rolling/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend index 7ef9a94f83d..ee3f1e5ee13 100644 --- a/meta-ros2-rolling/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/pybind11-vendor/pybind11-vendor_2.2.6-1.bbappend @@ -1,8 +1,8 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. DEPENDS += "python3-pybind11" -RDEPENDS_${PN} += "python3-pybind11" -ALLOW_EMPTY_${PN} = "1" +RDEPENDS:${PN} += "python3-pybind11" +ALLOW_EMPTY:${PN} = "1" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-rolling-pybind11-vendor-don-t-build-pybind11-use-pla.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend index 838eabd9919..34446152db7 100644 --- a/meta-ros2-rolling/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/qpoases-vendor/qpoases-vendor_3.2.3-1.bbappend @@ -5,7 +5,7 @@ # during do_compile fetch it with bitbake's git fetcher from github, because # https://projects.coin-or.org/qpOASES only shows: # This project has moved t https://github.com/coin-or/qpOASES -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-qpOASES-with-bitbake-fetcher.patch \ git://github.com/coin-or/qpOASES;protocol=https;branch=stable/3.2;name=qpOASES-upstream;destsuffix=git/qpOASES-upstream \ " diff --git a/meta-ros2-rolling/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend index 9efd0f81292..bcfcd75e567 100644 --- a/meta-ros2-rolling/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rc-genicam-api/rc-genicam-api_2.5.0-1.bbappend @@ -12,20 +12,20 @@ EXTRA_OECMAKE += "-DGenicam_DIR=${S}/genicam" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/liblog4cpp_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libLog_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] # ERROR: rc-genicam-api-2.3.3-1-r0 do_package: QA Issue: File '/usr/lib/libMathParser_gcc46_v3_1.so' from rc-genicam-api was already stripped, this will prevent future debugging! [already-stripped] -INSANE_SKIP_${PN} += "already-stripped" +INSANE_SKIP:${PN} += "already-stripped" # ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: rc-genicam-api path '/work/raspberrypi4-webos-linux-gnueabi/rc-genicam-api/2.3.3-1-r0/packages-split/rc-genicam-api/usr/lib/librc_genicam_api.so' [dev-so] inherit ros_insane_dev_so -# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS_rc-genicam-api? [file-rdeps] -RDEPENDS_${PN} += "bash" +# ERROR: rc-genicam-api-2.3.3-1-r0 do_package_qa: QA Issue: /usr/share/rc_genicam_api/net_perf_check.sh contained in package rc-genicam-api requires /bin/bash, but no providers found in RDEPENDS:rc-genicam-api? [file-rdeps] +RDEPENDS:${PN} += "bash" # This is needed only for webOS OSE and it's not in meta-ros-webos, because # then meta-ros-webos would need to include this .bbappend just when # meta-ros1-melodic layer is included VIRTUAL-RUNTIME_bash ?= "bash" -RDEPENDS_${PN}_append_class-target_webos = " ${VIRTUAL-RUNTIME_bash}" -RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" +RDEPENDS:${PN}:append:class-target:webos = " ${VIRTUAL-RUNTIME_bash}" +RDEPENDS:${PN}:remove:class-target:webos = "${@oe.utils.conditional('WEBOS_PREFERRED_PROVIDER_FOR_BASH', 'busybox', 'bash', '', d)}" # Uses cxx -dumpmachine to check the target architecture and fails for qemux86 # because it detects i586 and supports only i686 (and arm, aarch64, x86_64) @@ -36,17 +36,17 @@ RDEPENDS_${PN}_remove_class-target_webos = "${@oe.utils.conditional('WEBOS_PREFE # ARCHITECTURE with EXTRA_OECMAKE COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -RC_GENICAM_API_ARCHITECTURE_x86-64 = "x86_64" -RC_GENICAM_API_ARCHITECTURE_x86 = "i686" -RC_GENICAM_API_ARCHITECTURE_aarch64 = "aarch64" -RC_GENICAM_API_ARCHITECTURE_armv7a = "arm" -RC_GENICAM_API_ARCHITECTURE_armv7ve = "arm" +RC_GENICAM_API_ARCHITECTURE:x86-64 = "x86_64" +RC_GENICAM_API_ARCHITECTURE:x86 = "i686" +RC_GENICAM_API_ARCHITECTURE:aarch64 = "aarch64" +RC_GENICAM_API_ARCHITECTURE:armv7a = "arm" +RC_GENICAM_API_ARCHITECTURE:armv7ve = "arm" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: @@ -67,11 +67,11 @@ RC_PROJECT_VERSION = "${@'${PV}'.split('-')[0]}" EXTRA_OECMAKE += "-DARCHITECTURE=${RC_GENICAM_API_ARCHITECTURE} -DRC_PROJECT_VERSION=${RC_PROJECT_VERSION}" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-GenicamConfig.cmake-detect-ARCHITECTURE-only-when-no.patch" # in version 2.4.1-1 only aarch64 prebuilt binaries ware missing GNU_HASH, but in 2.5.0-1 it's missing for all 4 supported architectures (32_ARMhf, 32_i86, 64_ARM, 64_x64) -INSANE_SKIP_${PN} += " ldflags" +INSANE_SKIP:${PN} += " ldflags" # rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/lib/rc_genicam_api/RC_GENICAM_APITargets.cmake:110 (message): # expects the binary to exist: @@ -79,6 +79,6 @@ INSANE_SKIP_${PN} += " ldflags" # "TOPDIR/tmp-glibc/work/core2-64-oe-linux/rc-genicam-driver/0.1.3-1-r0/recipe-sysroot/usr/bin/gc_info" # OE doesn't stage ${bindir} for target recipes, but in this case the rc_genicam_api::gc_info isn't # being called during the cross-build, so we can include it just to keep CMake happy -sysroot_stage_all_append() { +sysroot_stage_all:append() { sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir} } diff --git a/meta-ros2-rolling/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bbappend index 167e9cc2b75..3774158526a 100644 --- a/meta-ros2-rolling/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rc-genicam-driver/rc-genicam-driver_0.1.3-1.bbappend @@ -2,11 +2,11 @@ # depends on rc-genicam-api, use the same restriction COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_x86-64 = "(.*)" -COMPATIBLE_MACHINE_x86 = "(.*)" -COMPATIBLE_MACHINE_aarch64 = "(.*)" -COMPATIBLE_MACHINE_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" -COMPATIBLE_MACHINE_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:x86-64 = "(.*)" +COMPATIBLE_MACHINE:x86 = "(.*)" +COMPATIBLE_MACHINE:aarch64 = "(.*)" +COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" +COMPATIBLE_MACHINE:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '(^$)', '(.*)', d)}" # RC_PROJECT_VERSION is set in cmake/project_version.cmake by git describe checking for 'v?([0-9.]+).*' tag # but in roboception-gbp/rc_genicam_api-release repo there are no suitable tags: diff --git a/meta-ros2-rolling/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-rolling/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rc-reason-clients/rc-reason-msgs_0.2.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-rolling/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend index 42db3a33625..55582d37516 100644 --- a/meta-ros2-rolling/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rcl/rcl-yaml-param-parser_3.1.2-1.bbappend @@ -2,5 +2,5 @@ DEPENDS += "libyaml" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-pkg-config-to-find-yaml.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rcutils/rcutils_4.0.2-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rcutils/rcutils_4.0.2-1.bbappend index 4d35cfe58e9..4403b8818f0 100644 --- a/meta-ros2-rolling/recipes-bbappends/rcutils/rcutils_4.0.2-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rcutils/rcutils_4.0.2-1.bbappend @@ -7,8 +7,8 @@ # gcc-runtime recipe doesn't have PN in PACKAGES (and we would still depend # on do_package shlibs handling to add runtime dependency on actual package # with libatomic library) -ROS_EXEC_DEPENDS_remove = "gcc-runtime" +ROS_EXEC_DEPENDS:remove = "gcc-runtime" # there is no native support for gcc-runtime, so also no libatomic, add it only for target builds -ROS_EXEC_DEPENDS_append-class-target = " libatomic" +ROS_EXEC_DEPENDS:append-class-target = " libatomic" # and also remove it from build time depends when buiding native rc-utils -DEPENDS_remove_class-native = "gcc-runtime-native gcc-runtime" +DEPENDS:remove:class-native = "gcc-runtime-native gcc-runtime" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bbappend index 92316f9c1bf..45db619d2b5 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter-python_1.3.0-4.bbappend @@ -5,4 +5,4 @@ DEPENDS += " \ python3-catkin-pkg-native \ " -FILES_${PN} += "${libdir}/python" +FILES:${PN} += "${libdir}/python" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bbappend index 13ec6d7d69e..96f91f20328 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-fleet-adapter_1.3.0-4.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-FleetUpdateHandle-use-uint64_t-instead-of-std-size_t.patch \ file://0002-CMakeLists-explicitly-link-experimental_lift_watchdo.patch \ diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-task-ros2_1.3.0-4.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-task-ros2_1.3.0-4.bbappend index f95ec2f8723..ec423a45e30 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-task-ros2_1.3.0-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-task-ros2_1.3.0-4.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bbappend index 5da80aa2a3e..2e272cc00c8 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-ros2/rmf-traffic-ros2_1.3.0-4.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-explicitly-link-with-pthread.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bbappend index f8e464def13..3e723660641 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-traffic-editor/rmf-traffic-editor-assets_1.3.0-5.bbappend @@ -6,4 +6,4 @@ # /usr/share/assets/thumbnails/images/cropped/OpenRobotics # /usr/share/assets/thumbnails/images/cropped/OpenRobotics/VisitorKidSit.png # .. a lot of .png files here .. -FILES_${PN} += "${datadir}/assets" +FILES:${PN} += "${datadir}/assets" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-2.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-2.bbappend index 64dbb7a31a3..4d225665387 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-2.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-traffic/rmf-traffic_1.3.0-2.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-schedule-fix-get_participant-declaration-to-match-Vi.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bbappend b/meta-ros2-rolling/recipes-bbappends/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bbappend index a9dd9efe5a9..c0c2de8054e 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmf-visualization/rmf-visualization-schedule_1.2.0-3.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-explicitly-link-with-openssl.patch" # nlohmann-json PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "nlohmann-json" +ROS_EXEC_DEPENDS:remove = "nlohmann-json" # websocketpp PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "websocketpp" +ROS_EXEC_DEPENDS:remove = "websocketpp" diff --git a/meta-ros2-rolling/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend b/meta-ros2-rolling/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend index 467b0860146..654558edd21 100644 --- a/meta-ros2-rolling/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rmw-implementation/rmw-implementation_%.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2020-2021 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp rmw-connextdds', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rmw-connext-cpp rmw-connextdds', '', d)}" -ROS_BUILD_DEPENDS_append = "rosidl-adapter-native" -ROS_EXEC_DEPENDS_append = " \ +ROS_BUILD_DEPENDS:append = "rosidl-adapter-native" +ROS_EXEC_DEPENDS:append = " \ rmw-fastrtps-cpp \ rmw-cyclonedds-cpp \ " diff --git a/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend b/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend index 40e3deeee5d..2d82f957cda 100644 --- a/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_%.bbappend @@ -6,7 +6,7 @@ # # Create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login. Place it in a separate package # which will be added to images when IMAGE_FEATURES contains "ros-implicit-workspace" -do_install_append() { +do_install:append() { profile_dir=${sysconfdir}/profile.d/ros mkdir -p ${D}$profile_dir cd ${D}$profile_dir @@ -53,6 +53,6 @@ do_install_append() { PACKAGES =+ "${PN}-implicitworkspace" -FILES_${PN}-implicitworkspace = " \ +FILES:${PN}-implicitworkspace = " \ ${sysconfdir}/profile.d/ros.sh \ " diff --git a/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-1.bbappend b/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-1.bbappend index c0365550cb2..ff96a40ae9a 100644 --- a/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ros-workspace/ros-workspace_1.0.2-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake-core" -ROS_BUILD_DEPENDS_remove = "ament-package" +ROS_BUILD_DEPENDS:remove = "ament-cmake-core" +ROS_BUILD_DEPENDS:remove = "ament-package" ROS_BUILDTOOL_DEPENDS += " \ ament-cmake-core-native \ ament-package-native \ @@ -10,5 +10,5 @@ ROS_BUILDTOOL_DEPENDS += " \ # The package find files from CMAKE_INSTALL_PREFIX that is just absolute "/usr". # Need to pass the native sysroot folder path. export STAGING_DIR_NATIVE -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" +SRC_URI:append = " file://0001-Don-t-use-CMAKE_INSTALL_PREFIX-as-sysroot-for-cross-.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend index a1dd09bce9d..a459eec7fc9 100644 --- a/meta-ros2-rolling/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ros2-control/controller-manager-msgs_0.7.1-1.bbappend @@ -7,7 +7,7 @@ ROS_BUILDTOOL_DEPENDS += " \ rosidl-typesupport-fastrtps-c-native \ rosidl-typesupport-fastrtps-cpp-native \ " -ROS_BUILD_DEPENDS_remove = " \ +ROS_BUILD_DEPENDS:remove = " \ rosidl-default-generators \ rosidl-typesupport-fastrtps-c \ rosidl-typesupport-fastrtps-cpp \ diff --git a/meta-ros2-rolling/recipes-bbappends/ros2cli/ros2cli_0.14.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/ros2cli/ros2cli_0.14.0-1.bbappend index 9901bdf07da..85442070d0c 100644 --- a/meta-ros2-rolling/recipes-bbappends/ros2cli/ros2cli_0.14.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/ros2cli/ros2cli_0.14.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # Needed to run ros2 commands on the target. -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-codecs \ ${PYTHON_PN}-debugger \ ${PYTHON_PN}-json \ diff --git a/meta-ros2-rolling/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend index 5ba67f8e1ea..d1408c044b3 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosbag2/rosbag2-compression-zstd_0.9.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-drop-dependency-on-zstd_vendor.patch" # PN package in zstd-vendor is empty and not created, remove runtime dependency on it -ROS_EXEC_DEPENDS_remove = "zstd-vendor" +ROS_EXEC_DEPENDS:remove = "zstd-vendor" diff --git a/meta-ros2-rolling/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend index 035a8a4f6d3..e3785304467 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosbag2/shared-queues-vendor_0.9.0-1.bbappend @@ -4,7 +4,7 @@ # https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip # https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip # with curl during do_compile use bitbake git fetcher -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-readerwriterqueue-and-concurren.patch \ git://github.com/cameron314/readerwriterqueue.git;protocol=https;name=singleproducerconsumer-upstream;destsuffix=git/singleproducerconsumer-upstream \ git://github.com/cameron314/concurrentqueue.git;protocol=https;name=concurrentqueue-upstream;destsuffix=git/concurrentqueue-upstream \ diff --git a/meta-ros2-rolling/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend index 8da7e06dc9b..778d03ff638 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosbag2/zstd-vendor_0.9.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2020 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-prevent-building-zstd-with-ExternalPr.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rosidl-python/rosidl-generator-py_0.12.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rosidl-python/rosidl-generator-py_0.12.0-1.bbappend index 44c90b4dd8a..fed8005fece 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosidl-python/rosidl-generator-py_0.12.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosidl-python/rosidl-generator-py_0.12.0-1.bbappend @@ -5,5 +5,5 @@ ROS_EXPORT_DEPENDS += " \ rosidl-typesupport-c \ " -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Revert-Install-generated-Python-interfaces-in-a-Pyth.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend b/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend index 98377bc794a..50f709b05c6 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-c_%.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019-2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-c', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-c', '', d)}" diff --git a/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend b/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend index f66ff7d655c..7ebf97efbe1 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosidl-typesupport/rosidl-typesupport-cpp_%.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2019-2021 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" -ROS_BUILD_DEPENDS_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', 'rosidl-typesupport-connext-cpp', '', d)}" +ROS_BUILD_DEPENDS:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opensplice', 'rosidl-typesupport-opensplice-cpp', '', d)}" DEPENDS += "rosidl-cmake" diff --git a/meta-ros2-rolling/recipes-bbappends/rosidl/rosidl-adapter_2.4.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rosidl/rosidl-adapter_2.4.0-1.bbappend index 8b9e2cf44e1..9212e982d48 100644 --- a/meta-ros2-rolling/recipes-bbappends/rosidl/rosidl-adapter_2.4.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rosidl/rosidl-adapter_2.4.0-1.bbappend @@ -1,4 +1,4 @@ # Copyright (c) 2019 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "ament-cmake" +ROS_BUILD_DEPENDS:remove = "ament-cmake" ROS_BUILDTOOL_DEPENDS += "ament-cmake-native" diff --git a/meta-ros2-rolling/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend b/meta-ros2-rolling/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend index 47bcf0cc1db..132bc10ed0f 100644 --- a/meta-ros2-rolling/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rplidar-ros/rplidar-ros_2.0.2-1.bbappend @@ -4,5 +4,5 @@ # rplidar-ros/2.0.2-1-r0/git/sdk/src/rplidar_driver.cpp:2222:26: error: control reaches end of non-void function [-Werror=return-type] CXXFLAGS += "-Wno-error=return-type" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2-rolling/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend b/meta-ros2-rolling/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend index 5ad4654ce65..47918044980 100644 --- a/meta-ros2-rolling/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/rviz/rviz-ogre-vendor_%.bbappend @@ -4,9 +4,9 @@ # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "ogre" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists-remove-all-ExternalProject_Add-calls-and-.patch" # libxaw is empty, the library is installed in libxaw6 and libxaw7 packages # and ogre should get runtime dependency automatically through shlibs -RDEPENDS_${PN}_remove = "libxaw" +RDEPENDS:${PN}:remove = "libxaw" diff --git a/meta-ros2-rolling/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-1.bbappend index 5844e268337..29f45d486b0 100644 --- a/meta-ros2-rolling/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/spdlog-vendor/spdlog-vendor_1.3.0-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. # spdlog is header only library and PN is empty, so it wasn't created -RDEPENDS_${PN}_remove = "spdlog" +RDEPENDS:${PN}:remove = "spdlog" # ERROR: spdlog-vendor-1.1.1-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: spdlog-vendor path '/work/aarch64-oe-linux/spdlog-vendor/1.1.1-1-r0/packages-split/spdlog-vendor/usr/lib/libspdlog.so' [dev-so] inherit ros_insane_dev_so diff --git a/meta-ros2-rolling/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend index 242ea0be2cb..bbc37149f86 100644 --- a/meta-ros2-rolling/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/tvm-vendor/tvm-vendor_0.7.3-1.bbappend @@ -2,16 +2,16 @@ # Instead of fetching tvm and its submodules during do_compile, use separate tvm recipe DEPENDS += "tvm" -RDEPENDS_${PN} += "tvm" +RDEPENDS:${PN} += "tvm" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-use-tvm-from-separate-recipe.patch" # even with empty ${PN} we want to use this to pull runtime dependency on tvm -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # openblas PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "openblas" +ROS_EXEC_DEPENDS:remove = "openblas" # spirv-headers PN is empty don't add runtime dependency on it -ROS_EXEC_DEPENDS_remove = "spirv-headers" +ROS_EXEC_DEPENDS:remove = "spirv-headers" diff --git a/meta-ros2-rolling/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bbappend b/meta-ros2-rolling/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bbappend index 25e24a0e235..f195b4e458f 100644 --- a/meta-ros2-rolling/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/uncrustify-vendor/uncrustify-vendor_1.5.3-1.bbappend @@ -1,13 +1,13 @@ # Copyright (c) 2020 LG Electronics, Inc. # uncrustify appears in both ROS_BUILD_DEPENDS and ROS_EXPORT_DEPENDS, so it's easier to remove it from DEPENDS. -DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" -ROS_EXEC_DEPENDS_remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" +ROS_EXEC_DEPENDS:remove = "${ROS_UNRESOLVED_DEP-uncrustify}" # Instead of fetching # https://github.com/uncrustify/uncrustify/archive/45b836cff040594994d364ad6fd3f04adc890a26.tar.gz # during do_compile -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-CMakeLists.txt-fetch-uncrustify-with-bitbake-fetcher.patch \ git://github.com/uncrustify/uncrustify.git;protocol=https;name=uncrustify;destsuffix=git/uncrustify-upstream \ https://raw.githubusercontent.com/ros2-gbp/uncrustify_vendor-release/release/foxy/uncrustify_vendor/1.4.0-1/install-patch.diff;name=patch;patchdir=uncrustify-upstream \ diff --git a/meta-ros2-rolling/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-1.bbappend b/meta-ros2-rolling/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-1.bbappend index 486088bdde6..7d554ef8b4e 100644 --- a/meta-ros2-rolling/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/urdf-parser-py/urdfdom-py_1.1.0-1.bbappend @@ -1,6 +1,6 @@ # Copyright (c) 2021 LG Electronics, Inc. -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "\ file://0001-setup.cfg-fix-warning.patch \ file://0002-setup.py-install-data_files-without-share-prefix.patch \ @@ -12,7 +12,7 @@ SRC_URI += "\ # $ head -n 1 tmp-glibc/work/qemux86-webos-linux/urdfdom-py/1.1.0-1-r0/packages-split/urdfdom-py/usr/share/urdfdom_py/scripts/display_urdf #!/jenkins/mjansa/build/ros/webos-rolling-hardknott/tmp-glibc/work/qemux86-webos-linux/urdfdom-py/1.1.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 -do_install_append() { +do_install:append() { for i in ${D}${datadir}/urdfdom_py/scripts/*; do if [ -f "$i" ]; then sed -i -e s:${PYTHON}:${USRBINPATH}/env\ ${DISTUTILS_PYTHON}:g $i diff --git a/meta-ros2-rolling/recipes-bbappends/variants/ros-core_%.bbappend b/meta-ros2-rolling/recipes-bbappends/variants/ros-core_%.bbappend index 17fd7f86dcd..5a63e789586 100644 --- a/meta-ros2-rolling/recipes-bbappends/variants/ros-core_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/variants/ros-core_%.bbappend @@ -8,15 +8,15 @@ ROS_EXEC_DEPENDS += " \ " # core-* OE images do not support development. -ROS_EXEC_DEPENDS_remove = "ament-cmake" -ROS_EXEC_DEPENDS_remove = "ament-cmake-auto" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gmock" -ROS_EXEC_DEPENDS_remove = "ament-cmake-gtest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-pytest" -ROS_EXEC_DEPENDS_remove = "ament-cmake-ros" -ROS_EXEC_DEPENDS_remove = "ament-index-cpp" -ROS_EXEC_DEPENDS_remove = "ament-index-python" -ROS_EXEC_DEPENDS_remove = "ament-lint-auto" -ROS_EXEC_DEPENDS_remove = "ament-lint-common" -ROS_EXEC_DEPENDS_remove = "launch-testing-ament-cmake" -ROS_EXEC_DEPENDS_remove = "rosidl-default-generators" +ROS_EXEC_DEPENDS:remove = "ament-cmake" +ROS_EXEC_DEPENDS:remove = "ament-cmake-auto" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gmock" +ROS_EXEC_DEPENDS:remove = "ament-cmake-gtest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-pytest" +ROS_EXEC_DEPENDS:remove = "ament-cmake-ros" +ROS_EXEC_DEPENDS:remove = "ament-index-cpp" +ROS_EXEC_DEPENDS:remove = "ament-index-python" +ROS_EXEC_DEPENDS:remove = "ament-lint-auto" +ROS_EXEC_DEPENDS:remove = "ament-lint-common" +ROS_EXEC_DEPENDS:remove = "launch-testing-ament-cmake" +ROS_EXEC_DEPENDS:remove = "rosidl-default-generators" diff --git a/meta-ros2-rolling/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend b/meta-ros2-rolling/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend index 0ceeddc4098..f3a192155cd 100644 --- a/meta-ros2-rolling/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/vision-opencv/cv-bridge_2.2.1-1.bbappend @@ -1,7 +1,7 @@ # Copyright (c) 2020 LG Electronics, Inc. -ROS_BUILD_DEPENDS_remove = "python-numpy" -ROS_BUILD_DEPENDS_remove = "python3-numpy" +ROS_BUILD_DEPENDS:remove = "python-numpy" +ROS_BUILD_DEPENDS:remove = "python3-numpy" ROS_BUILDTOOL_DEPENDS += " \ ${PYTHON_PN}-numpy-native \ diff --git a/meta-ros2-rolling/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend b/meta-ros2-rolling/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend index 01e9175ff90..a54209a1c35 100644 --- a/meta-ros2-rolling/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend +++ b/meta-ros2-rolling/recipes-bbappends/yaml-cpp-vendor/yaml-cpp-vendor_%.bbappend @@ -6,5 +6,5 @@ DESCRIPTION = "Wrapper around yaml-cpp, it provides a fixed CMake module." # commit changes, the patch will not apply cleanly and we'll know we need to update the .bbappend for yaml-cpp. DEPENDS += "yaml-cpp" -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-Use-platform-yaml-cpp.patch" diff --git a/meta-ros2-rolling/recipes-core/packagegroups/packagegroup-ros-world-rolling.bb b/meta-ros2-rolling/recipes-core/packagegroups/packagegroup-ros-world-rolling.bb index e90108fcd9d..882d5dbfe99 100644 --- a/meta-ros2-rolling/recipes-core/packagegroups/packagegroup-ros-world-rolling.bb +++ b/meta-ros2-rolling/recipes-core/packagegroups/packagegroup-ros-world-rolling.bb @@ -11,43 +11,43 @@ inherit ros_distro_rolling PACKAGES = "${PN}" -RDEPENDS_${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" +RDEPENDS:${PN} = "${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES}" # Contains only dev, dbg and staticdev files, so PN is empty and not created -RDEPENDS_${PN}_remove = "test-osrf-testing-tools-cpp" +RDEPENDS:${PN}:remove = "test-osrf-testing-tools-cpp" # It's empty package now, just providing dependency on platform zstd recipe -RDEPENDS_${PN}_remove = "zstd-vendor" +RDEPENDS:${PN}:remove = "zstd-vendor" # It's empty package now, just providing dependency on platform python3-pybind11 recipe -RDEPENDS_${PN}_remove = "pybind11-vendor" +RDEPENDS:${PN}:remove = "pybind11-vendor" # Depends on unavailable python3-shapely -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-shapely', 'rmf-building-map-tools rmf-traffic-editor-test-maps', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'python3-shapely', 'rmf-building-map-tools rmf-traffic-editor-test-maps', '', d)}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB = " \ run-ompl-constrained-planning \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'mongodb-legacy-cxx-driver', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_MONGODB_LEGACY_CXX_DRIVER = " \ run-ompl-constrained-planning \ warehouse-ros-mongo \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'cwiid', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CWIID = " \ wiimote \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libspnav', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBSPNAV = " \ spacenav \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'connext', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ connext-cmake-module \ rmw-connext-cpp \ @@ -60,14 +60,14 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CONNEXT = " \ " # alternative not yet supported implementation for fastrtps -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gurumdds', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GURUMDDS = " \ gurumdds-cmake-module \ rmw-gurumdds-cpp \ rmw-gurumdds-shared-cpp \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libomp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ moveit-planners-ompl \ moveit-planners \ @@ -76,7 +76,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBOMP = " \ " # Can't build these until we figure out how to build clang-format, clang-tidy without building all of clang. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'clang', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ ament-clang-format \ ament-clang-tidy \ @@ -85,27 +85,27 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_CLANG = " \ " # Needs work to launch qemu to run tests on image on build machine. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'launch', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LAUNCH = " \ launch-testing-ament-cmake \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sdformat', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'sdformat', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_SDFORMAT = " \ sdformat-urdf \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'coinor-libipopt', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_COINOR_LIBIPOPT = " \ control-box-rst \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'libqglviewer', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_LIBQGLVIEWER = " \ octovis \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ignition', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ ign-rviz \ ign-rviz-common \ @@ -118,7 +118,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_IGNITION = " \ " # Depends on mesa or libglu which requires opengl or vulkan DISTRO_FEATURE -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'opengl', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ desktop \ libg2o \ @@ -145,7 +145,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_OPENGL = " \ webots-ros2-universal-robot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ desktop \ joint-state-publisher-gui \ @@ -207,20 +207,20 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_META_QT5 = " \ " # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_ffmpeg" or "ffmpeg". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ffmpeg', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_FFMPEG = " \ mrpt2 \ " # OE won't let us build x264 unless LICENSE_FLAGS_WHITELIST contains "commercial" or "commercial_x264" or "x264". -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x264', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X264 = " \ mrpt2 \ " # Recipes which need widgets enabled in qtbase PACKAGECONFIG which webOS OSE explicitly disables: # meta-webos/recipes-qt/qt5/qtbase_git.bbappend:PACKAGECONFIG_remove = "widgets" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt5-widgets', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ plotjuggler-ros \ plotjuggler \ @@ -230,7 +230,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT5_WIDGETS = " \ " # NB. gazebo-msgs is a dependency of non-Gazebo packages, so it doesn't appear here. -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'gazebo', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ gazebo-plugins \ gazebo-ros-pkgs \ @@ -238,11 +238,11 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GAZEBO = " \ gazebo-rosdev \ " -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_x86-64 = "" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" -ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API_aarch64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:x86-64 = "" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:armv7ve = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'rc-genicam-api rc-genicam-driver', '', d)}" +ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API:aarch64 = "" ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API = "\ rc-genicam-api \ rc-genicam-driver \ @@ -252,9 +252,9 @@ ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC = " \ ${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC_RC_GENICAM_API} \ " -RDEPENDS_${PN}_remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" +RDEPENDS:${PN}:remove = "${ROS_SUPERFLORE_GENERATED_ARCH_SPECIFIC}" -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'pyqt5', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ desktop \ joint-state-publisher-gui \ @@ -297,7 +297,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_PYQT5 = " \ " # do_compile failures -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'qt-gui-cpp', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ qt-gui-core \ qt-gui-cpp \ @@ -306,7 +306,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_QT_GUI_CPP = " \ rqt \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'x11', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ desktop \ libg2o \ @@ -328,7 +328,7 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_X11 = " \ webots-ros2-universal-robot \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'glfw', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ librealsense2 \ realsense-examples \ @@ -336,19 +336,19 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_GLFW = " \ realsense-ros \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'ros1', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_ROS1 = " \ rosbag2-bag-v2-plugins \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'babeltrace-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'babeltrace-python', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_BABELTRACE_PYTHON = " \ ros2trace-analysis \ tracetools-analysis \ tracetools-read \ " -RDEPENDS_${PN}_remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" +RDEPENDS:${PN}:remove = "${@bb.utils.contains('ROS_WORLD_SKIP_GROUPS', 'webots-python-modules', '${ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES}', '', d)}" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_DEPENDING_ON_WEBOTS_PYTHON_MODULES = " \ webots-ros2 \ webots-ros2-abb \ diff --git a/meta-ros2-rolling/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb b/meta-ros2-rolling/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb index 1b12e1a9423..c87319e2e3c 100644 --- a/meta-ros2-rolling/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb +++ b/meta-ros2-rolling/recipes-devtools/libphidget22/libphidget22-upstream_1.6.20200417.bb @@ -23,12 +23,12 @@ SRC_URI[patch.sha256sum] = "6eb0dff456faa174205ecfd2153a897b26d254071f91cd914b2a inherit autotools -do_configure_prepend() { +do_configure:prepend() { # configure.ac uses this to define version (1.6 is taken from configure included in tarball, but autotools.bbclass runs autoreconf which fails without layer_version file) echo "1.6" > ${S}/library_version } -do_install_append() { +do_install:append() { # for compatibility with phidgets-api which assumes libphidget22 directory like the ROS wrapper was installing it # phidgets-api/2.0.1-1-r0/git/src/gyroscope.cpp:35:10: fatal error: libphidget22/phidget22.h: No such file or directory ln -snf . ${D}${includedir}/libphidget22 diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/ros2trace_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/ros2trace_2.3.0-1.bb index 054111d1923..c3d91294c3c 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/ros2trace_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/ros2trace_2.3.0-1.bb @@ -53,7 +53,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/ros2trace/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/ros2trace" diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-1.bb index 656a6cfc4cf..92ab3876510 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-launch_2.3.0-1.bb @@ -56,7 +56,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/tracetools_launch/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_launch" diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-1.bb index 1187b2d6519..2bb464496b0 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-read_2.3.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/tracetools_read/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_read" diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-1.bb index 996c2e1264b..115ca20f74a 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-test_2.3.0-1.bb @@ -64,7 +64,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/tracetools_test/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_test" diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-1.bb index 954a4e48da1..47e32e37c45 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools-trace_2.3.0-1.bb @@ -46,7 +46,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/tracetools_trace/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools_trace" diff --git a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools_2.3.0-1.bb b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools_2.3.0-1.bb index 3723aa6c649..669b819a8b3 100644 --- a/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools_2.3.0-1.bb +++ b/meta-ros2-rolling/recipes-ros2/ros2-tracing/tracetools_2.3.0-1.bb @@ -44,7 +44,7 @@ DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" -RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" +RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://gitlab.com/ros_tracing/ros2_tracing-release/archive/release/rolling/tracetools/2.3.0-1.tar.gz ROS_BRANCH ?= "branch=release/rolling/tracetools" diff --git a/meta-ros2/classes/ros2_distro.bbclass b/meta-ros2/classes/ros2_distro.bbclass index 0c0b35fbaa2..59949e5b54b 100644 --- a/meta-ros2/classes/ros2_distro.bbclass +++ b/meta-ros2/classes/ros2_distro.bbclass @@ -9,11 +9,11 @@ inherit ros_distro export LANG ??= "en_US.UTF-8" # *.cmake files have hardcoded sysroot-s in them. -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" # The parent_prefix_path files are used on the target => remove the build tree from the paths. We assume this is only an issue # with ROS 2. -do_install_append_class-target() { +do_install:append:class-target() { if [ -d ${D}${datadir}/ament_index/resource_index/parent_prefix_path ]; then find ${D}${datadir}/ament_index/resource_index/parent_prefix_path -type f \ | xargs --no-run-if-empty sed -i -e 's@${STAGING_DIR_HOST}/@/@g' -e 's@${STAGING_DIR_NATIVE}/@/@g' diff --git a/meta-ros2/classes/ros_ament_cmake.bbclass b/meta-ros2/classes/ros_ament_cmake.bbclass index 739a0cb419c..01bf4aa8cbe 100644 --- a/meta-ros2/classes/ros_ament_cmake.bbclass +++ b/meta-ros2/classes/ros_ament_cmake.bbclass @@ -6,14 +6,14 @@ PYTHON_SOABI_ARCH = "${TUNE_ARCH}-${TARGET_OS}" PYTHON_SOABI_ARCH_SUFFIX = "-gnu" # The suffix is already included in TARGET_OS -PYTHON_SOABI_ARCH_SUFFIX_arm = "" +PYTHON_SOABI_ARCH_SUFFIX:arm = "" # Another exception is i686 TUNE_ARCH in dunfell and newer with this change: # https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=6beab388e73b3ac6157650855a6c1fb1d71e8015 PYTHON_SOABI_ARCH_i686 = "i386-${TARGET_OS}" PYTHON_SOABI = "cpython-${@d.getVar('PYTHON_BASEVERSION').replace('.', '')}${PYTHON_ABI}-${PYTHON_SOABI_ARCH}${PYTHON_SOABI_ARCH_SUFFIX}" -EXTRA_OECMAKE_append = " -DBUILD_TESTING=OFF" -EXTRA_OECMAKE_append_class-target = " -DPYTHON_SOABI=${PYTHON_SOABI}" +EXTRA_OECMAKE:append = " -DBUILD_TESTING=OFF" +EXTRA_OECMAKE:append:class-target = " -DPYTHON_SOABI=${PYTHON_SOABI}" # XXX Without STAGING_DIR_HOST path included, rmw-implementation:do_configure() fails with: # @@ -23,6 +23,6 @@ export AMENT_PREFIX_PATH="${STAGING_DIR_HOST}${prefix};${STAGING_DIR_NATIVE}${pr inherit cmake python3native -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " diff --git a/meta-ros2/classes/ros_ament_python.bbclass b/meta-ros2/classes/ros_ament_python.bbclass index 0677d34954b..f436c470110 100644 --- a/meta-ros2/classes/ros_ament_python.bbclass +++ b/meta-ros2/classes/ros_ament_python.bbclass @@ -2,7 +2,7 @@ inherit setuptools3 -do_install_append() { +do_install:append() { mkdir -p ${D}/usr/share/ament_index/resource_index/packages touch ${D}/usr/share/ament_index/resource_index/packages/${ROS_BPN} if test -e ${D}/usr/lib/${ROS_BPN}; then @@ -12,6 +12,6 @@ do_install_append() { fi } -FILES_${PN}_prepend = " \ +FILES:${PN}:prepend = " \ ${datadir}/ament_index \ " diff --git a/meta-ros2/recipes-benchmark/google-benchmark/google-benchmark_git.bb b/meta-ros2/recipes-benchmark/google-benchmark/google-benchmark_git.bb index 9d9ea2cfc36..1016cac6a54 100644 --- a/meta-ros2/recipes-benchmark/google-benchmark/google-benchmark_git.bb +++ b/meta-ros2/recipes-benchmark/google-benchmark/google-benchmark_git.bb @@ -26,6 +26,6 @@ inherit cmake # webos-rolling-dunfell/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/performance-test-fixture/0.0.2-1-r0/recipe-sysroot/usr/lib/cmake/benchmark/benchmarkTargets.cmake # points to google-benchmark sysroot (which might be already removed by rm_work) # INTERFACE_LINK_LIBRARIES "-pthread;/jenkins/home/workspace/jansa/webos-dashing-dunfell/webos-dashing-dunfell/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/google-benchmark/1.5.1+gitAUTOINC+8039b40307-r0/recipe-sysroot/usr/lib/librt.so" -SSTATE_SCAN_FILES_append = " *.cmake" +SSTATE_SCAN_FILES:append = " *.cmake" SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" diff --git a/meta-ros2/recipes-core/packagegroups/packagegroup-ros2-demos.bb b/meta-ros2/recipes-core/packagegroups/packagegroup-ros2-demos.bb index f4fa0bd5e90..d90003dc71d 100644 --- a/meta-ros2/recipes-core/packagegroups/packagegroup-ros2-demos.bb +++ b/meta-ros2/recipes-core/packagegroups/packagegroup-ros2-demos.bb @@ -6,7 +6,7 @@ inherit ros_distro_${ROS_DISTRO} PACKAGES = "${PN}" -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ demo-nodes-cpp \ ros2run \ ros2topic \ diff --git a/meta-ros2/recipes-devtools/fmilibrary/fmilibrary_2.2.3.bb b/meta-ros2/recipes-devtools/fmilibrary/fmilibrary_2.2.3.bb index 466b5568af7..3873261e91e 100644 --- a/meta-ros2/recipes-devtools/fmilibrary/fmilibrary_2.2.3.bb +++ b/meta-ros2/recipes-devtools/fmilibrary/fmilibrary_2.2.3.bb @@ -31,13 +31,13 @@ EXTRA_OECMAKE += "-DFMILIB_INSTALL_PREFIX=${prefix}" # We don't want static expat to be included EXTRA_OECMAKE += "-DFMILIB_BUILD_STATIC_LIB=OFF" -do_install_append() { +do_install:append() { install -d ${D}${datadir}/${PN}/doc mv ${D}${prefix}/doc ${D}${datadir}/${PN}/doc } # ERROR: fmilibrary-2.0.3-r0 do_package_qa: QA Issue: -dev package contains non-symlink .so: fmilibrary-dev path '/work/raspberrypi3-webos-linux-gnueabi/fmilibrary/2.0.3-r0/packages-split/fmilibrary-dev/usr/lib/libfmilib_shared.so' [dev-elf] FILES_SOLIBSDEV = "" -FILES_${PN} += " \ +FILES:${PN} += " \ ${libdir}/lib*${SOLIBSDEV} \ " diff --git a/meta-ros2/recipes-devtools/foonathan-memory/foonathan-memory_git.bb b/meta-ros2/recipes-devtools/foonathan-memory/foonathan-memory_git.bb index 51333520b8c..f3eac0e8586 100644 --- a/meta-ros2/recipes-devtools/foonathan-memory/foonathan-memory_git.bb +++ b/meta-ros2/recipes-devtools/foonathan-memory/foonathan-memory_git.bb @@ -62,7 +62,7 @@ BUILD_CXXFLAGS += "-fPIC" # | # | * The file was deleted, renamed, or moved to another location. # -SYSROOT_DIRS_append = " ${bindir}" +SYSROOT_DIRS:append = " ${bindir}" EXTRA_OECMAKE += "-DFOONATHAN_MEMORY_BUILD_TESTS=OFF" # To prevent CMake fetching catch.hpp during do_configure from: @@ -70,14 +70,14 @@ EXTRA_OECMAKE += "-DFOONATHAN_MEMORY_BUILD_TESTS=OFF" # also the compatibility points to older repo which doesn't enymore: # cmake/comp/_test/CMakeLists.txt: https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp # Even this doesn't work well -# do_configure_prepend() { +# do_configure:prepend() { # mkdir ${B}/test # ln -snvf ${S}/catch-upstream/single_include/catch2/catch.hpp ${B}/test/catch.hpp # } # because ${B}/test (as CMAKE_CURRENT_BINARY_DIR is recreated as empty, I can patch test/CMakeLists.txt to use # catch.hpp from ${S}/CMAKE_CURRENT_SOURCE_DIR but we don't need the tests, lets disable them completely -FILES_${PN}-dev += "${datadir}/foonathan_memory/cmake" -FILES_${PN}-doc += "${datadir}/foonathan_memory" +FILES:${PN}-dev += "${datadir}/foonathan_memory/cmake" +FILES:${PN}-doc += "${datadir}/foonathan_memory" BBCLASSEXTEND = "native" diff --git a/meta-ros2/recipes-devtools/graphicsmagick/graphicsmagick_1.3.33.bb b/meta-ros2/recipes-devtools/graphicsmagick/graphicsmagick_1.3.33.bb index f8c5770ebaf..80b82915949 100644 --- a/meta-ros2/recipes-devtools/graphicsmagick/graphicsmagick_1.3.33.bb +++ b/meta-ros2/recipes-devtools/graphicsmagick/graphicsmagick_1.3.33.bb @@ -11,6 +11,6 @@ S = "${WORKDIR}/GraphicsMagick-${PV}" inherit autotools -FILES_${PN} += "${datadir}/GraphicsMagick-1.3.33/config ${libdir}/GraphicsMagick-1.3.33/config" +FILES:${PN} += "${datadir}/GraphicsMagick-1.3.33/config ${libdir}/GraphicsMagick-1.3.33/config" EXTRA_OECONF += "--enable-static=no --enable-shared=yes" diff --git a/meta-ros2/recipes-imported-cloud-services/python/python-mock.inc b/meta-ros2/recipes-imported-cloud-services/python/python-mock.inc index 2dec9563547..a299b3ec1f2 100644 --- a/meta-ros2/recipes-imported-cloud-services/python/python-mock.inc +++ b/meta-ros2/recipes-imported-cloud-services/python/python-mock.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" inherit pypi -RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ +RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ ${PYTHON_PN}-cmd2 \ ${PYTHON_PN}-pyparsing \ ${PYTHON_PN}-mccabe \ diff --git a/meta-ros2/recipes-imported-cloud-services/python/python-virtualenv.inc b/meta-ros2/recipes-imported-cloud-services/python/python-virtualenv.inc index 79b9451ca4c..e24cda1fcdc 100644 --- a/meta-ros2/recipes-imported-cloud-services/python/python-virtualenv.inc +++ b/meta-ros2/recipes-imported-cloud-services/python/python-virtualenv.inc @@ -13,6 +13,6 @@ DEPENDS += " \ ${PYTHON_PN}-pip \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-dateutil \ " diff --git a/meta-ros2/recipes-navigation/gpsd/gpsd_%.bbappend b/meta-ros2/recipes-navigation/gpsd/gpsd_%.bbappend index afe401066d5..8f5badea8e1 100644 --- a/meta-ros2/recipes-navigation/gpsd/gpsd_%.bbappend +++ b/meta-ros2/recipes-navigation/gpsd/gpsd_%.bbappend @@ -1,9 +1,9 @@ # Copyright (c) 2019 LG Electronics, Inc. # All ROS2 distros are python3-only and blacklist python2 -DEPENDS_remove = "python" +DEPENDS:remove = "python" -RDEPENDS_python-pygps_remove = " \ +RDEPENDS:python-pygps:remove = " \ python-core \ python-curses \ python-io \