diff mbox series

[meta-networking] networkmanager: drop libnewt dependency

Message ID 20231227131513.332046-1-dmitry.baryshkov@linaro.org
State Accepted
Headers show
Series [meta-networking] networkmanager: drop libnewt dependency | expand

Commit Message

Dmitry Baryshkov Dec. 27, 2023, 1:15 p.m. UTC
With the nmtui being now handled via tha PACKAGECONFIG, there is no need
for the global libnewt dependency, PACKAGECONFIG["nmtui"] handles it
correctrly. Drop the libnewt from DEPENDS list.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 .../recipes-connectivity/networkmanager/networkmanager_1.44.0.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Khem Raj Dec. 31, 2023, 12:38 a.m. UTC | #1
On Wed, 27 Dec 2023 15:15:13 +0200, Dmitry Baryshkov wrote:
> With the nmtui being now handled via tha PACKAGECONFIG, there is no need
> for the global libnewt dependency, PACKAGECONFIG["nmtui"] handles it
> correctrly. Drop the libnewt from DEPENDS list.
> 
> 

Applied, thanks!

[1/1] networkmanager: drop libnewt dependency
      commit: 4c8c1443776fe32305660541565cf3054c74a9c7

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
index 1332a9dfd4c9..07a85b68acfc 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
@@ -27,7 +27,6 @@  DEPENDS = " \
     udev \
     util-linux \
     libndp \
-    libnewt \
     curl \
     dbus \
 "