[oe-commits] [meta-openembedded] 31/75: open-vm-tools: remove custom procps logic

git at git.openembedded.org git at git.openembedded.org
Mon Jul 24 17:02:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 77ff128358bcd5d30fe4ce4c961caed926c99810
Author: Martin Kelly <mkelly at xevo.com>
AuthorDate: Mon Jul 17 11:21:25 2017 -0700

    open-vm-tools: remove custom procps logic
    
    procps is picked up by pkgconfig without issue, so we no longer need
    this logic.
    
    Signed-off-by: Martin Kelly <mkelly at xevo.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
index 65fbfc9..5f93eb4 100644
--- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
+++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
@@ -77,8 +77,6 @@ do_install_append() {
 }
 
 do_configure_prepend() {
-    export CUSTOM_PROCPS_NAME=procps
-    export CUSTOM_PROCPS_LIBS=-L${STAGING_LIBDIR}/libprocps.so
     export CUSTOM_DNET_NAME=dnet
     export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list