diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-03-16 11:15:38 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-16 22:11:32 +0000 |
| commit | cd85351240327591a1aaf2aa6146657d5a11152b (patch) | |
| tree | dd3811420c6d59cfa10130411e4031d508621983 /meta/recipes-multimedia | |
| parent | 209bb1bc3dbee76e505068c4a9c8a164d9c3afc4 (diff) | |
| download | poky-cd85351240327591a1aaf2aa6146657d5a11152b.tar.gz | |
gstreamer1.0-vaapi: Remove unused patch
This patch has seemingly never been applied in the recipe (even when
it lived in meta-intel). I don't think we should have unused patches
in the repo: If the patch is useful it could be reintroduced so that
the binaries are packaged into a separate package.
(From OE-Core rev: cd33ae2f21547354e1ef9776b2c4ebcea4eb7e99)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/install-tests.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/install-tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/install-tests.patch deleted file mode 100644 index d7def3a0c3..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/install-tests.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
| 3 | Date: Thu, 21 Jan 2016 16:25:44 -0800 | ||
| 4 | Subject: [PATCH] Install tests | ||
| 5 | |||
| 6 | This patch is updated for 0.6.1 | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate | ||
| 9 | |||
| 10 | Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
| 11 | --- | ||
| 12 | tests/Makefile.am | 6 +++--- | ||
| 13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/tests/Makefile.am b/tests/Makefile.am | ||
| 16 | index 3637d92..7cc6a97 100644 | ||
| 17 | --- a/tests/Makefile.am | ||
| 18 | +++ b/tests/Makefile.am | ||
| 19 | @@ -1,4 +1,4 @@ | ||
| 20 | -noinst_PROGRAMS = \ | ||
| 21 | +bin_PROGRAMS = \ | ||
| 22 | simple-decoder \ | ||
| 23 | test-decode \ | ||
| 24 | test-display \ | ||
| 25 | @@ -9,13 +9,13 @@ noinst_PROGRAMS = \ | ||
| 26 | $(NULL) | ||
| 27 | |||
| 28 | if USE_ENCODERS | ||
| 29 | -noinst_PROGRAMS += \ | ||
| 30 | +bin_PROGRAMS += \ | ||
| 31 | simple-encoder \ | ||
| 32 | $(NULL) | ||
| 33 | endif | ||
| 34 | |||
| 35 | if USE_GLX | ||
| 36 | -noinst_PROGRAMS += \ | ||
| 37 | +bin_PROGRAMS += \ | ||
| 38 | test-textures \ | ||
| 39 | $(NULL) | ||
| 40 | endif | ||
| 41 | -- | ||
| 42 | 1.9.1 | ||
| 43 | |||
