diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/apr | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/apr')
-rw-r--r-- | recipes/apr/apr-util_0.9.12.bb | 2 | ||||
-rw-r--r-- | recipes/apr/apr-util_1.2.12.bb | 2 | ||||
-rw-r--r-- | recipes/apr/apr-util_1.2.7.bb | 2 | ||||
-rw-r--r-- | recipes/apr/apr-util_1.3.4.bb | 4 | ||||
-rw-r--r-- | recipes/apr/apr_1.2.12.bb | 2 | ||||
-rw-r--r-- | recipes/apr/apr_1.2.7.bb | 2 | ||||
-rw-r--r-- | recipes/apr/apr_1.3.3.bb | 6 | ||||
-rw-r--r-- | recipes/apr/apr_1.3.5.bb | 6 |
8 files changed, 13 insertions, 13 deletions
diff --git a/recipes/apr/apr-util_0.9.12.bb b/recipes/apr/apr-util_0.9.12.bb index f2b79a5d57..1902c054ef 100644 --- a/recipes/apr/apr-util_0.9.12.bb +++ b/recipes/apr/apr-util_0.9.12.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://apr.apache.org" PR = "r1" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ - file://gen_uri_delims.patch;apply=yes \ + file://gen_uri_delims.patch \ file://uri_delims.h" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} --with-expat=${STAGING_DIR_HOST}${layout_prefix}" diff --git a/recipes/apr/apr-util_1.2.12.bb b/recipes/apr/apr-util_1.2.12.bb index 3c22da1780..b5c1ebb9ef 100644 --- a/recipes/apr/apr-util_1.2.12.bb +++ b/recipes/apr/apr-util_1.2.12.bb @@ -9,7 +9,7 @@ inherit autotools lib_package binconfig # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ - file://configure_fixes.patch;apply=yes" + file://configure_fixes.patch" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \ --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ diff --git a/recipes/apr/apr-util_1.2.7.bb b/recipes/apr/apr-util_1.2.7.bb index e19b51effa..e26d3000bc 100644 --- a/recipes/apr/apr-util_1.2.7.bb +++ b/recipes/apr/apr-util_1.2.7.bb @@ -7,7 +7,7 @@ PR = "r3" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ - file://configure_fixes.patch;apply=yes" + file://configure_fixes.patch" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \ --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ diff --git a/recipes/apr/apr-util_1.3.4.bb b/recipes/apr/apr-util_1.3.4.bb index 764ee62ad8..914f9ce809 100644 --- a/recipes/apr/apr-util_1.3.4.bb +++ b/recipes/apr/apr-util_1.3.4.bb @@ -6,8 +6,8 @@ LICENSE = "Apache License, Version 2.0" PR = "r5" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ - file://configfix.patch;apply=yes \ - file://configure_fixes.patch;apply=yes" + file://configfix.patch \ + file://configure_fixes.patch" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ --with-dbm=gdbm \ diff --git a/recipes/apr/apr_1.2.12.bb b/recipes/apr/apr_1.2.12.bb index f5444f7aae..dd4493f571 100644 --- a/recipes/apr/apr_1.2.12.bb +++ b/recipes/apr/apr_1.2.12.bb @@ -6,7 +6,7 @@ PR = "r1" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ - file://configure_fixes.patch;apply=yes" + file://configure_fixes.patch" inherit autotools lib_package binconfig diff --git a/recipes/apr/apr_1.2.7.bb b/recipes/apr/apr_1.2.7.bb index 827e714f30..cfb6e30582 100644 --- a/recipes/apr/apr_1.2.7.bb +++ b/recipes/apr/apr_1.2.7.bb @@ -6,7 +6,7 @@ PR = "r2" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ - file://configure_fixes.patch;apply=yes" + file://configure_fixes.patch" inherit autotools lib_package binconfig diff --git a/recipes/apr/apr_1.3.3.bb b/recipes/apr/apr_1.3.3.bb index cc481ffd5e..3a49235842 100644 --- a/recipes/apr/apr_1.3.3.bb +++ b/recipes/apr/apr_1.3.3.bb @@ -5,9 +5,9 @@ LICENSE = "Apache License, Version 2.0" PR = "r4" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ - 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 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 |