]> code.ossystems Code Review - openembedded-core.git/commit
alsa-lib: Cleanup packaging
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 7 Aug 2018 13:40:04 +0000 (08:40 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Aug 2018 14:22:23 +0000 (15:22 +0100)
commit6c3438a62d10f155cd6a391bdb2f1939fc4774ec
treee886c82dda13d650867b3fea6046599b44f80966
parenta5db618986746bf9082c4b3cbdac4e523328432e
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>
(cherry picked from commit 30352f3d84344bff8c06625f9674947417f6e8e1)

Change-Id: I2fb065b7e00569ba3a6aac631ac863999455bfb2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-multimedia/alsa/alsa-lib_1.1.5.bb