diff mbox series

[2/2] libubootenv: do not drop debug symbols

Message ID 20250623073553.844037-3-adrian.freihofer@siemens.com
State New
Headers show
Series libubootenv improvements | expand

Commit Message

AdrianF June 23, 2025, 7:35 a.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

Usually the debug symbols are split into a libubootenv-dbg package.
Dropping them already at compile time is not needed and causes problems
when debugging libubootenv.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb
index a193872b83b..4da9c44c921 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb
@@ -15,8 +15,6 @@  SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb"
 
 inherit cmake lib_package
 
-EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
-
 DEPENDS = "zlib libyaml"
 PROVIDES += "u-boot-fw-utils"
 RPROVIDES:${PN}-bin += "u-boot-fw-utils"