From 4739031722ec9a99b33be0d0aef8fb4d3d094d43 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 10 Jan 2013 09:01:09 +0200 Subject: [PATCH] alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm. 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. (From OE-Core rev: 18575b082a4042376fd1575465e69562dea04ddc) Signed-off-by: Florin Sarbu Signed-off-by: Richard Purdie --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb index 4990eb00f3..a76985c4c2 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb @@ -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