package/rpm: add optional xz dependency
There is not --{disable,enable}-lzma option Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bd3544f7c2
commit
aa2703ab0d
@ -14,6 +14,7 @@ RPM_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_BZIP2),bzip2) \
|
||||
file \
|
||||
popt \
|
||||
$(if $(BR2_PACKAGE_XZ),xz) \
|
||||
zlib \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
RPM_LICENSE = GPL-2.0 or LGPL-2.0 (library only)
|
||||
|
Loading…
Reference in New Issue
Block a user