From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: 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 Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/ntp/ntp.inc | 2 +- recipes/ntp/ntp_4.1.2.bb | 4 ++-- recipes/ntp/ntp_4.2.0.bb | 6 +++--- recipes/ntp/ntp_4.2.4p7.bb | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/ntp') diff --git a/recipes/ntp/ntp.inc b/recipes/ntp/ntp.inc index e352f562dc..68b98db80f 100644 --- a/recipes/ntp/ntp.inc +++ b/recipes/ntp/ntp.inc @@ -9,7 +9,7 @@ LICENSE = "ntp" RSUGGESTS = "iana-etc" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ - file://ipv6only-workaround.patch;apply=yes \ + file://ipv6only-workaround.patch \ file://ntpd \ file://ntp.conf \ file://ntpdate" diff --git a/recipes/ntp/ntp_4.1.2.bb b/recipes/ntp/ntp_4.1.2.bb index 47427c0ccc..24e9b05e45 100644 --- a/recipes/ntp/ntp_4.1.2.bb +++ b/recipes/ntp/ntp_4.1.2.bb @@ -3,8 +3,8 @@ require ntp.inc PR = "r5" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.1/ntp-${PV}.tar.gz \ - file://configure.patch;apply=yes \ - file://readline.patch;apply=yes \ + file://configure.patch \ + file://readline.patch \ file://ntpdate \ file://ntp" diff --git a/recipes/ntp/ntp_4.2.0.bb b/recipes/ntp/ntp_4.2.0.bb index 8ff9b89bee..62342ca602 100644 --- a/recipes/ntp/ntp_4.2.0.bb +++ b/recipes/ntp/ntp_4.2.0.bb @@ -3,9 +3,9 @@ require ntp.inc PR = "r9" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ - file://ntpdc.Makefile.am.maybe-layout.patch;apply=yes \ - file://ipv6only-workaround.patch;apply=yes \ - file://gcc4.patch;apply=yes \ + file://ntpdc.Makefile.am.maybe-layout.patch \ + file://ipv6only-workaround.patch \ + file://gcc4.patch \ file://ntpd \ file://ntp.conf \ file://ntpdate" diff --git a/recipes/ntp/ntp_4.2.4p7.bb b/recipes/ntp/ntp_4.2.4p7.bb index d1807da62f..f21befe554 100644 --- a/recipes/ntp/ntp_4.2.4p7.bb +++ b/recipes/ntp/ntp_4.2.4p7.bb @@ -3,8 +3,8 @@ require ntp.inc PR = "r1" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ - file://tickadj.c.patch;apply=yes \ - file://ntp-4.2.4_p6-nano.patch;apply=yes \ + file://tickadj.c.patch \ + file://ntp-4.2.4_p6-nano.patch \ file://ntpd \ file://ntp.conf \ file://ntpdate" -- cgit 1.2.3-korg