All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/1] gnulib: derive PV from SRCPV
@ 2017-01-18 22:26 Joe Slater
  2017-01-19  8:56 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2017-01-18 22:26 UTC (permalink / raw)
  To: openembedded-devel

Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 meta-oe/recipes-support/gnulib/gnulib_git.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_git.bb
index 5b2ed49..96f0893 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_git.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_git.bb
@@ -12,8 +12,10 @@ LICENSE = "LGPLv2+"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21"
 SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441"
+PV = "git+${SRCPV}"
 SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \
 "
+
 S = "${WORKDIR}/git"
 
 do_install () {
-- 
1.7.9.5



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

* Re: [meta-oe][PATCH 1/1] gnulib: derive PV from SRCPV
  2017-01-18 22:26 [meta-oe][PATCH 1/1] gnulib: derive PV from SRCPV Joe Slater
@ 2017-01-19  8:56 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2017-01-19  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Jan 18, 2017 at 02:26:40PM -0800, Joe Slater wrote:
> Currently, PV is "git" and contains no version information.
> 
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>  meta-oe/recipes-support/gnulib/gnulib_git.bb |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_git.bb
> index 5b2ed49..96f0893 100644
> --- a/meta-oe/recipes-support/gnulib/gnulib_git.bb
> +++ b/meta-oe/recipes-support/gnulib/gnulib_git.bb
> @@ -12,8 +12,10 @@ LICENSE = "LGPLv2+"
>  
>  LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21"
>  SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441"
> +PV = "git+${SRCPV}"

As with cppzmq, I've changed this

PV = "0.1.496+git${SRCPV}

based on:
OE @ ~/projects/gnulib $ ./gnulib-tool --version
gnulib-tool (GNU gnulib 2015-07-01 10:30:57) 0.1.496-b6b3e
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Someone should also fix the LICENSE variable

>  SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \
>  "
> +
>  S = "${WORKDIR}/git"
>  
>  do_install () {
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

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

end of thread, other threads:[~2017-01-19  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 22:26 [meta-oe][PATCH 1/1] gnulib: derive PV from SRCPV Joe Slater
2017-01-19  8:56 ` Martin Jansa

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.