]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: add perl to RDEPENDS
authorSaul Wold <sgw@linux.intel.com>
Thu, 25 Oct 2012 20:00:38 +0000 (13:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Oct 2012 08:31:37 +0000 (09:31 +0100)
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>
meta/recipes-extended/ltp/ltp_20120903.bb

index e3e760d22f446f8d7f31da4fecbfece375551b82..1bc1d60a697f66974f6cebc0178b735a0a519d34 100644 (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"