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/socat/socat_1.7.1.2.bb | |
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/socat/socat_1.7.1.2.bb')
-rw-r--r-- | recipes/socat/socat_1.7.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/socat/socat_1.7.1.2.bb b/recipes/socat/socat_1.7.1.2.bb index e3accb6377..3b56de1853 100644 --- a/recipes/socat/socat_1.7.1.2.bb +++ b/recipes/socat/socat_1.7.1.2.bb @@ -3,7 +3,7 @@ DEPENDS = "openssl" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ file://compile.patch" |