diff options
-rw-r--r-- | recipes/apache2/apache2-native_2.2.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/apache2/apache2-native_2.2.14.bb b/recipes/apache2/apache2-native_2.2.14.bb index efa10f74d9..371bb49a88 100644 --- a/recipes/apache2/apache2-native_2.2.14.bb +++ b/recipes/apache2/apache2-native_2.2.14.bb @@ -3,7 +3,7 @@ DEPENDS = "expat pcre" inherit native -PR ="r0" +PR ="r1" SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2" S = "${WORKDIR}/httpd-${PV}" |