diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:38:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:38:36 +0200 |
commit | 98a4d7f53119697858540612e7ef86ea6732b8c3 (patch) | |
tree | aac58479d1c965a63c5c03dce9f2aed128e2222e /package/squashfs/Makefile | |
parent | 6ab3547c8e2c985cc66e48b13008530f90d4ce30 (diff) |
fix host build depends for mtd-utils/squashfs
Diffstat (limited to 'package/squashfs/Makefile')
-rw-r--r-- | package/squashfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/squashfs/Makefile b/package/squashfs/Makefile index 575849acd..8478f6c57 100644 --- a/package/squashfs/Makefile +++ b/package/squashfs/Makefile @@ -8,6 +8,7 @@ PKG_VERSION:= 4.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 1b7a781fb4cf8938842279bd3e8ee852 PKG_DESCR:= squashfs filesystem utilities +HOST_BUILDDEP:= xz-host PKG_SECTION:= fs PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=squashfs/} |