]> code.ossystems Code Review - openembedded-core.git/commit
alsa-utils: Move alsaconf to its own recipe
authorPhil Blundell <pb@pbcl.net>
Fri, 26 Apr 2013 13:05:07 +0000 (14:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:43:53 +0000 (14:43 +0100)
commit7317c8055cf3af8912a66badb3074f0a60f75ec2
treef6ed8a0bc8087f559ece2bf4a72d9475548aafc8
parentda3f9f7febdc485a356ccb102e0d93cd8f059da7
alsa-utils: Move alsaconf to its own recipe

18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of
alsa-utils-alsaconf so that the script interpreter will be available at
run time.  However, this has the undesirable side effect of making bash
be a build dependency for alsa-utils and, for those folks who don't need
alsaconf but do want some other part of alsa-utils, this cure is worse
than the original disease.

Fix this by moving alsaconf to a separate recipe so that the bash
dependency only applies when alsaconf is specifically requested.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.26.bb [new file with mode: 0644]
meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb