1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Mark Hatle
2011-06-24 13:27:09 -05:00
committed by Richard Purdie
parent 9bd8876fee
commit 53c5f8b45b
+1 -1
View File
@@ -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"