mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
0f55207ad2
commit
77ff128358
@@ -77,8 +77,6 @@ do_install_append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_configure_prepend() {
|
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_NAME=dnet
|
||||||
export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so
|
export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user