summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-01-11 16:49:15 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2019-01-16 10:28:26 -0500
commit488b5aba28fff50c64866b42a8b66aef74ac12ad (patch)
tree399d1a138e893a14ad9398db70897cdbe9ab6fcd /recipes-networking/openvswitch
parent8bd3ee327db71544bb29673f72a89064ab0df6f4 (diff)
downloadmeta-virtualization-488b5aba28fff50c64866b42a8b66aef74ac12ad.tar.gz
Use SRCPV instead of SRCREV where possible
This change reduces the length of ${PV} for several recipes and gives us auto-incrementing version numbers. Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index b8bbb3a7..81a66a94 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -14,7 +14,7 @@ RDEPENDS_${PN}-ptest += "\
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.10.1+${SRCREV}" 17PV = "2.10.1+${SRCPV}"
18 18
19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
20 20