[OE-core] [PATCH 3/4] gmp: also generate the libgmpcxx library & package it properly

Phil Blundell philb at gnu.org
Tue Nov 29 08:00:13 UTC 2011


On Mon, 2011-11-28 at 17:52 -0800, Kamble, Nitin A wrote:

> Before the generation of libgmpxx library, there was only one library,
> libgmp, and it was getting packaged into libgmp10 package. After
> addition of the libgmpxx library the package name changed to the
> recipe name (gmp), in order to preserve the previous package name(for
> distro upgrades), and to let people avoid installation of libgmpxx if
> they don’t need it in order to save the space on target, two packages
> are generated for each library with this scheme.

Right, but that's not really the point.  I think what Otavio was trying
to ask was, why didn't you just do:

PACKAGES =+ "libgmpxx"
FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"

?  I think the way you have done it will cause the libgmp package name
to change for people not using debian.bbclass, which is probably a bad
thing.

p.







More information about the Openembedded-core mailing list