Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
From a6ba15048bbb660abfa094b581862b4936ac4005 Mon Sep 17 00:00:00 2001
|
||||
From: Lei Maohui <leimaohui@fujitsu.com>
|
||||
Date: Mon, 18 Apr 2022 12:19:35 +0900
|
||||
Subject: [PATCH] Fix build error as following:
|
||||
|
||||
flit_core.config.ConfigError: description must be specified under [project] or listed as a dynamic field.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
|
||||
---
|
||||
pyproject.toml | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 2d2ac74..66fcee0 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
[project]
|
||||
name = "cppy"
|
||||
+description = "A small C++ header library"
|
||||
readme = "README.rst"
|
||||
requires-python = ">=3.7"
|
||||
license = {file = "LICENSE"}
|
||||
--
|
||||
2.25.1
|
||||
|
||||
Reference in New Issue
Block a user