package/json-for-modern-cpp: relax dependency on cmake version
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 31 Dec 2018 18:53:44 +0000 (19:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 Jan 2019 10:11:43 +0000 (11:11 +0100)
commit7a4d5f21d904b6c3216ac9ce807b5b7006aef8bc
tree926fc0d7dcb87dba17311e12b1cecbee728aa739
parenta52a3c1d53337feb8d30335b5beb238e66f98294
package/json-for-modern-cpp: relax dependency on cmake version

Currently, json-for-modern-cpp requires cmake to be at least cmake-3.8,
but our dependencies only check for cmake-3.1.

It turns out that json-for-modern-cpp is over strict, and could very
well do with just cmake-3.1

Fixes:
    http://autobuild.buildroot.org/results/1f8/1f893d8bc7df3bfefd31df69aba918e2121cfaf7/

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/json-for-modern-cpp/0001-buildsystem-relax-requirement-on-cmake-version.patch [new file with mode: 0644]