aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-24 13:27:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:50:44 +0100
commit43e499b0168eefed38a0883cbf2834f6a4622296 (patch)
tree74ff734281ffecd2e55d25f51a89d30950acc608 /meta/recipes-devtools/rpm
parenta41c763595086fa30fb80715a60d9135fa6cf01a (diff)
downloadopenembedded-core-contrib-43e499b0168eefed38a0883cbf2834f6a4622296.tar.gz
rpm: Change config option
For some reason --without-xz doesn't work the same as --with-xz=none. We need this set to none, or configure will attempt to find an lzma header which we might or might not have. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-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:%{
# Configure values taken from rpm.spec
WITH_BZIP2 = "--with-bzip2"
-WITH_XZ = "--without-xz"
+WITH_XZ = "--with-xz=none"
WITH_Z = "--with-zlib $WITH_BZIP2 $WITH_XZ"