Skip to content
Snippets Groups Projects
Commit f867318b authored by Robert Drab's avatar Robert Drab
Browse files

ohos-xts-acts: Add libcap dependency


After recent ACTS test suite update DAC and Capabilities tests
now require sys/capabilities.h header file. Previously there was
capset/capget extern declarations in the sources.

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
parent e55d3ec8
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ do_install_append() { ...@@ -32,7 +32,7 @@ do_install_append() {
FILES_${PN} += "${datadir}/acts-data/*" FILES_${PN} += "${datadir}/acts-data/*"
DEPENDS += "ohos-googletest ohos-libsec mtd-utils-native" DEPENDS += "ohos-googletest ohos-libsec mtd-utils-native libcap"
DEPENDS_append_toolchain-clang += "compiler-rt" DEPENDS_append_toolchain-clang += "compiler-rt"
RRECOMMENDS_${PN} += "\ RRECOMMENDS_${PN} += "\
kernel-module-block2mtd \ kernel-module-block2mtd \
......
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