Drop obsolete call to sysroot_stage_libdir

It replaces the sysroot_stage_libdir() call as it is no longer available (it was just a wrapper for sysroot_stage_dir() anyway).

See: 80e7e7f78d
This commit is contained in:
Juampe Lopez Cabrera 2016-05-26 12:29:19 +02:00 committed by Juampe López
parent 90663a23b8
commit ce5ba479ba
1 changed files with 1 additions and 1 deletions

View File

@ -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