diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/bind/bind_9.3.5-P1.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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 ce53add5ea..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;patch=1 \ - file://configure.in.patch;patch=1 \ - file://so_bsdcompat.patch;patch=1 \ + 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" |