From 0f93dfe2f000b42eb0b960d90e2614a0e8a39201 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 26 Jul 2019 13:36:11 +0800 Subject: python-dateutil: Remove the bbappend The current bbappend only has below logic: CLEANBROKEN = "1" For python-dateutil, the distutils class is about to do a clean via "setup.py clean" as below logic in distutils class without CLEANBROKE = "1": distutils_do_configure() { if [ "${CLEANBROKEN}" != "1" ] ; then NO_FETCH_BUILD=1 \ ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py clean ${DISTUTILS_BUILD_ARGS} fi } But it works for python-dateutil, no need to set CLEANBROKEN, so remove this bbappend. Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-dateutil_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-devtools/python/python-dateutil_%.bbappend diff --git a/recipes-devtools/python/python-dateutil_%.bbappend b/recipes-devtools/python/python-dateutil_%.bbappend deleted file mode 100644 index 68409e5..0000000 --- a/recipes-devtools/python/python-dateutil_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf