summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-04-16 13:22:16 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-04-16 13:40:46 +0800
commit67f781be8924983e9d1230974c8d722ee63d0153 (patch)
tree8133ae553d2e647cb044961ae5ada92a847fa5b9 /recipes-multimedia/libva
parenteaf525c08706e4525dac4cf0a77eb7b2b8da7cda (diff)
downloadmeta-intel-67f781be8924983e9d1230974c8d722ee63d0153.tar.gz
libva-intel: keep upgraded libva version to meta-intel MACHINE specific
Make sure that we use the upgraded version of libva only when using MACHINE value from meta-intel. For all other cases, libva from oe-core should be used. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/libva')
-rw-r--r--recipes-multimedia/libva/libva-intel_2.7.0.bb (renamed from recipes-multimedia/libva/libva_2.7.0.bb)8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-multimedia/libva/libva_2.7.0.bb b/recipes-multimedia/libva/libva-intel_2.7.0.bb
index 7ce65f02..3c71e1ac 100644
--- a/recipes-multimedia/libva/libva_2.7.0.bb
+++ b/recipes-multimedia/libva/libva-intel_2.7.0.bb
@@ -3,5 +3,13 @@
3 3
4require recipes-graphics/libva/libva_2.6.1.bb 4require recipes-graphics/libva/libva_2.6.1.bb
5 5
6SRC_URI_remove = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
7SRC_URI_prepend = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2 "
8
6SRC_URI[md5sum] = "bd5052569520e734eb8aeb0f503cfcae" 9SRC_URI[md5sum] = "bd5052569520e734eb8aeb0f503cfcae"
7SRC_URI[sha256sum] = "b75be416615dea75c74314fae8919dd72ca46d06b4e009e029661c2c51d87d70" 10SRC_URI[sha256sum] = "b75be416615dea75c74314fae8919dd72ca46d06b4e009e029661c2c51d87d70"
11
12S = "${WORKDIR}/libva-${PV}"
13
14PROVIDES = "libva"
15RPROVIDES_${PN} += "libva"