From 8dd59bdb181eaa9b2325d1e75f657e1b78c181fc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 16 Aug 2010 16:37:24 +0200 Subject: recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1.0.0 Signed-off-by: Martin Jansa --- recipes/git/git-native_1.7.0.2.bb | 2 +- recipes/git/git_1.7.0.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/git') 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 -- cgit 1.2.3-korg