locales.make ultimately calls localedef from the toolchain to generate the locales. Therefore, locales should not appear in the license report.
Signed-off-by: Michael Tretter <[email protected]> --- rules/locales.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/locales.make b/rules/locales.make index d84c0e5db..983f17477 100644 --- a/rules/locales.make +++ b/rules/locales.make @@ -19,6 +19,7 @@ PACKAGES-$(PTXCONF_LOCALES) += locales # LOCALES := locales LOCALES_VERSION := 1.0 +LOCALES_LICENSE := ignore # ---------------------------------------------------------------------------- # Install -- 2.17.1 _______________________________________________ ptxdist mailing list [email protected]
