Files
meta-openembedded/meta-oe/recipes-devtools
Andrea Galbusera e406d4f5ae android-tools: fix issue with missing files in eSDK updates
If this recipe was included in an eSDK and then eSDK incremental updates were
generated by repeatedly running the oe-publish-sdk script, after installing the
first of such updates, and any following as well, with 'devtool sdk-updates' the
eSDK gets corrupted. Indeed some of the files listed in SRC_URI (namely anything
in *.patch and *.service) get deleted by those updates, with bitbake that starts
warning with 'Unable to get checksum for android-tools* SRC_URI entry' at every
parse. Since the files are missing, such warnings turn into errors if trying to
bake android-tools.

The root cause is the somewhat unusual presence of android-tools/.gitignore,
indeed ignore everything not explicitly excepted. When oe-publish-sdk creates
the git repo it relies on to feed eSDK updates, the .gitignore gets honored,
leading to the buggy behaviour above.

This patch adds *.patch and *.service to the excepted patterns in .gitignore
Note that, although this solves the issue, it does not prevent from it popping
up again if new files get added to android-tools/ without explicitly excluding
them from .gitignore.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-08-13 13:19:41 +02:00
..
2016-04-28 10:38:37 +02:00
2015-06-08 14:15:24 +02:00
2017-01-10 13:12:56 +01:00
2016-03-07 13:02:18 +01:00
2016-12-13 11:19:11 +01:00
2017-04-18 14:21:43 +02:00
2016-05-10 20:18:29 +02:00
2017-03-11 17:56:43 +01:00
2017-01-25 15:59:58 +01:00
2016-01-06 13:25:54 +01:00
2017-07-14 23:44:33 +02:00
2017-01-25 16:00:00 +01:00
2017-07-14 23:44:31 +02:00
2017-05-23 15:49:40 +02:00
2017-05-23 15:49:38 +02:00
2017-03-31 13:25:58 +02:00
2017-06-19 19:29:37 +02:00
2016-10-25 15:31:16 +02:00
2017-04-26 20:14:14 +02:00
2017-05-04 09:18:58 +02:00
2017-06-05 11:01:46 +02:00
2017-06-19 19:30:45 +02:00
2016-10-03 19:19:54 +02:00
2017-05-23 15:49:36 +02:00
2015-06-17 22:36:11 +02:00
2016-08-22 15:56:28 +02:00
2017-05-23 15:49:39 +02:00
2017-05-23 15:49:39 +02:00
2016-08-22 15:56:29 +02:00
2016-12-02 09:16:17 +01:00
2017-07-24 18:57:37 +02:00
2017-08-13 13:19:00 +02:00
2016-12-26 08:24:54 +01:00