fs/common: build host-xz when xz compression is used
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Mon, 9 Mar 2015 09:34:13 +0000 (10:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 9 Mar 2015 13:10:13 +0000 (14:10 +0100)
commit26e0d500b58cb6ccfdb84426ba2f866ada3b01f3
treec2fa4b14b0bbfcef69712ad9ce52f11da1cbd508
parentd92f9c6832fd733919ad7ade91d8fc0bd0f18e1b
fs/common: build host-xz when xz compression is used

When a filesystem image is xz-compressed, the XZ variable is used to refer
to the xz compression tool, but it is not necessarily available. Add a
proper dependency to fix that.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/common.mk