From patchwork Thu Jan 10 07:01:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: alsa-utils: add bash as a dependency of the alsa-utils-alsaconf rpm. Date: Thu, 10 Jan 2013 07:01:09 -0000 From: Florin Sarbu X-Patchwork-Id: 42423 Message-Id: <1357801270-3793-1-git-send-email-florin.sarbu@windriver.com> To: 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 --- 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 4990eb0..a76985c 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