diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-12-14 11:27:34 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-14 08:22:04 -0800 |
| commit | 7c7380d93013176b7275e009a695441f85bb1802 (patch) | |
| tree | 91c306fb6b1764f5b370427449d5c4440d4b69d3 /meta-networking/recipes-protocols/mdns | |
| parent | f9024bf768d112c158ab527b2e5d2e612d0a9aa3 (diff) | |
| download | meta-openembedded-7c7380d93013176b7275e009a695441f85bb1802.tar.gz | |
mdns: Set MDNS_VERSIONSTR_NODTS
MDNS_VERSIONSTR_NODTS disables __DATE__ and __TIME__ in the version string,
which are fixed anyway for build reproducibility.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/mdns')
| -rw-r--r-- | meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb index 84018de1bb..eb4d3eeaa5 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb | |||
| @@ -62,6 +62,10 @@ PARALLEL_MAKE = "" | |||
| 62 | 62 | ||
| 63 | EXTRA_OEMAKE = "os=linux 'CC=${CCLD}' 'LD=${CCLD}' 'LINKOPTS=${LDFLAGS}' STRIP=: ${PACKAGECONFIG_CONFARGS}" | 63 | EXTRA_OEMAKE = "os=linux 'CC=${CCLD}' 'LD=${CCLD}' 'LINKOPTS=${LDFLAGS}' STRIP=: ${PACKAGECONFIG_CONFARGS}" |
| 64 | 64 | ||
| 65 | # MDNS_VERSIONSTR_NODTS disables __DATE__ and __TIME__ in the version string, | ||
| 66 | # which are fixed anyway for build reproducibility. | ||
| 67 | TARGET_CPPFLAGS += "-DMDNS_VERSIONSTR_NODTS" | ||
| 68 | |||
| 65 | TARGET_CC_ARCH += "${LDFLAGS}" | 69 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 66 | 70 | ||
| 67 | MDNS_BUILDDIR = "build/${@bb.utils.contains('PACKAGECONFIG','debug','debug','prod', d)}" | 71 | MDNS_BUILDDIR = "build/${@bb.utils.contains('PACKAGECONFIG','debug','debug','prod', d)}" |
