aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:40:08 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commit8b852c6e6a7f894bca715cbb44c93d52e394137b (patch)
treede38b5f3dc258dd930875b3b695f5cef62a00db1 /recipes-devtools
parent858c5681cfeacea6041187d48d07808116251403 (diff)
downloadmeta-python2-8b852c6e6a7f894bca715cbb44c93d52e394137b.tar.gz
python-isort: add native and nativesdk
(From meta-openembedded commit: 4ad49edc90f4ff73a19accda4f12ef33b46effd1) Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-isort.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-isort.inc b/recipes-devtools/python/python-isort.inc
index 6d13e5f..359b180 100644
--- a/recipes-devtools/python/python-isort.inc
+++ b/recipes-devtools/python/python-isort.inc
@@ -13,3 +13,5 @@ RDEPENDS_${PN} += "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-shell \
"
+
+BBCLASSEXTEND = "native nativesdk"