All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk
@ 2020-02-25 13:53 Martin Jansa
  2020-02-25 13:53 ` [meta-python2][PATCH 2/2] python-backports-init: " Martin Jansa
  2020-02-26 15:57 ` [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: " Tim Orling
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2020-02-25 13:53 UTC (permalink / raw)
  To: openembedded-devel

* since this change:
  commit d1a1c57d0e73251e86591214f30fc90010d5c111
  Author: Tim Orling <ticotimo@gmail.com>
  Date:   Mon Jan 20 11:31:59 2020 -0800

    python-beautifulsoup4: fix target RDEPENDS syntax

  there is now this dependency:
  'python-beautifulsoup4-native', 'python-soupsieve-native', 'python-backports-functools-lru-cache-native'
  and error in world builds:
  ERROR: Nothing RPROVIDES 'python-backports-functools-lru-cache-native' (but virtual:native:meta-python2/recipes-devtools/python/python-soupsieve_1.9.4.bb RDEPENDS on or otherwise requires it)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../python/python-backports-functools-lru-cache_1.6.1.bb        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/python/python-backports-functools-lru-cache_1.6.1.bb b/recipes-devtools/python/python-backports-functools-lru-cache_1.6.1.bb
index 8c40cf5..aee130f 100644
--- a/recipes-devtools/python/python-backports-functools-lru-cache_1.6.1.bb
+++ b/recipes-devtools/python/python-backports-functools-lru-cache_1.6.1.bb
@@ -25,3 +25,5 @@ do_install() {
 }
 
 FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/functools_lru_cache.py"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1



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

* [meta-python2][PATCH 2/2] python-backports-init: enable native and nativesdk
  2020-02-25 13:53 [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk Martin Jansa
@ 2020-02-25 13:53 ` Martin Jansa
  2020-02-26 15:57   ` Tim Orling
  2020-02-26 15:57 ` [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: " Tim Orling
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2020-02-25 13:53 UTC (permalink / raw)
  To: openembedded-devel

* needed for python-backports-functools-lru-cache-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-devtools/python/python-backports-init_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/python/python-backports-init_1.0.bb b/recipes-devtools/python/python-backports-init_1.0.bb
index 29e712a..8b226aa 100644
--- a/recipes-devtools/python/python-backports-init_1.0.bb
+++ b/recipes-devtools/python/python-backports-init_1.0.bb
@@ -23,3 +23,5 @@ do_install() {
 }
 
 FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1



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

* Re: [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk
  2020-02-25 13:53 [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk Martin Jansa
  2020-02-25 13:53 ` [meta-python2][PATCH 2/2] python-backports-init: " Martin Jansa
@ 2020-02-26 15:57 ` Tim Orling
  1 sibling, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-02-26 15:57 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

Merged. Thank you!

On Tue, Feb 25, 2020 at 5:54 AM Martin Jansa <martin.jansa@gmail.com> wrote:

> * since this change:
>   commit d1a1c57d0e73251e86591214f30fc90010d5c111
>   Author: Tim Orling <ticotimo@gmail.com>
>   Date:   Mon Jan 20 11:31:59 2020 -0800
>
>     python-beautifulsoup4: fix target RDEPENDS syntax
>
>   there is now this dependency:
>   'python-beautifulsoup4-native', 'python-soupsieve-native',
> 'python-backports-functools-lru-cache-native'
>   and error in world builds:
>   ERROR: Nothing RPROVIDES 'python-backports-functools-lru-cache-native'
> (but virtual:native:meta-python2/recipes-devtools/python/
> python-soupsieve_1.9.4.bb RDEPENDS on or otherwise requires it)
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../python/python-backports-functools-lru-cache_1.6.1.bb        | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-devtools/python/
> python-backports-functools-lru-cache_1.6.1.bb b/recipes-devtools/python/
> python-backports-functools-lru-cache_1.6.1.bb
> index 8c40cf5..aee130f 100644
> --- a/recipes-devtools/python/
> python-backports-functools-lru-cache_1.6.1.bb
> +++ b/recipes-devtools/python/
> python-backports-functools-lru-cache_1.6.1.bb
> @@ -25,3 +25,5 @@ do_install() {
>  }
>
>  FILES_${PN} =
> "${PYTHON_SITEPACKAGES_DIR}/backports/functools_lru_cache.py"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-python2][PATCH 2/2] python-backports-init: enable native and nativesdk
  2020-02-25 13:53 ` [meta-python2][PATCH 2/2] python-backports-init: " Martin Jansa
@ 2020-02-26 15:57   ` Tim Orling
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-02-26 15:57 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

Merged. Thank you!

On Tue, Feb 25, 2020 at 5:54 AM Martin Jansa <martin.jansa@gmail.com> wrote:

> * needed for python-backports-functools-lru-cache-native
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  recipes-devtools/python/python-backports-init_1.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-devtools/python/python-backports-init_1.0.bb
> b/recipes-devtools/python/python-backports-init_1.0.bb
> index 29e712a..8b226aa 100644
> --- a/recipes-devtools/python/python-backports-init_1.0.bb
> +++ b/recipes-devtools/python/python-backports-init_1.0.bb
> @@ -23,3 +23,5 @@ do_install() {
>  }
>
>  FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2020-02-26 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 13:53 [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk Martin Jansa
2020-02-25 13:53 ` [meta-python2][PATCH 2/2] python-backports-init: " Martin Jansa
2020-02-26 15:57   ` Tim Orling
2020-02-26 15:57 ` [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: " 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.