diff options
Diffstat (limited to 'recipes/bind/bind_9.3.5-P1.bb')
-rw-r--r-- | recipes/bind/bind_9.3.5-P1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/bind/bind_9.3.5-P1.bb b/recipes/bind/bind_9.3.5-P1.bb index 6bc2e86da8..d105dfc859 100644 --- a/recipes/bind/bind_9.3.5-P1.bb +++ b/recipes/bind/bind_9.3.5-P1.bb @@ -7,9 +7,9 @@ PR = "r0" DEPENDS = "openssl" SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.5-P1/bind-9.3.5-P1.tar.gz \ - file://conf.patch;apply=yes \ - file://configure.in.patch;apply=yes \ - file://so_bsdcompat.patch;apply=yes \ + file://conf.patch \ + file://configure.in.patch \ + file://so_bsdcompat.patch \ " EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr" |