aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:46 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commitd491c83da4217d2f3670fb975e762161f693098b (patch)
tree2c11b2f11f770d5170e437eb5e090ebcceb165fe /recipes-devtools
parent45ef16b1cb8d39b037f2b8b451c72593234ae6d0 (diff)
downloadmeta-python2-d491c83da4217d2f3670fb975e762161f693098b.tar.gz
python-pyperclip: add native and nativesdk
(From meta-openembedded commit: 6beba13db45b19e5a7db0362fc4efbe77fab7cdd) 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-pyperclip.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyperclip.inc b/recipes-devtools/python/python-pyperclip.inc
index 205038b..4ee47ee 100644
--- a/recipes-devtools/python/python-pyperclip.inc
+++ b/recipes-devtools/python/python-pyperclip.inc
@@ -10,3 +10,5 @@ inherit pypi
RDEPENDS_${PN} += " \
${PYTHON_PN}-ctypes \
"
+
+BBCLASSEXTEND = "native nativesdk"