summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190517.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20190517.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190517.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190517.bb b/meta/recipes-extended/ltp/ltp_20190517.bb
index 76c45f0103..69d75d5bb8 100644
--- a/meta/recipes-extended/ltp/ltp_20190517.bb
+++ b/meta/recipes-extended/ltp/ltp_20190517.bb
@@ -46,6 +46,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
46 file://0001-syscalls-tgkill03-wait-for-defunct-tid-to-get-detach.patch \ 46 file://0001-syscalls-tgkill03-wait-for-defunct-tid-to-get-detach.patch \
47 file://0001-ustat02-Fix-EFAULT-in-32bit-compatibility-mode.patch \ 47 file://0001-ustat02-Fix-EFAULT-in-32bit-compatibility-mode.patch \
48 file://0001-cve-meltdown.c-Fix-kernel-symbol-finding.patch \ 48 file://0001-cve-meltdown.c-Fix-kernel-symbol-finding.patch \
49 file://0001-testcases-use-python3-everywhere-to-run-python-scrip.patch \
49 " 50 "
50 51
51S = "${WORKDIR}/git" 52S = "${WORKDIR}/git"
@@ -97,7 +98,7 @@ RDEPENDS_${PN} = "\
97 libaio \ 98 libaio \
98 logrotate \ 99 logrotate \
99 perl \ 100 perl \
100 python-core \ 101 python3-core \
101 procps \ 102 procps \
102 quota \ 103 quota \
103 unzip \ 104 unzip \