Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bindgen-cli: regenerate with updated bbclass | Khem Raj | 2023-04-25 | 1 | -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 crates | Khem Raj | 2023-03-19 | 1 | -2/+65 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | bindgen-cli: Add the build dependency crate:// links | Zoltán Böszörményi | 2023-03-08 | 1 | -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> |