diff options
author | John Klug <john.klug@multitech.com> | 2020-07-15 11:20:58 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-07-15 11:20:58 -0500 |
commit | 74a3cb360693e0a638ab608e1dda2b3d7a22bddd (patch) | |
tree | 8d9f072ea705ac7961781bb3919d0d798a1e6429 | |
parent | 834e83fcb885471b5ea3d39db9f7612f579761ad (diff) | |
download | meta-mlinux-74a3cb360693e0a638ab608e1dda2b3d7a22bddd.tar.gz meta-mlinux-74a3cb360693e0a638ab608e1dda2b3d7a22bddd.tar.bz2 meta-mlinux-74a3cb360693e0a638ab608e1dda2b3d7a22bddd.zip |
HOSTTOOLS wants command name, not path
-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}" |