From f96a5d107d5fff6eed8f3a845850741e9b1f7ec6 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 17 Sep 2019 05:40:46 +0000 Subject: python*-pyusb: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Nathan Rossi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyusb.inc | 2 ++ 1 file changed, 2 insertions(+) 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" SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362" inherit pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg