diff options
| author | Samuli Piippo <samuli.piippo@gmail.com> | 2022-03-01 11:39:24 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
| commit | 7f9792fa108dd335a20bbf516e187dc713821ac5 (patch) | |
| tree | fa79eb55242b0184193d685f863f96897c399200 /meta-python/recipes-devtools/python/python3-path_16.4.0.bb | |
| parent | df077258b61f20ec8fdf3978fa4a912d3a14eaf5 (diff) | |
| download | meta-openembedded-7f9792fa108dd335a20bbf516e187dc713821ac5.tar.gz | |
python3-path: add recipe
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-path_16.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-path_16.4.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb new file mode 100644 index 0000000000..0fc0a33b2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "A module wrapper for os.path" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52" | ||
| 6 | |||
| 7 | inherit pypi setuptools_build_meta | ||
| 8 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "nativesdk native" | ||
