diff mbox series

[meta-oe] ettercap: move from old libpcre to new libpcre2

Message ID 20260619153816.254921-1-locutusofborg@debian.org
State New
Headers show
Series [meta-oe] ettercap: move from old libpcre to new libpcre2 | expand

Commit Message

Gianfranco Costamagna June 19, 2026, 3:38 p.m. UTC
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Gianfranco Costamagna <costamagna.gianfranco@gmail.com>
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
---
 meta-networking/recipes-support/ettercap/ettercap_0.8.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \