Merge pull request #302 from KristofRobot/QA-fixes
Fixing various QA warnings
This commit is contained in:
commit
e6c74f7537
|
@ -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/lib ${STAGING_DIR_TARGET}${datadir}/${PN}/lib
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
|
|
@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "b1a77e8d3a2ee3a065f9d6aea11867650facda40263feda6451d581aa7
|
|||
S = "${WORKDIR}/${ROS_SP}"
|
||||
|
||||
inherit catkin
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
|
Loading…
Reference in New Issue