diff options
author | Joerg Vehlow <joerg.vehlow@aox-tech.de> | 2019-11-21 09:33:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 17:57:23 +0000 |
commit | fb0a025f81711afa5852c1a0cd4dcf8d05541e9a (patch) | |
tree | fda1df7e88a963325bfea15354fa94fa8f0c7318 /meta/recipes-extended/ltp | |
parent | 615e131198c020fffe399de1ccdfd003c5db893d (diff) | |
download | poky-fb0a025f81711afa5852c1a0cd4dcf8d05541e9a.tar.gz |
ltp: Remove acl and at runtime dependency
Tests that use at and acl tool were removed in release 20190115.
See ltp commit 0fc9b8624bea8acfdb408bf5ff4916b1453e3daa
(From OE-Core rev: 256479b01b6dfdd1e2a35f41a5fbcde799ba2742)
Signed-off-by: Joerg Vehlow <joerg.vehlow@aox-tech.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20190517.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190517.bb b/meta/recipes-extended/ltp/ltp_20190517.bb index 47aa9675d8..60f749b4c0 100644 --- a/meta/recipes-extended/ltp/ltp_20190517.bb +++ b/meta/recipes-extended/ltp/ltp_20190517.bb | |||
@@ -85,8 +85,6 @@ do_install(){ | |||
85 | } | 85 | } |
86 | 86 | ||
87 | RDEPENDS_${PN} = "\ | 87 | RDEPENDS_${PN} = "\ |
88 | acl \ | ||
89 | at \ | ||
90 | attr \ | 88 | attr \ |
91 | bash \ | 89 | bash \ |
92 | cpio \ | 90 | cpio \ |