From 08801a358ac09ca973d90aa98fe7cd99b578de92 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Wed, 23 Sep 2020 14:36:47 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/cifs/cifs-utils_6.11.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-networking') 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" -- cgit v1.2.3-54-g00ecf