mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
cmake-native: Upgraded to version 2.8.2
Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
a6ba63c70e
commit
d47fc7a107
@@ -1,3 +0,0 @@
|
||||
CMAKE_MAJOR_VERSION="2.6"
|
||||
inherit native
|
||||
require cmake.inc
|
||||
4
meta/packages/cmake/cmake-native_2.8.2.bb
Normal file
4
meta/packages/cmake/cmake-native_2.8.2.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
CMAKE_MAJOR_VERSION="2.8"
|
||||
require cmake.inc
|
||||
inherit native
|
||||
PR = "r0"
|
||||
@@ -3,8 +3,9 @@
|
||||
|
||||
DESCRIPTION = "A cross-platform, open-source make system"
|
||||
HOMEPAGE = "http://www.cmake.org/"
|
||||
LICENSE = "Berkely-style license"
|
||||
BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "BSD"
|
||||
|
||||
SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user