From 488b5aba28fff50c64866b42a8b66aef74ac12ad Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 11 Jan 2019 16:49:15 +0000 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-networking') 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 += "\ " S = "${WORKDIR}/git" -PV = "2.10.1+${SRCREV}" +PV = "2.10.1+${SRCPV}" FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" -- cgit v1.2.3-54-g00ecf