aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-07-17 11:21:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-24 18:58:20 +0200
commit77ff128358bcd5d30fe4ce4c961caed926c99810 (patch)
tree496c924c681a45220c505f08cfdf8906e1c1f748 /meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb
parent0f55207ad2be1ce6cd3577afa6d1ce869665743b (diff)
downloadmeta-openembedded-contrib-77ff128358bcd5d30fe4ce4c961caed926c99810.tar.gz
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@xevo.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb')
-rw-r--r--meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb2
1 files changed, 0 insertions, 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 65fbfc9e93..5f93eb4aca 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
}