All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] Dropbear and qconnman changes
@ 2011-12-12 18:19 Otavio Salvador
  2011-12-12 18:19 ` [meta-oe][PATCH 1/2] dropbear: convert PR to use PRINC on bbappend Otavio Salvador
  2011-12-12 18:19 ` [meta-oe][PATCH 2/2] qconnman: bump SRCREV Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-12-12 18:19 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 7ad9db8b3b6dd8fb9f85032b02344036015a9698:

  gnome-panel : Fix format of LICENSE field. (2011-12-12 18:45:06 +0100)

are available in the git repository at:
  git://github.com/OSSystems/meta-oe master
  https://github.com/OSSystems/meta-oe/tree/master

Otavio Salvador (2):
  dropbear: convert PR to use PRINC on bbappend
  qconnman: bump SRCREV

 .../dropbear/dropbear_2011.54.bbappend             |    2 +-
 meta-oe/recipes-qt/qconnman/qconnman.inc           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.2.5




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

* [meta-oe][PATCH 1/2] dropbear: convert PR to use PRINC on bbappend
  2011-12-12 18:19 [meta-oe][PATCH 0/2] Dropbear and qconnman changes Otavio Salvador
@ 2011-12-12 18:19 ` Otavio Salvador
  2011-12-12 18:19 ` [meta-oe][PATCH 2/2] qconnman: bump SRCREV Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-12-12 18:19 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../dropbear/dropbear_2011.54.bbappend             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend b/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
index a642235..874a7d4 100644
--- a/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
+++ b/meta-oe/recipes-core/dropbear/dropbear_2011.54.bbappend
@@ -1,6 +1,6 @@
 inherit systemd
 
-PRINC = "1"
+PRINC := "${@int(PRINC) + 1}"
 
 # look for files in the layer first
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
-- 
1.7.2.5




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

* [meta-oe][PATCH 2/2] qconnman: bump SRCREV
  2011-12-12 18:19 [meta-oe][PATCH 0/2] Dropbear and qconnman changes Otavio Salvador
  2011-12-12 18:19 ` [meta-oe][PATCH 1/2] dropbear: convert PR to use PRINC on bbappend Otavio Salvador
@ 2011-12-12 18:19 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-12-12 18:19 UTC (permalink / raw)
  To: openembedded-devel

 * add translation support
 * doesn't allow simultaneous connections

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-qt/qconnman/qconnman.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc
index 280a002..06ad5fd 100644
--- a/meta-oe/recipes-qt/qconnman/qconnman.inc
+++ b/meta-oe/recipes-qt/qconnman/qconnman.inc
@@ -9,7 +9,7 @@ PR = "r1"
 inherit autotools
 
 PV = "0.0+gitr${SRCPV}"
-SRCREV = "9bab120f426e41552c369b7030414c792dd25a91"
+SRCREV = "f976b18c7c5584627224784801803e9fd3ebe0ff"
 SRC_URI = "git://github.com/OSSystems/qconnman.git"
 
 S = "${WORKDIR}/git/"
-- 
1.7.2.5




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

end of thread, other threads:[~2011-12-12 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 18:19 [meta-oe][PATCH 0/2] Dropbear and qconnman changes Otavio Salvador
2011-12-12 18:19 ` [meta-oe][PATCH 1/2] dropbear: convert PR to use PRINC on bbappend Otavio Salvador
2011-12-12 18:19 ` [meta-oe][PATCH 2/2] qconnman: bump SRCREV Otavio Salvador

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.