aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-01-05 14:16:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-06 13:25:57 +0100
commit76d85d60a1cb3110f1a89770396a11f7eb7e5a7d (patch)
treec5df94cf949fff833a6d434c051fb5d04f2b4113 /meta-oe/recipes-support/freerdp/freerdp_git.bb
parent357c52f96530921e719bda230f309964aa1ee653 (diff)
downloadmeta-openembedded-76d85d60a1cb3110f1a89770396a11f7eb7e5a7d.tar.gz
freerdp: backport patch to fix build with newer gstreamer
* otherwise the include path will miss sysroots/qemux86/usr/lib/gstreamer-1.0/include * and build will fail like this: In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstbin.h:27:0, from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gst.h:35, from /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/freerdp/1.2.5+gitrAUTOINC+62da9d28c6-r0/git/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:36: /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstelement.h:55:27: fatal error: gst/gstconfig.h: No such file or directory compilation terminated. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/freerdp/freerdp_git.bb')
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index f9cb9a6b62..13dff6ec20 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -15,7 +15,8 @@ EXTRA_OECMAKE += "-DBUILD_STATIC_LIBS=OFF \
SRCREV = "62da9d28c674814c81c245c1c7882eb0da7be76b"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git \
- file://winpr-makecert-Build-with-install-RPATH.patch \
- "
+ file://winpr-makecert-Build-with-install-RPATH.patch \
+ file://0001-FindGStreamer_1_0-fix-build-failure-for-new-gstreame.patch \
+"
S = "${WORKDIR}/git"