time: changes to support 64bit time

Upstream changed the default sizes within time_t to be 64bit. Adjust the
printf in btbridge to support both 32bit and 64bit

Tested:
- Confirmed now compiles with latest yocto

Change-Id: I415f4e142388e999bef9ca94c175d9533e60268f
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
1 file changed
tree: d0ebf5cfe6f591457fb668a0feef5e24d149e622
  1. .shellcheck
  2. .travis.yml
  3. bootstrap.sh
  4. btbridged.c
  5. btbridged.service
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. OWNERS
  11. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.