From 7528c03eba4105ad9f4b213ae9d8402da84488f3 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:54:25 +0100 Subject: [PATCH] oniro-packageconfig.inc: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/conf/distro/include/oniro-packageconfig.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oniro-core/conf/distro/include/oniro-packageconfig.inc b/meta-oniro-core/conf/distro/include/oniro-packageconfig.inc index 2e5bab75..44525241 100644 --- a/meta-oniro-core/conf/distro/include/oniro-packageconfig.inc +++ b/meta-oniro-core/conf/distro/include/oniro-packageconfig.inc @@ -3,11 +3,11 @@ # SPDX-License-Identifier: Apache-2.0 # Define the configuration set as per our distro policy -PACKAGECONFIG_pn-networkmanager = "nss systemd bluez5 wifi" +PACKAGECONFIG:pn-networkmanager = "nss systemd bluez5 wifi" # We have no use for dlt-daemon as we use systemd for logging -PACKAGECONFIG_remove_pn-mosquitto = "dlt" +PACKAGECONFIG:remove:pn-mosquitto = "dlt" # We use NetworkManager as the default network manager (included in our # reference images). -PACKAGECONFIG_remove_pn-systemd = "networkd" +PACKAGECONFIG:remove:pn-systemd = "networkd" -- GitLab