diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2019-09-17 05:40:46 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-16 23:09:21 -0700 |
commit | f96a5d107d5fff6eed8f3a845850741e9b1f7ec6 (patch) | |
tree | f7fa2b2243bb13d4758c30ddc9a4dd08246298f6 /meta-python/recipes-devtools/python/python-pyusb.inc | |
parent | ff39ef5cff89e5838c1c5501a215bf2b761bfb1b (diff) | |
download | meta-openembedded-f96a5d107d5fff6eed8f3a845850741e9b1f7ec6.tar.gz |
python*-pyusb: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyusb.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyusb.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc index 30bbe85a91..baf2db5301 100644 --- a/meta-python/recipes-devtools/python/python-pyusb.inc +++ b/meta-python/recipes-devtools/python/python-pyusb.inc | |||
@@ -8,3 +8,5 @@ SRC_URI[md5sum] = "862b56452c64948c787ad8ef9498590b" | |||
8 | SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362" | 8 | SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||