All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-iniconfig: add BBCLASSEXTEND for native and nativesdk
@ 2022-05-24 11:44 Ross Burton
  2022-05-24 11:44 ` [PATCH 2/2] python3-pluggy: add BBCLASSEXTEND for native/nativesdk Ross Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-05-24 11:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb b/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
index 4643437b800..05ce088335f 100644
--- a/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
+++ b/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4
 DEPENDS += "python3-setuptools-scm-native"
 
 inherit pypi python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] python3-pluggy: add BBCLASSEXTEND for native/nativesdk
  2022-05-24 11:44 [PATCH 1/2] python3-iniconfig: add BBCLASSEXTEND for native and nativesdk Ross Burton
@ 2022-05-24 11:44 ` Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2022-05-24 11:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
index 3f2895a061b..2935acf95fa 100644
--- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
@@ -24,3 +24,5 @@ do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/testing
 	cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-24 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 11:44 [PATCH 1/2] python3-iniconfig: add BBCLASSEXTEND for native and nativesdk Ross Burton
2022-05-24 11:44 ` [PATCH 2/2] python3-pluggy: add BBCLASSEXTEND for native/nativesdk Ross Burton

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.