[Buildroot] [PATCH 0/2 v8] core/pkg-cmake: do not build host-cmake if not needed (branch yem/host-cmake)

Yann E. MORIN yann.morin.1998 at free.fr
Mon Sep 12 21:59:16 UTC 2016


Hello All!

This series attempts at using the cmake already present on the build
machine, if any, to avoid building our own version if the existing cmake
is suitable.


Changes v7 -> V8:
  - Chandle three-part version strings  (Arnout)

Changes v6 -> v7:
  - split out in two patches  (Arnout)


Changes v7 -> v8:
  - 


Regards,
Yann E. MORIN.


The following changes since commit 0c6635e9d6a9b0f1d361f1363c4b647adcae6da2

  package/libva-intel-driver: bump version to 1.7.2 (2016-09-05 22:17:54 +0200)


are available in the git repository at:

  git://git.buildroot.org/~ymorin/git/buildroot.git

for you to fetch changes up to 51cc816673de51799d4f86a7045ef4f480fbab46

  core/pkg-cmake: ensure no package needs a cmake newer than we do (2016-09-12 23:55:46 +0200)


----------------------------------------------------------------
Luca Ceresoli (1):
      core: don't build host-cmake if it is available on the build host

Yann E. MORIN (1):
      core/pkg-cmake: ensure no package needs a cmake newer than we do

 package/pkg-cmake.mk                     | 46 +++++++++++++++++++++++++++++---
 support/dependencies/check-host-cmake.mk | 18 +++++++++++++
 support/dependencies/check-host-cmake.sh | 39 +++++++++++++++++++++++++++
 3 files changed, 100 insertions(+), 3 deletions(-)
 create mode 100644 support/dependencies/check-host-cmake.mk
 create mode 100755 support/dependencies/check-host-cmake.sh

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list