diff options
-rw-r--r-- | recipes/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | recipes/git/git-native_1.6.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/python/python.inc | 2 |
3 files changed, 3 insertions, 3 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" diff --git a/recipes/git/git-native_1.6.0.4.bb b/recipes/git/git-native_1.6.0.4.bb index b5bfa02cd9..71b111be53 100644 --- a/recipes/git/git-native_1.6.0.4.bb +++ b/recipes/git/git-native_1.6.0.4.bb @@ -1,4 +1,4 @@ require git.inc inherit native DEPENDS = "openssl-native curl-native zlib-native expat-native" -PR = "r3" +PR = "r4" diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 1e53e6964e..f11345192c 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -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" |