diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/ntp | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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 7ef6d672d1..e352f562dc 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;patch=1 \ + file://ipv6only-workaround.patch;apply=yes \ 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 6555dfcfb0..47427c0ccc 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;patch=1 \ - file://readline.patch;patch=1 \ + file://configure.patch;apply=yes \ + file://readline.patch;apply=yes \ file://ntpdate \ file://ntp" diff --git a/recipes/ntp/ntp_4.2.0.bb b/recipes/ntp/ntp_4.2.0.bb index 634c3bffd0..8ff9b89bee 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;patch=1 \ - file://ipv6only-workaround.patch;patch=1 \ - file://gcc4.patch;patch=1 \ + file://ntpdc.Makefile.am.maybe-layout.patch;apply=yes \ + file://ipv6only-workaround.patch;apply=yes \ + file://gcc4.patch;apply=yes \ 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 6010b4a920..d1807da62f 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;patch=1 \ - file://ntp-4.2.4_p6-nano.patch;patch=1 \ + file://tickadj.c.patch;apply=yes \ + file://ntp-4.2.4_p6-nano.patch;apply=yes \ file://ntpd \ file://ntp.conf \ file://ntpdate" |