diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-connectivity/connman | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
4 files changed, 52 insertions, 52 deletions
diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb index 85fee09258..006f976997 100644 --- a/meta/recipes-connectivity/connman/connman-conf.bb +++ b/meta/recipes-connectivity/connman/connman-conf.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m | |||
| 6 | 6 | ||
| 7 | inherit systemd | 7 | inherit systemd |
| 8 | 8 | ||
| 9 | SRC_URI_append_qemuall = " file://wired.config \ | 9 | SRC_URI:append:qemuall = " file://wired.config \ |
| 10 | file://wired-setup \ | 10 | file://wired-setup \ |
| 11 | file://wired-connection.service \ | 11 | file://wired-connection.service \ |
| 12 | " | 12 | " |
| @@ -16,7 +16,7 @@ S = "${WORKDIR}" | |||
| 16 | 16 | ||
| 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 18 | 18 | ||
| 19 | FILES_${PN} = "${localstatedir}/* ${datadir}/*" | 19 | FILES:${PN} = "${localstatedir}/* ${datadir}/*" |
| 20 | 20 | ||
| 21 | do_install() { | 21 | do_install() { |
| 22 | #Configure Wired network interface in case of qemu* machines | 22 | #Configure Wired network interface in case of qemu* machines |
| @@ -33,4 +33,4 @@ do_install() { | |||
| 33 | fi | 33 | fi |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | SYSTEMD_SERVICE_${PN}_qemuall = "wired-connection.service" | 36 | SYSTEMD_SERVICE:${PN}:qemuall = "wired-connection.service" |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index af986c4eab..55c687968f 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |||
| @@ -23,8 +23,8 @@ S = "${WORKDIR}/git" | |||
| 23 | inherit autotools-brokensep gtk-icon-cache pkgconfig features_check | 23 | inherit autotools-brokensep gtk-icon-cache pkgconfig features_check |
| 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 25 | 25 | ||
| 26 | RDEPENDS_${PN} = "connman" | 26 | RDEPENDS:${PN} = "connman" |
| 27 | 27 | ||
| 28 | do_install_append() { | 28 | do_install:append() { |
| 29 | install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/ | 29 | install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/ |
| 30 | } | 30 | } |
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 776bbfbff2..856bb9ee17 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
| @@ -34,7 +34,7 @@ PACKAGECONFIG ??= "wispr iptables client\ | |||
| 34 | 34 | ||
| 35 | # If you want ConnMan to support VPN, add following statement into | 35 | # If you want ConnMan to support VPN, add following statement into |
| 36 | # local.conf or distro config | 36 | # local.conf or distro config |
| 37 | # PACKAGECONFIG_append_pn-connman = " openvpn vpnc l2tp pptp" | 37 | # PACKAGECONFIG:append:pn-connman = " openvpn vpnc l2tp pptp" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/ --with-tmpfilesdir=${sysconfdir}/tmpfiles.d/,--with-systemdunitdir='' --with-tmpfilesdir=''" | 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/ --with-tmpfilesdir=${sysconfdir}/tmpfiles.d/,--with-systemdunitdir='' --with-tmpfilesdir=''" |
| 40 | PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant, wpa-supplicant" | 40 | PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant, wpa-supplicant" |
| @@ -64,16 +64,16 @@ python __anonymous () { | |||
| 64 | d.setVar('SYSTEMD_PACKAGES', systemd_packages) | 64 | d.setVar('SYSTEMD_PACKAGES', systemd_packages) |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | SYSTEMD_SERVICE_${PN} = "connman.service" | 67 | SYSTEMD_SERVICE:${PN} = "connman.service" |
| 68 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" | 68 | SYSTEMD_SERVICE:${PN}-vpn = "connman-vpn.service" |
| 69 | SYSTEMD_SERVICE_${PN}-wait-online = "connman-wait-online.service" | 69 | SYSTEMD_SERVICE:${PN}-wait-online = "connman-wait-online.service" |
| 70 | 70 | ||
| 71 | ALTERNATIVE_PRIORITY = "100" | 71 | ALTERNATIVE_PRIORITY = "100" |
| 72 | ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" | 72 | ALTERNATIVE:${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" |
| 73 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.connman','',d)}" | 73 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.connman','',d)}" |
| 74 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" | 74 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" |
| 75 | 75 | ||
| 76 | do_install_append() { | 76 | do_install:append() { |
| 77 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then | 77 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then |
| 78 | install -d ${D}${sysconfdir}/init.d | 78 | install -d ${D}${sysconfdir}/init.d |
| 79 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman | 79 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman |
| @@ -100,7 +100,7 @@ do_install_append() { | |||
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | # These used to be plugins, but now they are core | 102 | # These used to be plugins, but now they are core |
| 103 | RPROVIDES_${PN} = "\ | 103 | RPROVIDES:${PN} = "\ |
| 104 | connman-plugin-loopback \ | 104 | connman-plugin-loopback \ |
| 105 | connman-plugin-ethernet \ | 105 | connman-plugin-ethernet \ |
| 106 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \ | 106 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \ |
| @@ -108,7 +108,7 @@ RPROVIDES_${PN} = "\ | |||
| 108 | ${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \ | 108 | ${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \ |
| 109 | " | 109 | " |
| 110 | 110 | ||
| 111 | RDEPENDS_${PN} = "\ | 111 | RDEPENDS:${PN} = "\ |
| 112 | dbus \ | 112 | dbus \ |
| 113 | " | 113 | " |
| 114 | 114 | ||
| @@ -119,11 +119,11 @@ def add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, add_insane_skip): | |||
| 119 | if plugintype in depmap: | 119 | if plugintype in depmap: |
| 120 | rdepends = map(lambda x: multilib_prefix + x, \ | 120 | rdepends = map(lambda x: multilib_prefix + x, \ |
| 121 | depmap[plugintype].split()) | 121 | depmap[plugintype].split()) |
| 122 | d.setVar("RDEPENDS_%s" % pkg, " ".join(rdepends)) | 122 | d.setVar("RDEPENDS:%s" % pkg, " ".join(rdepends)) |
| 123 | if add_insane_skip: | 123 | if add_insane_skip: |
| 124 | d.appendVar("INSANE_SKIP_%s" % pkg, "dev-so") | 124 | d.appendVar("INSANE_SKIP:%s" % pkg, "dev-so") |
| 125 | 125 | ||
| 126 | python populate_packages_prepend() { | 126 | python populate_packages:prepend() { |
| 127 | depmap = dict(pppd="ppp") | 127 | depmap = dict(pppd="ppp") |
| 128 | multilib_prefix = (d.getVar("MLPREFIX") or "") | 128 | multilib_prefix = (d.getVar("MLPREFIX") or "") |
| 129 | 129 | ||
| @@ -144,72 +144,72 @@ python populate_packages_prepend() { | |||
| 144 | 144 | ||
| 145 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" | 145 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" |
| 146 | 146 | ||
| 147 | FILES_${PN}-tools = "${bindir}/wispr" | 147 | FILES:${PN}-tools = "${bindir}/wispr" |
| 148 | RDEPENDS_${PN}-tools ="${PN}" | 148 | RDEPENDS:${PN}-tools ="${PN}" |
| 149 | 149 | ||
| 150 | FILES_${PN}-tests = "${bindir}/*-test" | 150 | FILES:${PN}-tests = "${bindir}/*-test" |
| 151 | 151 | ||
| 152 | FILES_${PN}-client = "${bindir}/connmanctl" | 152 | FILES:${PN}-client = "${bindir}/connmanctl" |
| 153 | RDEPENDS_${PN}-client ="${PN}" | 153 | RDEPENDS:${PN}-client ="${PN}" |
| 154 | 154 | ||
| 155 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 155 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
| 156 | ${libdir}/connman/plugins \ | 156 | ${libdir}/connman/plugins \ |
| 157 | ${sysconfdir} ${sharedstatedir} ${localstatedir} ${datadir} \ | 157 | ${sysconfdir} ${sharedstatedir} ${localstatedir} ${datadir} \ |
| 158 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ | 158 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ |
| 159 | ${datadir}/dbus-1/system-services/* \ | 159 | ${datadir}/dbus-1/system-services/* \ |
| 160 | ${sysconfdir}/tmpfiles.d/connman_resolvconf.conf" | 160 | ${sysconfdir}/tmpfiles.d/connman_resolvconf.conf" |
| 161 | 161 | ||
| 162 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" | 162 | FILES:${PN}-dev += "${libdir}/connman/*/*.la" |
| 163 | 163 | ||
| 164 | PACKAGES =+ "${PN}-vpn ${PN}-wait-online" | 164 | PACKAGES =+ "${PN}-vpn ${PN}-wait-online" |
| 165 | 165 | ||
| 166 | SUMMARY_${PN}-vpn = "A daemon for managing VPN connections within embedded devices" | 166 | SUMMARY:${PN}-vpn = "A daemon for managing VPN connections within embedded devices" |
| 167 | DESCRIPTION_${PN}-vpn = "The ConnMan VPN provides a daemon for \ | 167 | DESCRIPTION:${PN}-vpn = "The ConnMan VPN provides a daemon for \ |
| 168 | managing VPN connections within embedded devices running the Linux \ | 168 | managing VPN connections within embedded devices running the Linux \ |
| 169 | operating system. The connman-vpnd handles all the VPN connections \ | 169 | operating system. The connman-vpnd handles all the VPN connections \ |
| 170 | and starts/stops VPN client processes when necessary. The connman-vpnd \ | 170 | and starts/stops VPN client processes when necessary. The connman-vpnd \ |
| 171 | provides a DBus API for managing VPN connections. All the different \ | 171 | provides a DBus API for managing VPN connections. All the different \ |
| 172 | VPN technogies are implemented using plug-ins." | 172 | VPN technogies are implemented using plug-ins." |
| 173 | FILES_${PN}-vpn += "${sbindir}/connman-vpnd \ | 173 | FILES:${PN}-vpn += "${sbindir}/connman-vpnd \ |
| 174 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ | 174 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ |
| 175 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ | 175 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ |
| 176 | ${systemd_unitdir}/system/connman-vpn.service" | 176 | ${systemd_unitdir}/system/connman-vpn.service" |
| 177 | 177 | ||
| 178 | SUMMARY_${PN}-wait-online = "A program that will return once ConnMan has connected to a network" | 178 | SUMMARY:${PN}-wait-online = "A program that will return once ConnMan has connected to a network" |
| 179 | DESCRIPTION_${PN}-wait-online = "A service that can be enabled so that \ | 179 | DESCRIPTION:${PN}-wait-online = "A service that can be enabled so that \ |
| 180 | the system waits until a network connection is established." | 180 | the system waits until a network connection is established." |
| 181 | FILES_${PN}-wait-online += "${sbindir}/connmand-wait-online \ | 181 | FILES:${PN}-wait-online += "${sbindir}/connmand-wait-online \ |
| 182 | ${systemd_unitdir}/system/connman-wait-online.service" | 182 | ${systemd_unitdir}/system/connman-wait-online.service" |
| 183 | 183 | ||
| 184 | SUMMARY_${PN}-plugin-vpn-openvpn = "An OpenVPN plugin for ConnMan VPN" | 184 | SUMMARY:${PN}-plugin-vpn-openvpn = "An OpenVPN plugin for ConnMan VPN" |
| 185 | DESCRIPTION_${PN}-plugin-vpn-openvpn = "The ConnMan OpenVPN plugin uses openvpn client \ | 185 | DESCRIPTION:${PN}-plugin-vpn-openvpn = "The ConnMan OpenVPN plugin uses openvpn client \ |
| 186 | to create a VPN connection to OpenVPN server." | 186 | to create a VPN connection to OpenVPN server." |
| 187 | FILES_${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \ | 187 | FILES:${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \ |
| 188 | ${libdir}/connman/plugins-vpn/openvpn.so" | 188 | ${libdir}/connman/plugins-vpn/openvpn.so" |
| 189 | RDEPENDS_${PN}-plugin-vpn-openvpn += "${PN}-vpn" | 189 | RDEPENDS:${PN}-plugin-vpn-openvpn += "${PN}-vpn" |
| 190 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" | 190 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" |
| 191 | 191 | ||
| 192 | SUMMARY_${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN" | 192 | SUMMARY:${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN" |
| 193 | DESCRIPTION_${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ | 193 | DESCRIPTION:${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ |
| 194 | to create a VPN connection to Cisco3000 VPN Concentrator." | 194 | to create a VPN connection to Cisco3000 VPN Concentrator." |
| 195 | FILES_${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ | 195 | FILES:${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ |
| 196 | ${libdir}/connman/plugins-vpn/vpnc.so \ | 196 | ${libdir}/connman/plugins-vpn/vpnc.so \ |
| 197 | ${libdir}/connman/scripts/vpn-script" | 197 | ${libdir}/connman/scripts/vpn-script" |
| 198 | RDEPENDS_${PN}-plugin-vpn-vpnc += "${PN}-vpn" | 198 | RDEPENDS:${PN}-plugin-vpn-vpnc += "${PN}-vpn" |
| 199 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" | 199 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" |
| 200 | 200 | ||
| 201 | SUMMARY_${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN" | 201 | SUMMARY:${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN" |
| 202 | DESCRIPTION_${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \ | 202 | DESCRIPTION:${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \ |
| 203 | to create a VPN connection to L2TP server." | 203 | to create a VPN connection to L2TP server." |
| 204 | FILES_${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \ | 204 | FILES:${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \ |
| 205 | ${libdir}/connman/plugins-vpn/l2tp.so" | 205 | ${libdir}/connman/plugins-vpn/l2tp.so" |
| 206 | RDEPENDS_${PN}-plugin-vpn-l2tp += "${PN}-vpn" | 206 | RDEPENDS:${PN}-plugin-vpn-l2tp += "${PN}-vpn" |
| 207 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}" | 207 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}" |
| 208 | 208 | ||
| 209 | SUMMARY_${PN}-plugin-vpn-pptp = "A PPTP plugin for ConnMan VPN" | 209 | SUMMARY:${PN}-plugin-vpn-pptp = "A PPTP plugin for ConnMan VPN" |
| 210 | DESCRIPTION_${PN}-plugin-vpn-pptp = "The ConnMan PPTP plugin uses pptp-linux client \ | 210 | DESCRIPTION:${PN}-plugin-vpn-pptp = "The ConnMan PPTP plugin uses pptp-linux client \ |
| 211 | to create a VPN connection to PPTP server." | 211 | to create a VPN connection to PPTP server." |
| 212 | FILES_${PN}-plugin-vpn-pptp += "${libdir}/connman/scripts/libppp-plugin.so* \ | 212 | FILES:${PN}-plugin-vpn-pptp += "${libdir}/connman/scripts/libppp-plugin.so* \ |
| 213 | ${libdir}/connman/plugins-vpn/pptp.so" | 213 | ${libdir}/connman/plugins-vpn/pptp.so" |
| 214 | RDEPENDS_${PN}-plugin-vpn-pptp += "${PN}-vpn" | 214 | RDEPENDS:${PN}-plugin-vpn-pptp += "${PN}-vpn" |
| 215 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','pptp','${PN}-plugin-vpn-pptp', '', d)}" | 215 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','pptp','${PN}-plugin-vpn-pptp', '', d)}" |
diff --git a/meta/recipes-connectivity/connman/connman_1.40.bb b/meta/recipes-connectivity/connman/connman_1.40.bb index 15d105e2bd..edb23a1267 100644 --- a/meta/recipes-connectivity/connman/connman_1.40.bb +++ b/meta/recipes-connectivity/connman/connman_1.40.bb | |||
| @@ -7,9 +7,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | |||
| 7 | file://no-version-scripts.patch \ | 7 | file://no-version-scripts.patch \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" | 10 | SRC_URI:append:libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "1a57ae7ce234aa3a1744aac3be5c2121d98dce999440ef8ab9cc4edfd5edcb12" | 12 | SRC_URI[sha256sum] = "1a57ae7ce234aa3a1744aac3be5c2121d98dce999440ef8ab9cc4edfd5edcb12" |
| 13 | 13 | ||
| 14 | RRECOMMENDS_${PN} = "connman-conf" | 14 | RRECOMMENDS:${PN} = "connman-conf" |
| 15 | RCONFLICTS_${PN} = "networkmanager" | 15 | RCONFLICTS:${PN} = "networkmanager" |
