From d9a50bf24042c0e288e3ec2bd1785060dbc0dc06 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 25 Feb 2020 14:53:45 +0100 Subject: python-backports-functools-lru-cache: enable native and nativesdk * since this change: commit d1a1c57d0e73251e86591214f30fc90010d5c111 Author: Tim Orling 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 Signed-off-by: Tim Orling --- recipes-devtools/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" -- cgit 1.2.3-korg