]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libgcc: Fix license with libgcc-src
authorJoshua Watt <JPEWhacker@gmail.com>
Tue, 7 Apr 2026 19:06:47 +0000 (13:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2026 09:30:27 +0000 (10:30 +0100)
Sets the correct license for the libgcc-src package. Note that even
though the package is not in PACKAGES, it is implicitly added when
PACKAGE_DEBUG_SPLIT_STYLE is  "debug-with-srcpkg" (the default). This
was likely not noticed sooner because the fix to allow the code to
detect this was relatively recent in 1816c5a5e7 ("lib/package: Check
incompatible licenses at packaging time")

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/libgcc.inc

index a3f0f947f77b866fa60909d571ec8d1e6c5e29fa..74e8746b42a238a28c0f93a5ca2c94de1b3896b2 100644 (file)
@@ -35,6 +35,7 @@ PACKAGES = "\
 LICENSE:${PN} = "GPL-3.0-with-GCC-exception"
 LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception"
 LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception"
+LICENSE:${PN}-src = "GPL-3.0-with-GCC-exception"
 
 FILES:${PN}-dev = "\
     ${base_libdir}/libgcc*.so \