aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-16 16:49:58 -0800
committerArmin Kuster <akuster808@gmail.com>2022-11-25 10:48:25 -0500
commit91a4036f8d6a76632e35c42ccbc2ddf1926efb39 (patch)
tree4551e424baec922690bb6957252d74b27d29b1f7
parent1a977efd266254b64adcd0ce4ea0a3fe698da246 (diff)
downloadmeta-openembedded-91a4036f8d6a76632e35c42ccbc2ddf1926efb39.tar.gz
ettercap: Add missing dependency on libpcre
It depends on it, but it was being pulled in via glib-2.0 which now uses libpcre2 Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/recipe-sysroot-native/usr/lib/libpcre.so: file not recognized: file format not recognized Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8bc689ee73fa0f497294cc742660766c7ecd8c3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
index 7d37f41096..b0958e6975 100644
--- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
+++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
@@ -10,6 +10,7 @@ DEPENDS += "ethtool \
librepo \
libnet \
libpcap \
+ libpcre \
ncurses \
openssl \
zlib \