Skip to content
Snippets Groups Projects
Unverified Commit 95734714 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

packagegroup-connectivity: Fix syntax overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 922e2661
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -12,16 +12,16 @@ PACKAGES = "\
packagegroup-ble-essentials \
"
RDEPENDS_packagegroup-net-essentials = "\
RDEPENDS:packagegroup-net-essentials = "\
dropbear \
${@bb.utils.contains("COMBINED_FEATURES", "wifi", "packagegroup-base-wifi iw", "", d)} \
networkmanager \
"
RDEPENDS_packagegroup-net-tools = "\
RDEPENDS:packagegroup-net-tools = "\
iperf3 \
"
RDEPENDS_packagegroup-ble-essentials = "\
RDEPENDS:packagegroup-ble-essentials = "\
${@bb.utils.contains("COMBINED_FEATURES", "bluetooth", "bluez5 obexftp", "", d)} \
"
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