From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV
Date: Thu, 19 Jan 2017 09:41:27 +0100 [thread overview]
Message-ID: <20170119084127.GA3265@jama> (raw)
In-Reply-To: <1484778080-10983-1-git-send-email-jslater@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]
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@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@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 --]
prev parent reply other threads:[~2017-01-19 8:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-18 22:21 [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV Joe Slater
2017-01-19 8:41 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170119084127.GA3265@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox