aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2011-02-24 08:12:49 +0000
committerKhem Raj <raj.khem@gmail.com>2011-02-23 18:29:04 -0800
commitc81990aecae3bdf70a7c924699776b248ab7a006 (patch)
treea78c4d5aa25c2d6ecdb5ee32b022f14f97e71458 /recipes/webkit
parent558eb989e115b4f5d27bc2bc931628124683ed5b (diff)
downloadopenembedded-c81990aecae3bdf70a7c924699776b248ab7a006.tar.gz
opkg-utils: convert mtime to int before comparing it
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. This patch was applied as 49e11b32906fc1becd9218bb3125f6fc8fa03fa4 to old ipkg-utils already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-By: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/webkit')
0 files changed, 0 insertions, 0 deletions