diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-22 22:50:12 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-26 17:01:08 +0000 |
| commit | f5c406980876d7b218d7b2d919add68dd5a3e1f8 (patch) | |
| tree | eb3c54adab591bb7b28d87515a39ff337a54c602 /meta/recipes-devtools/python/python3-jsonpointer | |
| parent | 91dbc50d6ec4c6361151ba94cacaeda0cbbbff19 (diff) | |
| download | poky-f5c406980876d7b218d7b2d919add68dd5a3e1f8.tar.gz | |
python: import jsonpointer from meta-python
required to support python3-json, which is required for python3-dtschema
and device tree checking by the kernel.
(From OE-Core rev: 5e057c058da55385d8566532bd713bcd7b4c9ebc)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonpointer')
| -rw-r--r-- | meta/recipes-devtools/python/python3-jsonpointer/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonpointer/run-ptest b/meta/recipes-devtools/python/python3-jsonpointer/run-ptest new file mode 100644 index 0000000000..51e609f4ba --- /dev/null +++ b/meta/recipes-devtools/python/python3-jsonpointer/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | python3 tests.py | ||
