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 <mschiffer@universe-factory.net>
This commit is contained in:
parent
7805745791
commit
a81a082f5b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ PKG_INSTALL:=1
|
||||||
|
|
||||||
PKG_FLAGS:=nonshared
|
PKG_FLAGS:=nonshared
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=util-linux liblzo zlib
|
PKG_BUILD_DEPENDS:=util-linux lzo zlib
|
||||||
|
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
PKG_LICENSE_FILES:=
|
PKG_LICENSE_FILES:=
|
||||||
|
|
Loading…
Reference in a new issue