package/openvmtools: depend on host-nfs-utils
authorRomain Naour <romain.naour@gmail.com>
Wed, 30 May 2018 21:27:02 +0000 (23:27 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 30 May 2018 22:18:50 +0000 (00:18 +0200)
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/e21/e219b8bacb52bb661eb6663b82f549ed941f26fe

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openvmtools/openvmtools.mk

index cc71324ff00986e115246f457b4747814656778b..9501ef33612a826980df867aa3af57110cb78bfe 100644 (file)
@@ -17,7 +17,7 @@ OPENVMTOOLS_CONF_OPTS = --with-dnet \
        --without-gtkmm --without-kernel-modules \
        --disable-deploypkg --without-xerces
 OPENVMTOOLS_CONF_ENV += CUSTOM_DNET_CPPFLAGS=" "
-OPENVMTOOLS_DEPENDENCIES = libglib2 libdnet
+OPENVMTOOLS_DEPENDENCIES = host-nfs-utils libglib2 libdnet
 
 # When libfuse is available, openvmtools can build vmblock-fuse, so
 # make sure that libfuse gets built first