summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-23 20:08:00 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-23 20:10:28 -0700
commit5e7ee914a6566425983949626f21f1b3a7678fc6 (patch)
tree3cb23ca6e0b1a1ee6f3af5c929103ce25306e29e
parentcb02f5b68d6bac74542ac34194da1b5a31eb3241 (diff)
downloadmeta-openembedded-5e7ee914a6566425983949626f21f1b3a7678fc6.tar.gz
openflow: Fix build with musl
Link in external library to provide backtrace functions since they are not part of C library Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb
index eadfc2546..41bedcd0c 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 += " \
35 ${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \ 35 ${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \
36 " 36 "
37 37
38DEPENDS:append:libc-musl = " libexecinfo"
39LDFLAGS:append:libc-musl = " -lexecinfo"
40
38S = "${WORKDIR}/git" 41S = "${WORKDIR}/git"
39 42
40inherit autotools-brokensep pkgconfig 43inherit autotools-brokensep pkgconfig