summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/libva-intel_2.7.0.bb
blob: 3c71e1acf4451bf6477adbdb571008d9731f1a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Latest upgrades for media components depend upon libva v2.7.0
# So need this upgrade

require recipes-graphics/libva/libva_2.6.1.bb

SRC_URI_remove = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
SRC_URI_prepend = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2 "

SRC_URI[md5sum] = "bd5052569520e734eb8aeb0f503cfcae"
SRC_URI[sha256sum] = "b75be416615dea75c74314fae8919dd72ca46d06b4e009e029661c2c51d87d70"

S = "${WORKDIR}/libva-${PV}"

PROVIDES = "libva"
RPROVIDES_${PN} += "libva"