summaryrefslogtreecommitdiff
path: root/package/findutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-25 13:19:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-25 13:19:43 +0200
commit3a7bb74bf256a48799b722dd8c649d023b2b4d7c (patch)
tree83d30ee9b4a1e77193b80259150ad68ff35b1884 /package/findutils
parent64c85a1df2b7d5ec376795f589ba45a876142b20 (diff)
findutils need bison for host build
Diffstat (limited to 'package/findutils')
-rw-r--r--package/findutils/Makefile4
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