mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Fixes: http://autobuild.buildroot.net/results/71f/71f711d30ddc9edc8da0d1a60636e7a13b546ebe/ Commita0b032ad85(package/qemu: security bump to version 3.1.1) bumped the version but didn't update the patch subdirectory name, so the patches were now ignored. This was then backported to 2019.02.x / 2019.05.x where the sub directory did not exist - So the patches _WHERE_ used, but failed to apply as patch 0002 is now upstream. Fix that by removing the patch. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Peter: drop subdirectory] (cherry picked from commitc796c83037) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>