Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] More recipe version upgrades
@ 2015-08-10 12:07 Jussi Kukkonen
  2015-08-10 12:08 ` [PATCH 1/5] texinfo: Upgrade 5.2 -> 6.0 Jussi Kukkonen
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jussi Kukkonen @ 2015-08-10 12:07 UTC (permalink / raw)
  To: openembedded-core

The screen upgrade is worth a good look: First of all the new GPLv3
version required quite a bit of build system patching. Also as far
as I can tell the existing recipe contains a debian patch which itself
contains 40 patches that are never applied to the actual sources.
My patch removes this unnecessary download and does not try to apply
the 40 patches (with the logic that 19000 lines of patch should be
done in separate commits _if_ they are necessary): the functionality
of screen 4.0.3 should not change with this commit.

Suggestions for other solutions are welcome as well.


Cheers,
 Jussi

The following changes since commit a8b723498c9a7106210db140452886894494b4d6:

  bitbake: cooker: Resolve file monitoring race issues when using memres bitbake (2015-08-03 07:36:25 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/more-upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/more-upgrades

Jussi Kukkonen (5):
  texinfo: Upgrade 5.2 -> 6.0
  screen: Add version 4.3.1
  resolvconf: Upgrade 1.76 -> 1.77
  qmmp: Upgrade 0.8.5 -> 0.8.6
  libepoxy: Upgrade 1.2 -> 1.3.1

 .../{resolvconf_1.76.bb => resolvconf_1.77.bb}     |   6 +-
 meta/recipes-extended/screen/screen.inc            |  39 ++++++
 .../Avoid-mis-identifying-systems-as-SVR4.patch    |  57 ++++++++
 ...cross-compile-alternatives-for-AC_TRY_RUN.patch | 137 ++++++++++++++++++
 .../Remove-redundant-compiler-sanity-checks.patch  |  65 +++++++++
 ...t-file-system-checks-when-cross-compiling.patch | 135 ++++++++++++++++++
 .../fix-parallel-make.patch                        |   0
 .../screen/{screen-4.0.3 => screen}/screen.pam     |   0
 meta/recipes-extended/screen/screen_4.0.3.bb       |  55 +-------
 meta/recipes-extended/screen/screen_4.3.1.bb       |  13 ++
 .../texinfo/texinfo/dont-depend-on-help2man.patch  |  47 ++++---
 .../texinfo/texinfo/texinfo-4.12-zlib.patch        | 156 +++++++++++++--------
 .../texinfo/texinfo/texinfo-4.13a-powerpc.patch    |  14 --
 .../texinfo/{texinfo_5.2.bb => texinfo_6.0.bb}     |   5 +-
 meta/recipes-graphics/libepoxy/libepoxy_git.bb     |   4 +-
 .../qt-apps/{qmmp_0.8.5.bb => qmmp_0.8.6.bb}       |   7 +-
 16 files changed, 595 insertions(+), 145 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.76.bb => resolvconf_1.77.bb} (89%)
 create mode 100644 meta/recipes-extended/screen/screen.inc
 create mode 100644 meta/recipes-extended/screen/screen/Avoid-mis-identifying-systems-as-SVR4.patch
 create mode 100644 meta/recipes-extended/screen/screen/Provide-cross-compile-alternatives-for-AC_TRY_RUN.patch
 create mode 100644 meta/recipes-extended/screen/screen/Remove-redundant-compiler-sanity-checks.patch
 create mode 100644 meta/recipes-extended/screen/screen/Skip-host-file-system-checks-when-cross-compiling.patch
 rename meta/recipes-extended/screen/{screen-4.0.3 => screen}/fix-parallel-make.patch (100%)
 rename meta/recipes-extended/screen/{screen-4.0.3 => screen}/screen.pam (100%)
 create mode 100644 meta/recipes-extended/screen/screen_4.3.1.bb
 delete mode 100644 meta/recipes-extended/texinfo/texinfo/texinfo-4.13a-powerpc.patch
 rename meta/recipes-extended/texinfo/{texinfo_5.2.bb => texinfo_6.0.bb} (93%)
 rename meta/recipes-qt/qt-apps/{qmmp_0.8.5.bb => qmmp_0.8.6.bb} (93%)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-08-12  7:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 12:07 [PATCH 0/5] More recipe version upgrades Jussi Kukkonen
2015-08-10 12:08 ` [PATCH 1/5] texinfo: Upgrade 5.2 -> 6.0 Jussi Kukkonen
2015-08-10 12:08 ` [PATCH 2/5] screen: Add version 4.3.1 Jussi Kukkonen
2015-08-10 12:38   ` Mikko.Rapeli
2015-08-11 19:32   ` Burton, Ross
2015-08-11 19:54     ` Andre McCurdy
2015-08-11 20:05       ` Philip Balister
2015-08-11 20:28       ` Burton, Ross
2015-08-11 20:37         ` Otavio Salvador
2015-08-12  1:48           ` Khem Raj
2015-08-12  7:54           ` Jussi Kukkonen
2015-08-10 12:08 ` [PATCH 3/5] resolvconf: Upgrade 1.76 -> 1.77 Jussi Kukkonen
2015-08-10 12:08 ` [PATCH 4/5] qmmp: Upgrade 0.8.5 -> 0.8.6 Jussi Kukkonen
2015-08-10 12:08 ` [PATCH 5/5] libepoxy: Upgrade 1.2 -> 1.3.1 Jussi Kukkonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox