aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-02-25 14:53:45 +0100
committerTim Orling <ticotimo@gmail.com>2020-02-25 19:49:23 -0800
commitd9a50bf24042c0e288e3ec2bd1785060dbc0dc06 (patch)
tree0302812c92d2bed5235a126b312e895b4673e694
parent49153d8d0dc55aa0cd461ec464f78f7341f7fbae (diff)
downloadmeta-python2-d9a50bf24042c0e288e3ec2bd1785060dbc0dc06.tar.gz
python-backports-functools-lru-cache: enable native and nativesdk
* 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> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-backports-functools-lru-cache_1.6.1.bb2
1 files changed, 2 insertions, 0 deletions
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"