Merge pull request #302 from KristofRobot/QA-fixes

Fixing various QA warnings
This commit is contained in:
Lukas Bulwahn 2014-12-12 06:43:09 +01:00
commit e6c74f7537
2 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,5 @@ speechtools_sysroot_preprocess() {
sysroot_stage_dir ${WORKDIR}/speech_tools/base_class ${STAGING_DIR_TARGET}${datadir}/${PN}/base_class sysroot_stage_dir ${WORKDIR}/speech_tools/base_class ${STAGING_DIR_TARGET}${datadir}/${PN}/base_class
sysroot_stage_dir ${WORKDIR}/speech_tools/lib ${STAGING_DIR_TARGET}${datadir}/${PN}/lib sysroot_stage_dir ${WORKDIR}/speech_tools/lib ${STAGING_DIR_TARGET}${datadir}/${PN}/lib
} }
RDEPENDS_${PN} += "perl"

View File

@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "b1a77e8d3a2ee3a065f9d6aea11867650facda40263feda6451d581aa7
S = "${WORKDIR}/${ROS_SP}" S = "${WORKDIR}/${ROS_SP}"
inherit catkin inherit catkin
RDEPENDS_${PN} += "bash"