diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 13:19:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 13:19:43 +0200 |
commit | 3a7bb74bf256a48799b722dd8c649d023b2b4d7c (patch) | |
tree | 83d30ee9b4a1e77193b80259150ad68ff35b1884 | |
parent | 64c85a1df2b7d5ec376795f589ba45a876142b20 (diff) |
findutils need bison for host build
-rw-r--r-- | package/findutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/findutils/Makefile b/package/findutils/Makefile index 8a75b468a..225122b93 100644 --- a/package/findutils/Makefile +++ b/package/findutils/Makefile @@ -5,12 +5,12 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= findutils PKG_VERSION:= 4.4.2 -PKG_RELEASE:= 6 +PKG_RELEASE:= 7 PKG_MD5SUM:= 351cc4adb07d54877fa15f75fb77d39f PKG_DESCR:= utilities for finding files PKG_SECTION:= base/apps PKG_DEPENDS:= libpthread -HOST_BUILDDEP:= autoconf-host +HOST_BUILDDEP:= autoconf-host bison-host PKG_URL:= http://www.gnu.org/software/findutils/ PKG_SITES:= http://ftp.gnu.org/pub/gnu/findutils/ PKG_BB:= 1 |