Link in external library to provide backtrace functions
since they are not part of C library

Signed-off-by: Khem Raj <raj.k...@gmail.com>
---
 meta-networking/recipes-protocols/openflow/openflow_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb 
b/meta-networking/recipes-protocols/openflow/openflow_git.bb
index eadfc25461..41bedcd0cf 100644
--- a/meta-networking/recipes-protocols/openflow/openflow_git.bb
+++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb
@@ -35,6 +35,9 @@ EXTRA_OECONF += " \
                  ${@bb.utils.contains('PACKAGECONFIG', 'openssl', 
'SSL_LIBS="-lssl -lcrypto"', '', d)} \
                 "
 
+DEPENDS:append:libc-musl = " libexecinfo"
+LDFLAGS:append:libc-musl = " -lexecinfo"
+
 S = "${WORKDIR}/git"
 
 inherit autotools-brokensep pkgconfig
-- 
2.44.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109562): 
https://lists.openembedded.org/g/openembedded-devel/message/109562
Mute This Topic: https://lists.openembedded.org/mt/105114250/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to