diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-24 13:27:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:42 +0100 |
commit | 53c5f8b45b4aeb1ed81993b7f87a8b695495ebd6 (patch) | |
tree | f7f6598ab077985925b7b3aa5d9c19d3eccaea78 /meta/recipes-devtools/rpm | |
parent | 9bd8876fee237151b2c5d9d1c46790afa7f39afc (diff) | |
download | poky-53c5f8b45b4aeb1ed81993b7f87a8b695495ebd6.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.
(From OE-Core rev: 43e499b0168eefed38a0883cbf2834f6a4622296)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | 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 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 |
85 | WITH_BZIP2 = "--with-bzip2" | 85 | WITH_BZIP2 = "--with-bzip2" |
86 | 86 | ||
87 | WITH_XZ = "--without-xz" | 87 | WITH_XZ = "--with-xz=none" |
88 | 88 | ||
89 | WITH_Z = "--with-zlib $WITH_BZIP2 $WITH_XZ" | 89 | WITH_Z = "--with-zlib $WITH_BZIP2 $WITH_XZ" |
90 | 90 | ||