diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-02-12 10:47:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-14 11:20:55 +0000 |
commit | abd7431829ebaea789eb3b0a45551c76564de64a (patch) | |
tree | faaaac53b5c0c6ebd10881cff74d772f946cc414 | |
parent | 6e5b2a05391bf6728b1188f8331f6237c7a8afc6 (diff) | |
download | poky-abd7431829ebaea789eb3b0a45551c76564de64a.tar.gz |
libva-utils: upgrade 2.3.0 -> 2.4.0
For changes, see:
https://github.com/intel/libva-utils/releases
Switch back to using tarball now that it is available.
(From OE-Core rev: c059319acceb2ccc6691935e520a532fe6e0eec4)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/libva/libva-utils/0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch | 35 | ||||
-rw-r--r-- | meta/recipes-graphics/libva/libva-utils_2.4.0.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.3.0.bb) | 8 |
2 files changed, 40 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils/0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch b/meta/recipes-graphics/libva/libva-utils/0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch new file mode 100644 index 0000000000..01fb71913b --- /dev/null +++ b/meta/recipes-graphics/libva/libva-utils/0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | From 8fc14e4bc81885b80c3072e549c2e6f59533d7ef Mon Sep 17 00:00:00 2001 | ||
2 | From: Anuj Mittal <anuj.mittal@intel.com> | ||
3 | Date: Fri, 8 Feb 2019 11:45:55 +0800 | ||
4 | Subject: [PATCH] Build sfcsample only when X11 backend is enabled | ||
5 | |||
6 | See: https://github.com/intel/libva-utils/pull/149, and | ||
7 | https://github.com/intel/libva-utils/issues/150 | ||
8 | |||
9 | Upstream-Status: Submitted | ||
10 | |||
11 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
12 | --- | ||
13 | Makefile.am | 3 ++- | ||
14 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/Makefile.am b/Makefile.am | ||
17 | index d28175a..e294e25 100644 | ||
18 | --- a/Makefile.am | ||
19 | +++ b/Makefile.am | ||
20 | @@ -24,10 +24,11 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} | ||
21 | |||
22 | AUTOMAKE_OPTIONS = foreign | ||
23 | |||
24 | -SUBDIRS = common decode encode vainfo videoprocess vendor/intel vendor/intel/sfcsample | ||
25 | +SUBDIRS = common decode encode vainfo videoprocess vendor/intel | ||
26 | |||
27 | if USE_X11 | ||
28 | SUBDIRS += putsurface | ||
29 | +SUBDIRS += vendor/intel/sfcsample | ||
30 | else | ||
31 | if USE_WAYLAND | ||
32 | SUBDIRS += putsurface | ||
33 | -- | ||
34 | 2.17.1 | ||
35 | |||
diff --git a/meta/recipes-graphics/libva/libva-utils_2.3.0.bb b/meta/recipes-graphics/libva/libva-utils_2.4.0.bb index a1b7596e86..7b764314bf 100644 --- a/meta/recipes-graphics/libva/libva-utils_2.3.0.bb +++ b/meta/recipes-graphics/libva/libva-utils_2.4.0.bb | |||
@@ -14,10 +14,12 @@ SECTION = "x11" | |||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/intel/libva-utils.git;protocol=https;branch=v2.3-branch" | 17 | SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2 \ |
18 | SRCREV = "b5a56ad33ef7d72fc522f26d2de874461be4b41e" | 18 | file://0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch \ |
19 | " | ||
19 | 20 | ||
20 | S = "${WORKDIR}/git" | 21 | SRC_URI[md5sum] = "f5374c4c32ce136e50aea0267887aed5" |
22 | SRC_URI[sha256sum] = "5b7d1954b40fcb2c0544be20125c71a0852049715ab85a3e8aba60434a40c6b3" | ||
21 | 23 | ||
22 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases" | 24 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases" |
23 | 25 | ||