This patch is not built by default and should be for test purpose only. It was based on 0.5.x, but cannot be compiled successfully once added in the current 0.6.1 recipe. This change fixes the compiling error so that we can use it on 0.6.1.
Signed-off-by: Jianxun Zhang <[email protected]> --- Note: This change is also effective once we udpate to gstreamer-vaapi 0.7.0 .../gstreamer/gstreamer-vaapi/install-tests.patch | 26 ++++++++++++++++------ 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch index 9281b04..d7def3a 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch @@ -1,14 +1,19 @@ -Install tests. +From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001 +From: Jianxun Zhang <[email protected]> +Date: Thu, 21 Jan 2016 16:25:44 -0800 +Subject: [PATCH] Install tests + +This patch is updated for 0.6.1 Upstream-Status: Inappropriate -Signed-off-by: Ross Burton <[email protected]> +Signed-off-by: Jianxun Zhang <[email protected]> --- - tests/Makefile.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + tests/Makefile.am | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am -index 2e7f191..8f65446 100644 +index 3637d92..7cc6a97 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ @@ -17,8 +22,15 @@ index 2e7f191..8f65446 100644 simple-decoder \ test-decode \ test-display \ -@@ -9,7 +9,7 @@ noinst_PROGRAMS = \ +@@ -9,13 +9,13 @@ noinst_PROGRAMS = \ + $(NULL) + + if USE_ENCODERS +-noinst_PROGRAMS += \ ++bin_PROGRAMS += \ + simple-encoder \ $(NULL) + endif if USE_GLX -noinst_PROGRAMS += \ @@ -27,5 +39,5 @@ index 2e7f191..8f65446 100644 $(NULL) endif -- -1.7.10.4 +1.9.1 -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
