* [PATCH] neard: upgrade to 0.10
@ 2013-03-18 14:53 Olivier Guiter
2013-03-18 15:16 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Olivier Guiter @ 2013-03-18 14:53 UTC (permalink / raw)
To: openembedded-core
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@linux.intel.com>
---
meta/recipes-connectivity/neard/neard_0.9.bb | 8 ++++----
1 file 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..3ece002 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 \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] neard: upgrade to 0.10
2013-03-18 14:53 [PATCH] neard: upgrade to 0.10 Olivier Guiter
@ 2013-03-18 15:16 ` Martin Jansa
2013-03-18 15:34 ` [PATCH v2] " Olivier Guiter
2013-03-18 16:13 ` [PATCH] " Richard Purdie
0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2013-03-18 15:16 UTC (permalink / raw)
To: Olivier Guiter; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1986 bytes --]
On Mon, Mar 18, 2013 at 03:53:42PM +0100, Olivier Guiter wrote:
> 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@linux.intel.com>
> ---
> meta/recipes-connectivity/neard/neard_0.9.bb | 8 ++++----
> 1 file 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..3ece002 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}"
This should be "+git${SCREV}" PV increment is good time to fix
that without need for PE bump.
> +PR = "r0"
>
> SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git \
> file://neard.in \
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] neard: upgrade to 0.10
2013-03-18 15:16 ` Martin Jansa
@ 2013-03-18 15:34 ` Olivier Guiter
2013-03-18 16:13 ` [PATCH] " Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Olivier Guiter @ 2013-03-18 15:34 UTC (permalink / raw)
To: openembedded-core
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@linux.intel.com>
---
meta/recipes-connectivity/neard/neard_0.9.bb | 8 ++++----
1 file 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 \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] neard: upgrade to 0.10
2013-03-18 15:16 ` Martin Jansa
2013-03-18 15:34 ` [PATCH v2] " Olivier Guiter
@ 2013-03-18 16:13 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-03-18 16:13 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On Mon, 2013-03-18 at 16:16 +0100, Martin Jansa wrote:
> On Mon, Mar 18, 2013 at 03:53:42PM +0100, Olivier Guiter wrote:
> > 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@linux.intel.com>
> > ---
> > meta/recipes-connectivity/neard/neard_0.9.bb | 8 ++++----
> > 1 file 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..3ece002 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}"
>
> This should be "+git${SCREV}" PV increment is good time to fix
> that without need for PE bump.
Whilst I agree, this has been useful for finding some bugs in the way
some of the version replacement code works...
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-18 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 14:53 [PATCH] neard: upgrade to 0.10 Olivier Guiter
2013-03-18 15:16 ` Martin Jansa
2013-03-18 15:34 ` [PATCH v2] " Olivier Guiter
2013-03-18 16:13 ` [PATCH] " Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox