hello:

Recently, when I enabled the archiver.bbclass, I found that some packages could not generate the srpm package. The reason is that it returned in the function copyleft_should_include() in the file archiver.bbclass.

|    included, reason = copyleft_should_include(d)
|    if not included:
|        bb.debug(1, 'archiver: %s is excluded: %s' % (pn, reason))
|        /*return from here*/
|        return
|    else:
|        bb.debug(1, 'archiver: %s is included: %s' % (pn, reason))

Why do you want to make a license judgment on the package?
I hope someone can answer it, thank you very much.
The following is my local.conf:

| ...
| INHERIT += "archiver"
| ARCHIVER_MODE[srpm] = "1"
| ARCHIVER_MODE[src] = "original"
| ...

e.g. When I use the following command,tmp/work/core2-64-poky-linux/openssl/1.1.1c-r0/deploy-sources/ is empty.

| bitbake -f -c deploy_archives openssl


-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to