summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2024-07-08 17:41:22 -0700
committerKhem Raj <raj.khem@gmail.com>2024-07-09 08:48:23 -0700
commit63fce96670deeefd999b9d0547bac6347d13c163 (patch)
tree10e7b98da499e2709694ca087774ff58a39b6b79
parentfb06337f3490f74a31ffab95d29febef9a0d4941 (diff)
downloadmeta-openembedded-63fce96670deeefd999b9d0547bac6347d13c163.tar.gz
net-snmp: Set ps flag value since it checks the host
The value the configure script uses is picked up from the host machine ps, and there are cases when the flag selection can be different. Which would break reproducablity between builds on different machines. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
index 75b3d9e8c6..989ec54132 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
@@ -73,6 +73,7 @@ CACHED_CONFIGUREVARS = " \
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_path_PSPROG=${base_bindir}/ps \
76 ac_cv_ps_flags="-e" \
76 ac_cv_file__etc_printcap=no \ 77 ac_cv_file__etc_printcap=no \
77 NETSNMP_CONFIGURE_OPTIONS= \ 78 NETSNMP_CONFIGURE_OPTIONS= \
78" 79"