diff options
author | Luke Gox <luke@box0.(none)> | 2009-04-06 01:32:55 +0200 |
---|---|---|
committer | Luke Gox <luke@box0.(none)> | 2009-04-06 01:32:55 +0200 |
commit | 6255cd11b01d03599cb9c1e9391c8c5da1467af2 (patch) | |
tree | 4ddd2cb6d40aa18bc06139f106ea84413d281830 /recipes/cmake/cmake.inc | |
parent | b55f0d28339f0efb78e0fe3229425a6124dee556 (diff) | |
parent | cc98a1833bbdfbba3ccda5eb30310ed0d7bfbdd5 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/cmake/cmake.inc')
-rw-r--r-- | recipes/cmake/cmake.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cmake/cmake.inc b/recipes/cmake/cmake.inc index eb816680cd..ef6f5aa1fc 100644 --- a/recipes/cmake/cmake.inc +++ b/recipes/cmake/cmake.inc @@ -5,7 +5,7 @@ DESCRIPTION = "A cross-platform, open-source make system" HOMEPAGE = "http://www.cmake.org/" LICENSE = "Berkeley-style license" SECTION = "console/utils" -PR = "r1" +PR = "r2" CMAKE_MAJOR_VERSION = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz" |