diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-05-22 11:45:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-29 02:26:16 -0700 |
commit | 2349dd7dc0f5c09534bb6d3411e2b9736a6cdefa (patch) | |
tree | 119e28439a8ec8080abf5378ecf76ab377cf1bfa /meta-oe/recipes-devtools/python/python-pytoml.inc | |
parent | e3392ec71968ccf16ed667dbc70683f00419906e (diff) | |
download | meta-openembedded-2349dd7dc0f5c09534bb6d3411e2b9736a6cdefa.tar.gz |
python-jsmin,python-pytoml,python-which: Add recipes
These packages are needed for mozjs 60.x to build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pytoml.inc')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pytoml.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pytoml.inc b/meta-oe/recipes-devtools/python/python-pytoml.inc new file mode 100644 index 0000000000..1019c09d03 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-pytoml.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "A TOML-0.4.0 parser/writer for Python" | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/pytoml/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cfff423699bdaef24331933ac4f56078" | ||
6 | |||
7 | SRC_URI[md5sum] = "a11d8a4859b53f6ebe2f782314428911" | ||
8 | SRC_URI[sha256sum] = "ca2d0cb127c938b8b76a9a0d0f855cf930c1d50cc3a0af6d3595b566519a1013" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||