The compilation process needs python (python2) to be there, so fix it by making bazel-native inherit pythonnative.
Signed-off-by: Chen Qi <[email protected]> --- recipes-devtools/bazel/bazel-native_0.21.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/bazel/bazel-native_0.21.0.bb b/recipes-devtools/bazel/bazel-native_0.21.0.bb index 3395c2f..03c3e8d 100644 --- a/recipes-devtools/bazel/bazel-native_0.21.0.bb +++ b/recipes-devtools/bazel/bazel-native_0.21.0.bb @@ -9,7 +9,7 @@ SRC_URI = "https://github.com/bazelbuild/bazel/releases/download/${PV}/bazel-${P file://0001-HttpDownloader-save-download-tarball-to-distdir.patch \ " -inherit native +inherit native pythonnative INHIBIT_SYSROOT_STRIP = "1" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48547): https://lists.yoctoproject.org/g/yocto/message/48547 Mute This Topic: https://lists.yoctoproject.org/mt/71443350/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
