mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02: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:
parent
b9471f4967
commit
c5d239faa6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user