diff options
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" |