From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sat, 18 Apr 2015 19:16:09 +0200 Subject: [Buildroot] [PATCH] package/openvmtools: fix procps-ng library name In-Reply-To: <1429269780-107634-1-git-send-email-kaszak@gmail.com> References: <1429269780-107634-1-git-send-email-kaszak@gmail.com> Message-ID: <55329159.5000609@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Karoly, Le 17/04/2015 13:23, Karoly Kasza a ?crit : > procps-ng libraries are now accesible on the same name as procps, thus > using the CUSTOM_PROCPS_NAME environment variable breaks compilation. > > This fixes autobuild error 2a19f84c35de0ff008c2cd1aea96f6a4f2767ee1. Usually we use a complete path like: http://autobuild.buildroot.net/results/2a1/2a19f84c35de0ff008c2cd1aea96f6a4f2767ee1 > > Signed-off-by: Karoly Kasza > --- Issue reproduced locally. Reviewed-by: Romain Naour Tested-by: Romain Naour Best regards, Romain > package/openvmtools/openvmtools.mk | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/package/openvmtools/openvmtools.mk b/package/openvmtools/openvmtools.mk > index f180f6f..ef6544a 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 >