From a33507c37229cd67a063a7e359fcab1d87aba9f9 Mon Sep 17 00:00:00 2001 From: Chandana kalluri Date: Mon, 27 Sep 2021 19:49:36 -0700 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb index b1ece1ac0f..7d185989d9 100644 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb @@ -21,4 +21,4 @@ RDEPENDS:${PN}:class-target += " \ ${PYTHON_PN}-stringold \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf