mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user