diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-10-25 13:00:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-27 09:44:59 +0100 |
commit | 39e8e068c572b62e9a949c6402492092275e5bbe (patch) | |
tree | 883d2d991f9ba93434ecfbb4c92eade04d0d7e3d /meta/recipes-extended | |
parent | 6ec5640e59e57d894da4e67fb56d69d8fdfee2ab (diff) | |
download | poky-39e8e068c572b62e9a949c6402492092275e5bbe.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.
(From OE-Core rev: 930216cb9092904642c0419d3475fc731ab0694b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20120903.bb | 4 |
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 \ | |||
21 | 21 | ||
22 | DEPENDS = "attr libaio libcap" | 22 | DEPENDS = "attr libaio libcap" |
23 | 23 | ||
24 | PR = "r1" | 24 | PR = "r2" |
25 | 25 | ||
26 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" | 26 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" |
27 | 27 | ||
@@ -33,6 +33,8 @@ export exec_prefix = "/opt/ltp" | |||
33 | 33 | ||
34 | inherit autotools | 34 | inherit autotools |
35 | 35 | ||
36 | RDEPENDS_${PN} = "perl" | ||
37 | |||
36 | FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" | 38 | FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" |
37 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" | 39 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" |
38 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug" | 40 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug" |