diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-05-23 20:44:49 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-05-27 23:27:01 +0200 |
commit | dec494f9f58111ee1cd69048114b56f10a159272 (patch) | |
tree | d1d25baa34538580960251853d19482daad1b181 | |
parent | 60fc73adc72b9faa3b52599efc69213dd1f0172c (diff) | |
download | buildroot-dec494f9f58111ee1cd69048114b56f10a159272.tar.gz buildroot-dec494f9f58111ee1cd69048114b56f10a159272.zip |
autofs: depend on host-nfs-utils
host-nfs-utils provides the host rpcgen utility. This fixes the build on
recent Fedora systems that removed rpcgen from the glibc package.
Fixes:
http://autobuild.buildroot.net/results/383/383bc8462f32a226645c9b792b8d65a25d74529d/
http://autobuild.buildroot.net/results/0c0/0c00f72512754b721813e13f0828d3a942f7b955/
http://autobuild.buildroot.net/results/50b/50b66d2a3c8264f618d7aa813b10050ed147209f/
Cc: Jonathan Ben Avraham <yba@tkos.co.il>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/autofs/autofs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/autofs/autofs.mk b/package/autofs/autofs.mk index 87a218441e..e7c65ef4b0 100644 --- a/package/autofs/autofs.mk +++ b/package/autofs/autofs.mk @@ -9,7 +9,7 @@ AUTOFS_SOURCE = autofs-$(AUTOFS_VERSION).tar.xz AUTOFS_SITE = $(BR2_KERNEL_MIRROR)/linux/daemons/autofs/v5 AUTOFS_LICENSE = GPL-2.0+ AUTOFS_LICENSE_FILES = COPYING COPYRIGHT -AUTOFS_DEPENDENCIES = host-flex host-bison host-pkgconf +AUTOFS_DEPENDENCIES = host-flex host-bison host-pkgconf host-nfs-utils # autofs looks on the build machine for the path of modprobe, so tell # it explicitly where it will be located on the target. |