Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended
for host portion the SDK
Signed-off-by: Sai Hari Chandana Kalluri <redacted>
---
meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
index 6be27f7..a6436af 100644
--- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
+++ b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
@@ -21,4 +21,4 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-stringold \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"--
2.7.4