python3-humanfriendly: Add nativesdk to BBCLASSEXTEND

Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended
for host portion the SDK

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Chandana kalluri 2021-09-27 19:49:36 -07:00 committed by Khem Raj
parent a49f8f7732
commit a33507c372

View File

@ -21,4 +21,4 @@ RDEPENDS:${PN}:class-target += " \
${PYTHON_PN}-stringold \
"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"