diff options
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.20.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.20.0.bb b/meta/recipes-devtools/rpm/rpm_4.20.0.bb index 281fde1c82..bcc138dab0 100644 --- a/meta/recipes-devtools/rpm/rpm_4.20.0.bb +++ b/meta/recipes-devtools/rpm/rpm_4.20.0.bb | |||
@@ -62,6 +62,10 @@ OECMAKE_GENERATOR = "Unix Makefiles" | |||
62 | 62 | ||
63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
64 | 64 | ||
65 | # Clang results in a reproducibility issue | ||
66 | # https://github.com/llvm/llvm-project/issues/82541 | ||
67 | TOOLCHAIN = "gcc" | ||
68 | |||
65 | PACKAGECONFIG ??= "archive" | 69 | PACKAGECONFIG ??= "archive" |
66 | 70 | ||
67 | PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF" | 71 | PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF" |