aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-08-28 18:10:09 +0200
committerTim Orling <ticotimo@gmail.com>2020-09-06 18:17:55 -0700
commita4f9a2c9e81a2ef1e9fce968738b47f0f512d6ef (patch)
tree602da036c22811c9a982d355a92339051767eea2
parent285c7a0140b91d3b1b6a0248dd703c668a8fe1de (diff)
downloadmeta-python2-a4f9a2c9e81a2ef1e9fce968738b47f0f512d6ef.tar.gz
python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common
* this is one of last python2 compatible commits, before: https://github.com/dcantrell/pyparted/commit/c4949263538784036a5917195f956f8fcda9cf20 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-extended/python-pyparted/python-pyparted_git.bb (renamed from recipes-extended/python-pyparted/python-pyparted_3.11.3.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/python-pyparted/python-pyparted_3.11.3.bb b/recipes-extended/python-pyparted/python-pyparted_git.bb
index 86caf2a..1f36924 100644
--- a/recipes-extended/python-pyparted/python-pyparted_3.11.3.bb
+++ b/recipes-extended/python-pyparted/python-pyparted_git.bb
@@ -11,8 +11,11 @@ LIC_FILES_CHKSUM = "\
file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \
"
+# 3.11.4 tag + gcc10 fixes for -fno-common
+PV = "3.11.4+git${SRCPV}"
+
# upstream only publishes releases in github archives which are discouraged
-SRCREV = "481510c10866851844b19f3d2ffcdaa37efc0cf8"
+SRCREV = "104ca13567c08c1188b126a395c4602841aae2c6"
SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https"
DEPENDS += "parted"