All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common
@ 2020-08-28 16:10 Martin Jansa
  2020-09-11 23:32 ` [oe] " Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2020-08-28 16:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

* 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>
---
 .../{python-pyparted_3.11.3.bb => python-pyparted_git.bb}    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename recipes-extended/python-pyparted/{python-pyparted_3.11.3.bb => python-pyparted_git.bb} (88%)

diff --git a/recipes-extended/python-pyparted/python-pyparted_3.11.3.bb b/recipes-extended/python-pyparted/python-pyparted_git.bb
similarity index 88%
rename from recipes-extended/python-pyparted/python-pyparted_3.11.3.bb
rename to 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"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common
  2020-08-28 16:10 [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common Martin Jansa
@ 2020-09-11 23:32 ` Tim Orling
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Orling @ 2020-09-11 23:32 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]

Merged. Thank you.

On Fri, Aug 28, 2020 at 9:10 AM Martin Jansa <Martin.Jansa@gmail.com> wrote:

> * 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>
> ---
>  .../{python-pyparted_3.11.3.bb => python-pyparted_git.bb}    | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>  rename recipes-extended/python-pyparted/{python-pyparted_3.11.3.bb =>
> python-pyparted_git.bb} (88%)
>
> diff --git a/recipes-extended/python-pyparted/python-pyparted_3.11.3.bb
> b/recipes-extended/python-pyparted/python-pyparted_git.bb
> similarity index 88%
> rename from recipes-extended/python-pyparted/python-pyparted_3.11.3.bb
> rename to 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"
> --
> 2.25.1
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3082 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-11 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 16:10 [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common Martin Jansa
2020-09-11 23:32 ` [oe] " Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.