From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/apache2/apache2_2.2.14.bb | 10 +++++----- recipes/apache2/apache2_2.2.3.bb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'recipes/apache2') diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb index 72dbfc9759..494f673645 100644 --- a/recipes/apache2/apache2_2.2.14.bb +++ b/recipes/apache2/apache2_2.2.14.bb @@ -6,11 +6,11 @@ RDEPENDS += "openssl" PR = "r1" SRC_URI = "http://apache.mirrors.tds.net/httpd/httpd-${PV}.tar.bz2 \ - file://apr-sockets-patch;patch=1 \ - file://configure-patch;patch=1 \ - file://server-makefile-patch;patch=1 \ - file://configure.in.patch;patch=1 \ - file://apr.h.in.patch;patch=1 \ + file://apr-sockets-patch;apply=yes \ + file://configure-patch;apply=yes \ + file://server-makefile-patch;apply=yes \ + file://configure.in.patch;apply=yes \ + file://apr.h.in.patch;apply=yes \ file://init" # diff --git a/recipes/apache2/apache2_2.2.3.bb b/recipes/apache2/apache2_2.2.3.bb index 1146d933b9..bb2db8fa5f 100644 --- a/recipes/apache2/apache2_2.2.3.bb +++ b/recipes/apache2/apache2_2.2.3.bb @@ -6,11 +6,11 @@ RDEPENDS += "openssl" PR = "r6" SRC_URI = "http://apache.mirrors.tds.net/httpd/httpd-2.2.3.tar.bz2 \ - file://dftables-makefile-patch;patch=1 \ - file://apr-sockets-patch;patch=1 \ - file://configure-patch;patch=1 \ - file://server-makefile-patch;patch=1 \ - file://configure-fix-cross-compile-ptr-check.patch;patch=1 \ + file://dftables-makefile-patch;apply=yes \ + file://apr-sockets-patch;apply=yes \ + file://configure-patch;apply=yes \ + file://server-makefile-patch;apply=yes \ + file://configure-fix-cross-compile-ptr-check.patch;apply=yes \ file://init" # -- cgit 1.2.3-korg