Meson-0.63.3 - Build issue (Yocto build environment) #13440
Unanswered
sankari-0201
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yocto Build Setup: I am trying to upgrade my Meson version from 0.47.2 to 0.63.3. My old Python version is 3.5.6, so as per Meson requirements, I have upgraded to 3.7.7. My Ninja version is 1.8.2. Despite everything appearing to be correct, I am still facing the issue below while upgrading the package. Please help me figure out the root cause of this issue.
Issue :
WARNING: /home/meta/recipes-oe/meson/meson_0.61.3.bb: Error during finalise of virtual:nativesdk:/home/meta/recipes-oe/meson/meson_0.61.3.bb
ERROR: ExpansionError during parsing /home/meta/recipes-oe/meson/meson_0.61.3.bb
Traceback (most recent call last):
bb.data_smart.ExpansionError: Failure expanding variable do_install, expression was setup_target_config
python_pep517_do_install
which triggered exception AttributeError: 'NoneType' object has no attribute 'split'
Beta Was this translation helpful? Give feedback.
All reactions