[source] mtd-utils: mark as nonshared

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 10 03:27:34 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/38de638eae795f8843f84c0351c5f7f7f85b8361

commit 38de638eae795f8843f84c0351c5f7f7f85b8361
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Jan 10 11:09:56 2017 +0100

    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 at mein.io>
---
 package/utils/mtd-utils/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile
index b9cfe52..373f491 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



More information about the lede-commits mailing list