diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2023-01-12 20:32:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-13 17:34:08 +0000 |
commit | e1a661e3d2d4d62aa0c47c2abb0a6824e1b17ede (patch) | |
tree | abababffa96b963193ca48f185d29997650b7d9c /meta/recipes-support/debianutils | |
parent | 79edc06213935a6ae9fac3abeeb35c646465a7ee (diff) | |
download | poky-e1a661e3d2d4d62aa0c47c2abb0a6824e1b17ede.tar.gz |
bitbake: persist_data: Handle sqlite error when cachefile path is too long
Sqlite can't open the cachefile when its path is too long (>= 505 char by
my tests).
We do have a path length check in sanity.bbclass but this code is called
before sanity checks.
Treat the error in the exception instead of checking before hand in case
sqlite eventually fixes this.
Fixes [YOCTO #12374]
(Bitbake rev: bf681d173263cd42ffc143655f61abe0573fd83c)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/debianutils')
0 files changed, 0 insertions, 0 deletions