package/openvmtools: fix procps-ng library name
authorKaroly Kasza <kaszak@gmail.com>
Fri, 17 Apr 2015 11:23:00 +0000 (13:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 08:15:32 +0000 (10:15 +0200)
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>
package/openvmtools/openvmtools.mk

index f180f6f084936a6931a69cea8e43a2c0078b205f..ef6544a0a75319d000bdf32f46a646ad1ba962ae 100644 (file)
@@ -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