Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libva: bump version to 1.8.3
@ 2017-06-28  4:32 Bernd Kuhls
  2017-06-28  4:32 ` [Buildroot] [PATCH 2/2] libva-intel-driver: " Bernd Kuhls
  2017-06-28 21:29 ` [Buildroot] [PATCH 1/2] package/libva: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-06-28  4:32 UTC (permalink / raw)
  To: buildroot

Configure option dummy-driver was removed:
https://github.com/01org/libva/commit/8cd60bb59ffac21560d1c424d456cc25e917371f

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libva/libva.hash | 4 ++--
 package/libva/libva.mk   | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index 875a4d1961..232adeeeeb 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,4 +1,4 @@
 # From https://github.com/01org/libva/releases
-sha1 7c4253c97f5e1e76500ff75321287131941494bc  libva-1.8.2.tar.bz2
+sha1 8eee9e28b0ae3bfbe8cd44a91396207714967204  libva-1.8.3.tar.bz2
 # Locally computed
-sha256 9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede  libva-1.8.2.tar.bz2
+sha256 56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b  libva-1.8.3.tar.bz2
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index b89d5fa27c..61e31801be 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVA_VERSION = 1.8.2
+LIBVA_VERSION = 1.8.3
 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
 LIBVA_SITE = https://github.com/01org/libva/releases/download/$(LIBVA_VERSION)
 LIBVA_LICENSE = MIT
@@ -15,7 +15,6 @@ LIBVA_DEPENDENCIES = host-pkgconf libdrm
 # libdrm is a hard-dependency
 LIBVA_CONF_OPTS = \
 	--enable-drm \
-	--disable-dummy-driver \
 	--with-drivers-path="/usr/lib/va"
 
 ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),y)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-28 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28  4:32 [Buildroot] [PATCH 1/2] package/libva: bump version to 1.8.3 Bernd Kuhls
2017-06-28  4:32 ` [Buildroot] [PATCH 2/2] libva-intel-driver: " Bernd Kuhls
2017-06-28 21:29   ` Peter Korsgaard
2017-06-28 21:29 ` [Buildroot] [PATCH 1/2] package/libva: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox