summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-07 10:58:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-15 09:29:55 -0800
commit73d1c2713725602549fff99434be24fe593d80bb (patch)
tree862f0b29e0b243d96f3d6b4d3d95cfa6691dec21 /meta
parent430eb6fec3cea2fdf0f70f2f0f8a5441093902d1 (diff)
downloadpoky-73d1c2713725602549fff99434be24fe593d80bb.tar.gz
libva: Update to new 01.org github location
Upstream has moved to use 01.org and github, Update the various URIs that track info. S needs to be changed to WORKDIR/git as we are now a git repo. (From OE-Core rev: 9f80b36a74d4eb407f9fc4d3afc056c41241cbc6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/libva/libva_1.7.3.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-graphics/libva/libva_1.7.3.bb b/meta/recipes-graphics/libva/libva_1.7.3.bb
index c7b723b06c..a7b4b90a06 100644
--- a/meta/recipes-graphics/libva/libva_1.7.3.bb
+++ b/meta/recipes-graphics/libva/libva_1.7.3.bb
@@ -10,16 +10,17 @@ limited to GPUs or Intel specific hardware, as other hardware and \
10manufacturers can also freely use this API for hardware accelerated \ 10manufacturers can also freely use this API for hardware accelerated \
11video decoding." 11video decoding."
12 12
13HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" 13HOMEPAGE = "https://01.org/linuxmedia/vaapi"
14BUGTRACKER = "https://bugs.freedesktop.org" 14BUGTRACKER = "https://github.com/01org/libva/issues"
15 15
16SECTION = "x11" 16SECTION = "x11"
17LICENSE = "MIT" 17LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" 18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
19 19
20SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2" 20SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.7-branch"
21SRC_URI[md5sum] = "dafb1d7d6449e850e9eb1a099895c683" 21SRCREV = "dbf9f7e33349c3cee8d131e93a6a4f91255635cb"
22SRC_URI[sha256sum] = "22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9" 22
23S = "${WORKDIR}/git"
23 24
24DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" 25DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl"
25 26