On 19/12/2019 20:55, Ross Burton wrote:
On 18/12/2019 14:37, Alexander Kanavin wrote:
The latest release use standard autotools, so drop all
the build system related hacks and patches.

ea-acl.inc used to have:

PACKAGES =+ "lib${BPN}"
FILES_lib${BPN} = "${base_libdir}/lib*${SOLIBS}"

And then attr.bb had:

LICENSE = "LGPLv2.1+ & GPLv2+"
LICENSE_${PN} = "GPLv2+"
LICENSE_lib${BPN} = "LGPLv2.1+"

Now there's just one package, attr, which contains the binaries and the libraries.

I don't think this was intentional?

A more idiomatic way of handling this, although it would break dependencies, would be to inherit bin_package.

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

Reply via email to