summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-07-24 18:27:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 16:55:57 +0100
commit625b0a67024a6e810e964c13e377008ee7f2675d (patch)
treebaed9aa4108684914d70167113232614c7f338ef /meta/classes
parent59f8925f607f1156e707a8ecb355b31e81c5fcf7 (diff)
downloadpoky-625b0a67024a6e810e964c13e377008ee7f2675d.tar.gz
package_rpm.bbclass: disable generation of .build-id links
As we're not using them and they're getting in the way of reproducibility. [YOCTO #11718] (From OE-Core rev: 1bd3ed18379c330c1c733dc9f043dbbe8aa0d254) (From OE-Core rev: 5c8f831c71932e2abebd72f8be1ec95e1b6c3ab7) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/package_rpm.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
index 5f29b45180..1deaf832da 100644
--- a/meta/classes/package_rpm.bbclass
+++ b/meta/classes/package_rpm.bbclass
@@ -665,6 +665,7 @@ python do_package_rpm () {
665 cmd = cmd + " --define '_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm'" 665 cmd = cmd + " --define '_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm'"
666 cmd = cmd + " --define '_use_internal_dependency_generator 0'" 666 cmd = cmd + " --define '_use_internal_dependency_generator 0'"
667 cmd = cmd + " --define '_binaries_in_noarch_packages_terminate_build 0'" 667 cmd = cmd + " --define '_binaries_in_noarch_packages_terminate_build 0'"
668 cmd = cmd + " --define '_build_id_links none'"
668 cmd = cmd + " --define '_binary_payload w6T.xzdio'" 669 cmd = cmd + " --define '_binary_payload w6T.xzdio'"
669 cmd = cmd + " --define '_source_payload w6T.xzdio'" 670 cmd = cmd + " --define '_source_payload w6T.xzdio'"
670 if perfiledeps: 671 if perfiledeps: