All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH 1/3] gupnp: dont package source
@ 2024-04-24 13:23 Markus Volk
  2024-04-24 13:23 ` [meta-gnome][PATCH 2/3] rygel: update 0.42.4 -> 0.42.5 Markus Volk
  2024-04-24 14:40 ` [oe] [meta-gnome][PATCH 1/3] gupnp: dont package source Khem Raj
  0 siblings, 2 replies; 9+ messages in thread
From: Markus Volk @ 2024-04-24 13:23 UTC (permalink / raw)
  To: openembedded-devel

Source code contains reference to tmpdir. Dont package to avoid
reproducibility issue

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb | 1 +
 meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb
index f2e27622c..c7fee78a8 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb
@@ -28,5 +28,6 @@ PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4,"
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'sniffer', 'opengl', '', d)}"
 
 PACKAGES =+ "gssdp-tools"
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
 
 FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
index f1628d82e..80d0b3e2d 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
@@ -18,4 +18,5 @@ gupnp_sysroot_preprocess () {
 
 FILES:${PN}-dev += "${bindir}/gupnp-binding-tool*"
 
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
 RDEPENDS:${PN}-dev += "python3-core python3-xml"
-- 
2.44.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-24 22:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 13:23 [meta-gnome][PATCH 1/3] gupnp: dont package source Markus Volk
2024-04-24 13:23 ` [meta-gnome][PATCH 2/3] rygel: update 0.42.4 -> 0.42.5 Markus Volk
2024-04-24 14:40 ` [oe] [meta-gnome][PATCH 1/3] gupnp: dont package source Khem Raj
2024-04-24 15:14   ` Markus Volk
2024-04-24 15:42     ` Ross Burton
2024-04-24 16:03       ` Markus Volk
     [not found]       ` <17C942CD035C6224.31749@lists.openembedded.org>
2024-04-24 16:31         ` Markus Volk
2024-04-24 16:32           ` Ross Burton
2024-04-24 22:29           ` Khem Raj

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.