| FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" |
| |
| SRC_URI += "\ |
| file://apmode.patch \ |
| file://0004-connman-add-telephony-plugin.patch \ |
| file://0005-connman-build-plugin-telephon.c.patch \ |
| file://0006-connman-disable-cellular-network-from-auto-connect.patch \ |
| file://0007-connman-set-ccmnix-interface-to-cellular-type.patch \ |
| file://0008-connman-not-set-ip-for-ccmnix-interface.patch \ |
| file://0009-connman-enable-log-for-debug.patch \ |
| file://0010-connman-telephony-plugin-rename-telephony-plugin.patch \ |
| file://0011-connmand-sync-code-fixed-assert-when-get-method-call.patch \ |
| file://0012-connman-set-timeout-to-DBUS_TIMEOUT_INFINITE.patch \ |
| file://0013-connman-not-to-save-load-config-information-for-cell.patch \ |
| file://0014-connman-disable-connman-to-clear-ip-address-when-dis.patch \ |
| file://0015-connman-set-ipv6-route-and-dns.patch \ |
| file://0016-connman-access-null-pointer-for-some-timing.patch \ |
| file://0017-connman-can_not_disconnect_after_telephony_reboot.patch \ |
| file://0018-connman-service_start_after_network.patch \ |
| file://0019-connman-add-ethernet-tethering.patch \ |
| file://0020-connman-fix-dns-setting.patch \ |
| file://0021-connman-fix-ipv6-route.patch \ |
| file://0022-connman-fix-pdn-change.patch \ |
| file://0023-connman-ipv6-tethering.patch \ |
| file://0024-connman-telephony-pdn-disconnect.patch \ |
| file://0025-connman-fix-null-pointer.patch \ |
| file://0026-connman-fix-null-pointer_2.patch \ |
| file://0027-connman-fix-wispr-SIGSEGV.patch \ |
| file://0028-connman-change-tethering-ip.patch \ |
| file://0029-connman-fix-ipv6-ping.patch \ |
| file://0030-connman-fix-crash.patch \ |
| file://0031-connman-change-message-type.patch \ |
| file://0032-connman-fix-ipv6-tethering.patch \ |
| " |
| |
| EXTRA_OECONF += "\ |
| --enable-telephony \ |
| " |
| |
| PACKAGECONFIG[3g] = "--disable-ofono, --disable-ofono, , " |
| PACKAGECONFIG[bluez] = "--disable-bluetooth, --disable-bluetooth" |
| PACKAGECONFIG[wispr] = "--disable-wispr,--disable-wispr, ," |
| FILES_${PN}-client = "" |
| |
| do_install_append() { |
| if ${@bb.utils.contains('IMAGE_FEATURES','read-only-rootfs','true','false',d)}; then |
| sed -i -e 's:\/var\/run\/connman\/resolv.conf:..\/var\/run\/connman\/resolv.conf:g' ${D}${sysconfdir}/tmpfiles.d/connman_resolvconf.conf |
| fi |
| } |
| |