[oe] [meta-oe][PATCH] open-vm-tools: remove custom procps logic

Martin Kelly mkelly at xevo.com
Mon Jul 17 18:21:25 UTC 2017


procps is picked up by pkgconfig without issue, so we no longer need
this logic.

Signed-off-by: Martin Kelly <mkelly at xevo.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 65fbfc9e9..5f93eb4ac 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
 }
-- 
2.11.0




More information about the Openembedded-devel mailing list