summaryrefslogtreecommitdiffstats
path: root/package/openvmtools
diff options
context:
space:
mode:
authorKaroly Kasza <kaszak@gmail.com>2015-04-17 13:23:00 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-19 10:15:32 +0200
commitdf484231d9f10842f984e571f6393570292b88ca (patch)
tree1fa6d2b9cf4cc73f7b835f3e1df1618009674182 /package/openvmtools
parentd72192ce5a388cc0af3725700740ef67f43d752c (diff)
downloadbuildroot-df484231d9f10842f984e571f6393570292b88ca.tar.gz
buildroot-df484231d9f10842f984e571f6393570292b88ca.zip
package/openvmtools: fix procps-ng library name
procps-ng libraries are now accesible on the same name as procps, thus using the CUSTOM_PROCPS_NAME environment variable breaks compilation. Fixes: http://autobuild.buildroot.net/results/2a1/2a19f84c35de0ff008c2cd1aea96f6a4f2767ee1/ Signed-off-by: Karoly Kasza <kaszak@gmail.com> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Tested-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openvmtools')
-rw-r--r--package/openvmtools/openvmtools.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/openvmtools/openvmtools.mk b/package/openvmtools/openvmtools.mk
index f180f6f084..ef6544a0a7 100644
--- a/package/openvmtools/openvmtools.mk
+++ b/package/openvmtools/openvmtools.mk
@@ -33,7 +33,6 @@ endif
ifeq ($(BR2_PACKAGE_OPENVMTOOLS_PROCPS),y)
OPENVMTOOLS_CONF_OPTS += --with-procps
-OPENVMTOOLS_CONF_ENV += CUSTOM_PROCPS_NAME=procps
OPENVMTOOLS_DEPENDENCIES += procps-ng
else
OPENVMTOOLS_CONF_OPTS += --without-procps
OpenPOWER on IntegriCloud