[OE-core] [PATCH 12/25] acl/attr: update to latest upstream releases
Ross Burton
ross.burton at intel.com
Thu Dec 19 20:56:42 UTC 2019
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
More information about the Openembedded-core
mailing list