diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-01-10 11:09:56 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-10 12:27:28 +0100 |
commit | 38de638eae795f8843f84c0351c5f7f7f85b8361 (patch) | |
tree | 35d74b396a1642d02f764f16e76b7e1e2c2d1fc4 /package | |
parent | acd0c8c178cc709fe6ce0bf3c4a77ee249c730e4 (diff) | |
download | upstream-38de638eae795f8843f84c0351c5f7f7f85b8361.tar.gz upstream-38de638eae795f8843f84c0351c5f7f7f85b8361.tar.bz2 upstream-38de638eae795f8843f84c0351c5f7f7f85b8361.zip |
mtd-utils: mark as nonshared
Since mtd-utils embeds ubi-utils and ubi-utils depends on @NAND_SUPPORT, we
cannot share this package among targets as the SDK processing the package is
not guaranteed to claim NAND_SUPPORT.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/mtd-utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile index b9cfe52b16..373f491002 100644 --- a/package/utils/mtd-utils/Makefile +++ b/package/utils/mtd-utils/Makefile @@ -18,6 +18,8 @@ PKG_MIRROR_HASH:=e11b342b85a36b2e438a8412ec52f87621d3046aec1a93039f8c72de9990b2a PKG_INSTALL:=1 +PKG_FLAGS:=nonshared + PKG_BUILD_DEPENDS:=util-linux liblzo zlib PKG_LICENSE:=GPLv2 |