diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-04-05 04:47:52 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-05 12:37:58 +0200 |
commit | 749df5d17185aa545f4e62247ab364b6d4e8b179 (patch) | |
tree | 89a3ae1ffa74a6476ad6e0beae81aea43f4b7786 /recipes/git | |
parent | b5346026a5b351de5ba2d25bbd8c536af46eccec (diff) |
cmake, git-native, python: Bump PR to force rebuild
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
Diffstat (limited to 'recipes/git')
-rw-r--r-- | recipes/git/git-native_1.6.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |