diff --git a/meta-ohos-core/recipes-connectivity/bind/bind_9.11.%.bbappend b/meta-ohos-core/recipes-connectivity/bind/bind_9.11.%.bbappend new file mode 100644 index 0000000000000000000000000000000000000000..6f2aed4beafac68f65c078f6009d82c29d64e95c --- /dev/null +++ b/meta-ohos-core/recipes-connectivity/bind/bind_9.11.%.bbappend @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +do_configure_prepend(){ + bbwarn "ISC BIND 9.11 or its libs is pulled in into the build. It is unsupported and possibly insecure!" + bbwarn "If ISC BIND is pulled in by dhcp-client, please consider switching to use NetworkManager." +}