diff options
Diffstat (limited to 'recipes/openscada')
-rw-r--r-- | recipes/openscada/openscada_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/openscada/openscada_svn.bb b/recipes/openscada/openscada_svn.bb index acb700c0d1..dd75e80d1f 100644 --- a/recipes/openscada/openscada_svn.bb +++ b/recipes/openscada/openscada_svn.bb @@ -11,8 +11,7 @@ SRC_URI = "svn://oscada.org.ua/trunk;module=OpenSCADA;rev=;proto=svn \ file://rcc-moc.patch;patch=1 \ " -PV = "0.6.4" -PR = "svn" +PV = "0.6.4+svnr${SRCPV}" S = "${WORKDIR}/OpenSCADA" |