diff options
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.16.5.bb')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.16.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.16.5.bb b/meta/recipes-connectivity/bind/bind_9.16.5.bb index 07efafde70..103192490a 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.5.bb | |||
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | |||
25 | # stay at 9.16 follow the ESV versions divisible by 4 | 25 | # stay at 9.16 follow the ESV versions divisible by 4 |
26 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" | 26 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" |
27 | 27 | ||
28 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header | 28 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives |
29 | 29 | ||
30 | # PACKAGECONFIGs readline and libedit should NOT be set at same time | 30 | # PACKAGECONFIGs readline and libedit should NOT be set at same time |
31 | PACKAGECONFIG ?= "readline" | 31 | PACKAGECONFIG ?= "readline" |