All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 14/30] libepoxy: upgrade 1.5.4 -> 1.5.5
Date: Tue, 19 Jan 2021 14:45:36 +0800	[thread overview]
Message-ID: <20210119064552.115692-14-anuj.mittal@intel.com> (raw)
In-Reply-To: <20210119064552.115692-1-anuj.mittal@intel.com>

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../0001-dispatch_common.h-define-also-EGL_NO_X11.patch  | 9 +++++----
 .../libepoxy/{libepoxy_1.5.4.bb => libepoxy_1.5.5.bb}    | 3 +--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.5.4.bb => libepoxy_1.5.5.bb} (89%)

diff --git a/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
index 7262945181..971a3f54e0 100644
--- a/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
+++ b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
@@ -1,4 +1,4 @@
-From 6f15cc28d17cfdd86f5974f06ad97b8afedd5627 Mon Sep 17 00:00:00 2001
+From 7211120d1e2f059d900f3379b9790484dbcf7761 Mon Sep 17 00:00:00 2001
 From: Martin Jansa <Martin.Jansa@gmail.com>
 Date: Fri, 25 Oct 2019 11:09:34 +0000
 Subject: [PATCH] dispatch_common.h: define also EGL_NO_X11
@@ -8,16 +8,17 @@ https://github.com/mesa3d/mesa/commit/6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb
 
 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
 Upstream-Status: Pending
+
 ---
  src/dispatch_common.h | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/dispatch_common.h b/src/dispatch_common.h
-index dcb3a35..c206253 100644
+index a136943..448c9b1 100644
 --- a/src/dispatch_common.h
 +++ b/src/dispatch_common.h
-@@ -52,6 +52,7 @@
-  * should do the same
+@@ -55,6 +55,7 @@
+  * as EGL_NO_X11
   */
  #  define MESA_EGL_NO_X11_HEADERS 1
 +#  define EGL_NO_X11 1
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
similarity index 89%
rename from meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb
rename to meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
index 6646ef79fe..a404fe2852 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \
            file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
            "
-SRC_URI[md5sum] = "00f47ad447321f9dc59f85bc1c9d0467"
-SRC_URI[sha256sum] = "0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2"
+SRC_URI[sha256sum] = "261663db21bcc1cc232b07ea683252ee6992982276536924271535875f5b0556"
 UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
 
 inherit meson pkgconfig features_check
-- 
2.29.2


  parent reply	other threads:[~2021-01-19  6:46 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
2021-01-19  6:45 ` [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3 Anuj Mittal
2021-01-19  6:45 ` [PATCH 03/30] gstreamer1.0-plugins-base: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 04/30] gstreamer1.0-plugins-good: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 05/30] gstreamer1.0-plugins-bad: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 06/30] gstreamer1.0-libav: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 07/30] gstreamer1.0-omx: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 08/30] gstreamer1.0-rtsp-server: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 09/30] gstreamer1.0-python: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 10/30] gstreamer1.0-vaapi: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 11/30] gst-examples: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 12/30] gst-devtools: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 13/30] gstreamer1.0-plugins-ugly: " Anuj Mittal
2021-01-19  6:45 ` Anuj Mittal [this message]
2021-01-19  6:45 ` [PATCH 15/30] libproxy: upgrade 0.4.15 -> 0.4.17 Anuj Mittal
2021-01-19  6:45 ` [PATCH 16/30] stress-ng: upgrade 0.12.00 -> 0.12.01 Anuj Mittal
2021-01-19  6:45 ` [PATCH 17/30] vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 18/30] harfbuzz: upgrade 2.7.2 -> 2.7.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 19/30] mpg123: upgrade 1.26.3 -> 1.26.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 20/30] piglit: upgrade to latest revision Anuj Mittal
2021-01-19  6:45 ` [PATCH 21/30] vala: upgrade 0.50.2 -> 0.50.3 Anuj Mittal
2021-01-19  6:45 ` [PATCH 22/30] gcr: upgrade 3.38.0 -> 3.38.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 23/30] python3-pygments: upgrade 2.7.3 -> 2.7.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 24/30] logrotate: upgrade 3.17.0 -> 3.18.0 Anuj Mittal
2021-01-19  6:45 ` [PATCH 25/30] lzip: upgrade 1.21 -> 1.22 Anuj Mittal
2021-01-19  6:45 ` [PATCH 26/30] python3-mako: upgrade 1.1.3 -> 1.1.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 27/30] wget: upgrade 1.20.3 -> 1.21.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 28/30] lighttpd: upgrade 1.4.57 -> 1.4.58 Anuj Mittal
2021-01-19  6:45 ` [PATCH 29/30] python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0 Anuj Mittal
2021-01-19  6:45 ` [PATCH 30/30] python3-git: upgrade 3.1.11 -> 3.1.12 Anuj Mittal
2021-01-19 12:41 ` [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Richard Purdie
2021-01-19 14:58   ` Anuj Mittal
2021-01-19 15:00     ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210119064552.115692-14-anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.