summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 0c88f91761..91089d21d9 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -84,7 +84,7 @@ rpm_macros_virtclass-native = "%{_usrlibrpm}/macros:%{_usrlibrpm}/poky/macros:%{
84# Configure values taken from rpm.spec 84# Configure values taken from rpm.spec
85WITH_BZIP2 = "--with-bzip2" 85WITH_BZIP2 = "--with-bzip2"
86 86
87WITH_XZ = "--without-xz" 87WITH_XZ = "--with-xz=none"
88 88
89WITH_Z = "--with-zlib $WITH_BZIP2 $WITH_XZ" 89WITH_Z = "--with-zlib $WITH_BZIP2 $WITH_XZ"
90 90