Skip to content
Snippets Groups Projects
Commit 686b603d authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

Merge branch 'acts/needed_rdepends' into 'kirkstone'

acts: Add needed RDEPENDS

Closes #76

See merge request eclipse/oniro-core/meta-openharmony!83
parents c72ed86f 32fe3d8b
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,8 @@ NINJA_ARGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'make_test', '',
# Build ACTS only when acts DISTRO_FEATURE is set
NINJA_ARGS += "${@bb.utils.contains('DISTRO_FEATURES', 'acts', 'acts deploy_testtools', '', d)}"
# Needed rdeps for acts
RDEPENDS:${PN}-ptest += "${@bb.utils.contains('DISTRO_FEATURES', 'acts', '${PN}-hisysevent ${PN}-hiview ${PN}-hicollie ${PN}-hitrace ${PN}-hilog', '', d)}"
# Copy FlexLexer.h from recipe sysroot
do_copy_to_srcdir() {
......
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