mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Remove the lib/ssl/src/deps directory before configuring the package. Otherwise, during the compilation of the ssl app, it may fails by looking for logger.hrl in the wrong location (bootstrap/lib/kernel instead of lib/kernel). Fixes: http://autobuild.buildroot.net/results/97606fcd11eaf0822b58a9532c5325601d43eaac/ Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Tested-by: Frank Vanbever <frank.vanbever@essensium.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>