From b0824355568babf22ab85ec0992a7e938058e492 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 23 Aug 2019 01:32:50 +0300 Subject: connman: add session-policy-local PACKAGECONFIG option Bug-AGL: SPEC-2772 Change-Id: Id7fe16216bce7e9cf50188a504182aa79a70f9ed Signed-off-by: Matt Ranostay --- meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-profile-core') diff --git a/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend b/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend index 8057fbbc7..469345880 100644 --- a/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend +++ b/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend @@ -6,6 +6,9 @@ SRC_URI += "file://0001-disable-when-booting-over-nfs.patch \ FILES_${PN} += "${sysconfdir}/connman/main.conf" +PACKAGECONFIG[session-policy-local] = "--enable-session-policy-local,--disable-session-policy-local," +PACKAGECONFIG_append = " session-policy-local" + do_install_append() { install -d ${D}${sysconfdir}/connman install -m 0644 ${WORKDIR}/main.conf ${D}${sysconfdir}/connman -- cgit 1.2.3-korg