summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libva/libva.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/libva/libva.inc')
-rw-r--r--meta/recipes-graphics/libva/libva.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index e03451240c..ac39e92de7 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -16,7 +16,9 @@ BUGTRACKER = "https://github.com/intel/libva/issues"
16SECTION = "x11" 16SECTION = "x11"
17LICENSE = "MIT" 17LICENSE = "MIT"
18 18
19SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" 19SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
20
21S = "${WORKDIR}/libva-${PV}"
20 22
21UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" 23UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
22 24