aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 01:42:18 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 17:09:56 +0200
commit60f43a7db7b8e7851fbdbd45e3e3d714b5e5b4b5 (patch)
treef61fa790fc01a933791a74113b4baaa8e7907051
parent3b928ee140cfc8a958ea4da3b8338302340dac31 (diff)
downloadopenembedded-60f43a7db7b8e7851fbdbd45e3e3d714b5e5b4b5.tar.gz
git-native: bump PR (libssl issue)
git-native failled to run because of libssl changes. bumping PR solve that. Note that if autorev is used,the user has to bitbke -b git-native (to bypass the parsing) else: it start parsing the recipes At some point it encounter a git autorev recipe it calls git which fails because of the library issue the parsing fails,which prevent git-native or other recipes to be built
-rw-r--r--recipes/git/git-native_1.7.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/git/git-native_1.7.0.2.bb b/recipes/git/git-native_1.7.0.2.bb
index a4656e9af9..5a4e8ddd9a 100644
--- a/recipes/git/git-native_1.7.0.2.bb
+++ b/recipes/git/git-native_1.7.0.2.bb
@@ -1,7 +1,7 @@
require git.inc
inherit native
DEPENDS = "openssl-native curl-native zlib-native expat-native"
-PR = "r5"
+PR = "r6"
SRC_URI[src.md5sum] = "76518fa774b36de81d160b85fa4f19c1"
SRC_URI[src.sha256sum] = "5601df7fc282fdd66de196b282694eb77dcfc50438f01587de144b3ead1a6b2f"