cmake, git-native, python: Bump PR to force rebuild
authorSteve Sakoman <steve@sakoman.com>
Sun, 5 Apr 2009 11:47:52 +0000 (04:47 -0700)
committerKoen Kooi <koen@openembedded.org>
Sun, 5 Apr 2009 10:37:58 +0000 (12:37 +0200)
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures

recipes/cmake/cmake.inc
recipes/git/git-native_1.6.0.4.bb
recipes/python/python.inc

index eb81668..ef6f5aa 100644 (file)
@@ -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"
index b5bfa02..71b111b 100644 (file)
@@ -1,4 +1,4 @@
 require git.inc
 inherit native
 DEPENDS = "openssl-native curl-native zlib-native expat-native"
-PR = "r3"
+PR = "r4"
index 1e53e69..f113451 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
 # bump this on every change in contrib/python/generate-manifest-2.6.py
-PR = "ml2"
+PR = "ml3"
 
 DEFAULT_PREFERENCE = "-26"