Ping. Any comments on this one? /Cristian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Cristian Iorga Sent: Tuesday, October 22, 2013 5:10 PM To: [email protected] Subject: [OE-core] [PATCH 1/1] 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 <[email protected]> --- .../connman/{connman_1.18.bb => connman_1.19.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.18.bb => connman_1.19.bb} (65%) diff --git a/meta/recipes-connectivity/connman/connman_1.18.bb b/meta/recipes-connectivity/connman/connman_1.19.bb similarity index 65% rename from meta/recipes-connectivity/connman/connman_1.18.bb rename to meta/recipes-connectivity/connman/connman_1.19.bb index 44a4a07..c63dfe4 100644 --- a/meta/recipes-connectivity/connman/connman_1.18.bb +++ b/meta/recipes-connectivity/connman/connman_1.19.bb @@ -6,9 +6,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://connman \ " -SRC_URI[md5sum] = "7578ec8f0422d34f5a4ba51b605fe576" -SRC_URI[sha256sum] = "56c2ca7842be2100b6b59367845d5beec125f231af6ea505604992e0c5a69992" - -PR = "${INC_PR}.0" +SRC_URI[md5sum] = "47cce1d17a693dc307e6796c81991bd0" +SRC_URI[sha256sum] = "7e4e624cadf42feed18e783351b10f81ef23d7e298bddc7ffe26fe5e69f25b8b" RRECOMMENDS_${PN} = "connman-conf" -- 1.8.1.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
