diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb (renamed from meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb index 2b2840ae14..85328ed951 100644 --- a/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.4.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766" | |||
| 5 | 5 | ||
| 6 | PYPI_PACKAGE = "legacy_cgi" | 6 | PYPI_PACKAGE = "legacy_cgi" |
| 7 | 7 | ||
| 8 | inherit python_poetry_core pypi | 8 | inherit python_poetry_core pypi python_hatchling |
| 9 | 9 | ||
| 10 | SRC_URI += "\ | 10 | SRC_URI += "\ |
| 11 | file://0001-cgi.py-fixup-interpreter-according-to-OE.patch \ | 11 | file://0001-cgi.py-fixup-interpreter-according-to-OE.patch \ |
| @@ -15,8 +15,13 @@ DEPENDS += "\ | |||
| 15 | ${PYTHON_PN}-setuptools-scm-native \ | 15 | ${PYTHON_PN}-setuptools-scm-native \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | # Add this function to solve package QA Issue | ||
| 19 | do_install:append() { | ||
| 20 | rm ${D}${PYTHON_SITEPACKAGES_DIR}/.pc -rf | ||
| 21 | } | ||
| 22 | |||
| 18 | #RDEPENDS:${PN} = "python3-core" | 23 | #RDEPENDS:${PN} = "python3-core" |
| 19 | 24 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
| 21 | 26 | ||
| 22 | SRC_URI[sha256sum] = "9952471ceb304043b104c22d00b4f333cac27a6abe446d8a528fc437cf13c85f" | 27 | SRC_URI[sha256sum] = "abb9dfc7835772f7c9317977c63253fd22a7484b5c9bbcdca60a29dcce97c577" |
