cdrkit: fix reproducibility issue

Normally CMake uses the build tree for the RPATH when building
executables etc on systems that use RPATH.  This will make the buildpath
included in the binaries and not reproducible, so disable RPATHs.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li 2025-10-10 18:31:06 +08:00 committed by Khem Raj
parent b9471f4967
commit c5d239faa6
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -24,8 +24,10 @@ SRC_URI[sha256sum] = "d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7
inherit cmake
DEPENDS = "libcap file bzip2"
RDEPENDS:dirsplit = "perl"
EXTRA_OECMAKE = "-DCMAKE_SKIP_BUILD_RPATH=ON"
RDEPENDS:dirsplit = "perl"
RDEPENDS:${PN}-dev = ""
PACKAGES =+ "dirsplit genisoimage icedax wodim"