From: Scott Murray Date: Mon, 11 Apr 2022 23:49:57 +0000 (-0400) Subject: connman: move bbappend to connman-conf X-Git-Tag: 13.91.0~50 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77cdbb995c03689e4d020a1c42f5ce5a3d62cfcd;p=AGL%2Fmeta-agl-demo.git connman: move bbappend to connman-conf Shift the connman bbappend to connman-conf to match the changes in upstream and meta-agl-core with respect to what installs the connman main.conf. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I29c1c4a99c215082081b8d4ddaec6aaadcfd9933 --- diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman-conf.bbappend similarity index 69% rename from recipes-connectivity/connman/connman_%.bbappend rename to recipes-connectivity/connman/connman-conf.bbappend index 9bcba76c2..39792fd96 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman-conf.bbappend @@ -1 +1 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman_agldemo.inc', '', d)} +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman-conf_agldemo.inc', '', d)} diff --git a/recipes-connectivity/connman/connman_agldemo.inc b/recipes-connectivity/connman/connman-conf_agldemo.inc similarity index 100% rename from recipes-connectivity/connman/connman_agldemo.inc rename to recipes-connectivity/connman/connman-conf_agldemo.inc