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