Skip to content
Snippets Groups Projects
Commit 790f56dd authored by Ash Charles's avatar Ash Charles
Browse files

Update from virtclass-native to class-native

As per Section 24.5.15 of the Yocto Manual [1], use of 'virtclass'
overrides has been deprecated since Yocto version 1.6. Update to
the new syntax.

[1] http://www.yoctoproject.org/docs/1.8/mega-manual/mega-manual.html



Signed-off-by: default avatarAsh Charles <ashcharles@gmail.com>
parent dd979891
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ PREPROCESS_RELOCATE_DIRS += " \
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_virtclass-native = "${PYTHON_SITEPACKAGES_DIR}"
PYTHONPATH_class-native = "${PYTHON_SITEPACKAGES_DIR}"
FILES_${PN} += "\
${ros_bindir}/* ${ros_libexecdir}/* ${ros_libdir}/lib*.so \
......
require catkin.inc
DEPENDS_virtclass-native += "catkin-runtime"
DEPENDS_class-native += "catkin-runtime"
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN} = "cmake make binutils binutils-symlinks gcc gcc-symlinks g++ g++-symlinks \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment