We don't want this warning causing problems on the AB, so leave it
comment out for now

Signed-off-by: Joshua Watt <jpewhac...@gmail.com>
---
 meta/classes/create-spdx.bbclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass
index 6af4181087..a590ab596a 100644
--- a/meta/classes/create-spdx.bbclass
+++ b/meta/classes/create-spdx.bbclass
@@ -88,7 +88,8 @@ def convert_license_to_spdx(lic, document, d):
         if l == "PD":
             add_extracted_license(spdx_license, l, "Software released to the 
public domain")
         elif add_extracted_license(spdx_license, l, "This software is licensed 
under the %s license" % l):
-            bb.warn("No SPDX License found for %s. Creating a place holder" % 
l)
+            pass
+            #bb.warn("No SPDX License found for %s. Creating a place holder" % 
l)
 
         return spdx_license
 
-- 
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155578): 
https://lists.openembedded.org/g/openembedded-core/message/155578
Mute This Topic: https://lists.openembedded.org/mt/85302512/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to