[oe] [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV

Martin Jansa martin.jansa at gmail.com
Thu Jan 19 08:41:27 UTC 2017


On Wed, Jan 18, 2017 at 02:21:20PM -0800, Joe Slater wrote:
> Currently, PV is "git" and contains no version information.
> 
> Signed-off-by: Joe Slater <jslater at windriver.com>
> ---
>  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> index f41cd0a..ac28a3d 100644
> --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> @@ -3,7 +3,9 @@ HOMEPAGE = "http://www.zeromq.org"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
>  DEPENDS = "zeromq"
> +
>  SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> +PV = "git+${SRCPV}"

This format is also uncommon, I've changed it to:
PV = "4.1.5+git${SRCPV}"
when cherry-picking to master-next, 4.1.5 comes from zeromq as:
https://github.com/zeromq/cppzmq/blob/master/CMakeLists.txt#L6
uses ${ZeroMQ_VERSION}
>  
>  SRC_URI = "git://github.com/zeromq/cppzmq.git"
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20170119/7237ddbd/attachment-0002.sig>


More information about the Openembedded-devel mailing list