diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-01-22 01:03:42 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-24 22:18:06 +0200 |
commit | 5b935275ec540400b417bd28649e510b4358416a (patch) | |
tree | 41c40c79320a0e855a92da3456261071a306096d | |
parent | 60888bbebd624e2582ff0cda62c9c97f74d9d974 (diff) | |
download | buildroot-novena-5b935275ec540400b417bd28649e510b4358416a.tar.gz buildroot-novena-5b935275ec540400b417bd28649e510b4358416a.zip |
xz: add XZ definition for the host variant
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/xz/xz.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xz/xz.mk b/package/xz/xz.mk index 8ff3c83d5..877c6313f 100644 --- a/package/xz/xz.mk +++ b/package/xz/xz.mk @@ -14,3 +14,5 @@ XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 $(eval $(autotools-package)) $(eval $(host-autotools-package)) + +XZ = $(HOST_DIR)/usr/bin/xz |