mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
bind: Inherit update-alternatives
We are setting u-a for nslookup and it won't work unless we inherit this class (From OE-Core rev: 0cccb2ae6508c0b3d4a5362e61b24ee314c2fb02) 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>
This commit is contained in:
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
|
|||||||
# stay at 9.16 follow the ESV versions divisible by 4
|
# stay at 9.16 follow the ESV versions divisible by 4
|
||||||
UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/"
|
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
|
# PACKAGECONFIGs readline and libedit should NOT be set at same time
|
||||||
PACKAGECONFIG ?= "readline"
|
PACKAGECONFIG ?= "readline"
|
||||||
|
|||||||
Reference in New Issue
Block a user