diff options
author | Tim Orling <ticotimo@gmail.com> | 2020-09-21 21:47:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-23 10:13:35 -0700 |
commit | d964d093f521530650fa6338eeef659b63be0cd4 (patch) | |
tree | 6120e8303f062091ef221c96de5ad3df1a3b8b30 /meta-python/recipes-devtools/python/python3-jinja2/run-ptest | |
parent | 92be59704b4afa65166fc6df209355b4fac67e00 (diff) | |
download | meta-openembedded-d964d093f521530650fa6338eeef659b63be0cd4.tar.gz |
python3-jinja2: bbappend for ptest
The main recipe has moved to oe-core, but with ptest
disabled. Here we simply conditionally inherit ptest
to enable it in meta-python.
Remove the original recipe and the python3-jinja2/
directory.
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jinja2/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jinja2/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jinja2/run-ptest b/meta-python/recipes-devtools/python/python3-jinja2/run-ptest deleted file mode 100644 index 5cec711696..0000000000 --- a/meta-python/recipes-devtools/python/python3-jinja2/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | ||