[openwrt/openwrt] mtd-utils: remove lzo build dependency

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 6 16:22:44 EST 2020


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0afc629c831d2867bc289a666bd624139d17eacc

commit 0afc629c831d2867bc289a666bd624139d17eacc
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Dec 6 00:36:05 2020 -0800

    mtd-utils: remove lzo build dependency
    
    The build option `--withouth-lzo` is added in the Makefile which makes
    the existence of lzo obsolete. To remove the lzo package from
    openwrt.git entirely, remove the legacy dependency.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    [improved commit message]
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 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:=



More information about the lede-commits mailing list