All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] connman: upgrade to 1.14
@ 2013-05-21  7:16 Cristian Iorga
  2013-05-21  7:16 ` [PATCH 1/1] " Cristian Iorga
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2013-05-21  7:16 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 6271ac326d08fb3e9b4c2008b796233ee11a83e4:

  zlib: put shared libraries in base_libdir (2013-05-21 00:18:46 +0100)

are available in the git repository at:

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

Cristian Iorga (1):
  connman: upgrade to 1.14

 .../connman/{connman_1.13.bb => connman_1.14.bb}              |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.13.bb => connman_1.14.bb} (59%)

-- 
1.7.10.4



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

* [PATCH 1/1] connman: upgrade to 1.14
  2013-05-21  7:16 [PATCH 0/1] connman: upgrade to 1.14 Cristian Iorga
@ 2013-05-21  7:16 ` Cristian Iorga
  0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2013-05-21  7:16 UTC (permalink / raw)
  To: openembedded-core

- switched to archive releases;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../connman/{connman_1.13.bb => connman_1.14.bb}              |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.13.bb => connman_1.14.bb} (59%)

diff --git a/meta/recipes-connectivity/connman/connman_1.13.bb b/meta/recipes-connectivity/connman/connman_1.14.bb
similarity index 59%
rename from meta/recipes-connectivity/connman/connman_1.13.bb
rename to meta/recipes-connectivity/connman/connman_1.14.bb
index 4f23538..f9a5ecc 100644
--- a/meta/recipes-connectivity/connman/connman_1.13.bb
+++ b/meta/recipes-connectivity/connman/connman_1.14.bb
@@ -1,14 +1,15 @@
 require connman.inc
 
-# 1.13 tag
-SRCREV = "96fcd8871531c9012135110769618d65a3523b4d"
-SRC_URI  = "git://git.kernel.org/pub/scm/network/connman/connman.git \
+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 \
             file://inet-fix-ip-cleanup-functions.patch \
             "
-S = "${WORKDIR}/git"
+
+SRC_URI[md5sum] = "6c9ecaf9c044f8c66a7b465f6716b569"
+SRC_URI[sha256sum] = "d0c37452a4e8eec27e433ff901a6c447963b9d8a8ceddd4a7311cc322e2dbf8c"
+
 PR = "${INC_PR}.0"
 
 RRECOMMENDS_${PN} = "connman-conf"
-- 
1.7.10.4



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

end of thread, other threads:[~2013-05-21  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21  7:16 [PATCH 0/1] connman: upgrade to 1.14 Cristian Iorga
2013-05-21  7:16 ` [PATCH 1/1] " Cristian Iorga

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.