]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python: refresh patches
authorRoss Burton <ross.burton@intel.com>
Thu, 8 Mar 2018 18:18:02 +0000 (20:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Mar 2018 17:17:04 +0000 (09:17 -0800)
commitfe9e4bbee7e079bfd2bc1e8fa6124ef2db2d2efe
treef1b1aa3b6138dbd5d6c901bbfe2a95fb949d8228
parente5f5aa5604a7617af839832ded457c8a824bcf2f
python: refresh patches

The patch tool will apply patches by default with "fuzz", which is where if the
hunk context isn't present but what is there is close enough, it will force the
patch in.

Whilst this is useful when there's just whitespace changes, when applied to
source it is possible for a patch applied with fuzz to produce broken code which
still compiles (see #10450).  This is obviously bad.

We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For
that to be realistic the existing patches with fuzz need to be rebased and
reviewed.

(From OE-Core rev: 0b25fcee333e6207a8596d26adfa65fec85c26df)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch
meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch