From: Khem Raj Date: Mon, 14 Sep 2020 19:04:42 +0000 (-0700) Subject: bind: Inherit update-alternatives X-Git-Tag: 2020-10-gatesgarth~222 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0cccb2ae6508c0b3d4a5362e61b24ee314c2fb02;p=openembedded-core.git bind: Inherit update-alternatives We are setting u-a for nslookup and it won't work unless we inherit this class Signed-off-by: Khem Raj Cc: Andrey Zhizhikin Signed-off-by: Richard Purdie --- 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/" # stay at 9.16 follow the ESV versions divisible by 4 UPSTREAM_CHECK_REGEX = "(?P9.(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"