summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-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 \
21 21
22DEPENDS = "attr libaio libcap" 22DEPENDS = "attr libaio libcap"
23 23
24PR = "r1" 24PR = "r2"
25 25
26SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" 26SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
27 27
@@ -33,6 +33,8 @@ export exec_prefix = "/opt/ltp"
33 33
34inherit autotools 34inherit autotools
35 35
36RDEPENDS_${PN} = "perl"
37
36FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" 38FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
37FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" 39FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
38FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug" 40FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug"