speech-tools: adding perl runtime dependency

Solves following warning:
QA Issue: speech-tools requires /usr/bin/perl,
but no providers in its RDEPENDS [file-rdeps]
This commit is contained in:
Kristof Robot 2014-10-31 07:52:36 +01:00
parent 164b757d38
commit 903265df5b
1 changed files with 2 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/lib ${STAGING_DIR_TARGET}${datadir}/${PN}/lib
}
RDEPENDS_${PN} += "perl"