diff options
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.11.4.bb')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.11.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.11.4.bb index 23c3aadf9c..63d8b0baa8 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.4.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.4.bb | |||
@@ -28,7 +28,9 @@ SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745 | |||
28 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | 28 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" |
29 | UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/" | 29 | UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/" |
30 | 30 | ||
31 | inherit autotools update-rc.d systemd useradd pkgconfig | 31 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script |
32 | |||
33 | MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" | ||
32 | 34 | ||
33 | # PACKAGECONFIGs readline and libedit should NOT be set at same time | 35 | # PACKAGECONFIGs readline and libedit should NOT be set at same time |
34 | PACKAGECONFIG ?= "readline" | 36 | PACKAGECONFIG ?= "readline" |