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

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

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 .../recipes-webadmin/netdata/netdata_git.bb        |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
index 317ddcc..bd43cea 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=747afe070ea9d6c2be0a31353609a35b"
 
 SRC_URI = "git://github.com/firehol/netdata.git;protocol=https"
 SRCREV = "36c1304e37094174ea51001903058e65053107ca"
+PV = "git+${SRCPV}"
 
 # patch to disable timeout because timeout are not available with actual version
 # of core-utils
-- 
1.7.9.5



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

end of thread, other threads:[~2017-01-25 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 22:59 [meta-webserver][PATCH 1/1] netdata: derive PV from SRCPV Joe Slater
2017-01-19  8:59 ` Martin Jansa
2017-01-25 14:58   ` 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.