summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-08-01 17:33:59 +0800
committerArmin Kuster <akuster808@gmail.com>2022-08-07 14:57:49 -0700
commit2594e977785f3ba5116125927de17e51f3b6a07d (patch)
tree91a58eedec79950032624c2f3c4c4c2f1fb1d0cd
parent72d3abde62f208f4f9a1e19cd8a773c93b6e6aa7 (diff)
downloadmeta-openembedded-2594e977785f3ba5116125927de17e51f3b6a07d.tar.gz
net-snmp: set ac_cv_path_PSPROG
Fixes: WARNING: net-snmp-5.9.1-r0 do_package_qa: QA Issue: File /usr/include/net-snmp/net-snmp-config-64.h in package net-snmp-dev contains reference to TMPDIR File /usr/bin/net-snmp-create-v3-user in package net-snmp-dev contains reference to TMPDIR [buildpaths] WARNING: net-snmp-5.9.1-r0 do_package_qa: QA Issue: File /usr/lib/net-snmp/ptest/include/net-snmp/net-snmp-config.h in package net-snmp-ptest contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1bf83255aee9850bf5ce5138c4bdefbe9eeb120c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
index 5f887b886..30c0ce74c 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
@@ -72,6 +72,7 @@ CACHED_CONFIGUREVARS = " \
72 ac_cv_ETC_MNTTAB=/etc/mtab \ 72 ac_cv_ETC_MNTTAB=/etc/mtab \
73 lt_cv_shlibpath_overrides_runpath=yes \ 73 lt_cv_shlibpath_overrides_runpath=yes \
74 ac_cv_path_UNAMEPROG=${base_bindir}/uname \ 74 ac_cv_path_UNAMEPROG=${base_bindir}/uname \
75 ac_cv_path_PSPROG=${base_bindir}/ps \
75 ac_cv_file__etc_printcap=no \ 76 ac_cv_file__etc_printcap=no \
76 NETSNMP_CONFIGURE_OPTIONS= \ 77 NETSNMP_CONFIGURE_OPTIONS= \
77" 78"