MINGW-packages/mingw-w64-dtc/0001-remove-setup-py-install.patch
Christoph Reiter 395961e397 dtc: fix wheel install
installer now errors out if the target already exists.
Turns out the meson build now calls setup.py install, so it
gets built twice. Remove the deprecated variant for now.
2024-11-05 08:43:03 +01:00

14 lines
266 B
Diff

--- dtc-1.7.1/meson.build.orig 2024-08-17 10:22:16.000000000 +0200
+++ dtc-1.7.1/meson.build 2024-11-05 08:39:01.183531100 +0100
@@ -127,10 +127,6 @@
)
endif
-if pylibfdt_enabled
- subdir('pylibfdt')
-endif
-
if get_option('tests')
subdir('tests')
endif