[PATCH] mtd-utils: remove lzo build dependency
Rosen Penev
rosenp at gmail.com
Sun Dec 6 03:36:05 EST 2020
Because of the patch removing LZO support, LZO as a build dependency is
not needed.
zlib is a build dependency of util-linux. Might as well remove.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
package/utils/mtd-utils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile
index 6e5e72783f..5a4b03da96 100644
--- a/package/utils/mtd-utils/Makefile
+++ b/package/utils/mtd-utils/Makefile
@@ -20,7 +20,7 @@ PKG_FIXUP:=autoreconf
PKG_FLAGS:=nonshared
-PKG_BUILD_DEPENDS:=util-linux lzo zlib
+PKG_BUILD_DEPENDS:=util-linux
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
--
2.28.0
More information about the openwrt-devel
mailing list