All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2] meta-python: depend on core version 12 or higher
@ 2020-06-04  0:41 Martin Jansa
  2020-06-04  1:05 ` [oe] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2020-06-04  0:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

* python3-pyelftools and python3-pycryptodome(x) recipes were recently
  moved from meta-python to oe-core in:
  https://git.openembedded.org/meta-openembedded/commit/?id=7aee545a61c4f91d5e462d5b46b1b8f9a8bad1e3
  https://git.openembedded.org/meta-openembedded/commit/?id=a8f3c00d8d113b46a49584682e10435157d516ca
* core version was bumped now:
  https://git.openembedded.org/openembedded-core/commit/?id=2d503b27e7c88cee9a37c79c4605c77b11f230b6
* this dependency will make sure that people do upgrade oe-core when they do
  upgrade meta-python past these revisions, so the recipes won't suddenly
  disappear as a bonus they will get slightly newer versionw which are now
  in oe-core
  python3-pycryptodome(x) from 3.9.4 to 3.9.7:
  https://www.pycryptodome.org/en/latest/src/changelog.html#february-2020
  python2-pyelftools from 0.25 to 0.26:
  https://github.com/eliben/pyelftools/commit/8a40f295bc36f96efeb8633dc4a5314f6077d0bf#diff-e4eb329834da3d36278b1b7d943b3bc9

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-python/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index 7cfeafe599..0dbc4296eb 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -12,7 +12,7 @@ BBFILE_PRIORITY_meta-python = "7"
 # cause compatibility issues with other layers
 LAYERVERSION_meta-python = "1"
 
-LAYERDEPENDS_meta-python = "core openembedded-layer"
+LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
 
 LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
 
-- 
2.25.1


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

* Re: [oe] [meta-oe][PATCHv2] meta-python: depend on core version 12 or higher
  2020-06-04  0:41 [meta-oe][PATCHv2] meta-python: depend on core version 12 or higher Martin Jansa
@ 2020-06-04  1:05 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2020-06-04  1:05 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On Thu, Jun 04, 2020 at 02:41:57AM +0200, Martin Jansa wrote:
> * python3-pyelftools and python3-pycryptodome(x) recipes were recently
>   moved from meta-python to oe-core in:
>   https://git.openembedded.org/meta-openembedded/commit/?id=7aee545a61c4f91d5e462d5b46b1b8f9a8bad1e3
>   https://git.openembedded.org/meta-openembedded/commit/?id=a8f3c00d8d113b46a49584682e10435157d516ca
> * core version was bumped now:
>   https://git.openembedded.org/openembedded-core/commit/?id=2d503b27e7c88cee9a37c79c4605c77b11f230b6
> * this dependency will make sure that people do upgrade oe-core when they do
>   upgrade meta-python past these revisions, so the recipes won't suddenly
>   disappear as a bonus they will get slightly newer versionw which are now

Typo: versionw

>   in oe-core
>   python3-pycryptodome(x) from 3.9.4 to 3.9.7:
>   https://www.pycryptodome.org/en/latest/src/changelog.html#february-2020
>   python2-pyelftools from 0.25 to 0.26:
>   https://github.com/eliben/pyelftools/commit/8a40f295bc36f96efeb8633dc4a5314f6077d0bf#diff-e4eb329834da3d36278b1b7d943b3bc9
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Reviewed-by: Denys Dmytriyenko <denys@ti.com>


> ---
>  meta-python/conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
> index 7cfeafe599..0dbc4296eb 100644
> --- a/meta-python/conf/layer.conf
> +++ b/meta-python/conf/layer.conf
> @@ -12,7 +12,7 @@ BBFILE_PRIORITY_meta-python = "7"
>  # cause compatibility issues with other layers
>  LAYERVERSION_meta-python = "1"
>  
> -LAYERDEPENDS_meta-python = "core openembedded-layer"
> +LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
>  
>  LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
>  
> -- 
> 2.25.1
> 

> 


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

end of thread, other threads:[~2020-06-04  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04  0:41 [meta-oe][PATCHv2] meta-python: depend on core version 12 or higher Martin Jansa
2020-06-04  1:05 ` [oe] " Denys Dmytriyenko

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.