[meta-intel] [PATCH 1/1] gstreamer-vaapi_git: fix a build issue

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jan 15 10:03:19 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

This commit fixes this issue:
| In file included from gstvaapidisplay_glx.c:31:0:
| gstvaapiutils_glx.h:148:5: error: unknown type name 'PFNGLMULTITEXCOORD2FPROC'
| make[4]: *** [libgstvaapi_glx_0.10_la-gstvaapidisplay_glx.lo] Error 1

| ERROR: Function failed: do_compile (see /srv/home/nitin/build-test-bsps/build-sugarbay/tmp/work/x86_64-poky-linux/gstreamer-vaapi/0.3.8+gitAUTOINC+6ec4c2252a4aa706cd8631cb1083828485b9df9a-r0/temp/log.do_compile.73657

Found a solution to the issue here:
  https://bugs.freedesktop.org/show_bug.cgi?id=56516

Fixed the issue as per the comments on the above bug.

Fixes this bug:
[YOCTO #3722]

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 .../gstreamer/gstreamer-vaapi_git.bb               |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index 74fa29a..bdcf88f 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
 DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
 
-# 0.3.8 tag
-SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"
-PV = "0.3.8+git${SRCPV}"
+# 0.4.0 tag
+SRCREV = "329065546463512c8cc9c92c7f34510793ceb6dd"
+PV = "0.4.0+git${SRCPV}"
 PR = "r0"
 
 SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git"
-- 
1.7.3.4




More information about the meta-intel mailing list