aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-12-18 15:38:39 +0800
committerArmin Kuster <akuster808@gmail.com>2019-02-04 21:40:35 -0800
commit7075251fc7120c423776525b2ad96f375ac45d1c (patch)
tree7daf28347c406747a3e18ef26f06574503868468
parent466e45e2452e73307949ea562574145b8d35c420 (diff)
downloadmeta-openembedded-contrib-7075251fc7120c423776525b2ad96f375ac45d1c.tar.gz
python-pyparted/python3-pyparted: drop incorrect and redundant PV
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb2
-rw-r--r--meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
index 7d00fd7d93..32aa378cc7 100644
--- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
+++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
@@ -1,7 +1,5 @@
require python-pyparted.inc
-PV = "3.10.7+git${SRCPV}"
-
inherit distutils
RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess"
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb
index 4d6f97b59e..d83901ff3a 100644
--- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb
+++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb
@@ -1,7 +1,5 @@
require python-pyparted.inc
-PV = "3.10.7+git${SRCPV}"
-
inherit distutils3
RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math"