]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rpm-sequoia: Use DEBUG_BUILD to determine build directory
authorYash Shinde <Yash.Shinde@windriver.com>
Thu, 3 Jul 2025 09:14:28 +0000 (02:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jul 2025 21:12:47 +0000 (22:12 +0100)
commit2d21762d6f163c7fb8796d1035b0e25e21a3350b
treeb0578fe81717c7821532e48c1115cf26eba05e45
parent6fd37774eda090951c48a3d9ad482e53f98b0529
rpm-sequoia: Use DEBUG_BUILD to determine build directory

Debug builds fail with a panic in build.rs when attempting
to create rpm-sequoia.pc in a non-existent target/debug directory:

process didn't exit successfully: `TOPDIR/tmp/work/core2-32-wrs-linux/rpm-sequoia/1.7.0/build/target/debug/build/rpm-sequoia-d2609670a855c0b5/build-script-build` (exit status: 101)
— stderr
thread 'main' panicked at build.rs:125:36:
Creating "TOPDIR/tmp/work/core2-32-wrs-linux/rpm-sequoia/1.7.0/sources-unpack/git/target/debug/rpm-sequoia.pc" (CARGO_TARGET_DIR: None): Os
{ code: 2, kind: NotFound, message: "No such file or directory" }

This was caused by the build and install logic assuming a fixed release directory
in rpm-sequoia recipe.

Update build and install steps to use the ${BUILD_DIR} variable,
which is set based on the value of DEBUG_BUILD from cargo.bbclass.
(rpm-sequoia inherits cargo)
This ensures paths used for rpm-sequoia.pc generation and installation
are valid in both debug and release configurations.

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm-sequoia/rpm-sequoia_1.7.0.bb