diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 16:37:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 16:57:21 +0200 |
commit | 8dd59bdb181eaa9b2325d1e75f657e1b78c181fc (patch) | |
tree | 7d23b7dfd5dee57d568436e45e97f480f08298b3 /recipes/git | |
parent | 1ac5a19b93b8da1150c17345c2308fa23e7c2aa7 (diff) |
recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/git')
-rw-r--r-- | recipes/git/git-native_1.7.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/git/git_1.7.0.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/git/git-native_1.7.0.2.bb b/recipes/git/git-native_1.7.0.2.bb index b55070aa71..a4656e9af9 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 = "r4" +PR = "r5" SRC_URI[src.md5sum] = "76518fa774b36de81d160b85fa4f19c1" SRC_URI[src.sha256sum] = "5601df7fc282fdd66de196b282694eb77dcfc50438f01587de144b3ead1a6b2f" diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb index a3a73f02ba..be7a526d1c 100644 --- a/recipes/git/git_1.7.0.2.bb +++ b/recipes/git/git_1.7.0.2.bb @@ -14,7 +14,7 @@ RDEPENDS_${PN} = "perl perl-module-file-path cpio findutils sed" # Dropbear ssh needs a wrapper script, so install openssh-ssh to make it work out of the box RRECOMMENDS_${PN} = "openssh-ssh" -PR = "r6" +PR = "r7" do_install_append() { # Fix broken hardlinks |