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:
Dongxiao Xu 2010-07-14 20:27:50 +08:00 committed by Richard Purdie
parent a6ba63c70e
commit d47fc7a107
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +0,0 @@
CMAKE_MAJOR_VERSION="2.6"
inherit native
require cmake.inc

View File

@ -0,0 +1,4 @@
CMAKE_MAJOR_VERSION="2.8"
require cmake.inc
inherit native
PR = "r0"

View File

@ -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"