From: Khem Raj <[email protected]>

Fixes
WARNING: libnice-0.1.21-r0 do_package_qa: QA Issue: File 
/usr/src/debug/libnice/0.1.21-r0/agent/agent-enum-types.h in package 
libnice-src contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit e34fa43eece60c60b0732ec7a2726ec6489794b9)
Signed-off-by: Armin Kuster <[email protected]>
---
 ...meson-Replace-filename-with-basename.patch | 40 +++++++++++++++++++
 .../farsight/libnice_0.1.21.bb                |  3 +-
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 
meta-oe/recipes-support/farsight/libnice/0001-agent-meson-Replace-filename-with-basename.patch

diff --git 
a/meta-oe/recipes-support/farsight/libnice/0001-agent-meson-Replace-filename-with-basename.patch
 
b/meta-oe/recipes-support/farsight/libnice/0001-agent-meson-Replace-filename-with-basename.patch
new file mode 100644
index 0000000000..897de4a6ce
--- /dev/null
+++ 
b/meta-oe/recipes-support/farsight/libnice/0001-agent-meson-Replace-filename-with-basename.patch
@@ -0,0 +1,40 @@
+From 7c510cd20bb443064ab4a0d2c6d917e807b2671b Mon Sep 17 00:00:00 2001
+From: Khem Raj <[email protected]>
+Date: Mon, 22 May 2023 19:45:28 -0700
+Subject: [PATCH] agent/meson: Replace filename with basename
+
+This avoids emitting absolute paths into generated sourcecode, it
+improves reproducibility. See [1]
+
+[1] https://developer-old.gnome.org/gobject/stable/glib-mkenums.html
+
+Upstream-Status: Submitted 
[https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/258]
+Signed-off-by: Khem Raj <[email protected]>
+---
+ agent/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/agent/meson.build b/agent/meson.build
+index 2e5b272..44fcd6b 100644
+--- a/agent/meson.build
++++ b/agent/meson.build
+@@ -29,14 +29,14 @@ gnome = import('gnome')
+ 
+ agent_enum_types_c =  gnome.mkenums('agent-enum-types.c', sources : 
agent_headers,
+                                   fhead: '#include <config.h>\n#include 
<glib-object.h>\n#include "agent.h"\n#include "pseudotcp.h"\n#include 
"agent-enum-types.h"',
+-                                  fprod: '\n/* enumerations from "@filename@" 
*/',
++                                  fprod: '\n/* enumerations from "@basename@" 
*/',
+                                   vhead: 'GType\n@enum_name@_get_type 
(void)\n{\n  static GType type = 0;\n  if (!type) {\n    static const 
G@Type@Value values[] = {',
+                                   vprod: '      { @VALUENAME@, "@VALUENAME@", 
"@valuenick@" },',
+                                   vtail: '      { 0, NULL, NULL }\n    };\n   
 type = g_@type@_register_static ("@EnumName@", values);\n  }\n  return 
type;\n}\n\n')
+ 
+ agent_enum_types_h = gnome.mkenums('agent-enum-types.h', sources : 
agent_headers,
+                                  fhead: '#ifndef 
__AGENT_ENUM_TYPES_H__\n#define __AGENT_ENUM_TYPES_H__ 1\n\n#include 
<glib-object.h>\n\nG_BEGIN_DECLS\n',
+-                                 fprod: '/* enumerations from "@filename@" 
*/\n',
++                                 fprod: '/* enumerations from "@basename@" 
*/\n',
+                                  vhead: 'GType @enum_name@_get_type (void) 
G_GNUC_CONST;\n#define NICE_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n',
+                                         ftail: 'G_END_DECLS\n\n#endif /* 
!AGENT_ENUM_TYPES_H */')
+ 
+-- 
+2.40.1
+
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb 
b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
index 210d4d8228..f319b994bd 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \
                     file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \
 "
 
-SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz";
+SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz \
+           file://0001-agent-meson-Replace-filename-with-basename.patch"
 SRC_URI[sha256sum] = 
"72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39"
 
 DEPENDS = "glib-2.0 gnutls"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#103050): 
https://lists.openembedded.org/g/openembedded-devel/message/103050
Mute This Topic: https://lists.openembedded.org/mt/99239770/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to