* [Buildroot] [PATCH 1/1] pkg-meson: Force-disable binary stripping
@ 2020-12-25 12:15 Gleb Mazovetskiy
2020-12-25 16:03 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Gleb Mazovetskiy @ 2020-12-25 12:15 UTC (permalink / raw)
To: buildroot
In buildroot, stripping is configured and implemented globally via `BR2_STRIP_strip`.
Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
---
package/pkg-meson.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/pkg-meson.mk b/package/pkg-meson.mk
index 3a34ba703b..e134885d74 100644
--- a/package/pkg-meson.mk
+++ b/package/pkg-meson.mk
@@ -87,6 +87,7 @@ define $(2)_CONFIGURE_CMDS
--default-library=$(if $(BR2_STATIC_LIBS),static,shared) \
--buildtype=$(if $(BR2_ENABLE_DEBUG),debug,release) \
--cross-file=$$($$(PKG)_SRCDIR)/build/cross-compilation.conf \
+ -Dstrip=false \
-Dbuild.pkg_config_path=$$(HOST_DIR)/lib/pkgconfig \
$$($$(PKG)_CONF_OPTS) \
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
@@ -105,6 +106,7 @@ define $(2)_CONFIGURE_CMDS
--localstatedir=$$(HOST_DIR)/var \
--default-library=shared \
--buildtype=release \
+ -Dstrip=false \
$$($$(PKG)_CONF_OPTS) \
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
endef
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] pkg-meson: Force-disable binary stripping
2020-12-25 12:15 [Buildroot] [PATCH 1/1] pkg-meson: Force-disable binary stripping Gleb Mazovetskiy
@ 2020-12-25 16:03 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-12-25 16:03 UTC (permalink / raw)
To: buildroot
Gleb, All,
On 2020-12-25 12:15 +0000, Gleb Mazovetskiy spake thusly:
> In buildroot, stripping is configured and implemented globally via `BR2_STRIP_strip`.
>
> Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
Applied to master, after expanding the commit log, and switching the
host variant to stripping.
Regards,
Yann E. MORIN.
> ---
> package/pkg-meson.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/pkg-meson.mk b/package/pkg-meson.mk
> index 3a34ba703b..e134885d74 100644
> --- a/package/pkg-meson.mk
> +++ b/package/pkg-meson.mk
> @@ -87,6 +87,7 @@ define $(2)_CONFIGURE_CMDS
> --default-library=$(if $(BR2_STATIC_LIBS),static,shared) \
> --buildtype=$(if $(BR2_ENABLE_DEBUG),debug,release) \
> --cross-file=$$($$(PKG)_SRCDIR)/build/cross-compilation.conf \
> + -Dstrip=false \
> -Dbuild.pkg_config_path=$$(HOST_DIR)/lib/pkgconfig \
> $$($$(PKG)_CONF_OPTS) \
> $$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
> @@ -105,6 +106,7 @@ define $(2)_CONFIGURE_CMDS
> --localstatedir=$$(HOST_DIR)/var \
> --default-library=shared \
> --buildtype=release \
> + -Dstrip=false \
> $$($$(PKG)_CONF_OPTS) \
> $$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
> endef
> --
> 2.27.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-25 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-25 12:15 [Buildroot] [PATCH 1/1] pkg-meson: Force-disable binary stripping Gleb Mazovetskiy
2020-12-25 16:03 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox