* since this change:
  commit d1a1c57d0e73251e86591214f30fc90010d5c111
  Author: Tim Orling <[email protected]>
  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 <[email protected]>
---
 .../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
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to