aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir@tuxera.com>2020-09-23 14:36:47 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-23 19:45:53 -0700
commit08801a358ac09ca973d90aa98fe7cd99b578de92 (patch)
treefd803d35a7d20177d0fdb46e2e4b50c4066b3b58 /meta-networking
parente61b73e6d388006375c6fe84cc194299c094a526 (diff)
downloadmeta-openembedded-contrib-08801a358ac09ca973d90aa98fe7cd99b578de92.tar.gz
cifs-utils: remove explicitly set PV variable
There is no need to set and then tediously modify PV variable on every upgrade, what's worse it may happen that the PV is not modified like it happened on the recent upgrade from cifs-utils-6.10 to cifs-utils-6.11. Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_6.11.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.11.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.11.bb
index 09b7931196..de3fbb0947 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_6.11.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_6.11.bb
@@ -4,8 +4,6 @@ SECTION = "otherosfs"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PV = "6.10"
-
SRCREV = "ded4e81796a18cde73329e838357f084aa05720f"
SRC_URI = "git://git.samba.org/cifs-utils.git"