diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.2-P3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb index 52244b0c59..151eec096b 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb | |||
@@ -24,7 +24,6 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ | |||
24 | SRC_URI[md5sum] = "a810d5d65fbdcf28dcda80d646913c3a" | 24 | SRC_URI[md5sum] = "a810d5d65fbdcf28dcda80d646913c3a" |
25 | SRC_URI[sha256sum] = "78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a" | 25 | SRC_URI[sha256sum] = "78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a" |
26 | 26 | ||
27 | # --enable-exportlib is necessary for building dhcp | ||
28 | ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}" | 27 | ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}" |
29 | EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ | 28 | EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ |
30 | --disable-devpoll --disable-epoll --with-gost=no \ | 29 | --disable-devpoll --disable-epoll --with-gost=no \ |
@@ -49,6 +48,7 @@ SYSTEMD_SERVICE_${PN} = "named.service" | |||
49 | PARALLEL_MAKE = "" | 48 | PARALLEL_MAKE = "" |
50 | 49 | ||
51 | RDEPENDS_${PN} = "python-core" | 50 | RDEPENDS_${PN} = "python-core" |
51 | RDEPENDS_${PN}-dev = "" | ||
52 | 52 | ||
53 | PACKAGE_BEFORE_PN += "${PN}-utils" | 53 | PACKAGE_BEFORE_PN += "${PN}-utils" |
54 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" | 54 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" |