diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-07-02 22:18:25 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-02 22:21:18 -0700 |
| commit | 26d0e97ce2b10ab8753f7b3c0b12fbff887b2fad (patch) | |
| tree | c914b867406889b4da8a31ca4b079b54a606f096 /meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | |
| parent | 0ae8adcd63c27a6a4dbe46b6950d1607b2ef8abe (diff) | |
| download | meta-openembedded-26d0e97ce2b10ab8753f7b3c0b12fbff887b2fad.tar.gz | |
python3-inflate64: Fix build with clang fortified glibc headers
This issue is seen with upcoming glibc 2.40
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb b/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb index 2ccc98e36b..9fbd5157af 100644 --- a/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | 6 | ||
| 7 | inherit setuptools3 pypi | 7 | inherit setuptools3 pypi |
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-Do-not-override-const-qualifier.patch" | ||
| 9 | SRC_URI[sha256sum] = "3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d" | 10 | SRC_URI[sha256sum] = "3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d" |
| 10 | 11 | ||
| 11 | PYPI_PACKAGE = "inflate64" | 12 | PYPI_PACKAGE = "inflate64" |
