This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
oe_yp_python3_recipes [2020/06/16 17:16] rpjday [Regular stuff] |
oe_yp_python3_recipes [2020/06/16 17:19] (current) rpjday [PYPI_PACKAGE] |
||
---|---|---|---|
Line 84: | Line 84: | ||
python3-rfc3986-validator_0.1.1.bb:PYPI_PACKAGE = "rfc3986_validator" | python3-rfc3986-validator_0.1.1.bb:PYPI_PACKAGE = "rfc3986_validator" | ||
python3-robotframework-seriallibrary_0.3.1.bb:PYPI_PACKAGE = "robotframework-seriallibrary" | python3-robotframework-seriallibrary_0.3.1.bb:PYPI_PACKAGE = "robotframework-seriallibrary" | ||
+ | </code> | ||
+ | |||
+ | ===== S ===== | ||
+ | |||
+ | Default: | ||
+ | |||
+ | <code> | ||
+ | S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}" | ||
+ | </code> | ||
+ | |||
+ | Overrides: | ||
+ | |||
+ | <code> | ||
+ | python3-absl_0.9.0.bb:S = "${WORKDIR}/git" | ||
+ | python3-astor_0.8.1.bb:S = "${WORKDIR}/git" | ||
+ | python3-configshell-fb_1.1.28.bb:S = "${WORKDIR}/git" | ||
+ | python3-dbussy_1.3.bb:S = "${WORKDIR}/git" | ||
+ | python3-dt-schema_git.bb:S = "${WORKDIR}/git" | ||
+ | ... | ||
</code> | </code> |