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/ntp | |
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/ntp')
-rw-r--r-- | recipes/ntp/ntp.inc | 2 | ||||
-rw-r--r-- | recipes/ntp/ntp_4.1.2.bb | 4 | ||||
-rw-r--r-- | recipes/ntp/ntp_4.2.0.bb | 6 | ||||
-rw-r--r-- | recipes/ntp/ntp_4.2.4p7.bb | 4 |
4 files changed, 8 insertions, 8 deletions
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" |