diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-12 21:16:13 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-12 21:16:13 +0100 |
commit | 737eeeaa0b2b33313c41a875ac2a7b06558995f9 (patch) | |
tree | 192ac98ae79b2b0fccd112a7421aefe10adbb34e | |
parent | 88ecddab105e8d1743d4fb73f4917522dc30f7ef (diff) |
apache2-native: and bump PR
-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}" |