diff options
author | Joe Slater <jslater@windriver.com> | 2017-01-18 14:59:25 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 16:00:00 +0100 |
commit | a9d2b8bad923236ded9c57dc88bbcdf49fabdc85 (patch) | |
tree | 12c19dabb88453969a5db340f6387b55887b6d2f /meta-webserver | |
parent | 74568b142ba493e81ade58a3e4e7ecea44fa843b (diff) | |
download | meta-openembedded-contrib-a9d2b8bad923236ded9c57dc88bbcdf49fabdc85.tar.gz |
netdata: derive PV from SRCPV
Currently, PV is "git" and contains no version information.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index 317ddccaf22..40b32ad8377 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 = "1.0.1+git${SRCPV}" # patch to disable timeout because timeout are not available with actual version # of core-utils |