[oe-commits] Mark Hatle : rpm: Change config option

git version control git at git.openembedded.org
Tue Jun 28 12:56:53 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 43e499b0168eefed38a0883cbf2834f6a4622296
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=43e499b0168eefed38a0883cbf2834f6a4622296

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Fri Jun 24 13:27:09 2011 -0500

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 at windriver.com>

---

 meta/recipes-devtools/rpm/rpm_5.4.0.bb |    2 +-
 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 0c88f91..91089d2 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"
 





More information about the Openembedded-commits mailing list