mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -10,6 +10,7 @@ DEPENDS += "ethtool \
|
|||||||
librepo \
|
librepo \
|
||||||
libnet \
|
libnet \
|
||||||
libpcap \
|
libpcap \
|
||||||
|
libpcre \
|
||||||
ncurses \
|
ncurses \
|
||||||
openssl \
|
openssl \
|
||||||
zlib \
|
zlib \
|
||||||
|
|||||||
Reference in New Issue
Block a user