Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] connman: upgrade to 1.19
@ 2013-10-22 14:10 Cristian Iorga
  2013-10-22 14:10 ` [PATCH 1/1] " Cristian Iorga
  0 siblings, 1 reply; 3+ messages in thread
From: Cristian Iorga @ 2013-10-22 14:10 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 505114c13d29799a25379f7ce720d632616d8776:

  wic: add pseudo to the populate-extfs step (2013-10-18 16:03:39 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (1):
  connman: upgrade to 1.19

 .../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%)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] connman: upgrade to 1.19
  2013-10-22 14:10 [PATCH 0/1] connman: upgrade to 1.19 Cristian Iorga
@ 2013-10-22 14:10 ` Cristian Iorga
  2013-10-29 16:58   ` Iorga, Cristian
  0 siblings, 1 reply; 3+ messages in thread
From: Cristian Iorga @ 2013-10-22 14:10 UTC (permalink / raw)
  To: openembedded-core

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>
---
 .../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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] connman: upgrade to 1.19
  2013-10-22 14:10 ` [PATCH 1/1] " Cristian Iorga
@ 2013-10-29 16:58   ` Iorga, Cristian
  0 siblings, 0 replies; 3+ messages in thread
From: Iorga, Cristian @ 2013-10-29 16:58 UTC (permalink / raw)
  To: Iorga, Cristian, openembedded-core@lists.openembedded.org

Ping.
Any comments on this one?
/Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Cristian Iorga
Sent: Tuesday, October 22, 2013 5:10 PM
To: openembedded-core@lists.openembedded.org
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 <cristian.iorga@intel.com>
---
 .../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
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-29 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 14:10 [PATCH 0/1] connman: upgrade to 1.19 Cristian Iorga
2013-10-22 14:10 ` [PATCH 1/1] " Cristian Iorga
2013-10-29 16:58   ` Iorga, Cristian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox