diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-13 18:36:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-13 18:36:26 +0200 |
commit | 57a963f2bb71bc78f733060c7480a361e7ac4d40 (patch) | |
tree | aef5f5b399e8dfb500fc88c490e38398543d39aa /package/util-linux | |
parent | a69c4d6a96158c4f5ad25f5907c9e438ac2829a9 (diff) |
uefi boot dislikes size in genimage, use a dummy image for cfgfs, add dependencies
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 92dad3e44..942aaf39f 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -10,6 +10,7 @@ PKG_HASH:= b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd PKG_DESCR:= basic utilities PKG_SECTION:= base/apps PKG_BUILDDEP:= ncurses +HOST_BUILDDEP:= autoconf-host automake-host libtool-host pkgconf-host PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v2.28/ PKG_OPTS:= dev PKG_NEEDS:= threads rt |