diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-23 12:40:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-26 13:15:14 -0700 |
commit | 96e84a0544bb495cd5cb5ab3e5f7e65f3c242a11 (patch) | |
tree | bc3a5ad062f4022b57bc158bad40ff6c25732d0c /meta-python | |
parent | eba644bc1d713f9e1eff736be5203e13e870eb01 (diff) | |
download | meta-openembedded-96e84a0544bb495cd5cb5ab3e5f7e65f3c242a11.tar.gz |
python3-markupsafe: Delete bbappend
It was enabling ptests which is now on by default in OE-core for this
version
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-markupsafe_1.%.bbappend | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend b/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend deleted file mode 100644 index abfda60658..0000000000 --- a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # Main recipe was moved to oe-core, but with ptest disabled | ||
2 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} | ||
3 | |||
4 | RDEPENDS_${PN}-ptest += " \ | ||
5 | ${PYTHON_PN}-pytest \ | ||
6 | " | ||
7 | |||
8 | do_install_ptest() { | ||
9 | install -d ${D}${PTEST_PATH}/tests | ||
10 | cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
11 | } | ||
12 | |||