diff options
Diffstat (limited to 'recipes/ntp/ntp_4.2.0.bb')
-rw-r--r-- | recipes/ntp/ntp_4.2.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" |