diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:18:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-06 23:52:58 +0000 |
commit | cc01ffeee757738c169f8970fd89bf0933e93532 (patch) | |
tree | de4364bc2cab52fa8cb9bfcbef6d121fd456aa39 /meta/recipes-support/createrepo/createrepo_0.4.11.bb | |
parent | e89cd308792f613e5b4765dc0f7f21569aaaab6f (diff) | |
download | openembedded-core-cc01ffeee757738c169f8970fd89bf0933e93532.tar.gz openembedded-core-cc01ffeee757738c169f8970fd89bf0933e93532.tar.bz2 openembedded-core-cc01ffeee757738c169f8970fd89bf0933e93532.zip |
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>
Diffstat (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb')
-rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 5f9ecf65f3..2a3231b3a4 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb @@ -19,6 +19,7 @@ SRC_URI = "http://createrepo.baseurl.org/download/${BP}.tar.gz \ file://createrepo-dbpath.patch \ file://dumpMetadata-disable-signature-validation.patch \ file://rpm-createsolvedb.py \ + file://fixstat.patch \ " SRC_URI[md5sum] = "3e9ccf4abcffe3f49af078c83611eda2" |