summaryrefslogtreecommitdiffstats
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
parent0f55207ad2be1ce6cd3577afa6d1ce869665743b (diff)
downloadmeta-openembedded-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>
-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 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() {
77} 77}
78 78
79do_configure_prepend() { 79do_configure_prepend() {
80 export CUSTOM_PROCPS_NAME=procps
81 export CUSTOM_PROCPS_LIBS=-L${STAGING_LIBDIR}/libprocps.so
82 export CUSTOM_DNET_NAME=dnet 80 export CUSTOM_DNET_NAME=dnet
83 export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so 81 export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so
84} 82}