All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version
@ 2020-06-10  7:02 Adrian Bunk
  2020-06-10 14:09 ` [oe] " akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2020-06-10  7:02 UTC (permalink / raw)
  To: openembedded-devel

From: Honggyu Kim <honggyu.kp@gmail.com>

uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has
to add a PV value to update the package version.

Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
index c33fa048c..a3d060218 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
@@ -10,7 +10,7 @@ DEPENDS_append_libc-musl = " argp-standalone"
 
 inherit autotools
 
-# v0.9.4
+PV .= "+git${SRCPV}"
 SRCREV = "d648bbffedef529220896283fb59e35531c13804"
 SRC_URI = "git://github.com/namhyung/${BPN} \
            "
-- 
2.17.1


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

* Re: [oe] [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version
  2020-06-10  7:02 [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version Adrian Bunk
@ 2020-06-10 14:09 ` akuster
  2020-06-10 14:21   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: akuster @ 2020-06-10 14:09 UTC (permalink / raw)
  To: Adrian Bunk, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]



On 6/10/20 12:02 AM, Adrian Bunk wrote:
> From: Honggyu Kim <honggyu.kp@gmail.com>
>
> uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has
> to add a PV value to update the package version.

I remember looking at this one. As I could not see how this had any
bearing on the function of the package I skipped it.

Why does it have merit?

-armin


>
> Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
>  meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
> index c33fa048c..a3d060218 100644
> --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
> +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
> @@ -10,7 +10,7 @@ DEPENDS_append_libc-musl = " argp-standalone"
>
>  inherit autotools
>
> -# v0.9.4
> +PV .= "+git${SRCPV}"
>  SRCREV = "d648bbffedef529220896283fb59e35531c13804"
>  SRC_URI = "git://github.com/namhyung/${BPN} \
>             "
>
> 


[-- Attachment #2: Type: text/html, Size: 2150 bytes --]

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

* Re: [oe] [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version
  2020-06-10 14:09 ` [oe] " akuster
@ 2020-06-10 14:21   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2020-06-10 14:21 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

On Wed, Jun 10, 2020 at 07:09:11AM -0700, akuster808 wrote:
> On 6/10/20 12:02 AM, Adrian Bunk wrote:
> > From: Honggyu Kim <honggyu.kp@gmail.com>
> >
> > uftrace_0.9.4.bb now doesn't actually use exact 0.9.4 version, so it has
> > to add a PV value to update the package version.
> 
> I remember looking at this one. As I could not see how this had any
> bearing on the function of the package I skipped it.
> 
> Why does it have merit?

It does show the correct version of the software.

0.9.4 is upstream version 0.9.4
0.9.4+git is some git snapshot after 0.9.4

This is a difference, e.g. when reporting a bug to upstream.

> -armin

cu
Adrian

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

end of thread, other threads:[~2020-06-10 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10  7:02 [meta-oe][dunfell][PATCH] uftrace: add PV to update the package version Adrian Bunk
2020-06-10 14:09 ` [oe] " akuster
2020-06-10 14:21   ` Adrian Bunk

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.