poky/meta
Martin Jansa d2c6c66c1e license.py: avoid deprecated ast.Str
* it's deprecated since python-3.12 and removed in 3.14 causing:

openembedded-core/meta/lib/oe/license.py', lineno: 176, function: visit
     0172:
     0173:        LicenseVisitor.__init__(self)
     0174:
     0175:    def visit(self, node):
 *** 0176:        if isinstance(node, ast.Str):
     0177:            lic = node.s
     0178:
     0179:            if license_ok(self._canonical_license(self._d, lic),
     0180:                    self._dont_want_licenses) == True:
Exception: AttributeError: module 'ast' has no attribute 'Str'

(From OE-Core rev: df9898f13c261eeac2cc343569c843bc7dcaf163)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-09-22 13:17:52 -07:00
..
classes cve-check: Add missing call to exit_if_errors 2025-08-22 05:59:54 -07:00
classes-global sanity.bbclass: skip check_userns for non-local uid 2025-01-09 06:25:36 -08:00
classes-recipe uboot: Allow for customizing installed/deployed file names 2025-07-07 07:42:58 -07:00
conf default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue 2025-09-09 09:08:09 -07:00
files meta: Enable '-o pipefail' for the SDK installer 2025-03-05 06:03:47 -08:00
lib license.py: avoid deprecated ast.Str 2025-09-22 13:17:52 -07:00
recipes-bsp grub2: fix CVE-2024-56738 2025-09-22 13:17:52 -07:00
recipes-connectivity wpa-supplicant: fix CVE-2022-37660 2025-09-22 13:17:52 -07:00
recipes-core dbus-glib: fix build with gcc-15 2025-09-01 08:30:56 -07:00
recipes-devtools rpm: keep leading `/' from sed operation 2025-09-09 09:08:09 -07:00
recipes-extended cups: Fix for CVE-2025-58060 and CVE-2025-58364 2025-09-22 13:17:52 -07:00
recipes-gnome gdk-pixbuf: fix CVE-2025-7345 2025-07-21 09:07:21 -07:00
recipes-graphics cairo: fix build with gcc-15 on host 2025-08-22 05:59:55 -07:00
recipes-kernel systemtap: Fix task_work_cancel build 2025-09-22 13:17:52 -07:00
recipes-multimedia pulseaudio: Add audio group explicitly 2025-09-09 09:08:09 -07:00
recipes-rt rt-tests: rt_bmark.py: fix TypeError 2024-08-06 19:11:18 -07:00
recipes-sato puzzles: ignore three new CVEs for a different puzzles 2025-03-15 06:40:07 -07:00
recipes-support curl: update CVE_STATUS for CVE-2025-5025 2025-09-09 09:08:09 -07:00
site
COPYING.MIT
recipes.txt