[1/2] python3-iniconfig: add BBCLASSEXTEND for native and nativesdk

Message ID 20220524114442.1166085-1-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] python3-iniconfig: add BBCLASSEXTEND for native and nativesdk | expand

Commit Message

Ross Burton May 24, 2022, 11:44 a.m. UTC
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(+)

Patch

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"