summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-01-25 14:29:24 +0000
committerJose Quaresma <jose.quaresma@foundries.io>2024-01-25 14:29:24 +0000
commitedd0fc9980e08355b6b8da6df4138cf6029e00e8 (patch)
tree009e0ca89eb04af08c4e45dee48c9274f696cc1d /recipes-extended
parent2276e673c780bfb0164095f2a38821f088d17e41 (diff)
downloadmeta-freescale-edd0fc9980e08355b6b8da6df4138cf6029e00e8.tar.gz
jailhouse-imx: drop python3native inherit
The native python is only needed by the setuptools witch is already provided in setuptools3 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/jailhouse/jailhouse-imx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb
index 26a16aee..dcfe181e 100644
--- a/recipes-extended/jailhouse/jailhouse-imx_git.bb
+++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb
@@ -28,7 +28,7 @@ DEPENDS = " \
28 dtc-native \ 28 dtc-native \
29" 29"
30 30
31inherit module python3native bash-completion deploy setuptools3 31inherit module bash-completion deploy setuptools3
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34B = "${S}" 34B = "${S}"