build: store granular timestamps in packages
authorPaul Spooren <mail@aparcar.org>
Sat, 15 Aug 2020 20:57:02 +0000 (10:57 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 31 Aug 2020 10:18:06 +0000 (11:18 +0100)
commitfd29f2bcd97f7af7de22ac95b1490a54f45d6c88
tree705c2cfd9707795fcdb382db69853ec7a12c453d
parenta83b2af47f1796c9bd6d0d49c606391d64538dce
build: store granular timestamps in packages

With the new `SOURCE` argument of `get_source_date_epoch` it is possible
to set package timestamps based on actual package changes rather thane
$TOPDIR changes.

This commit adds a new variable PKG_SOURCE_DATE_EPOCH which is used by
the `ipkg` build script. As a fallback the existing SOURCE_DATE_EPOCH is
used or as last resort the current time.

The redundant checks for `.git/` and `.svn/` are removed.

Signed-off-by: Paul Spooren <mail@aparcar.org>
include/package-ipkg.mk
scripts/ipkg-build