All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [FYI 0/2] Qt5.9 and pcre2
@ 2017-06-28  7:39 Naoki Matsumoto
  2017-06-28  7:40 ` [Buildroot] [FYI 1/2] WIP:pcre2: new package Naoki Matsumoto
  2017-06-28  7:42 ` [Buildroot] [FYI 2/2] WIP:qt5: Bump up to 5.9 Naoki Matsumoto
  0 siblings, 2 replies; 14+ messages in thread
From: Naoki Matsumoto @ 2017-06-28  7:39 UTC (permalink / raw)
  To: buildroot

Hello all.
What mean FYI of subject?
It's mean that just share.
I can't modify and cleanup.because, I'm busy.

I understand patches is very dirty.

===
No1. Qt5.9 needs pcre2.but buildroot haven't it yet.

https://wiki.qt.io/New_Features_in_Qt_5.9
which better for buildroot?
a)Create package pcre2
b)Use pcre2 include qt
I think better a. so, I created the package.

No2. Qt5.9 is LTS
https://blog.qt.io/blog/2017/05/11/introducing-long-term-support-qt-5-9/

I made We can select qt version.

Naoki Matsumoto (2):
   WIP:pcre2: new package
   WIP:qt5: Bump up to 5.9

  package/Config.in                |  1 +
  package/pcre2/Config.in          | 22 ++++++++++++++++++++++
  package/pcre2/pcre2.hash         |  2 ++
  package/pcre2/pcre2.mk           | 20 ++++++++++++++++++++
  package/qt5/Config.in            | 11 +++++++++++
  package/qt5/qt5.mk               |  6 ++++++
  package/qt5/qt5base/qt5base.hash |  3 +++
  package/qt5/qt5base/qt5base.mk   |  7 +++++++
  8 files changed, 72 insertions(+)
  create mode 100644 package/pcre2/Config.in
  create mode 100644 package/pcre2/pcre2.hash
  create mode 100644 package/pcre2/pcre2.mk

-- 
2.7.4

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

end of thread, other threads:[~2017-07-03 13:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  7:39 [Buildroot] [FYI 0/2] Qt5.9 and pcre2 Naoki Matsumoto
2017-06-28  7:40 ` [Buildroot] [FYI 1/2] WIP:pcre2: new package Naoki Matsumoto
2017-06-29 19:29   ` Peter Seiderer
2017-06-29 20:17   ` Peter Seiderer
2017-06-30  9:25     ` Arnout Vandecappelle
2017-06-30  9:30       ` [Buildroot] [arc-buildroot] " Alexey Brodkin
2017-06-28  7:42 ` [Buildroot] [FYI 2/2] WIP:qt5: Bump up to 5.9 Naoki Matsumoto
2017-06-29 19:36   ` Peter Seiderer
2017-06-30  2:24     ` Naoki Matsumoto
2017-06-30  9:25       ` Arnout Vandecappelle
2017-07-02  1:06         ` jsmith
2017-07-02 10:58           ` Arnout Vandecappelle
2017-07-03  5:31             ` Brent Sink
2017-07-03 13:12               ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.