[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4592/8267] libepoxy: upgrade to 1.4.0



commit ddd2fbf722bf2a218f360007d7d463f8349e84ca
Author: Ross Burton <ross burton intel com>
Date:   Mon Feb 6 23:26:34 2017 +0000

    libepoxy: upgrade to 1.4.0
    
    Drop the two patches that add the ability to disable GLX, this has been added
    upstream.
    
    Drop the Python3 patch as the code generator works with Py3 now.
    
    (From OE-Core rev: 8ba197b3ae10a90ca988f0021597dfd20463c2d2)
    
    (From OE-Core rev: 0066327d79b2ea942c414208a3daa0ecf4361730)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...-platforms-based-on-configuration-results.patch |  128 --------------------
 ...0002-add-an-option-to-disable-glx-support.patch |   42 -------
 .../libepoxy/libepoxy/no-need-for-python3.patch    |   20 ---
 .../{libepoxy_git.bb => libepoxy_1.4.0.bb}         |   16 +--
 4 files changed, 4 insertions(+), 202 deletions(-)
---
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_git.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb
similarity index 58%
rename from meta/recipes-graphics/libepoxy/libepoxy_git.bb
rename to meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb
index 6c247cc..4d52f12 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_git.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb
@@ -5,20 +5,12 @@ SECTION = "libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 
-
-SRC_URI = " \
-    git://github.com/anholt/libepoxy.git \
-    file://0001-select-platforms-based-on-configuration-results.patch \
-    file://0002-add-an-option-to-disable-glx-support.patch \
-    file://no-need-for-python3.patch \
-"
-SRCREV="e2c33af5bfcfc9d168f9e776156dd47c33f428b3"
-PV = "1.3.1"
-
-S = "${WORKDIR}/git"
+SRC_URI = "https://github.com/anholt/${BPN}/releases/download/v1.4/${BP}.tar.xz";
+SRC_URI[md5sum] = "d8d8cbf2beb64975d424fcc5167a2a38"
+SRC_URI[sha256sum] = "25a906b14a921bc2b488cfeaa21a00486fe92630e4a9dd346e4ecabeae52ab41"
 
 inherit autotools pkgconfig distro_features_check
-# depends on virtual/egl
+
 REQUIRED_DISTRO_FEATURES = "opengl"
 
 DEPENDS = "util-macros virtual/egl"


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