From 53c5f8b45b4aeb1ed81993b7f87a8b695495ebd6 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 24 Jun 2011 13:27:09 -0500 Subject: 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. (From OE-Core rev: 43e499b0168eefed38a0883cbf2834f6a4622296) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rpm') 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" -- cgit v1.2.3-54-g00ecf