From 307939aa9de529264872fbe462d6fb287b6ad28e Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Fri, 19 Jun 2026 17:38:16 +0200 Subject: [PATCH] ettercap: move from old libpcre to new libpcre2 Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj --- meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb index a28de7b2bd..e8679bf463 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb @@ -11,7 +11,7 @@ DEPENDS += "ethtool \ librepo \ libnet \ libpcap \ - libpcre \ + libpcre2 \ ncurses \ openssl \ zlib \