diff options
| -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)}" |
