mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
182d3556a6
The LICENSE file gets installed directly to the root of $(TARGET_DIR),
which clashes with other packages:
FileExistsError: File already exists: /home/autobuild/autobuild/instance-3/output-1/target/LICENSE
This commit fixes this issue for the python-unittest-xml-reporting
package. Other fixes will be needed for the other patches.
The issue in python-unittest-xml-reporting was introduced in upstream
commit c43427611390fba83ca13fbb5311bd8fece5048f, which first appeared
in v3.1.0. We switched from a pre-3.1.0 version to 3.2.0 in Buildroot
in commit
|
||
---|---|---|
.. | ||
0001-setup.py-drop-data_files-installs-LICENSE-to-incorre.patch | ||
Config.in | ||
python-unittest-xml-reporting.hash | ||
python-unittest-xml-reporting.mk |