ltp: add perl to RDEPENDS

Some of the ltp scripts are perl, this was not seen in the
past because ltp is normally installed in an -sdk build with
perl already there.

(From OE-Core rev: 930216cb9092904642c0419d3475fc731ab0694b)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-10-25 13:00:38 -07:00 committed by Richard Purdie
parent 6ec5640e59
commit 39e8e068c5
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
DEPENDS = "attr libaio libcap"
PR = "r1"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
@ -33,6 +33,8 @@ export exec_prefix = "/opt/ltp"
inherit autotools
RDEPENDS_${PN} = "perl"
FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"