Skip to content

Commit 74d5c3e

Browse files
committed
mtd-utils: use source package name for lzo in PKG_BUILD_DEPENDS
PKG_BUILD_DEPENDS should always refer to source package names. Signed-off-by: Matthias Schiffer <[email protected]>
1 parent 3214e17 commit 74d5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/utils/mtd-utils/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PKG_INSTALL:=1
2020

2121
PKG_FLAGS:=nonshared
2222

23-
PKG_BUILD_DEPENDS:=util-linux liblzo zlib
23+
PKG_BUILD_DEPENDS:=util-linux lzo zlib
2424

2525
PKG_LICENSE:=GPLv2
2626
PKG_LICENSE_FILES:=

0 commit comments

Comments
 (0)