1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

libgudev: upgrade 236 -> 237

(From OE-Core rev: 9f406325451a20d8f10bf84e9d7c9818926d09f7)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2021-08-22 14:50:45 +02:00
committed by Richard Purdie
parent 7544dd782e
commit 38a995d4b5
2 changed files with 1 additions and 47 deletions
@@ -1,44 +0,0 @@
From 078c0db2bc3adf7c665190ee7a9263d7fd1ec618 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Thu, 29 Apr 2021 13:06:12 +0200
Subject: [PATCH] gudevenumtypes: make deterministic
@filename@ writes the full path to the generated file,
which can vary in CI systems and make outputs non-reproducible.
Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libgudev/-/merge_requests/15]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
gudev/gudevenumtypes.c.template | 2 +-
gudev/gudevenumtypes.h.template | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gudev/gudevenumtypes.c.template b/gudev/gudevenumtypes.c.template
index fc30b39..4918f7e 100644
--- a/gudev/gudevenumtypes.c.template
+++ b/gudev/gudevenumtypes.c.template
@@ -4,7 +4,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
diff --git a/gudev/gudevenumtypes.h.template b/gudev/gudevenumtypes.h.template
index d0ab339..79bf7c4 100644
--- a/gudev/gudevenumtypes.h.template
+++ b/gudev/gudevenumtypes.h.template
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
--
2.30.2
@@ -5,9 +5,7 @@ other programming languages, such as Javascript, because of GObject \
introspection support."
HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
SRC_URI[archive.sha256sum] = "e50369d06d594bae615eb7aeb787de304ebaad07a26d1043cef8e9c7ab7c9524"
SRC_URI:append = " file://0001-gudevenumtypes-make-deterministic.patch"
SRC_URI[archive.sha256sum] = "0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa"
DEPENDS = "glib-2.0 udev"