diff options
Diffstat (limited to 'recipes/apache2')
-rw-r--r-- | recipes/apache2/apache2_2.2.14.bb | 2 | ||||
-rw-r--r-- | recipes/apache2/apache2_2.2.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb index 2018dda753..1c425b70fe 100644 --- a/recipes/apache2/apache2_2.2.14.bb +++ b/recipes/apache2/apache2_2.2.14.bb @@ -3,7 +3,7 @@ DESCRIPTION = "The apache v2 web server" DEPENDS = "apache2-native openssl expat pcre" RDEPENDS_${PN} += "openssl" -PR = "r1" +PR = "r2" SRC_URI = "http://apache.mirrors.tds.net/httpd/httpd-${PV}.tar.bz2 \ file://apr-sockets-patch;apply=yes \ diff --git a/recipes/apache2/apache2_2.2.3.bb b/recipes/apache2/apache2_2.2.3.bb index 8d631f14a0..9280a3e729 100644 --- a/recipes/apache2/apache2_2.2.3.bb +++ b/recipes/apache2/apache2_2.2.3.bb @@ -3,7 +3,7 @@ DESCRIPTION = "The apache v2 web server" DEPENDS = "apache2-native openssl expat pcre" RDEPENDS_${PN} += "openssl" -PR = "r6" +PR = "r7" SRC_URI = "http://apache.mirrors.tds.net/httpd/httpd-2.2.3.tar.bz2 \ file://dftables-makefile-patch;apply=yes \ |