diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-07-17 11:21:25 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:20 +0200 |
commit | 77ff128358bcd5d30fe4ce4c961caed926c99810 (patch) | |
tree | 496c924c681a45220c505f08cfdf8906e1c1f748 /meta-oe | |
parent | 0f55207ad2be1ce6cd3577afa6d1ce869665743b (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 |
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 65fbfc9e934..5f93eb4aca6 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 } |