Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
63 stars 75 forks source link

rust-android-sparse: follow oe-core/bitbake changes #509

Closed lumag closed 1 year ago

lumag commented 1 year ago

Bitbake was changed to require checksums for all crates. To simplify implementing this requirement, oe-core now provides a special class to generate lists of dependencies with checksums. Inherit this class, split SRC_URI to a separate .inc file and add checksums as requied.