mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
In11aa1cfa5athe patch was accidentally moved into a versioned directory with the wrong version (2.82.0 instead of 2.82.4) and thus not applied. However, there have been no issues reported. The patch description mentions being needed to fix build errors in package/atk and package/libnice. It was originally added inb094f88a4d, and amended for libnice in2c916b400b. package/atk was removed in2c3ca7bea1, because atk has been merged into at-spi2-core. Both at-spi2-core and libnice are Meson packages, as was atk at the time of its removal. Both current packages build with the following configuration (tested using utils/test-pkg): BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_GOBJECT_INTROSPECTION=y BR2_PACKAGE_LIBNICE=y BR2_PACKAGE_AT_SPI2_CORE=y Evidently the patch is no longer needed, presumably because the correct search path for GIR files is set by other means, and we can remove it instead of fixing the version number of the patch directory. Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Tested-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>