mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
libsecret: upgrade 0.20.4 -> 0.20.5
(From OE-Core rev: 591b547d546698ee7bb13ab18ff52921cc7d77ae) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bc98337f8a
commit
000b895fc2
@@ -1,37 +0,0 @@
|
||||
secret-enum-types.c/h.template: Fix reproducibility issue
|
||||
|
||||
When full filenames are used in generated sources it makes the resulting
|
||||
debug packages non-reproducible. Best practise is to use basename in
|
||||
comments instead.
|
||||
|
||||
Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org
|
||||
Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/68]
|
||||
|
||||
Index: libsecret-0.20.4/libsecret/secret-enum-types.c.template
|
||||
===================================================================
|
||||
--- libsecret-0.20.4.orig/libsecret/secret-enum-types.c.template
|
||||
+++ libsecret-0.20.4/libsecret/secret-enum-types.c.template
|
||||
@@ -23,8 +23,8 @@
|
||||
/*** END file-header ***/
|
||||
|
||||
/*** BEGIN file-production ***/
|
||||
-#include "@filename@"
|
||||
-/* enumerations from "@filename@" */
|
||||
+#include "@basename@"
|
||||
+/* enumerations from "@basename@" */
|
||||
/*** END file-production ***/
|
||||
|
||||
/*** BEGIN value-header ***/
|
||||
Index: libsecret-0.20.4/libsecret/secret-enum-types.h.template
|
||||
===================================================================
|
||||
--- libsecret-0.20.4.orig/libsecret/secret-enum-types.h.template
|
||||
+++ libsecret-0.20.4/libsecret/secret-enum-types.h.template
|
||||
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/*** BEGIN file-production ***/
|
||||
|
||||
-/* enumerations from "@filename@" */
|
||||
+/* enumerations from "@basename@" */
|
||||
/*** END file-production ***/
|
||||
|
||||
/*** BEGIN value-header ***/
|
||||
@@ -10,13 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gtk-doc vala gobject-introspection manpages
|
||||
inherit gnomebase gi-docgen vala gobject-introspection manpages
|
||||
|
||||
DEPENDS += "glib-2.0 libgcrypt gettext-native"
|
||||
|
||||
SRC_URI += " file://determinism.patch"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28"
|
||||
SRC_URI[archive.sha256sum] = "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d"
|
||||
|
||||
GTKDOC_MESON_OPTION = 'gtk_doc'
|
||||
|
||||
Reference in New Issue
Block a user