diff options
| author | Jose Quaresma <jose.quaresma@foundries.io> | 2024-01-25 14:29:24 +0000 |
|---|---|---|
| committer | Jose Quaresma <jose.quaresma@foundries.io> | 2024-01-25 14:29:24 +0000 |
| commit | edd0fc9980e08355b6b8da6df4138cf6029e00e8 (patch) | |
| tree | 009e0ca89eb04af08c4e45dee48c9274f696cc1d /recipes-extended | |
| parent | 2276e673c780bfb0164095f2a38821f088d17e41 (diff) | |
| download | meta-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.bb | 2 |
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 26a16aeed..dcfe181ec 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 | ||
| 31 | inherit module python3native bash-completion deploy setuptools3 | 31 | inherit module bash-completion deploy setuptools3 |
| 32 | 32 | ||
| 33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
| 34 | B = "${S}" | 34 | B = "${S}" |
