[oe] [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk

Martin Jansa martin.jansa at gmail.com
Tue Feb 25 13:53:45 UTC 2020


* since this change:
  commit d1a1c57d0e73251e86591214f30fc90010d5c111
  Author: Tim Orling <ticotimo at 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 at 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



More information about the Openembedded-devel mailing list