diff options
author | Samuli Piippo <samuli.piippo@gmail.com> | 2022-03-01 11:39:25 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
commit | 2d39634bd5a1d37cf87eeefa12b618f055cdeea1 (patch) | |
tree | d98d2864adcd447e64225449a6c9c34089221cf0 /meta-python | |
parent | 7f9792fa108dd335a20bbf516e187dc713821ac5 (diff) | |
download | meta-openembedded-2d39634bd5a1d37cf87eeefa12b618f055cdeea1.tar.gz |
python3-antlr4-runtime: 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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb b/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb new file mode 100644 index 0000000000..6d67861a26 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "ANTLR runtime for Python" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c96f0ee5f5d08fd4387e5f00507bb13e" | ||
4 | |||
5 | SRC_URI[sha256sum] = "31f5abdc7faf16a1a6e9bf2eb31565d004359b821b09944436a34361929ae85a" | ||
6 | |||
7 | PYPI_PACKAGE = "antlr4-python3-runtime" | ||
8 | |||
9 | inherit pypi setuptools_build_meta | ||
10 | |||
11 | BBCLASSEXTEND = "nativesdk native" | ||