]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta: rust: Bug fix for target definitions returning 'NoneType'
authorSundeep KOKKONDA <sundeep.kokkonda@gmail.com>
Mon, 4 Apr 2022 16:28:42 +0000 (21:58 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Apr 2022 09:48:34 +0000 (10:48 +0100)
commitef49f89c89889466ee3696ab680f8e10c961a677
tree7b7ed69a2c34bd4d348f216cf80e3cbf0bb8a107
parent294b49c51fbd775c712939c79ecfee219db2a405
meta: rust: Bug fix for target definitions returning 'NoneType'

The build shows below error while building for arm machines.
Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Detailed error info : https://lists.openembedded.org/g/openembedded-core/message/164004

All the target definitions within tspec dictionary are generted as
NoneType. The changes will fix this issue.

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust-common.inc