mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
bcc: add missing build dependency
Without xz present, compilation fails with the following error: | <...>/x86_64-oe-linux-ld: warning: liblzma.so.5, needed by <...>/libbcc.so, not found (try using -rpath or -rpath-link) | <...>/x86_64-oe-linux-ld: <...>/libbcc.so: undefined reference to `lzma_code@XZ_5.0' | <...>/x86_64-oe-linux-ld: <...>/libbcc.so: undefined reference to `lzma_end@XZ_5.0' | <...>/x86_64-oe-linux-ld: <...>/libbcc.so: undefined reference to `lzma_stream_decoder@XZ_5.0' | collect2: error: ld returned 1 exit status Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ DEPENDS += "bison-native \
|
|||||||
clang \
|
clang \
|
||||||
libbpf \
|
libbpf \
|
||||||
python3-setuptools-native \
|
python3-setuptools-native \
|
||||||
|
xz \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz"
|
RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz"
|
||||||
|
|||||||
Reference in New Issue
Block a user