diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-10-22 17:10:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 13:39:03 +0000 |
commit | 2d0840780525e9a911e567f45b764850419d49f3 (patch) | |
tree | 91fd53e33aa637102a79ad3e5f3be7f2288acc62 /meta/recipes-connectivity/connman/connman_1.19.bb | |
parent | 9032c10cc882a96acdfd0739f090d121ab625a18 (diff) | |
download | openembedded-core-2d0840780525e9a911e567f45b764850419d49f3.tar.gz openembedded-core-2d0840780525e9a911e567f45b764850419d49f3.tar.bz2 openembedded-core-2d0840780525e9a911e567f45b764850419d49f3.zip |
connman: upgrade to 1.19
Improvements:
- On startup keep interfaces already configured
with static IPv4 addresses if there is a
service configuration file containing
the very same static values. If not,
take the interface down and flush
the old configuration as before (Jukka Rissanen).
- Handle FallbackNameservers properly;
use them when no other nameservers have been
configured for a service (Patrik Flykt).
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.19.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.19.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.19.bb b/meta/recipes-connectivity/connman/connman_1.19.bb new file mode 100644 index 0000000000..c63dfe4a19 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.19.bb @@ -0,0 +1,12 @@ +require connman.inc + +SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ + file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ + file://add_xuser_dbus_permission.patch \ + file://connman \ + " + +SRC_URI[md5sum] = "47cce1d17a693dc307e6796c81991bd0" +SRC_URI[sha256sum] = "7e4e624cadf42feed18e783351b10f81ef23d7e298bddc7ffe26fe5e69f25b8b" + +RRECOMMENDS_${PN} = "connman-conf" |