]> code.ossystems Code Review - openembedded-core.git/commitdiff
package_rpm.bbclass: disable generation of .build-id links
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 24 Jul 2017 15:27:03 +0000 (18:27 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Sep 2017 15:52:03 +0000 (16:52 +0100)
As we're not using them and they're getting in the way of
reproducibility.

[YOCTO #11718]

(From OE-Core rev: 1bd3ed18379c330c1c733dc9f043dbbe8aa0d254)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/package_rpm.bbclass

index 5f29b45180841f005715ee42d4952e5ed481ece0..1deaf832da7f7f8adf9ba256f42c2d02c282429f 100644 (file)
@@ -665,6 +665,7 @@ python do_package_rpm () {
     cmd = cmd + " --define '_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm'"
     cmd = cmd + " --define '_use_internal_dependency_generator 0'"
     cmd = cmd + " --define '_binaries_in_noarch_packages_terminate_build 0'"
+    cmd = cmd + " --define '_build_id_links none'"
     cmd = cmd + " --define '_binary_payload w6T.xzdio'"
     cmd = cmd + " --define '_source_payload w6T.xzdio'"
     if perfiledeps: