diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 15:47:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 15:47:36 +0200 |
commit | 3c16b7cc57c3da8ef33efa19a8c5fb5f329ba85c (patch) | |
tree | 90b29f27c2ff59f0753866ba364a2e3f973d5583 /package | |
parent | 375e4e8cd19318085dd8c529e6b5fc47b643b5f6 (diff) | |
parent | 081fbf36fbcf3e95d08aaf7565124bf21a96da9e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/adk-helper/Makefile | 2 | ||||
-rw-r--r-- | package/squashfs/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/adk-helper/Makefile b/package/adk-helper/Makefile index 7d0ccb202..d386bd508 100644 --- a/package/adk-helper/Makefile +++ b/package/adk-helper/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_DESCR:= adk helper utilities PKG_SECTION:= misc -PKG_CFLINE_MKCRYPT:= depends on ADK_HOST_ONLY +PKG_CFLINE_ADK_HELPER:= depends on ADK_HOST_ONLY NO_DISTFILES:= 1 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/} |