cmake.inc 1.4 KB

12345678910111213141516171819202122232425262728
  1. # Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
  2. # Released under the MIT license (see packages/COPYING)
  3. SUMMARY = "Cross-platform, open-source make system"
  4. DESCRIPTION = "CMake is used to control the software compilation process \
  5. using simple platform and compiler independent configuration files. CMake \
  6. generates native makefiles and workspaces that can be used in the compiler \
  7. environment of your choice."
  8. HOMEPAGE = "http://www.cmake.org/"
  9. BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
  10. SECTION = "console/utils"
  11. LICENSE = "BSD-3-Clause"
  12. LIC_FILES_CHKSUM = "file://Copyright.txt;md5=718f05155941b33862726348d3cd46ce \
  13. file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \
  14. "
  15. CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
  16. SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
  17. file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch \
  18. file://0001-cmCurl-Avoid-using-undocumented-type-for-CURLOPT_NET.patch \
  19. "
  20. SRC_URI[sha256sum] = "653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0"
  21. UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
  22. CVE_STATUS[CVE-2016-10642] = "cpe-incorrect: This is specific to the npm package that installs cmake, so isn't relevant to OpenEmbedded"