[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7233/8267] libva: upgrade to 1.8.3



commit 14af29ed1dd5d0f0569f15c16b070a0dffe84524
Author: Maxin B. John <maxin john intel com>
Date:   Mon Aug 14 15:09:06 2017 +0300

    libva: upgrade to 1.8.3
    
    1.7.3 -> 1.8.3
    
    Remove upstreamed patch:
            0001-wayland-Don-t-commit-and-ship-generated-files.patch
    
    Replace following patch by setting ac_cv_prog in EXTRA_OECONF:
            0001-configure.ac-Use-wayland-scanner-in-PATH.patch
    
    The dummy driver was removed in 1.8.3 release.
    
    (From OE-Core rev: bcb77ab7f57a99284953a456399b90b6ed42e77d)
    
    Signed-off-by: Maxin B. John <maxin john intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...-configure.ac-Use-wayland-scanner-in-PATH.patch |   37 ---
 ...and-Don-t-commit-and-ship-generated-files.patch |  339 --------------------
 .../libva/{libva_1.7.3.bb => libva_1.8.3.bb}       |    8 +-
 3 files changed, 3 insertions(+), 381 deletions(-)
---
diff --git a/meta/recipes-graphics/libva/libva_1.7.3.bb b/meta/recipes-graphics/libva/libva_1.8.3.bb
similarity index 88%
rename from meta/recipes-graphics/libva/libva_1.7.3.bb
rename to meta/recipes-graphics/libva/libva_1.8.3.bb
index 6c0b90f..bb5f829 100644
--- a/meta/recipes-graphics/libva/libva_1.7.3.bb
+++ b/meta/recipes-graphics/libva/libva_1.8.3.bb
@@ -17,10 +17,8 @@ SECTION = "x11"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
 
-SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.7-branch \
-           file://0001-configure.ac-Use-wayland-scanner-in-PATH.patch \
-           file://0001-wayland-Don-t-commit-and-ship-generated-files.patch"
-SRCREV = "dbf9f7e33349c3cee8d131e93a6a4f91255635cb"
+SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.8-branch "
+SRCREV = "457470987cc9df5976ce8c72ffd4bfbd9baaf0f9"
 UPSTREAM_CHECK_GITTAGREGEX = "libva-(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
@@ -31,7 +29,7 @@ inherit autotools pkgconfig distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-EXTRA_OECONF = "--disable-dummy-driver"
+EXTRA_OECONF = "ac_cv_prog_WAYLAND_SCANNER=wayland-scanner"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
 PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]