[meta-virtualization] [meta-cloud-services][PATCH] python-dateutil: Remove the bbappend

Bruce Ashfield bruce.ashfield at gmail.com
Wed Jul 31 19:17:25 PDT 2019


merged

Bruce

On Fri, Jul 26, 2019 at 1:36 AM <mingli.yu at windriver.com> wrote:

> From: Mingli Yu <Mingli.Yu at windriver.com>
>
> 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 <Mingli.Yu at windriver.com>
> ---
>  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"
> --
> 2.7.4
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20190731/edd29841/attachment.html>


More information about the meta-virtualization mailing list