summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-02-24 10:27:21 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-04-03 11:34:24 +0200
commit00ba3ce67481b69d5b41c72f548a39df130dce25 (patch)
treef1eb1ce139eba42131af59c349d2ef6d6ad56635 /recipes-devtools
parent3107f998a2d6469796aa091ce145fbcc845d02e4 (diff)
python3-docutils: drop bbappend recipe
The changes to explicitly use python3 is not valid any more for dunfell branch, since python2 has been dropped. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit d23c5aea39fc5d4815f35422e3146b1b1898c956)
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python3-docutils/rst2man_using_python3.patch8
-rw-r--r--recipes-devtools/python/python3-docutils_%.bbappend6
2 files changed, 0 insertions, 14 deletions
diff --git a/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch b/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch
deleted file mode 100644
index aa446d2..0000000
--- a/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/tools/rst2man.py 2009-08-18 11:39:39.000000000 -0700
-+++ b/tmp/rst2man.py 2017-04-04 18:25:14.049467561 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
-
- # Author:
- # Contact: grubert@users.sf.net
diff --git a/recipes-devtools/python/python3-docutils_%.bbappend b/recipes-devtools/python/python3-docutils_%.bbappend
deleted file mode 100644
index 7fdfbc4..0000000
--- a/recipes-devtools/python/python3-docutils_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/python3-docutils/:"
-
-SRC_URI:append = " \
-file://rst2man_using_python3.patch \
-"
-