diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-16 16:49:58 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-16 16:51:41 -0800 |
commit | d8bc689ee73fa0f497294cc742660766c7ecd8c3 (patch) | |
tree | 7d9168f5f1fc02fde2912c4a76dbf4b3f224ab7d | |
parent | b08c4ab7c8efb7ccf9f4c6b6f44194212752959a (diff) | |
download | meta-openembedded-d8bc689ee73fa0f497294cc742660766c7ecd8c3.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>
-rw-r--r-- | meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 1 |
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 \ | |||
10 | librepo \ | 10 | librepo \ |
11 | libnet \ | 11 | libnet \ |
12 | libpcap \ | 12 | libpcap \ |
13 | libpcre \ | ||
13 | ncurses \ | 14 | ncurses \ |
14 | openssl \ | 15 | openssl \ |
15 | zlib \ | 16 | zlib \ |