From d507e8981652e3abaece415cd5de1bd76c23050b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 15 Aug 2017 18:14:54 +0200 Subject: python3-docutils: use version wildcard with bbappend Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-devtools/python/python3-docutils_%.bbappend | 6 ++++++ recipes-devtools/python/python3-docutils_0.12.bbappend | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-devtools/python/python3-docutils_%.bbappend delete mode 100644 recipes-devtools/python/python3-docutils_0.12.bbappend (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python3-docutils_%.bbappend b/recipes-devtools/python/python3-docutils_%.bbappend new file mode 100644 index 0000000..22f835c --- /dev/null +++ b/recipes-devtools/python/python3-docutils_%.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/python3-docutils/:" + +SRC_URI_append = " \ +file://rst2man_using_python3.patch \ +" + diff --git a/recipes-devtools/python/python3-docutils_0.12.bbappend b/recipes-devtools/python/python3-docutils_0.12.bbappend deleted file mode 100644 index 22f835c..0000000 --- a/recipes-devtools/python/python3-docutils_0.12.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/python3-docutils/:" - -SRC_URI_append = " \ -file://rst2man_using_python3.patch \ -" - -- cgit v1.2.3