diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-12-18 15:38:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-18 18:44:59 -0800 |
| commit | 233a17e09f563e8357c8f44168ebf5c3d2993a85 (patch) | |
| tree | e57fe1515b6506ff149814df0858b88ad425fbf5 | |
| parent | 1d7ef44ff8433e5cb6ab1f77d048981d2b20d465 (diff) | |
| download | meta-openembedded-233a17e09f563e8357c8f44168ebf5c3d2993a85.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>
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | 2 | ||||
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb | 2 |
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 @@ | |||
| 1 | require python-pyparted.inc | 1 | require python-pyparted.inc |
| 2 | 2 | ||
| 3 | PV = "3.10.7+git${SRCPV}" | ||
| 4 | |||
| 5 | inherit distutils | 3 | inherit distutils |
| 6 | 4 | ||
| 7 | RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" | 5 | 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 @@ | |||
| 1 | require python-pyparted.inc | 1 | require python-pyparted.inc |
| 2 | 2 | ||
| 3 | PV = "3.10.7+git${SRCPV}" | ||
| 4 | |||
| 5 | inherit distutils3 | 3 | inherit distutils3 |
| 6 | 4 | ||
| 7 | RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" | 5 | RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" |
