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.
14 lines
266 B
Diff
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
|