[oe-commits] Olivier Guiter : neard: upgrade to 0.10

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 21:41:56 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: dff13ee38a4f6aa51722149b860a2af354d6f9e8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dff13ee38a4f6aa51722149b860a2af354d6f9e8

Author: Olivier Guiter <olivier.guiter at linux.intel.com>
Date:   Mon Mar 18 15:34:57 2013 +0000

neard: upgrade to 0.10

neard ver 0.10:
	Added initial WiFi handover support.
	Added Service Name Lookup support to nfctool.
	Added NDEF building unit tests.
	Added State support to Bluetooth handover agent.
	Added neard and neard.conf man pages.
	Added a copy of the NFC kernel header.
	Fixed handover validation tests failures.
	Fixed Tag and Device PropertyChanged signal.

Signed-off-by: Olivier Guiter <olivier.guiter at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/neard/neard_0.9.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-connectivity/neard/neard_0.9.bb b/meta/recipes-connectivity/neard/neard_0.9.bb
index 8e33a9d..d598666 100644
--- a/meta/recipes-connectivity/neard/neard_0.9.bb
+++ b/meta/recipes-connectivity/neard/neard_0.9.bb
@@ -47,14 +47,14 @@ FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug"
 
 RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
 
-# This is valid for 0.9+
+# This is valid for 0.10+
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
  file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
  "
 S	= "${WORKDIR}/git"
-SRCREV	= "1e20e396cb837017b7e5ef822bfdab6ce060d2cf"
-PV	= "0.9-git${SRCPV}"
-PR	= "r1"
+SRCREV	= "eb486bf35e24d7d1db61350f5ab393a0c880523d"
+PV	= "0.10+git${SRCPV}"
+PR	= "r0"
 
 SRC_URI  = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git \
 	file://neard.in \





More information about the Openembedded-commits mailing list