All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV
@ 2017-01-18 22:21 Joe Slater
  2017-01-19  8:41 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2017-01-18 22:21 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-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}"
 
 SRC_URI = "git://github.com/zeromq/cppzmq.git"
 
-- 
1.7.9.5



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

end of thread, other threads:[~2017-01-19  8:41 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:21 [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV Joe Slater
2017-01-19  8:41 ` 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.