]> code.ossystems Code Review - meta-freescale.git/commit
gst-fsl-plugin: Fix out of tree build
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 1 May 2014 18:58:42 +0000 (15:58 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 5 May 2014 12:34:05 +0000 (09:34 -0300)
commit3721b011e22a9d77e46811aa6d4df129f4fe6ff3
tree724251f3f5f66456f5f65fd2b14f12dd22ea5ee9
parent06a35eae30a4c7b7d20bd208bf1cc3bdfa50dfb2
gst-fsl-plugin: Fix out of tree build

The build system had relative include paths which didn't take into
account the origial source path makes it impossible to do out of tree
builds. To fix it, every relative include path was replaced with
$(top_srcdir) so it works independetly of build diretory location.

Change-Id: Ib19f5695958bceffc1eeba56b5a507ebc68eee47
Reported-by: Boszormenyi Zoltan <zboszor@pr.hu>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin/build-Fix-out-of-tree-build.patch [new file with mode: 0644]