summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-03 12:06:07 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-20 16:56:56 +0100
commitc8feb0808810aa96106041dc63d92edf2cc0f0e4 (patch)
treef5773fc77bc08766bb5b2c2a2357dfe5f559f702 /recipes-multimedia
parent6098482ee7540c21c014c27a716b3c79111ea793 (diff)
libgstomx: fix linking error
Add libdl explicitely to the to be linked libraries. | arm-angstrom-linux-gnueabi-gcc ... \ | -lgstvideo-0.10 -lgstaudio-0.10 -lgstbase-0.10 -lgstinterfaces-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lglib-2.0 \ | -lEGL -lGLESv2 -lX11 -lgstreamer-0.10 \ | ... | .../gst-openmax/omx/gstomx_util.c:169: error: undefined reference to 'dlclose' | ... Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb b/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
index d98d0c9..0ed0cfe 100644
--- a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
+++ b/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
@@ -26,7 +26,7 @@ CFLAGS += " -DTEGRA_ARCH_124 -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_heade
do_configure_prepend() {
- export LIBS="-lEGL -lGLESv2 -lX11 -lgstreamer-0.10 "
+ export LIBS="-lEGL -lGLESv2 -lX11 -ldl -lgstreamer-0.10 "
}
FILES_${PN}-dbg = " \