summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bindgen-cli/bindgen-cli-crates.inc
Commit message (Collapse)AuthorAgeFilesLines
* bindgen-cli: regenerate with updated bbclassKhem Raj2023-04-251-72/+140
| | | | | | | * it's needed for compatibility with updated fetcher from: https://patchwork.yoctoproject.org/project/bitbake/patch/20230405122125.3358972-1-enrico.scholz@sigma-chemnitz.de/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bindgen-cli: Add missing SRC_URI sha256sum for all dependency cratesKhem Raj2023-03-191-2/+65
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bindgen-cli: Add the build dependency crate:// linksZoltán Böszörményi2023-03-081-0/+67
"inherit cargo-update-recipe-crates" was misunderstood, as in that it doesn't add the build dependencies transparently during the build. Instead, "bitbake -c update_crates recipe-name" must be run and the resulting recipe-name-crates.inc file must be included in the recipe. Update the recipe with using the crate:// link for bindgen-cli. Otherwise "bitbake -c update_crates recipe-name" got confused and produced empty output when using the source in a subdirectory from the rust-bindgen GIT repo. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>