]> code.ossystems Code Review - openembedded-core.git/commit
createrepo: Fix stat floating timestamps
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Mar 2016 17:18:25 +0000 (17:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Mar 2016 23:52:58 +0000 (23:52 +0000)
commitcc01ffeee757738c169f8970fd89bf0933e93532
treede4364bc2cab52fa8cb9bfcbef6d121fd456aa39
parente89cd308792f613e5b4765dc0f7f21569aaaab6f
createrepo: Fix stat floating timestamps

When reading the mtime from disk, the system can get a floating point
value. Convert this to an int for comparision purposes, else some
packages always get reindexed as the value in the index is an int.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/createrepo/createrepo/fixstat.patch [new file with mode: 0644]
meta/recipes-support/createrepo/createrepo_0.4.11.bb