]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm.
authorFlorin Sarbu <florin.sarbu@windriver.com>
Thu, 10 Jan 2013 07:01:09 +0000 (09:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jan 2013 23:44:50 +0000 (23:44 +0000)
alsa-utils-alsaconf rpm contains the bash script alsaconf. In order
to have the do_rootfs not error when bash is not brought along in
the rootfs as an explicit dependency, we add it as a dependency
of alsa-utils.

Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb

index 4990eb00f317431909ff9758114e501ce3f9b0d9..a76985c4c293cf16c368bfac235a7054eb4bf58d 100644 (file)
@@ -47,6 +47,7 @@ ALSA_UTILS_PKGS = "\
 
 PACKAGES += "${ALSA_UTILS_PKGS}"
 RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}"
+RDEPENDS_alsa-utils-alsaconf += "bash"
 
 # We omit alsaconf, because
 # a) this is a bash script