Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended for host portion the SDK
Signed-off-by: Sai Hari Chandana Kalluri <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154378): https://lists.openembedded.org/g/openembedded-core/message/154378 Mute This Topic: https://lists.openembedded.org/mt/84615431/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
