All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-python][master][hardknott][PATCH v2] python3-humanfriendly: Add nativesdk to BBCLASSEXTEND
@ 2021-08-02 17:26 Chandana kalluri
  0 siblings, 0 replies; only message in thread
From: Chandana kalluri @ 2021-08-02 17:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sai Hari Chandana Kalluri

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>
---
changelog: 

Fix subject line layer information. Patch is for oe/meta-python layer and not oe-core
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-02 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 17:26 [oe][meta-python][master][hardknott][PATCH v2] python3-humanfriendly: Add nativesdk to BBCLASSEXTEND Chandana kalluri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.