]> code.ossystems Code Review - openembedded-core.git/commitdiff
bind: Inherit update-alternatives
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Sep 2020 19:04:42 +0000 (12:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Sep 2020 21:43:15 +0000 (22:43 +0100)
We are setting u-a for nslookup and it won't work unless we inherit this
class

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.16.5.bb

index 07efafde702fe17e8db291a63c82fe941df4a1bf..103192490a85244468baa32fe2fcf9a51c90dbe3 100644 (file)
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # stay at 9.16 follow the ESV versions divisible by 4
 UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/"
 
-inherit autotools update-rc.d systemd useradd pkgconfig multilib_header
+inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives
 
 # PACKAGECONFIGs readline and libedit should NOT be set at same time
 PACKAGECONFIG ?= "readline"