From a1f39c598e6334f5e354d855f46f994c6287e8c8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 25 Jan 2015 20:28:04 +0200 Subject: omxplayer: Minor tweaks Change-Id: Ic88656f2efba3d976918a4c556931b294bd00ed5 Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 2c8e4b5..41ef339 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb @@ -34,11 +34,11 @@ export FLOAT = "${@bb.utils.contains("TUNE_FEATURES", "callconvention-hard", "ha export FFMPEG_EXTRA_CFLAGS = "--sysroot=${STAGING_DIR_TARGET}" export FFMPEG_EXTRA_LDFLAGS = "--sysroot=${STAGING_DIR_TARGET}" +# Needed in top Makefile export LDFLAGS = "-L${S}/ffmpeg_compiled/usr/lib \ -L${STAGING_DIR_HOST}/lib \ -L${STAGING_DIR_HOST}/usr/lib \ " - export INCLUDES = "-isystem${STAGING_DIR_HOST}/usr/include \ -isystem${STAGING_DIR_HOST}/usr/include/interface/vcos/pthreads \ -isystem${STAGING_DIR_HOST}/usr/include/freetype2 \ @@ -46,8 +46,6 @@ export INCLUDES = "-isystem${STAGING_DIR_HOST}/usr/include \ -isystem${STAGING_DIR_HOST}/usr/include/dbus-1.0 \ -isystem${STAGING_DIR_HOST}/usr/lib/dbus-1.0/include \ " - -# Install in ${D} export DIST = "${D}" do_compile() { -- cgit v1.2.3-54-g00ecf