diff options
| author | douglas.royds <douglas.royds@taitradio.com> | 2018-12-14 13:59:50 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-13 21:18:42 -0800 |
| commit | 39a33ccca5a5a317fe97c454e80d0fb51582ccc2 (patch) | |
| tree | 286327141dfbcb139feba3a7e4252f293dfa263a | |
| parent | 3eb2001cdacbf7b6a6d9efdb8c4a8cd9d3e40bf1 (diff) | |
| download | meta-openembedded-39a33ccca5a5a317fe97c454e80d0fb51582ccc2.tar.gz | |
net-snmp: reproducibility: Strip host paths from ptest files
net-snmp also installs net-snmp-config and gen-variables files
that need to have host paths stripped.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb index 0250743e74..e1c780b4d6 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | |||
| @@ -78,6 +78,8 @@ PERLPROG_append = "${@bb.utils.contains('PACKAGECONFIG', 'perl', ' -I${WORKDIR}' | |||
| 78 | 78 | ||
| 79 | HAS_PERL = "${@bb.utils.contains('PACKAGECONFIG', 'perl', '1', '0', d)}" | 79 | HAS_PERL = "${@bb.utils.contains('PACKAGECONFIG', 'perl', '1', '0', d)}" |
| 80 | 80 | ||
| 81 | PTEST_BUILD_HOST_FILES += "net-snmp-config gen-variables" | ||
| 82 | |||
| 81 | do_configure_prepend() { | 83 | do_configure_prepend() { |
| 82 | sed -i -e "s|I/usr/include|I${STAGING_INCDIR}|g" \ | 84 | sed -i -e "s|I/usr/include|I${STAGING_INCDIR}|g" \ |
| 83 | "${S}"/configure \ | 85 | "${S}"/configure \ |
