summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-crc32c: set target platform via setup.cfgKhem Raj2022-03-091-0/+6
| | | | | | | | | | | | | | | | | | Do not poke at build system for finding platform platform is target specific and when cross compiling it should be detected differently, in this case lets pass it via environment so that it can be set in recipe Looks like we're not the first to need to specify the target platform [1] when building this package. According to upstream, we can just update setup.cfg instead of patching setup.py. [1] https://github.com/ICRAR/crc32c/pull/10 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: add 2.2.post0Justin Bronder2022-03-011-0/+16
Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>