]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
alsa-lib: Cleanup packaging
authorJoshua Watt <jpewhacker@gmail.com>
Fri, 3 Aug 2018 14:10:30 +0000 (09:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2018 11:12:55 +0000 (12:12 +0100)
commitc2fc6f87f8bbf4bc28f9adc45f116b2a692ea804
tree03aa6e343ecef5f724a4788afd02a6f3d5d0fdbd
parentc372bb230640e76af13795433adc76f506e12cc6
alsa-lib: Cleanup packaging

Cleans up the packaging by moving libasound.so.2 back into the alsa-lib
package which was previously empty.

Previously, it was difficult to create an image that had libasound.so.2,
then create an SDK from that image that had the proper development
files, because the only way to get libasound.so.2 was to do:

 IMAGE_INSTALL += "libasound"

This however caused a problem because all of the development files that
would be desired in the SDK were located in alsa-lib-dev, which wouldn't
be included because alsa-lib wasn't included, and it was impossible to
include alsa-lib because it was an empty package that was culled.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib_1.1.6.bb