From 77ff128358bcd5d30fe4ce4c961caed926c99810 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Mon, 17 Jul 2017 11:21:25 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe') 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 } -- cgit 1.2.3-korg