Skip to content
Snippets Groups Projects
Commit be892085 authored by KristofRobot's avatar KristofRobot
Browse files

Merge pull request #385 from simium/master

Drop obsolete call to sysroot_stage_libdir
parents 90663a23 ce5ba479
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ ros_sysroot_preprocess () {
sysroot_stage_dir ${D}${ros_sysconfdir} ${SYSROOT_DESTDIR}${ros_sysconfdir}
fi
if [ -d ${D}${ros_libdir} ]; then
sysroot_stage_libdir ${D}${ros_libdir} ${SYSROOT_DESTDIR}${ros_libdir}
sysroot_stage_dir ${D}${ros_libdir} ${SYSROOT_DESTDIR}${ros_libdir}
fi
sysroot_stage_dir ${D}${ros_datadir} ${SYSROOT_DESTDIR}${ros_datadir}
if [ -d ${D}${ros_stacksdir} ]; then
......
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