diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/local.conf b/contrib/local.conf index 4ffd5c2..9dad5ad 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -65,5 +65,5 @@ IMAGE_FSTYPES =+ "jffs2 tar.gz" # IMAGE_INSTALL += "openjdk-7-vm-zero" PACKAGECONFIG_append_pn-boost = " python" -HOSTTOOLS += "/usr/bin/xz" +HOSTTOOLS += "xz" OVERRIDES .= ":${MTBSP}" |