From 08bc892140662b34c9ba8844ab3417900754942c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 16 Jun 2021 15:06:05 +0800 Subject: [PATCH] python-wheel: enable the native build python-wheel-native is required by python-k8sapp-* packages. Story: 2008952 Task: 42576 Signed-off-by: Jackie Huang Change-Id: Ie7eec37a48424a8bcbfa60620a24141c8f7deb2c --- meta-stx-integ/recipes-devtools/python/python-wheel_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-stx-integ/recipes-devtools/python/python-wheel_%.bbappend diff --git a/meta-stx-integ/recipes-devtools/python/python-wheel_%.bbappend b/meta-stx-integ/recipes-devtools/python/python-wheel_%.bbappend new file mode 100644 index 0000000..0592c5c --- /dev/null +++ b/meta-stx-integ/recipes-devtools/python/python-wheel_%.bbappend @@ -0,0 +1,2 @@ +RDEPENDS_${PN}_class-native = "" +BBCLASSEXTEND = "native"