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