Skip to content
Snippets Groups Projects
Commit 08eb3feb authored by Kareem Zarka's avatar Kareem Zarka
Browse files

openharmony-standard-3.0: Add runtime dependency to openharmony-acts-

resources to install missing file for ActsAmsZipfileUnzipfileSTest

The OpenHarmony ACTS test suite requires additional files to
execute the ActsAmsZipfileUnzipfileSTest. This commit adds a runtime
dependency to openharmony-acts-resources to install the missing files.
In order for the ActsAmsZipfileUnzipfileSTest test to execute
successfully.

Signed-off-by: default avatarKareem Zarka <kareem.zarka@huawei.com>
parent 0455f81d
No related branches found
No related tags found
1 merge request!103openharmony-standard-3.0: Fixing ACTS failures, adding missing test files and recipe for ActsAmsZipfileUnzipfileSTest
...@@ -2023,3 +2023,6 @@ FILES:${PN}-systemhaps = " \ ...@@ -2023,3 +2023,6 @@ FILES:${PN}-systemhaps = " \
/system/app/* \ /system/app/* \
" "
RDEPENDS:${PN} += "${PN}-systemhaps" RDEPENDS:${PN} += "${PN}-systemhaps"
# install missing resources of ACTS tests from openharmony-acts-resources recipe
RDEPENDS:${PN}-acts += "openharmony-acts-resources"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment