Message ID | 20181206003355.18035-1-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | ee65f7ab11302982124bcd1974a05c87342ab28e |
Headers | show |
Series | recipeutils-test: Add missing LIC_FILES_CHKSUM | expand |
Might be easier to change the license to CLOSED, as that skips the license QA entirely. (arguably proprietary should do the same) Ross -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
Does that serve a better purpose? Or just a different way of achieving same thing On Thu, Dec 6, 2018 at 4:09 AM Burton, Ross <ross.burton@intel.com> wrote: > Might be easier to change the license to CLOSED, as that skips the > license QA entirely. > > (arguably proprietary should do the same) > > Ross > <div><div dir="auto">Does that serve a better purpose? Or just a different way of achieving same thingĀ </div></div><div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 6, 2018 at 4:09 AM Burton, Ross <<a href="mailto:ross.burton@intel.com">ross.burton@intel.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Might be easier to change the license to CLOSED, as that skips the<br> license QA entirely.<br> <br> (arguably proprietary should do the same)<br> <br> Ross<br> </blockquote></div></div> -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff --git a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb index f6da97b2d4..7c20d9a683 100644 --- a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb +++ b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb @@ -3,7 +3,7 @@ SUMMARY = "Test recipe for recipeutils.patch_recipe()" require recipeutils-test.inc LICENSE = "Proprietary" - +LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e" DEPENDS += "virtual/libx11" BBCLASSEXTEND = "native nativesdk"
Fixes ERROR: QA Issue: recipeutils-test: Recipe file fetches files and does not have license file information (LIC_FILES_CHKSUM) [license-checksum] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.19.2 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core