From 45e88f48809cc389c083154377305fc5a7e1a8f5 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 8 Dec 2021 17:53:07 +0100
Subject: [PATCH] bind: Drop 9.11 bbappend

oe-core comes now with 9.16.23 for which the warning doesn't apply
anymore.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-connectivity/bind/bind_9.11.%.bbappend        | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 meta-oniro-core/recipes-connectivity/bind/bind_9.11.%.bbappend

diff --git a/meta-oniro-core/recipes-connectivity/bind/bind_9.11.%.bbappend b/meta-oniro-core/recipes-connectivity/bind/bind_9.11.%.bbappend
deleted file mode 100644
index 6f2aed4b..00000000
--- a/meta-oniro-core/recipes-connectivity/bind/bind_9.11.%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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."
-}
-- 
GitLab