aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-10-25 13:00:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-27 09:31:37 +0100
commit930216cb9092904642c0419d3475fc731ab0694b (patch)
tree79ff58af00eb7c9a10ef775a5710732789cfb193 /meta/recipes-extended/ltp
parent56268f6e4ed1fc11143173bb1717a8be78c728a5 (diff)
downloadopenembedded-core-930216cb9092904642c0419d3475fc731ab0694b.tar.gz
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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r--meta/recipes-extended/ltp/ltp_20120903.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20120903.bb b/meta/recipes-extended/ltp/ltp_20120903.bb
index e3e760d22f..1bc1d60a69 100644
--- a/meta/recipes-extended/ltp/ltp_20120903.bb
+++ b/meta/recipes-extended/ltp/ltp_20120903.bb
@@ -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"