diff options
Diffstat (limited to 'recipes/apr/apr_1.3.5.bb')
-rw-r--r-- | recipes/apr/apr_1.3.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/apr/apr_1.3.5.bb b/recipes/apr/apr_1.3.5.bb index e0d8f5bd6f..a8362e4165 100644 --- a/recipes/apr/apr_1.3.5.bb +++ b/recipes/apr/apr_1.3.5.bb @@ -5,9 +5,9 @@ LICENSE = "Apache License, Version 2.0" PR = "r4" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2;name=apr135tarbz2 \ - file://configure_fixes.patch;apply=yes \ -# file://cleanup.patch;apply=yes \ - file://configfix.patch;apply=yes" + file://configure_fixes.patch \ +# file://cleanup.patch \ + file://configfix.patch" inherit autotools lib_package binconfig |